2018-12-29 03:40:28,159 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 03:40:28,165 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 03:40:28,166 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-29 03:40:28,167 - 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-12-29 03:40:28,187 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-12-29 03:40:33,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:40:33,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:40:33,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:40:33,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:40:33,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:40:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:40:33,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ceff7f-0192-478f-bab8-b1a4497e1615 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:40:33,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-06ceff7f-0192-478f-bab8-b1a4497e1615 2018-12-29 03:40:33,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:33,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:40:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["GYVH4JfiSpmJSpjlg9cnEw"], "issued_at": "2018-12-29T03:40:33.000000Z"}} 2018-12-29 03:40:33,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:33,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:40:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:33,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e637ad-8cb4-46d6-a300-9ceeca3c59e3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:40:33,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-91e637ad-8cb4-46d6-a300-9ceeca3c59e3 2018-12-29 03:40:33,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.64697098732s 2018-12-29 03:40:33,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 03:40:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}}' 2018-12-29 03:40:33,869 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c722a3d-6c3b-4d61-bc47-cde9f4db96dc 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.30:5000/v3/projects/a97980e13214426896edd0532094fcf6"}, "enabled": true, "id": "a97980e13214426896edd0532094fcf6", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}} 2018-12-29 03:40:33,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7c722a3d-6c3b-4d61-bc47-cde9f4db96dc 2018-12-29 03:40:33,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.152737855911s 2018-12-29 03:40:33,870 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-7c722a3d-6c3b-4d61-bc47-cde9f4db96dc 2018-12-29 03:40:33,870 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f', 'id': u'a97980e13214426896edd0532094fcf6', '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-12-29 03:40:33,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 03:40:34,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.430979967117s 2018-12-29 03:40:34,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:34,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3358e605-839f-46ea-b8fe-0c94fffb7adb Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}, "domain_id": "default", "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}} 2018-12-29 03:40:34,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 used request id req-3358e605-839f-46ea-b8fe-0c94fffb7adb 2018-12-29 03:40:34,455 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'627fc617e027401eaaa95b5a484cc770', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f'}) 2018-12-29 03:40:34,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:34,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:34,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab9728d-3c97-4234-8062-6b9295da7da8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:34,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1ab9728d-3c97-4234-8062-6b9295da7da8 2018-12-29 03:40:34,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808029174805s 2018-12-29 03:40:34,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:34,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:34,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ecdbca5-2522-40bc-a87d-506d78f85fce Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:34,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ecdbca5-2522-40bc-a87d-506d78f85fce 2018-12-29 03:40:34,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835227966309s 2018-12-29 03:40:34,622 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 03:40:34,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:40:34,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" -d '{"role": {"name": "Member"}}' 2018-12-29 03:40:34,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0497fe60-a636-4727-bf56-c723fefc346d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}} 2018-12-29 03:40:34,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0497fe60-a636-4727-bf56-c723fefc346d 2018-12-29 03:40:34,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.144903898239s 2018-12-29 03:40:34,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:34,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa6c158-81f9-4e6c-bf56-c3065c42e39e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "domain_id": null, "name": "Member", "id": "4ee65a76b35a4805bcbe8d8a794ebd9d"}} 2018-12-29 03:40:34,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d used request id req-4aa6c158-81f9-4e6c-bf56-c3065c42e39e 2018-12-29 03:40:34,861 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d'}, 'domain_id': None, 'human_id': None, 'id': u'4ee65a76b35a4805bcbe8d8a794ebd9d', 'HUMAN_ID': False}) 2018-12-29 03:40:34,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:34,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-194d4224-11a2-49db-8e4e-5640b4533a53 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:35,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-194d4224-11a2-49db-8e4e-5640b4533a53 2018-12-29 03:40:35,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.144716024399s 2018-12-29 03:40:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be69bda8-a9d1-45ac-8b39-49e276fe8fb0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:35,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-be69bda8-a9d1-45ac-8b39-49e276fe8fb0 2018-12-29 03:40:35,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0853979587555s 2018-12-29 03:40:35,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:35,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e97f8f-bcc1-448e-b1c1-db74e01ac7c6 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "domain_id": "default", "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:35,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-39e97f8f-bcc1-448e-b1c1-db74e01ac7c6 2018-12-29 03:40:35,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.159288167953s 2018-12-29 03:40:35,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-39e97f8f-bcc1-448e-b1c1-db74e01ac7c6 2018-12-29 03:40:35,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:35,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4278096f-3abe-4773-9257-794ea18d8a98 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6"}, "enabled": true, "id": "a97980e13214426896edd0532094fcf6", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}]} 2018-12-29 03:40:35,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4278096f-3abe-4773-9257-794ea18d8a98 2018-12-29 03:40:35,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.135259151459s 2018-12-29 03:40:35,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4278096f-3abe-4773-9257-794ea18d8a98 2018-12-29 03:40:35,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:35,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=4ee65a76b35a4805bcbe8d8a794ebd9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7d8b9f-8a51-4d53-b838-a25dbfac854d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=4ee65a76b35a4805bcbe8d8a794ebd9d", "previous": null, "next": null}} 2018-12-29 03:40:35,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=4ee65a76b35a4805bcbe8d8a794ebd9d used request id req-8f7d8b9f-8a51-4d53-b838-a25dbfac854d 2018-12-29 03:40:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.139117956161s 2018-12-29 03:40:35,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:35,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/4ee65a76b35a4805bcbe8d8a794ebd9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc49f84-72fb-42be-ba3c-d10c53f3997f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:35,769 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/4ee65a76b35a4805bcbe8d8a794ebd9d used request id req-6bc49f84-72fb-42be-ba3c-d10c53f3997f 2018-12-29 03:40:35,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.231518030167s 2018-12-29 03:40:35,770 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f', 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': '642831a9-e55e-4b14-8e0f-78034c66e846', 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_5e15f25b-ecdf-4ea5-8da5-851e5975d03f', 'project_id': u'a97980e13214426896edd0532094fcf6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 03:40:35,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:40:35,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:40:35,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:40:35,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:40:35,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:40:35,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:40:35,775 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f', 'password': '642831a9-e55e-4b14-8e0f-78034c66e846', 'project_name': 'connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'a97980e13214426896edd0532094fcf6', 'project_domain_name': 'Default'} 2018-12-29 03:40:35,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:35,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae56fe4a-839e-4854-bb09-13fe054b3ed7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:35,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ae56fe4a-839e-4854-bb09-13fe054b3ed7 2018-12-29 03:40:35,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776929855347s 2018-12-29 03:40:35,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:35,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:35,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671ad07d-8262-4414-bdf5-b23faf831a92 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:35,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-671ad07d-8262-4414-bdf5-b23faf831a92 2018-12-29 03:40:35,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775167942047s 2018-12-29 03:40:35,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:35,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb783a22-ee06-44a3-a440-44076c622da4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:36,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cb783a22-ee06-44a3-a440-44076c622da4 2018-12-29 03:40:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.12663602829s 2018-12-29 03:40:36,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:36,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b8f149-439b-41c5-a158-96c9bbf9961d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "domain_id": "default", "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:36,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-76b8f149-439b-41c5-a158-96c9bbf9961d 2018-12-29 03:40:36,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.149911165237s 2018-12-29 03:40:36,211 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-76b8f149-439b-41c5-a158-96c9bbf9961d 2018-12-29 03:40:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:36,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a969ead-f385-4285-894e-921e81d8ee8a Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6"}, "enabled": true, "id": "a97980e13214426896edd0532094fcf6", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}]} 2018-12-29 03:40:36,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-1a969ead-f385-4285-894e-921e81d8ee8a 2018-12-29 03:40:36,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0842101573944s 2018-12-29 03:40:36,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-1a969ead-f385-4285-894e-921e81d8ee8a 2018-12-29 03:40:36,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836475d5-47e8-40cf-8eef-c56c07334738 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 03:40:36,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-836475d5-47e8-40cf-8eef-c56c07334738 2018-12-29 03:40:36,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076208114624s 2018-12-29 03:40:36,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:36,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b9297f-fea5-43ff-a646-1b85717ed5bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:36,519 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-60b9297f-fea5-43ff-a646-1b85717ed5bd 2018-12-29 03:40:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.138700962067s 2018-12-29 03:40:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:36,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a34ff7-bfa8-4162-8c27-b03201d354d2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:36,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d9a34ff7-bfa8-4162-8c27-b03201d354d2 2018-12-29 03:40:36,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777750015259s 2018-12-29 03:40:36,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:40:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-29 03:40:36,787 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b22e7fe-21d3-4145-b72f-7c48dbe611bb Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dae8db168aba44c4ba6fe8f59aa77c87", "links": {"self": "http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87"}, "name": "heat_stack_owner"}} 2018-12-29 03:40:36,787 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-4b22e7fe-21d3-4145-b72f-7c48dbe611bb 2018-12-29 03:40:36,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.188100814819s 2018-12-29 03:40:36,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:36,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab4f50d-f6d8-45be-90d4-2aee0a73a5c3 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87"}, "domain_id": null, "name": "heat_stack_owner", "id": "dae8db168aba44c4ba6fe8f59aa77c87"}} 2018-12-29 03:40:36,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87 used request id req-9ab4f50d-f6d8-45be-90d4-2aee0a73a5c3 2018-12-29 03:40:36,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:36,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-593c5858-9ce6-48c9-82ed-f48a3a50a402 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dae8db168aba44c4ba6fe8f59aa77c87", "links": {"self": "http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:37,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-593c5858-9ce6-48c9-82ed-f48a3a50a402 2018-12-29 03:40:37,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.166409015656s 2018-12-29 03:40:37,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:37,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc31e7a-2162-46b5-a2be-e85128ce21fa Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:37,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-9fc31e7a-2162-46b5-a2be-e85128ce21fa 2018-12-29 03:40:37,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772058963776s 2018-12-29 03:40:37,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:37,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1030ae1-9868-4961-8c2c-23e15dd51645 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "domain_id": "default", "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:37,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f1030ae1-9868-4961-8c2c-23e15dd51645 2018-12-29 03:40:37,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10321187973s 2018-12-29 03:40:37,215 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f1030ae1-9868-4961-8c2c-23e15dd51645 2018-12-29 03:40:37,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:37,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-511f2206-074c-459f-87eb-8fd44c941b40 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6"}, "enabled": true, "id": "a97980e13214426896edd0532094fcf6", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}]} 2018-12-29 03:40:37,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-511f2206-074c-459f-87eb-8fd44c941b40 2018-12-29 03:40:37,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.14187002182s 2018-12-29 03:40:37,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-511f2206-074c-459f-87eb-8fd44c941b40 2018-12-29 03:40:37,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:37,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=dae8db168aba44c4ba6fe8f59aa77c87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763df69a-d293-44d0-a2ac-4c629a79662d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=dae8db168aba44c4ba6fe8f59aa77c87", "previous": null, "next": null}} 2018-12-29 03:40:37,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=627fc617e027401eaaa95b5a484cc770&scope.project.id=a97980e13214426896edd0532094fcf6&role.id=dae8db168aba44c4ba6fe8f59aa77c87 used request id req-763df69a-d293-44d0-a2ac-4c629a79662d 2018-12-29 03:40:37,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0729820728302s 2018-12-29 03:40:37,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:37,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/dae8db168aba44c4ba6fe8f59aa77c87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:37,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0857f42-4e4a-47ac-9871-e428d607ae58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:37,669 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6/users/627fc617e027401eaaa95b5a484cc770/roles/dae8db168aba44c4ba6fe8f59aa77c87 used request id req-a0857f42-4e4a-47ac-9871-e428d607ae58 2018-12-29 03:40:37,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.230540990829s 2018-12-29 03:40:37,669 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-29 03:40:37,670 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-29 03:40:37,670 - openstack_tests - INFO - OS Credentials = > 2018-12-29 03:40:37,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:37,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:38,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["KQMvejz7RyedXFdaWqckxg"], "issued_at": "2018-12-29T03:40:38.000000Z"}} 2018-12-29 03:40:38,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6702dc7e62924a3c4b9ba836ac140f8dde2e3f51" 2018-12-29 03:40:39,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5388f63e-210e-4edd-a5e0-ae18b5611dd9 Date: Sat, 29 Dec 2018 03:40:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:40:39,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-5388f63e-210e-4edd-a5e0-ae18b5611dd9 2018-12-29 03:40:39,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6702dc7e62924a3c4b9ba836ac140f8dde2e3f51" 2018-12-29 03:40:40,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-412e590f-1bbc-40ce-84fb-f16c150649dd Date: Sat, 29 Dec 2018 03:40:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:40:40,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-412e590f-1bbc-40ce-84fb-f16c150649dd 2018-12-29 03:40:40,066 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-29 03:40:40,067 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-12-29 03:40:40,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:40,151 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-29 03:40:40,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:40,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["emGuSEDoQz-6TVqBh2weDg"], "issued_at": "2018-12-29T03:40:40.000000Z"}} 2018-12-29 03:40:40,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e359bfaaec25e26589ea57f41874cb746b7760ae" 2018-12-29 03:40:41,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-e370984e-473a-47de-aaee-76fcd1c1da75 Date: Sat, 29 Dec 2018 03:40:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-12-29 03:40:41,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-e370984e-473a-47de-aaee-76fcd1c1da75 2018-12-29 03:40:41,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:41,274 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-29 03:40:41,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:41,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["tAcHuO4ZTSi3yDBngz-OdQ"], "issued_at": "2018-12-29T03:40:41.000000Z"}} 2018-12-29 03:40:41,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18079c9ac0039a601f88a463930870a9c4e313a0" 2018-12-29 03:40:41,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6841f7da-97f5-4b6a-80e8-3c056cd520b4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:40:41,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6841f7da-97f5-4b6a-80e8-3c056cd520b4 2018-12-29 03:40:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:40:41,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:40:41,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18079c9ac0039a601f88a463930870a9c4e313a0" 2018-12-29 03:40:41,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7bc03c1-7021-42e2-87d2-61dfa9d9a84f Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "domain_id": "default", "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:41,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b7bc03c1-7021-42e2-87d2-61dfa9d9a84f 2018-12-29 03:40:41,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:41,938 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-29 03:40:41,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:42,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["Mp3mz3OuSQy4grNTaVDfsQ"], "issued_at": "2018-12-29T03:40:42.000000Z"}} 2018-12-29 03:40:42,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d985457bce3d0de7331bc86d193f4155f0a6173e" 2018-12-29 03:40:43,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fe2df428-346b-4cdf-9881-5ac2122eaf32 Date: Sat, 29 Dec 2018 03:40:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:40:43,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fe2df428-346b-4cdf-9881-5ac2122eaf32 2018-12-29 03:40:43,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:43,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["7NFQV52_REOmFncKUEOXVg"], "issued_at": "2018-12-29T03:40:43.000000Z"}} 2018-12-29 03:40:43,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99f9ab6209419b523a246054bbb880570c905c35" 2018-12-29 03:40:44,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f953f06a-69c1-4ffa-873d-e8310cbd6e07 Date: Sat, 29 Dec 2018 03:40:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:40:44,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-f953f06a-69c1-4ffa-873d-e8310cbd6e07 2018-12-29 03:40:44,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99f9ab6209419b523a246054bbb880570c905c35" 2018-12-29 03:40:45,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0f279e26-de9a-4084-8ece-01da03d72e2b Date: Sat, 29 Dec 2018 03:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:40:45,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-0f279e26-de9a-4084-8ece-01da03d72e2b 2018-12-29 03:40:45,572 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:40:45,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:45,793 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2018-12-29 03:40:45,811 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-29 03:40:45,812 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:40:45,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:46,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["nQjvMV0YRqal5BzeQ0Pxtg"], "issued_at": "2018-12-29T03:40:46.000000Z"}} 2018-12-29 03:40:46,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f63e687e627179792f74e6a0180de3344cf647f" 2018-12-29 03:40:47,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66ecc3ba-c05d-4867-aec7-ebe809aebdf9 x-compute-request-id: req-66ecc3ba-c05d-4867-aec7-ebe809aebdf9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:40:47,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-66ecc3ba-c05d-4867-aec7-ebe809aebdf9 2018-12-29 03:40:47,043 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:40:47,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:47,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["OpdrLiYQQL6YoZOuCvLzWQ"], "issued_at": "2018-12-29T03:40:47.000000Z"}} 2018-12-29 03:40:47,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e44bc4810e3c3f8880dd43b3d83bdac9251f0f" 2018-12-29 03:40:48,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f71274fe-855a-4804-965c-cccbb9c71376 x-compute-request-id: req-f71274fe-855a-4804-965c-cccbb9c71376 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 03:40:48,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-f71274fe-855a-4804-965c-cccbb9c71376 2018-12-29 03:40:48,185 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:40:48,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:48,291 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2018-12-29 03:40:48,306 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-12-29 03:40:48,307 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:40:48,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:48,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["uQwBr4_cQSCrz2bYbOGWNQ"], "issued_at": "2018-12-29T03:40:48.000000Z"}} 2018-12-29 03:40:48,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}530c05a44a5e07769ca348eb14500130a54c2130" 2018-12-29 03:40:49,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:48 GMT Server: Apache x-openstack-request-id: req-d39b7f84-e54c-49e1-942a-b73402f47a56 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-12-29 03:40:49,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6/stacks used request id req-d39b7f84-e54c-49e1-942a-b73402f47a56 2018-12-29 03:40:49,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:49,726 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-29 03:40:49,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:50,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "dae8db168aba44c4ba6fe8f59aa77c87", "name": "heat_stack_owner"}], "expires_at": "2018-12-29T04:40:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97980e13214426896edd0532094fcf6", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "id": "627fc617e027401eaaa95b5a484cc770"}, "audit_ids": ["L75ZoE1sQtay7kck4SvTUQ"], "issued_at": "2018-12-29T03:40:50.000000Z"}} 2018-12-29 03:40:50,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e3fdf682b550c5e14e50768463ea54c8daf4b5" 2018-12-29 03:40:50,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:50 GMT Server: Apache x-compute-request-id: req-7c12fb19-6887-4efc-b8ea-e79c7b52ac17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7c12fb19-6887-4efc-b8ea-e79c7b52ac17 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-29 03:40:50,859 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/a97980e13214426896edd0532094fcf6/volumes/detail used request id req-7c12fb19-6887-4efc-b8ea-e79c7b52ac17 2018-12-29 03:40:50,860 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.782s OK 2018-12-29 03:40:50,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 03:40:50,984 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-12-29 03:40:50,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:50,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb81d2c8-7dad-42cf-9d9a-313442639751 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dae8db168aba44c4ba6fe8f59aa77c87", "links": {"self": "http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:51,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb81d2c8-7dad-42cf-9d9a-313442639751 2018-12-29 03:40:51,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820059776306s 2018-12-29 03:40:51,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:40:51,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-443828cb-17e4-40c5-9766-7b507db85ca3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:51,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/dae8db168aba44c4ba6fe8f59aa77c87 used request id req-443828cb-17e4-40c5-9766-7b507db85ca3 2018-12-29 03:40:51,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.242944002151s 2018-12-29 03:40:51,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:51,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf022a1c-8c26-4061-a997-935702e5ef92 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f", "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "domain_id": "default", "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:51,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-cf022a1c-8c26-4061-a997-935702e5ef92 2018-12-29 03:40:51,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.095400094986s 2018-12-29 03:40:51,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-cf022a1c-8c26-4061-a997-935702e5ef92 2018-12-29 03:40:51,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:51,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9bf70b-df8f-4a29-96be-1d5935864a29 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770"}, "enabled": true, "id": "627fc617e027401eaaa95b5a484cc770", "options": {}, "domain_id": "default", "name": "connection_check-user_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}} 2018-12-29 03:40:51,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 used request id req-ee9bf70b-df8f-4a29-96be-1d5935864a29 2018-12-29 03:40:51,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.091402053833s 2018-12-29 03:40:51,511 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 used request id req-ee9bf70b-df8f-4a29-96be-1d5935864a29 2018-12-29 03:40:51,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 03:40:51,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af0bc60d-fe88-4e9c-811f-8aee317db7d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:51,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 used request id req-af0bc60d-fe88-4e9c-811f-8aee317db7d4 2018-12-29 03:40:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.226547956467s 2018-12-29 03:40:51,739 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/627fc617e027401eaaa95b5a484cc770 used request id req-af0bc60d-fe88-4e9c-811f-8aee317db7d4 2018-12-29 03:40:51,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:51,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:51,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bc4d24-91c3-4cf9-a5cf-6a8e4513aecf Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6"}, "enabled": true, "id": "a97980e13214426896edd0532094fcf6", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_5e15f25b-ecdf-4ea5-8da5-851e5975d03f"}]} 2018-12-29 03:40:51,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-30bc4d24-91c3-4cf9-a5cf-6a8e4513aecf 2018-12-29 03:40:51,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0752940177917s 2018-12-29 03:40:51,815 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-30bc4d24-91c3-4cf9-a5cf-6a8e4513aecf 2018-12-29 03:40:51,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 03:40:51,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:52,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c1d08a4-2882-483b-9a4c-3e0fbfe545aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:52,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6 used request id req-3c1d08a4-2882-483b-9a4c-3e0fbfe545aa 2018-12-29 03:40:52,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261386871338s 2018-12-29 03:40:52,079 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a97980e13214426896edd0532094fcf6 used request id req-3c1d08a4-2882-483b-9a4c-3e0fbfe545aa 2018-12-29 03:40:52,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:52,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:52,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5515f688-4eb3-4789-91a6-56c3f5f976a1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4ee65a76b35a4805bcbe8d8a794ebd9d", "links": {"self": "http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:52,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5515f688-4eb3-4789-91a6-56c3f5f976a1 2018-12-29 03:40:52,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.14258313179s 2018-12-29 03:40:52,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:40:52,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:52,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d25723-c560-4be4-a1d5-678b9c96881a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:52,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/4ee65a76b35a4805bcbe8d8a794ebd9d used request id req-f3d25723-c560-4be4-a1d5-678b9c96881a 2018-12-29 03:40:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.13122010231s 2018-12-29 03:40:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:40:52,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a97980e13214426896edd0532094fcf6&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5379e088a73aa7b4c5bc90f7dd25c16aaf1ed63" 2018-12-29 03:40:53,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fd56ef30-4719-44f6-ba69-440d7e89fe66 Date: Sat, 29 Dec 2018 03:40:53 GMT RESP BODY: {"security_groups": []} 2018-12-29 03:40:53,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a97980e13214426896edd0532094fcf6&name=default used request id req-fd56ef30-4719-44f6-ba69-440d7e89fe66 2018-12-29 03:40:53,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.06034588814s 2018-12-29 03:40:53,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a97980e13214426896edd0532094fcf6&name=default used request id req-fd56ef30-4719-44f6-ba69-440d7e89fe66 2018-12-29 03:40:53,441 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-12-29 03:40:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:40:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:40:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:40:53,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:40:53,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:40:53,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:40:53,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:40:53,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:40:53,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bca9ef5-9cc0-4dc7-a856-6e0bbf199f88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:40:53,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0bca9ef5-9cc0-4dc7-a856-6e0bbf199f88 2018-12-29 03:40:53,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:53,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["VvBrb0enTR-HwoFvZIOJcw"], "issued_at": "2018-12-29T03:40:53.000000Z"}} 2018-12-29 03:40:53,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:53,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:40:53,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:54,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1b31e5-d09b-4845-b4d1-8ad125f993be Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:40:54,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-aa1b31e5-d09b-4845-b4d1-8ad125f993be 2018-12-29 03:40:54,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.544080018997s 2018-12-29 03:40:54,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 03:40:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}}' 2018-12-29 03:40:54,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c98b36be-7b10-49b3-88f6-7bb88ebe6b39 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.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:40:54,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c98b36be-7b10-49b3-88f6-7bb88ebe6b39 2018-12-29 03:40:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.154531002045s 2018-12-29 03:40:54,175 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c98b36be-7b10-49b3-88f6-7bb88ebe6b39 2018-12-29 03:40:54,176 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b', 'id': u'74f504fcfb7d402d8417edc4f4429463', '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-12-29 03:40:54,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 03:40:54,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.410492897034s 2018-12-29 03:40:54,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:54,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a292173d-7108-45d2-9729-ca6f9579f635 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}, "domain_id": "default", "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:40:54,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd used request id req-a292173d-7108-45d2-9729-ca6f9579f635 2018-12-29 03:40:54,690 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6160ac97ef76405fb772acc3c4d9bfcd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b'}) 2018-12-29 03:40:54,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:54,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834b8f9a-46d8-4bdd-8fa5-55de34dd027d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:54,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-834b8f9a-46d8-4bdd-8fa5-55de34dd027d 2018-12-29 03:40:54,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829908847809s 2018-12-29 03:40:54,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:54,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:54,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47004194-f7ce-4530-8683-e7ec29607f36 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:54,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-47004194-f7ce-4530-8683-e7ec29607f36 2018-12-29 03:40:54,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812108516693s 2018-12-29 03:40:54,857 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 03:40:54,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:40:54,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" -d '{"role": {"name": "Member"}}' 2018-12-29 03:40:54,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ba41203-069b-4448-8ebf-3f8148cdb963 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}} 2018-12-29 03:40:54,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-5ba41203-069b-4448-8ebf-3f8148cdb963 2018-12-29 03:40:54,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.140653848648s 2018-12-29 03:40:54,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92ed53e-f140-4df3-871d-256e8a683187 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "domain_id": null, "name": "Member", "id": "35796e35e06e4dd0b6f333201f032922"}} 2018-12-29 03:40:55,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922 used request id req-a92ed53e-f140-4df3-871d-256e8a683187 2018-12-29 03:40:55,142 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922'}, 'domain_id': None, 'human_id': None, 'id': u'35796e35e06e4dd0b6f333201f032922', 'HUMAN_ID': False}) 2018-12-29 03:40:55,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ce6c3c-59c0-43ad-b0b8-160dfc90c5a5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:55,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-27ce6c3c-59c0-43ad-b0b8-160dfc90c5a5 2018-12-29 03:40:55,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742180347443s 2018-12-29 03:40:55,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:55,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-772205d2-5a45-42bb-acd0-034053626102 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:55,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-772205d2-5a45-42bb-acd0-034053626102 2018-12-29 03:40:55,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0798799991608s 2018-12-29 03:40:55,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:55,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a38cb5-eea1-4e66-aa4a-f0caf491395f Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:55,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78a38cb5-eea1-4e66-aa4a-f0caf491395f 2018-12-29 03:40:55,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0920040607452s 2018-12-29 03:40:55,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78a38cb5-eea1-4e66-aa4a-f0caf491395f 2018-12-29 03:40:55,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7297704d-e8c2-4297-b970-1b55fece8c6f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:40:55,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7297704d-e8c2-4297-b970-1b55fece8c6f 2018-12-29 03:40:55,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818150043488s 2018-12-29 03:40:55,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7297704d-e8c2-4297-b970-1b55fece8c6f 2018-12-29 03:40:55,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=35796e35e06e4dd0b6f333201f032922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7230bb15-d97e-45c3-a3a3-41152ccb19a6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=35796e35e06e4dd0b6f333201f032922", "previous": null, "next": null}} 2018-12-29 03:40:55,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=35796e35e06e4dd0b6f333201f032922 used request id req-7230bb15-d97e-45c3-a3a3-41152ccb19a6 2018-12-29 03:40:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0822660923004s 2018-12-29 03:40:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:55,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/35796e35e06e4dd0b6f333201f032922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-595353e1-5064-45e0-a854-c5b01017fcdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:55,789 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/35796e35e06e4dd0b6f333201f032922 used request id req-595353e1-5064-45e0-a854-c5b01017fcdd 2018-12-29 03:40:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.224192142487s 2018-12-29 03:40:55,790 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b', 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': 'ecb066da-5ea9-4fc9-ae9d-742338ad58d8', 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_d1590b29-b5b8-4816-90d2-9bec31b5898b', 'project_id': u'74f504fcfb7d402d8417edc4f4429463', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 03:40:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:40:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:40:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:40:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:40:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:40:55,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:40:55,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:40:55,795 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b', 'password': 'ecb066da-5ea9-4fc9-ae9d-742338ad58d8', 'project_name': 'api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '74f504fcfb7d402d8417edc4f4429463', 'project_domain_name': 'Default'} 2018-12-29 03:40:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b4ab25f-e9cc-4916-8b87-9e1694da4e94 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:55,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b4ab25f-e9cc-4916-8b87-9e1694da4e94 2018-12-29 03:40:55,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0684440135956s 2018-12-29 03:40:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:55,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:55,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05e60c3-3c93-46a8-b2cb-2f868dac1302 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:55,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a05e60c3-3c93-46a8-b2cb-2f868dac1302 2018-12-29 03:40:55,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080509185791s 2018-12-29 03:40:55,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:55,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a573e4-09b4-48b6-a108-ba1533187c1e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:56,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-92a573e4-09b4-48b6-a108-ba1533187c1e 2018-12-29 03:40:56,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0821568965912s 2018-12-29 03:40:56,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:56,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1349ac09-2781-44e4-8074-8d3e4fb22318 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:56,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1349ac09-2781-44e4-8074-8d3e4fb22318 2018-12-29 03:40:56,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0907101631165s 2018-12-29 03:40:56,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1349ac09-2781-44e4-8074-8d3e4fb22318 2018-12-29 03:40:56,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:56,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d746cc-a203-40dd-8055-793923662c53 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:40:56,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a9d746cc-a203-40dd-8055-793923662c53 2018-12-29 03:40:56,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821509361267s 2018-12-29 03:40:56,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a9d746cc-a203-40dd-8055-793923662c53 2018-12-29 03:40:56,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:56,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c8b4e5-a049-4918-a9ef-181a19445526 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 03:40:56,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-c2c8b4e5-a049-4918-a9ef-181a19445526 2018-12-29 03:40:56,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0862498283386s 2018-12-29 03:40:56,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:56,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bd086c5-417d-4ad2-8ca8-9089a55ffdcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:56,422 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-7bd086c5-417d-4ad2-8ca8-9089a55ffdcf 2018-12-29 03:40:56,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121505975723s 2018-12-29 03:40:56,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:56,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9264b9dc-17eb-4fa8-9f4e-69d132634593 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:56,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9264b9dc-17eb-4fa8-9f4e-69d132634593 2018-12-29 03:40:56,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744462013245s 2018-12-29 03:40:56,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:40:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-29 03:40:56,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07464054-b13b-4a86-a085-a33605cbd53e Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}} 2018-12-29 03:40:56,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-07464054-b13b-4a86-a085-a33605cbd53e 2018-12-29 03:40:56,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0948829650879s 2018-12-29 03:40:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40eb7e83-c047-4a2d-b505-0667c9d9b0c0 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "domain_id": null, "name": "heat_stack_owner", "id": "53da2cfc3b134e40b30805ac7790a1f7"}} 2018-12-29 03:40:56,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7 used request id req-40eb7e83-c047-4a2d-b505-0667c9d9b0c0 2018-12-29 03:40:56,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:40:56,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37710a22-607f-4e04-87be-530791d4dd5b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:40:56,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-37710a22-607f-4e04-87be-530791d4dd5b 2018-12-29 03:40:56,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812499523163s 2018-12-29 03:40:56,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:40:56,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57056aed-87cf-41e9-b3cd-019e24a8ca3a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:56,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-57056aed-87cf-41e9-b3cd-019e24a8ca3a 2018-12-29 03:40:56,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0841200351715s 2018-12-29 03:40:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:40:56,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:56,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa61539-8b0b-49ee-8f22-af1c5e85fa33 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:40:56,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4fa61539-8b0b-49ee-8f22-af1c5e85fa33 2018-12-29 03:40:56,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965240001678s 2018-12-29 03:40:56,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4fa61539-8b0b-49ee-8f22-af1c5e85fa33 2018-12-29 03:40:56,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:40:56,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:57,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cdd61da-6bad-4f96-b48c-6d7ed20b2766 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:40:57,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4cdd61da-6bad-4f96-b48c-6d7ed20b2766 2018-12-29 03:40:57,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801100730896s 2018-12-29 03:40:57,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4cdd61da-6bad-4f96-b48c-6d7ed20b2766 2018-12-29 03:40:57,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:40:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=53da2cfc3b134e40b30805ac7790a1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:57,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca60746-2455-43d2-a108-411cbc4ac876 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=53da2cfc3b134e40b30805ac7790a1f7", "previous": null, "next": null}} 2018-12-29 03:40:57,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=6160ac97ef76405fb772acc3c4d9bfcd&scope.project.id=74f504fcfb7d402d8417edc4f4429463&role.id=53da2cfc3b134e40b30805ac7790a1f7 used request id req-7ca60746-2455-43d2-a108-411cbc4ac876 2018-12-29 03:40:57,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830519199371s 2018-12-29 03:40:57,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:40:57,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/53da2cfc3b134e40b30805ac7790a1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:40:57,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:40:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3bfee15-1749-4865-9c35-3559938f590d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:40:57,324 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/6160ac97ef76405fb772acc3c4d9bfcd/roles/53da2cfc3b134e40b30805ac7790a1f7 used request id req-e3bfee15-1749-4865-9c35-3559938f590d 2018-12-29 03:40:57,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.218596935272s 2018-12-29 03:40:57,324 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-29 03:40:57,324 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-29 03:40:57,325 - openstack_tests - INFO - OS Credentials = > 2018-12-29 03:40:57,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:57,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:57,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:40:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["sMYJVsT4QWekQCFLHYp5Fg"], "issued_at": "2018-12-29T03:40:57.000000Z"}} 2018-12-29 03:40:57,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af2b8f65640d7b9992767ab5fae1e5cda2a30908" 2018-12-29 03:40:57,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a5f8b2d3-4815-436b-ae5e-22181d08c754 Date: Sat, 29 Dec 2018 03:40:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:40:57,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-a5f8b2d3-4815-436b-ae5e-22181d08c754 2018-12-29 03:40:57,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af2b8f65640d7b9992767ab5fae1e5cda2a30908" 2018-12-29 03:40:58,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a48996c2-e990-4f06-9a10-44b762862900 Date: Sat, 29 Dec 2018 03:40:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:40:58,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-a48996c2-e990-4f06-9a10-44b762862900 2018-12-29 03:40:58,241 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-29 03:40:58,241 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-12-29 03:40:58,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:40:58,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:40:58,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:40:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NGZUyjiITTyg3ayJM8YJcQ"], "issued_at": "2018-12-29T03:40:58.000000Z"}} 2018-12-29 03:40:58,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:58,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d9713e-145e-45c2-b58d-c8dae0b8a8d4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:40:58,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-22d9713e-145e-45c2-b58d-c8dae0b8a8d4 2018-12-29 03:40:58,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:40:58,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:40: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:40:58,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:58,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7884118a-f59f-4cf2-8222-f9982268e34e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:40:58,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7884118a-f59f-4cf2-8222-f9982268e34e 2018-12-29 03:40:58,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName"}}' 2018-12-29 03:40:59,019 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:40:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f82220-c19b-494b-90d8-83bf04275df8 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3777bc859f124568b377c9d26b2f080a"}, "enabled": true, "id": "3777bc859f124568b377c9d26b2f080a", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName"}} 2018-12-29 03:40:59,019 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-47f82220-c19b-494b-90d8-83bf04275df8 2018-12-29 03:40:59,019 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName 2018-12-29 03:40:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ec51d6-f406-4639-8f03-ff987698af44 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/3777bc859f124568b377c9d26b2f080a"}, "enabled": true, "id": "3777bc859f124568b377c9d26b2f080a", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName"}]} 2018-12-29 03:40:59,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName used request id req-92ec51d6-f406-4639-8f03-ff987698af44 2018-12-29 03:40:59,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdd3d458-4c50-4389-93f0-a01345a866b8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:40:59,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cdd3d458-4c50-4389-93f0-a01345a866b8 2018-12-29 03:40:59,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-794cdf17-1a01-49d2-9d43-f5a14a4525ac Date: Sat, 29 Dec 2018 03:40:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:40:59Z", "updated_at": "2018-12-29T03:40:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "revision_number": 0, "id": "8126e21a-a159-437e-8148-6af3768286b4", "remote_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "revision_number": 0, "id": "8ed63e6d-f049-4693-b063-5df42952b309", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "revision_number": 0, "id": "b4893297-061a-410a-92fd-b4ce83685e03", "remote_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "revision_number": 0, "id": "b502bb6a-0a82-4a09-ba1a-82419d29b64f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:40:59,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-794cdf17-1a01-49d2-9d43-f5a14a4525ac 2018-12-29 03:40:59,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d3df2ec-f542-40db-bc12-631be82765a3 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:40:59,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-8d3df2ec-f542-40db-bc12-631be82765a3 2018-12-29 03:40:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c01e0cc-bf73-4a24-9e87-d2d5f62dd593 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:40:59,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-5c01e0cc-bf73-4a24-9e87-d2d5f62dd593 2018-12-29 03:40:59,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ffa745a-1f68-41f2-b90c-ccaccf22b658 2018-12-29 03:40:59,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7ffa745a-1f68-41f2-b90c-ccaccf22b658 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:40:59,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2cca8aeb-5736-495c-9d81-011d6f0a8c13 Date: Sat, 29 Dec 2018 03:41:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:40:59Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8126e21a-a159-437e-8148-6af3768286b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:40:59Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8ed63e6d-f049-4693-b063-5df42952b309"}, {"remote_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:40:59Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b4893297-061a-410a-92fd-b4ce83685e03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:59Z", "security_group_id": "7ffa745a-1f68-41f2-b90c-ccaccf22b658", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:40:59Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b502bb6a-0a82-4a09-ba1a-82419d29b64f"}]} 2018-12-29 03:40:59,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7ffa745a-1f68-41f2-b90c-ccaccf22b658 used request id req-2cca8aeb-5736-495c-9d81-011d6f0a8c13 2018-12-29 03:40:59,997 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 03:41:00,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/7ffa745a-1f68-41f2-b90c-ccaccf22b658 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:41:01,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17d7f38d-a541-4e45-a6fa-17afdcd3c0bd Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:01,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7ffa745a-1f68-41f2-b90c-ccaccf22b658 used request id req-17d7f38d-a541-4e45-a6fa-17afdcd3c0bd 2018-12-29 03:41:01,022 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-3f740774-c8bb-4160-8ecf-c8fe71e89e16-projName 2018-12-29 03:41:01,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/3777bc859f124568b377c9d26b2f080a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}748a95095e8b63d7df6b5324321e19bb65484836" 2018-12-29 03:41:01,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6801b4e-8468-4622-aaaf-2ffbc55abd96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:01,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/3777bc859f124568b377c9d26b2f080a used request id req-c6801b4e-8468-4622-aaaf-2ffbc55abd96 2018-12-29 03:41:01,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:01,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["r-eBdyuiRBGOkjD6WI-IIQ"], "issued_at": "2018-12-29T03:41:01.000000Z"}} 2018-12-29 03:41:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c0d317f2579bbee69b4f12e0a953e1314be1d2" 2018-12-29 03:41:01,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318692d4-6b5a-4f58-b08c-5bc5e9f54e4b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:01,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-318692d4-6b5a-4f58-b08c-5bc5e9f54e4b 2018-12-29 03:41:01,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:01,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:01,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c0d317f2579bbee69b4f12e0a953e1314be1d2" 2018-12-29 03:41:01,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8622f9-2b9c-44fc-93e7-017ad4d5ed79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:01,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7f8622f9-2b9c-44fc-93e7-017ad4d5ed79 2018-12-29 03:41:02,193 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-b2f950f1-c8c2-4823-9073-da7926916412-username 2018-12-29 03:41:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c0d317f2579bbee69b4f12e0a953e1314be1d2" 2018-12-29 03:41:02,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a549ae09-2b10-434e-9eca-cade33f2c03e Content-Encoding: gzip Content-Length: 911 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-b2f950f1-c8c2-4823-9073-da7926916412-username", "links": {"self": "http://172.30.9.30:5000/v3/users/b7d5a2109f8440dabe8c3f2f88fe15c4"}, "domain_id": "default", "enabled": true, "id": "b7d5a2109f8440dabe8c3f2f88fe15c4", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:02,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a549ae09-2b10-434e-9eca-cade33f2c03e 2018-12-29 03:41:02,308 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-b2f950f1-c8c2-4823-9073-da7926916412-username 2018-12-29 03:41:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b7d5a2109f8440dabe8c3f2f88fe15c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c0d317f2579bbee69b4f12e0a953e1314be1d2" 2018-12-29 03:41:02,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c12230b-d6c3-4f51-9d9f-7a11173a513a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:02,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b7d5a2109f8440dabe8c3f2f88fe15c4 used request id req-5c12230b-d6c3-4f51-9d9f-7a11173a513a 2018-12-29 03:41:02,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:02,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["n-2CVZJCTkCnz_U5MVoZXA"], "issued_at": "2018-12-29T03:41:02.000000Z"}} 2018-12-29 03:41:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d685b31b641f98ec7c4fd19e7bdb19fd8887c25d" 2018-12-29 03:41:02,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cc21fe6-a6e8-4388-aae1-38b3f9f1fc42 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:02,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8cc21fe6-a6e8-4388-aae1-38b3f9f1fc42 2018-12-29 03:41:02,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:02,996 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-12-29 03:41:02,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:03,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["e9_76olKQwyEIwq9T_Mhuw"], "issued_at": "2018-12-29T03:41:03.000000Z"}} 2018-12-29 03:41:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e0fe3f3b68f9cfe92cf83f6b46b68a79cef665" 2018-12-29 03:41:03,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061df6e1-3800-4bf1-9cec-33e06a7fd016 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:03,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-061df6e1-3800-4bf1-9cec-33e06a7fd016 2018-12-29 03:41:03,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:03,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:03,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["hGUnDqyTTHSrzSqycPiCBA"], "issued_at": "2018-12-29T03:41:03.000000Z"}} 2018-12-29 03:41:03,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:04,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["oOdITzMOQ9W7D_GqCSq3yw"], "issued_at": "2018-12-29T03:41:04.000000Z"}} 2018-12-29 03:41:04,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33fbe515d8845403c86725e42c5340456b29c297" 2018-12-29 03:41:04,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111c0f30-9fd3-419d-9b32-c4777a3bb2ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:04,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-111c0f30-9fd3-419d-9b32-c4777a3bb2ec 2018-12-29 03:41:04,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:04,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:04,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["cHLIcUJnRHiT_1W-8BnP4Q"], "issued_at": "2018-12-29T03:41:04.000000Z"}} 2018-12-29 03:41:04,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:05,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ZzDAGT6GT7-F23z1q6LrQw"], "issued_at": "2018-12-29T03:41:05.000000Z"}} 2018-12-29 03:41:05,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc78a680d4da1177c64f985ba40085a045dfc6c" 2018-12-29 03:41:05,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7a2620-1f80-49b9-b338-e35c0ed4e1fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:05,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8c7a2620-1f80-49b9-b338-e35c0ed4e1fe 2018-12-29 03:41:05,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:05,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:05,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ygg0lCKlSFqnyAXd4THn0Q"], "issued_at": "2018-12-29T03:41:05.000000Z"}} 2018-12-29 03:41:05,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:05,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:06,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["SiIJ1cduQqGJC0BTDTR58g"], "issued_at": "2018-12-29T03:41:06.000000Z"}} 2018-12-29 03:41:06,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:06,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:06,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["4Ot7VH65Qfm_pHLPjYZoVQ"], "issued_at": "2018-12-29T03:41:06.000000Z"}} 2018-12-29 03:41:06,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:06,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["KT1Pu_WGTwGRB6_BDV8HtA"], "issued_at": "2018-12-29T03:41:06.000000Z"}} 2018-12-29 03:41:06,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:06,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6247dbf9-e036-4e5a-8751-5b79900a1781 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:06,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6247dbf9-e036-4e5a-8751-5b79900a1781 2018-12-29 03:41:06,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:06,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:07,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-172b1404-fa47-4b5d-8143-d6b786062966 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:07,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-172b1404-fa47-4b5d-8143-d6b786062966 2018-12-29 03:41:07,330 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-username 2018-12-29 03:41:07,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:07,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d337ff-41a9-4464-b879-264d8acd4762 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:07,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-82d337ff-41a9-4464-b879-264d8acd4762 2018-12-29 03:41:07,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-projName"}}' 2018-12-29 03:41:07,592 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb6cbd16-5daf-493b-8573-451d9f537352 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e"}, "enabled": true, "id": "4fe0d34637374f6999707e4fe895736e", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-projName"}} 2018-12-29 03:41:07,592 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bb6cbd16-5daf-493b-8573-451d9f537352 2018-12-29 03:41:07,592 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-projName 2018-12-29 03:41:07,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" -d '{"role": {"name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role"}}' 2018-12-29 03:41:07,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96dfd3e9-17fe-46af-bb81-33ffacd07739 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "608157709a844ae5976df3a307b579da", "links": {"self": "http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da"}, "name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role"}} 2018-12-29 03:41:07,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-96dfd3e9-17fe-46af-bb81-33ffacd07739 2018-12-29 03:41:07,790 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role 2018-12-29 03:41:07,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:07,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e580b1f-9307-4daa-94e2-bbebbb678928 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da"}, "domain_id": null, "name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role", "id": "608157709a844ae5976df3a307b579da"}} 2018-12-29 03:41:07,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da used request id req-8e580b1f-9307-4daa-94e2-bbebbb678928 2018-12-29 03:41:07,888 - keystone_utils - INFO - Granting role KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role to project KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-projName 2018-12-29 03:41:07,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e/users/734bfcfbdc6d4cddb7ae55d36f2d379e/roles/608157709a844ae5976df3a307b579da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:08,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a9b566a-e0ab-4b0f-8179-0bbbda8f09bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:08,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e/users/734bfcfbdc6d4cddb7ae55d36f2d379e/roles/608157709a844ae5976df3a307b579da used request id req-5a9b566a-e0ab-4b0f-8179-0bbbda8f09bc 2018-12-29 03:41:08,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e/users/734bfcfbdc6d4cddb7ae55d36f2d379e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:08,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000fa001-1fbd-4f69-9fc2-c834abf7e614 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e/users/734bfcfbdc6d4cddb7ae55d36f2d379e/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "608157709a844ae5976df3a307b579da", "links": {"self": "http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da"}, "name": "KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role"}]} 2018-12-29 03:41:08,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e/users/734bfcfbdc6d4cddb7ae55d36f2d379e/roles used request id req-000fa001-1fbd-4f69-9fc2-c834abf7e614 2018-12-29 03:41:08,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:09,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-2271d358-8829-4bd4-b4bb-444d333f85f3 Date: Sat, 29 Dec 2018 03:41:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:08Z", "updated_at": "2018-12-29T03:41:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "revision_number": 0, "id": "4fa5648c-156b-4602-9349-0b43aba3cb2f", "remote_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "revision_number": 0, "id": "855201f4-0f3f-4cb9-83bf-2465116a0b71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "revision_number": 0, "id": "c209c2bc-3a12-4453-ba83-ca514508d249", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "revision_number": 0, "id": "dcf87419-e318-446f-9320-6424e660eac5", "remote_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:09,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-2271d358-8829-4bd4-b4bb-444d333f85f3 2018-12-29 03:41:09,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:09,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d033fea1-e1a8-4886-90de-66048e76ea71 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:09,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-d033fea1-e1a8-4886-90de-66048e76ea71 2018-12-29 03:41:09,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 409e44d0-c7a1-4e54-a04b-41c82e9782a4 2018-12-29 03:41:09,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=409e44d0-c7a1-4e54-a04b-41c82e9782a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:09,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-99ded506-d66e-42dd-9256-e178365bb4a5 Date: Sat, 29 Dec 2018 03:41:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:09Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "4fa5648c-156b-4602-9349-0b43aba3cb2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:09Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "855201f4-0f3f-4cb9-83bf-2465116a0b71"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:09Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "c209c2bc-3a12-4453-ba83-ca514508d249"}, {"remote_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:09Z", "security_group_id": "409e44d0-c7a1-4e54-a04b-41c82e9782a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:09Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "dcf87419-e318-446f-9320-6424e660eac5"}]} 2018-12-29 03:41:09,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=409e44d0-c7a1-4e54-a04b-41c82e9782a4 used request id req-99ded506-d66e-42dd-9256-e178365bb4a5 2018-12-29 03:41:09,655 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 03:41:09,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/409e44d0-c7a1-4e54-a04b-41c82e9782a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:10,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ebcae3c-5502-4b99-886e-812d556a5a84 Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:10,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/409e44d0-c7a1-4e54-a04b-41c82e9782a4 used request id req-7ebcae3c-5502-4b99-886e-812d556a5a84 2018-12-29 03:41:10,034 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-projName 2018-12-29 03:41:10,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:10,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7d28024-14e8-4f2a-aadc-12f73b8b8303 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:10,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4fe0d34637374f6999707e4fe895736e used request id req-a7d28024-14e8-4f2a-aadc-12f73b8b8303 2018-12-29 03:41:10,231 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-username 2018-12-29 03:41:10,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/734bfcfbdc6d4cddb7ae55d36f2d379e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:10,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f941f6e1-9dbf-4050-8944-d659e1565637 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:10,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/734bfcfbdc6d4cddb7ae55d36f2d379e used request id req-f941f6e1-9dbf-4050-8944-d659e1565637 2018-12-29 03:41:10,420 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-710259e2-7f86-49de-b66b-8d9cd9aa11dc-role 2018-12-29 03:41:10,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972b89e73b338e485102ef24498ed4844362173c" 2018-12-29 03:41:10,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-013277de-eb70-46b9-9368-00d25806ac0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:10,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/608157709a844ae5976df3a307b579da used request id req-013277de-eb70-46b9-9368-00d25806ac0a 2018-12-29 03:41:10,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:11,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ZL2oa7JUQN6QNbkcuxDQsQ"], "issued_at": "2018-12-29T03:41:10.000000Z"}} 2018-12-29 03:41:11,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e58f78750e926781723f944a01fde0d86702e5c" 2018-12-29 03:41:11,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f84885-39a2-4377-a615-dae188b7bbb1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:11,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e0f84885-39a2-4377-a615-dae188b7bbb1 2018-12-29 03:41:11,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:11,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:11,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["-38G4378RKGkAYn3V97Xaw"], "issued_at": "2018-12-29T03:41:11.000000Z"}} 2018-12-29 03:41:11,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:11,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3e7e40-9c9d-4fd3-977e-7735b313a9f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:11,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0f3e7e40-9c9d-4fd3-977e-7735b313a9f5 2018-12-29 03:41:11,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:11,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:11,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65460a62-23c5-419b-bc1c-87b1c767f4f4 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:11,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-65460a62-23c5-419b-bc1c-87b1c767f4f4 2018-12-29 03:41:11,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:11,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48399e2f-8769-4e33-8f3f-c370f2aa77a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:11,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-48399e2f-8769-4e33-8f3f-c370f2aa77a7 2018-12-29 03:41:12,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc59878b-e4da-4f50-8239-512b1453632c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:12,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cc59878b-e4da-4f50-8239-512b1453632c 2018-12-29 03:41:12,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e96d23-160b-4986-ad3e-3a2fd42958cd Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:12,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-67e96d23-160b-4986-ad3e-3a2fd42958cd 2018-12-29 03:41:12,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccc4eb04-f78e-43dc-b266-10061c3833ba Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5"}, "enabled": true, "id": "ee507b00b2694277adddc7a29ad8ded5", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f63fadce-c190-41c-name"}} 2018-12-29 03:41:12,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5 used request id req-ccc4eb04-f78e-43dc-b266-10061c3833ba 2018-12-29 03:41:12,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a721d6-8224-4467-b619-fbb6f7dcb685 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:12,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles used request id req-02a721d6-8224-4467-b619-fbb6f7dcb685 2018-12-29 03:41:12,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c691f75-fd78-4030-a109-cb603b9e3667 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:12,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-3c691f75-fd78-4030-a109-cb603b9e3667 2018-12-29 03:41:12,631 - keystone_utils - INFO - Granting role admin to project api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b 2018-12-29 03:41:12,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d63f9db-8110-4f45-bf96-1c0146d29c23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:12,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-7d63f9db-8110-4f45-bf96-1c0146d29c23 2018-12-29 03:41:12,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-616cc446-f187-4dce-9052-ea6dba5601c0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:12,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-616cc446-f187-4dce-9052-ea6dba5601c0 2018-12-29 03:41:12,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:12,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-195fbd30-817a-4d9e-b209-3699cd946a3f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:12,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-195fbd30-817a-4d9e-b209-3699cd946a3f 2018-12-29 03:41:12,948 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f63fadce-c190-41c-name 2018-12-29 03:41:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:12,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e58f78750e926781723f944a01fde0d86702e5c" 2018-12-29 03:41:13,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfcf164-0abe-4318-9808-7373c084d8b3 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f63fadce-c190-41c-name", "links": {"self": "http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5"}, "domain_id": "default", "enabled": true, "id": "ee507b00b2694277adddc7a29ad8ded5", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:13,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0cfcf164-0abe-4318-9808-7373c084d8b3 2018-12-29 03:41:13,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e58f78750e926781723f944a01fde0d86702e5c" 2018-12-29 03:41:13,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22f43794-557c-4d89-ac09-ff83df9b7180 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:13,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-22f43794-557c-4d89-ac09-ff83df9b7180 2018-12-29 03:41:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e58f78750e926781723f944a01fde0d86702e5c" 2018-12-29 03:41:13,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d25e33-f0f3-4b0a-9205-77d7e2b4d1fc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:13,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-c6d25e33-f0f3-4b0a-9205-77d7e2b4d1fc 2018-12-29 03:41:13,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e58f78750e926781723f944a01fde0d86702e5c" 2018-12-29 03:41:13,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7420b577-3993-40cb-8340-1a348c904c03 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}]} 2018-12-29 03:41:13,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ee507b00b2694277adddc7a29ad8ded5/roles used request id req-7420b577-3993-40cb-8340-1a348c904c03 2018-12-29 03:41:13,421 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f63fadce-c190-41c-name 2018-12-29 03:41:13,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f8aeec8bb378aa1ddcb8be520423eb15d23fe1" 2018-12-29 03:41:13,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-714cf22c-7503-49f5-85ce-c21e4cc58dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:13,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/ee507b00b2694277adddc7a29ad8ded5 used request id req-714cf22c-7503-49f5-85ce-c21e4cc58dec 2018-12-29 03:41:13,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:14,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["EKHsBP16R26wphQRgTSE4Q"], "issued_at": "2018-12-29T03:41:14.000000Z"}} 2018-12-29 03:41:14,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4387f21ff97fc3f531884491b9997c22e5d9aa96" 2018-12-29 03:41:14,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1e8064-67a9-49c8-9c9e-42d75b41b67d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:14,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd1e8064-67a9-49c8-9c9e-42d75b41b67d 2018-12-29 03:41:14,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:14,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:14,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["uQqs4CKrQgWNgW8ROPsF3A"], "issued_at": "2018-12-29T03:41:14.000000Z"}} 2018-12-29 03:41:14,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:14,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f021a2c6-24cc-4b3d-bd68-34439e710498 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:14,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f021a2c6-24cc-4b3d-bd68-34439e710498 2018-12-29 03:41:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:14,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:14,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611148db-722f-4cd5-8fdb-d2e5fa263596 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:14,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-611148db-722f-4cd5-8fdb-d2e5fa263596 2018-12-29 03:41:14,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:14,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90219233-1b59-4b19-90ae-ade940541085 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:14,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-90219233-1b59-4b19-90ae-ade940541085 2018-12-29 03:41:15,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84a44b49-6e36-4ded-b97e-5b2fe8236944 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:15,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-84a44b49-6e36-4ded-b97e-5b2fe8236944 2018-12-29 03:41:15,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a885d8-6533-422f-b66c-4ea55a307d08 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:15,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-c0a885d8-6533-422f-b66c-4ea55a307d08 2018-12-29 03:41:15,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a87d195-1a46-47f0-8e28-c7663212a034 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834"}, "enabled": true, "id": "26197f09c2c34ce9b5cb83f1443e2834", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-70a935a1-b135-4bd-name"}} 2018-12-29 03:41:15,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 used request id req-7a87d195-1a46-47f0-8e28-c7663212a034 2018-12-29 03:41:15,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/26197f09c2c34ce9b5cb83f1443e2834/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612b4acc-2a00-490d-9718-b2d22de91041 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/26197f09c2c34ce9b5cb83f1443e2834/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:15,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/26197f09c2c34ce9b5cb83f1443e2834/roles used request id req-612b4acc-2a00-490d-9718-b2d22de91041 2018-12-29 03:41:15,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0985ad27-9101-42e7-9fa7-4716f046aaad Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:15,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-0985ad27-9101-42e7-9fa7-4716f046aaad 2018-12-29 03:41:15,757 - keystone_utils - INFO - Granting role admin to project api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b 2018-12-29 03:41:15,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/26197f09c2c34ce9b5cb83f1443e2834/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-155a5aee-b61b-49c4-b9bd-8247961808fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:15,890 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/26197f09c2c34ce9b5cb83f1443e2834/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-155a5aee-b61b-49c4-b9bd-8247961808fb 2018-12-29 03:41:15,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:15,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d011b8-7318-4e4d-b398-5f6f6bf00864 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:15,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-05d011b8-7318-4e4d-b398-5f6f6bf00864 2018-12-29 03:41:15,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:16,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7dc01e-4cb4-4332-88f1-bb1ffc4ec68c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:16,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-cb7dc01e-4cb4-4332-88f1-bb1ffc4ec68c 2018-12-29 03:41:16,073 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-70a935a1-b135-4bd-name 2018-12-29 03:41:16,073 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-70a935a1-b135-4bd-name 2018-12-29 03:41:16,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:16,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4387f21ff97fc3f531884491b9997c22e5d9aa96" 2018-12-29 03:41:16,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c13eb68-5d07-42d0-9d22-42000b191612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:16,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 used request id req-1c13eb68-5d07-42d0-9d22-42000b191612 2018-12-29 03:41:16,241 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-70a935a1-b135-4bd-name 2018-12-29 03:41:16,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05cdde64316b1cda20a46bff6fc5cf44b442ede" 2018-12-29 03:41:16,326 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d3dd282-b91e-4eab-bcde-e7557b2c6fd2 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 26197f09c2c34ce9b5cb83f1443e2834.", "code": 404, "title": "Not Found"}} 2018-12-29 03:41:16,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/26197f09c2c34ce9b5cb83f1443e2834 used request id req-3d3dd282-b91e-4eab-bcde-e7557b2c6fd2 2018-12-29 03:41:16,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-29 03:41:16,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:16,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["CAcSBtT9TW-gz0YrxI_u4w"], "issued_at": "2018-12-29T03:41:16.000000Z"}} 2018-12-29 03:41:16,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81ce0bcfd07574be243dcbff7cb7ded204cdd4f1" 2018-12-29 03:41:16,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0102b4-154c-483e-bec7-884098217320 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:16,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fe0102b4-154c-483e-bec7-884098217320 2018-12-29 03:41:16,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:16,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:17,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["H95JI92GQe6RZWqLXESnmg"], "issued_at": "2018-12-29T03:41:17.000000Z"}} 2018-12-29 03:41:17,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:17,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe7c118-ee98-423d-852a-e4c82e6e6d56 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:17,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1fe7c118-ee98-423d-852a-e4c82e6e6d56 2018-12-29 03:41:17,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:17,266 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:17,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:17,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7cdb9c-a350-4522-a6fe-447eaa6b336e Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:17,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0a7cdb9c-a350-4522-a6fe-447eaa6b336e 2018-12-29 03:41:17,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:17,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b1f959-8f00-49f0-9474-d7cbfff6dfee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:17,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c4b1f959-8f00-49f0-9474-d7cbfff6dfee 2018-12-29 03:41:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:17,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9097ff7-1d56-4c98-b79c-9cc04154f177 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:17,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c9097ff7-1d56-4c98-b79c-9cc04154f177 2018-12-29 03:41:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:17,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7332c33-e6fd-4cca-a99b-1fedbceb3689 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:17,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-b7332c33-e6fd-4cca-a99b-1fedbceb3689 2018-12-29 03:41:17,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483281c2-3c77-4b1c-9271-a73f78b82f2c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3"}, "enabled": true, "id": "49231e379ea4423589f9f2d54c630ae3", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-02c261af-7c3e-472-name"}} 2018-12-29 03:41:18,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3 used request id req-483281c2-3c77-4b1c-9271-a73f78b82f2c 2018-12-29 03:41:18,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/49231e379ea4423589f9f2d54c630ae3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2119e4fd-fe10-407a-8f3a-e2c52d901e23 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/49231e379ea4423589f9f2d54c630ae3/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:18,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/49231e379ea4423589f9f2d54c630ae3/roles used request id req-2119e4fd-fe10-407a-8f3a-e2c52d901e23 2018-12-29 03:41:18,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea4eb0bf-c34d-41a2-b0fb-6d6dc9cb25d7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:18,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-ea4eb0bf-c34d-41a2-b0fb-6d6dc9cb25d7 2018-12-29 03:41:18,158 - keystone_utils - INFO - Granting role admin to project api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b 2018-12-29 03:41:18,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/49231e379ea4423589f9f2d54c630ae3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a565b357-7ea1-47b9-97ff-6bfefa8f27ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:18,298 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/49231e379ea4423589f9f2d54c630ae3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-a565b357-7ea1-47b9-97ff-6bfefa8f27ff 2018-12-29 03:41:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35712f05-6a96-4344-951d-8d3afe2ba6ae Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:18,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-35712f05-6a96-4344-951d-8d3afe2ba6ae 2018-12-29 03:41:18,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ecf084-c880-46af-8c9c-8eda7f79604c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:18,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-98ecf084-c880-46af-8c9c-8eda7f79604c 2018-12-29 03:41:18,473 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-02c261af-7c3e-472-name 2018-12-29 03:41:18,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:18,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81ce0bcfd07574be243dcbff7cb7ded204cdd4f1" 2018-12-29 03:41:18,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da24a6cc-7023-411c-bb3c-6051a815d34a Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-02c261af-7c3e-472-name", "links": {"self": "http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3"}, "domain_id": "default", "enabled": true, "id": "49231e379ea4423589f9f2d54c630ae3", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:18,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-da24a6cc-7023-411c-bb3c-6051a815d34a 2018-12-29 03:41:18,579 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-02c261af-7c3e-472-name 2018-12-29 03:41:18,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42d413127f4d849ce5b1c3f2fe3949035737ca" 2018-12-29 03:41:18,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-165add65-9923-427d-9967-c3a6680876a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:18,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/49231e379ea4423589f9f2d54c630ae3 used request id req-165add65-9923-427d-9967-c3a6680876a9 2018-12-29 03:41:18,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:19,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["nkCHRmVERNiUL61pFJxGQQ"], "issued_at": "2018-12-29T03:41:19.000000Z"}} 2018-12-29 03:41:19,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d0c42445a318e7e54582f3af244a80c46bccb" 2018-12-29 03:41:19,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75962881-d55c-4ea1-af37-ca75bcebf559 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:19,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-75962881-d55c-4ea1-af37-ca75bcebf559 2018-12-29 03:41:19,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:19,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:19,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Xode9iOnTvOq1kf3cn5BNQ"], "issued_at": "2018-12-29T03:41:19.000000Z"}} 2018-12-29 03:41:19,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:19,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe68a82-7def-44aa-a5c7-b21a0ca78963 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:19,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dfe68a82-7def-44aa-a5c7-b21a0ca78963 2018-12-29 03:41:19,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:19,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:19,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64479a41-0ba8-41ba-9ae9-b72ddf43c37d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:19,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-64479a41-0ba8-41ba-9ae9-b72ddf43c37d 2018-12-29 03:41:19,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:19,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9875248a-b7eb-4f1b-91f7-dd41dea2dc39 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:19,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9875248a-b7eb-4f1b-91f7-dd41dea2dc39 2018-12-29 03:41:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2602bfe-cf02-48fa-84c5-8a11222438e2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:20,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d2602bfe-cf02-48fa-84c5-8a11222438e2 2018-12-29 03:41:20,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b81404c-24cb-4e6a-ac8a-996d6cd1e8fc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:20,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-9b81404c-24cb-4e6a-ac8a-996d6cd1e8fc 2018-12-29 03:41:20,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fe9b4f-e5b9-4cd7-959f-c12b79a53272 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0"}, "enabled": true, "id": "ab4641309e6941c58ca77235f32541d0", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-279057bb-e8b9-42d-name"}} 2018-12-29 03:41:20,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0 used request id req-d5fe9b4f-e5b9-4cd7-959f-c12b79a53272 2018-12-29 03:41:20,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ab4641309e6941c58ca77235f32541d0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe68626f-f03e-4ffd-b818-a73db017c022 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ab4641309e6941c58ca77235f32541d0/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:20,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ab4641309e6941c58ca77235f32541d0/roles used request id req-fe68626f-f03e-4ffd-b818-a73db017c022 2018-12-29 03:41:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655b7c14-fd93-44a9-9736-f8f785b46421 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:20,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-655b7c14-fd93-44a9-9736-f8f785b46421 2018-12-29 03:41:20,722 - keystone_utils - INFO - Granting role admin to project api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b 2018-12-29 03:41:20,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ab4641309e6941c58ca77235f32541d0/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f24adbe2-e73e-4002-9ab9-8affdfd17005 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:20,841 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463/users/ab4641309e6941c58ca77235f32541d0/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-f24adbe2-e73e-4002-9ab9-8affdfd17005 2018-12-29 03:41:20,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:20,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2c290b-5d84-48b3-bb8e-6885605fecba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:20,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bb2c290b-5d84-48b3-bb8e-6885605fecba 2018-12-29 03:41:20,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:21,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c358c8-846d-489c-b011-9a30a5d0c090 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:41:21,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b used request id req-81c358c8-846d-489c-b011-9a30a5d0c090 2018-12-29 03:41:21,029 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-279057bb-e8b9-42d-name 2018-12-29 03:41:21,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:21,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:21,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d0c42445a318e7e54582f3af244a80c46bccb" 2018-12-29 03:41:21,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a6d0c48-53a3-459c-b2e2-5beda63ca314 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-279057bb-e8b9-42d-name", "links": {"self": "http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0"}, "domain_id": "default", "enabled": true, "id": "ab4641309e6941c58ca77235f32541d0", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:21,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1a6d0c48-53a3-459c-b2e2-5beda63ca314 2018-12-29 03:41:21,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:21,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:21,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["gTeZmz7uSRaWtp4gUL1UUw"], "issued_at": "2018-12-29T03:41:21.000000Z"}} 2018-12-29 03:41:21,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4a5e2238092cc35d7e953927f040c9f1614911" 2018-12-29 03:41:21,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ce9889-df41-49a2-a862-74cee6d99199 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:21,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-23ce9889-df41-49a2-a862-74cee6d99199 2018-12-29 03:41:21,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:21,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e4a5e2238092cc35d7e953927f040c9f1614911" 2018-12-29 03:41:21,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6e9fe8-b9e4-4404-bf3f-80cfa8e67e9c Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-279057bb-e8b9-42d-name", "links": {"self": "http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0"}, "domain_id": "default", "enabled": true, "id": "ab4641309e6941c58ca77235f32541d0", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:21,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bf6e9fe8-b9e4-4404-bf3f-80cfa8e67e9c 2018-12-29 03:41:21,740 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-279057bb-e8b9-42d-name 2018-12-29 03:41:21,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3e54c2dda63c457763761b0757b470639b373d" 2018-12-29 03:41:21,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5579cd8-9354-496d-ba7b-295564e975b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:21,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/ab4641309e6941c58ca77235f32541d0 used request id req-c5579cd8-9354-496d-ba7b-295564e975b8 2018-12-29 03:41:21,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:22,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["8Lju7npBTZuBArBwkhqiEA"], "issued_at": "2018-12-29T03:41:22.000000Z"}} 2018-12-29 03:41:22,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bcaa192fefec9b5fed553da15589128c060cd5" 2018-12-29 03:41:22,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68925fd5-fd03-4fa6-9106-fbd03916f79e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:22,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68925fd5-fd03-4fa6-9106-fbd03916f79e 2018-12-29 03:41:22,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:22,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:22,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Vy5A8VrZQqug3DdTlaeAfA"], "issued_at": "2018-12-29T03:41:22.000000Z"}} 2018-12-29 03:41:22,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:22,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ea9537-47a2-4e4b-bd80-19d0d58ea671 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:22,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70ea9537-47a2-4e4b-bd80-19d0d58ea671 2018-12-29 03:41:22,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:22,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d373f076-29ef-417-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:22,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94fa3637-48d4-4f7c-955b-e97e7462f813 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d373f076-29ef-417-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:22,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d373f076-29ef-417-name used request id req-94fa3637-48d4-4f7c-955b-e97e7462f813 2018-12-29 03:41:22,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:23,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54b1ad93-d912-45b3-8558-1d0b374877c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:23,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-54b1ad93-d912-45b3-8558-1d0b374877c8 2018-12-29 03:41:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d373f076-29ef-417-name"}}' 2018-12-29 03:41:23,235 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37be8617-471e-4d68-90cf-ddebc9b099bd Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/362039cb84be46b98b39f9e6155a9805"}, "enabled": true, "id": "362039cb84be46b98b39f9e6155a9805", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d373f076-29ef-417-name"}} 2018-12-29 03:41:23,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-37be8617-471e-4d68-90cf-ddebc9b099bd 2018-12-29 03:41:23,235 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d373f076-29ef-417-name 2018-12-29 03:41:23,236 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d373f076-29ef-417-name 2018-12-29 03:41:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:23,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:23,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/362039cb84be46b98b39f9e6155a9805 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bcaa192fefec9b5fed553da15589128c060cd5" 2018-12-29 03:41:23,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bcb72ef-208d-4f4f-a0d7-78a4dd137ffe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:23,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/362039cb84be46b98b39f9e6155a9805 used request id req-5bcb72ef-208d-4f4f-a0d7-78a4dd137ffe 2018-12-29 03:41:23,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6c1694a7-42da-4969-b225-bc233a675a23 Date: Sat, 29 Dec 2018 03:41:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:24,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-6c1694a7-42da-4969-b225-bc233a675a23 2018-12-29 03:41:24,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3271b52f-285b-428c-905d-33ee26a3b5be Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:24,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-3271b52f-285b-428c-905d-33ee26a3b5be 2018-12-29 03:41:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d652b924-99a8-417b-bf59-d7c97a2b1d74 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:24,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-d652b924-99a8-417b-bf59-d7c97a2b1d74 2018-12-29 03:41:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302d18cf-4332-46a1-804d-b821cb0af5bd Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:24,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-302d18cf-4332-46a1-804d-b821cb0af5bd 2018-12-29 03:41:24,753 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d373f076-29ef-417-name 2018-12-29 03:41:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/362039cb84be46b98b39f9e6155a9805 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,838 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e5de938-af0f-4b03-b742-384986168b90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 362039cb84be46b98b39f9e6155a9805.", "code": 404, "title": "Not Found"}} 2018-12-29 03:41:24,838 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/362039cb84be46b98b39f9e6155a9805 used request id req-2e5de938-af0f-4b03-b742-384986168b90 2018-12-29 03:41:24,839 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-12-29 03:41:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:24,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3470544d-a2bd-44d7-bcb9-5418041fe22b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:24,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3470544d-a2bd-44d7-bcb9-5418041fe22b 2018-12-29 03:41:24,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bcaa192fefec9b5fed553da15589128c060cd5" 2018-12-29 03:41:25,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-620e9c19-aec9-4ee9-a949-b5893abcf649 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:41:25,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-620e9c19-aec9-4ee9-a949-b5893abcf649 2018-12-29 03:41:25,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b43aa321063b1e64bd9fb9540afa47cc73aee73" 2018-12-29 03:41:25,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66160e6e-da27-4777-981c-5f8875af108f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:25,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-66160e6e-da27-4777-981c-5f8875af108f 2018-12-29 03:41:25,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:25,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["1oG9gtuBQSOK4DhbBL9V1w"], "issued_at": "2018-12-29T03:41:25.000000Z"}} 2018-12-29 03:41:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfda343187059bcf604f94e44a37a0db5151e4c5" 2018-12-29 03:41:25,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ee1be7-8990-49f7-8084-89d058ccf913 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:25,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-35ee1be7-8990-49f7-8084-89d058ccf913 2018-12-29 03:41:25,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:25,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:25,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["woV0cen7T_CG5DKzT5CH_A"], "issued_at": "2018-12-29T03:41:25.000000Z"}} 2018-12-29 03:41:25,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:26,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1336cc86-289a-447e-9256-ab8e41bd21bc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:26,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1336cc86-289a-447e-9256-ab8e41bd21bc 2018-12-29 03:41:26,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:26,039 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:26,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:26,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9fefa8-79f2-46ba-b182-4733af3560df Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:26,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name used request id req-ae9fefa8-79f2-46ba-b182-4733af3560df 2018-12-29 03:41:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:26,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33c014e-d2cf-4b77-a254-6ee48b16ecf6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:26,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b33c014e-d2cf-4b77-a254-6ee48b16ecf6 2018-12-29 03:41:26,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-18485665-1894-42b-name"}}' 2018-12-29 03:41:26,382 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01c052e5-9464-4299-9fc8-2a6d86d81ded Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d8400ed87c6d4a229a8f46e19157abc6"}, "enabled": true, "id": "d8400ed87c6d4a229a8f46e19157abc6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-18485665-1894-42b-name"}} 2018-12-29 03:41:26,382 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-01c052e5-9464-4299-9fc8-2a6d86d81ded 2018-12-29 03:41:26,382 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-18485665-1894-42b-name 2018-12-29 03:41:26,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:26,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:26,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfda343187059bcf604f94e44a37a0db5151e4c5" 2018-12-29 03:41:26,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46d5d44-e7b1-47a8-9ca2-0ccd5c590361 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d8400ed87c6d4a229a8f46e19157abc6"}, "enabled": true, "id": "d8400ed87c6d4a229a8f46e19157abc6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-18485665-1894-42b-name"}]} 2018-12-29 03:41:26,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-18485665-1894-42b-name used request id req-e46d5d44-e7b1-47a8-9ca2-0ccd5c590361 2018-12-29 03:41:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfda343187059bcf604f94e44a37a0db5151e4c5" 2018-12-29 03:41:26,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc42f56-435f-4ae4-b243-8e5e8b204aab Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:41:26,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-afc42f56-435f-4ae4-b243-8e5e8b204aab 2018-12-29 03:41:26,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:27,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7f5f5852-f7dc-4f5b-a5c1-605675cce9e2 Date: Sat, 29 Dec 2018 03:41:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:27,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-7f5f5852-f7dc-4f5b-a5c1-605675cce9e2 2018-12-29 03:41:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:27,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f12cdfa-e674-44ab-b172-91d15d84f1fd Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:27,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-6f12cdfa-e674-44ab-b172-91d15d84f1fd 2018-12-29 03:41:27,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:27,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1ee21a-cfdd-4094-a501-fdfbabb20c73 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:27,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-7d1ee21a-cfdd-4094-a501-fdfbabb20c73 2018-12-29 03:41:27,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:27,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aabb863a-34ba-4723-8081-d5f1b6c78475 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:27,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-aabb863a-34ba-4723-8081-d5f1b6c78475 2018-12-29 03:41:27,791 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-18485665-1894-42b-name 2018-12-29 03:41:27,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d8400ed87c6d4a229a8f46e19157abc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:27,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a74da0a-ec0f-4c6c-bf2c-afa40d95c2e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:27,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d8400ed87c6d4a229a8f46e19157abc6 used request id req-4a74da0a-ec0f-4c6c-bf2c-afa40d95c2e7 2018-12-29 03:41:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908b20b6ebc8e4f2069da81daeded326ea515564" 2018-12-29 03:41:28,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de19c972-c3f4-4e10-a294-8969094f16b8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:28,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-de19c972-c3f4-4e10-a294-8969094f16b8 2018-12-29 03:41:28,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:28,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["PLMvHWhqSGeBDGlY0P5ZLA"], "issued_at": "2018-12-29T03:41:28.000000Z"}} 2018-12-29 03:41:28,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acb0d9527fac05516f6bbd423e859640e9de285c" 2018-12-29 03:41:28,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412f93f1-7399-4eb6-afa6-8eed314d89b1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:28,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-412f93f1-7399-4eb6-afa6-8eed314d89b1 2018-12-29 03:41:28,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:28,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:28,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["JWUPH9aIR2m5QW3oYU_idA"], "issued_at": "2018-12-29T03:41:28.000000Z"}} 2018-12-29 03:41:28,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:28,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12679bf5-77d5-4c7c-907b-c81e35682708 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:28,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-12679bf5-77d5-4c7c-907b-c81e35682708 2018-12-29 03:41:28,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:28,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:28,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:29,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ed489f-0c94-4f21-9fcb-321d1c1bd42b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:29,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name used request id req-c5ed489f-0c94-4f21-9fcb-321d1c1bd42b 2018-12-29 03:41:29,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:29,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc6f3f9-c06d-4d5d-8f54-1039bd58131f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:29,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-5cc6f3f9-c06d-4d5d-8f54-1039bd58131f 2018-12-29 03:41:29,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0e6ecc65-825e-406-name"}}' 2018-12-29 03:41:29,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17300dfc-49e1-4521-a39a-9dc7cd700813 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8e175d9bf0ce4f2baae45c3a4abedf4c"}, "enabled": true, "id": "8e175d9bf0ce4f2baae45c3a4abedf4c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0e6ecc65-825e-406-name"}} 2018-12-29 03:41:29,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-17300dfc-49e1-4521-a39a-9dc7cd700813 2018-12-29 03:41:29,277 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0e6ecc65-825e-406-name 2018-12-29 03:41:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:29,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:29,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acb0d9527fac05516f6bbd423e859640e9de285c" 2018-12-29 03:41:29,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2fdf5d-1e58-4830-a389-dc753ad2af35 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8e175d9bf0ce4f2baae45c3a4abedf4c"}, "enabled": true, "id": "8e175d9bf0ce4f2baae45c3a4abedf4c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0e6ecc65-825e-406-name"}]} 2018-12-29 03:41:29,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name used request id req-9c2fdf5d-1e58-4830-a389-dc753ad2af35 2018-12-29 03:41:29,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:29,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:29,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["WqvyMut8ShWLxZn_slywNA"], "issued_at": "2018-12-29T03:41:29.000000Z"}} 2018-12-29 03:41:29,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd83614c02c71c2f5a7475c3cedc25bf5fc6378f" 2018-12-29 03:41:29,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce4aeed-d8dd-41be-b3e6-13e1dca130fd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:29,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ce4aeed-d8dd-41be-b3e6-13e1dca130fd 2018-12-29 03:41:29,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:29,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:29,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd83614c02c71c2f5a7475c3cedc25bf5fc6378f" 2018-12-29 03:41:29,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3cd7ae-d2d0-46a8-8982-d78dca87390a Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8e175d9bf0ce4f2baae45c3a4abedf4c"}, "enabled": true, "id": "8e175d9bf0ce4f2baae45c3a4abedf4c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0e6ecc65-825e-406-name"}]} 2018-12-29 03:41:29,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0e6ecc65-825e-406-name used request id req-fb3cd7ae-d2d0-46a8-8982-d78dca87390a 2018-12-29 03:41:29,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acb0d9527fac05516f6bbd423e859640e9de285c" 2018-12-29 03:41:29,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2b2e1e-d320-4544-b101-37c0ea78e7a8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:41:29,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3f2b2e1e-d320-4544-b101-37c0ea78e7a8 2018-12-29 03:41:29,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cdffa22d-8ce6-4de9-8756-fcf239d1d51a Date: Sat, 29 Dec 2018 03:41:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:30,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-cdffa22d-8ce6-4de9-8756-fcf239d1d51a 2018-12-29 03:41:30,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063cd7c6-69cb-4e90-b7cf-e3a0372b2961 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:30,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-063cd7c6-69cb-4e90-b7cf-e3a0372b2961 2018-12-29 03:41:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4e74b4c-e83e-492d-9833-27af2aab43db Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:30,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-e4e74b4c-e83e-492d-9833-27af2aab43db 2018-12-29 03:41:30,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8769f7a-1fc2-415e-8a61-d5e6ad3b4d03 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:30,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-b8769f7a-1fc2-415e-8a61-d5e6ad3b4d03 2018-12-29 03:41:30,342 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0e6ecc65-825e-406-name 2018-12-29 03:41:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8e175d9bf0ce4f2baae45c3a4abedf4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aaf3f2d-0390-49ee-97bd-181fda74c427 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:30,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8e175d9bf0ce4f2baae45c3a4abedf4c used request id req-6aaf3f2d-0390-49ee-97bd-181fda74c427 2018-12-29 03:41:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100d429dfcd3b81c2d06b4d075170296926994c9" 2018-12-29 03:41:30,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580aea7c-e128-42bf-8ea5-cdbce7a50717 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:30,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-580aea7c-e128-42bf-8ea5-cdbce7a50717 2018-12-29 03:41:30,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:30,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["TSixwZGIS3Snoc0-WAu3oQ"], "issued_at": "2018-12-29T03:41:30.000000Z"}} 2018-12-29 03:41:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7de69b9133e31755d99f90c6c36b3855b56dbdb" 2018-12-29 03:41:30,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f93d40e-108b-4bd7-9a1a-d1bb384bbbeb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:30,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f93d40e-108b-4bd7-9a1a-d1bb384bbbeb 2018-12-29 03:41:30,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:30,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:31,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["UkDKCWVpRma17MOMFWPw0w"], "issued_at": "2018-12-29T03:41:31.000000Z"}} 2018-12-29 03:41:31,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123736eeb4d2bb1631c2436713d0c64ca6b6599c" 2018-12-29 03:41:31,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b340bb84-3f7d-4a35-8217-ea7662d29f8f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:31,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b340bb84-3f7d-4a35-8217-ea7662d29f8f 2018-12-29 03:41:31,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:31,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:31,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-80ed9851-3e05-4e5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123736eeb4d2bb1631c2436713d0c64ca6b6599c" 2018-12-29 03:41:31,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c000b4a4-2805-489a-a544-99ef56eea605 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-80ed9851-3e05-4e5-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:31,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-80ed9851-3e05-4e5-name used request id req-c000b4a4-2805-489a-a544-99ef56eea605 2018-12-29 03:41:31,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123736eeb4d2bb1631c2436713d0c64ca6b6599c" 2018-12-29 03:41:31,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f3320b-48bd-4fca-a813-6e07efb25795 Content-Encoding: gzip Content-Length: 114 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-12-29 03:41:31,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=foo used request id req-c7f3320b-48bd-4fca-a813-6e07efb25795 2018-12-29 03:41:31,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123736eeb4d2bb1631c2436713d0c64ca6b6599c" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-80ed9851-3e05-4e5-name"}}' 2018-12-29 03:41:31,708 - keystoneauth.session - DEBUG - RESP: [400] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0447f3f4-bf6c-42be-8eea-57b63cbe9ad0 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-12-29 03:41:31,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0447f3f4-bf6c-42be-8eea-57b63cbe9ad0 2018-12-29 03:41:31,709 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-12-29 03:41:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123736eeb4d2bb1631c2436713d0c64ca6b6599c" 2018-12-29 03:41:31,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14a815c-22b7-4980-85df-236b51866986 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:31,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c14a815c-22b7-4980-85df-236b51866986 2018-12-29 03:41:31,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:32,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["VYwLeDxgS1mu-X28H7XFmw"], "issued_at": "2018-12-29T03:41:32.000000Z"}} 2018-12-29 03:41:32,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cea9d7463d7295b93a28ee85ea222d076e90515" 2018-12-29 03:41:32,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b491dcc0-6ddf-4b77-8ca0-18919712e4df Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:32,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b491dcc0-6ddf-4b77-8ca0-18919712e4df 2018-12-29 03:41:32,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:32,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:32,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["_sGiOK0HSFOJp-2mzbkzZQ"], "issued_at": "2018-12-29T03:41:32.000000Z"}} 2018-12-29 03:41:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:32,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faafe3c2-ec02-4e60-b5ad-60f975b27738 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:32,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-faafe3c2-ec02-4e60-b5ad-60f975b27738 2018-12-29 03:41:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:32,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:32,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:32,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f576d0bc-827a-45e3-bd7e-e64ad3cc194c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:32,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name used request id req-f576d0bc-827a-45e3-bd7e-e64ad3cc194c 2018-12-29 03:41:32,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:32,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37620d0f-6bd4-4009-9523-98ed9700e011 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:32,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-37620d0f-6bd4-4009-9523-98ed9700e011 2018-12-29 03:41:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9653e39d-a436-475-name"}}' 2018-12-29 03:41:33,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b085badb-7f8b-4c2f-a039-0fd0f6f00ead Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bd1da2ff7c05414e81dae1820af71c9c"}, "enabled": true, "id": "bd1da2ff7c05414e81dae1820af71c9c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9653e39d-a436-475-name"}} 2018-12-29 03:41:33,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b085badb-7f8b-4c2f-a039-0fd0f6f00ead 2018-12-29 03:41:33,001 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9653e39d-a436-475-name 2018-12-29 03:41:33,001 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:41:33,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:33,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88bfad19-6244-4ddd-a246-0670bd01e7e4 x-compute-request-id: req-88bfad19-6244-4ddd-a246-0670bd01e7e4 Content-Encoding: gzip Content-Length: 220 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": "bd1da2ff7c05414e81dae1820af71c9c", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-29 03:41:33,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c used request id req-88bfad19-6244-4ddd-a246-0670bd01e7e4 2018-12-29 03:41:33,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" -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-12-29 03:41:34,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dbd3a6c-1be9-4d27-ba34-ad129836e2dd x-compute-request-id: req-5dbd3a6c-1be9-4d27-ba34-ad129836e2dd 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-12-29 03:41:34,293 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c used request id req-5dbd3a6c-1be9-4d27-ba34-ad129836e2dd 2018-12-29 03:41:34,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:34,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:34,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cea9d7463d7295b93a28ee85ea222d076e90515" 2018-12-29 03:41:34,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f27359c-c4e0-4bce-af4e-cabb2478cc5f Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bd1da2ff7c05414e81dae1820af71c9c"}, "enabled": true, "id": "bd1da2ff7c05414e81dae1820af71c9c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9653e39d-a436-475-name"}]} 2018-12-29 03:41:34,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9653e39d-a436-475-name used request id req-7f27359c-c4e0-4bce-af4e-cabb2478cc5f 2018-12-29 03:41:34,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cea9d7463d7295b93a28ee85ea222d076e90515" 2018-12-29 03:41:34,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb633b4-ef57-4296-9247-f4952408f333 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:41:34,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-dfb633b4-ef57-4296-9247-f4952408f333 2018-12-29 03:41:34,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:41:34,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cea9d7463d7295b93a28ee85ea222d076e90515" 2018-12-29 03:41:34,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41: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-c9a649e0-b6de-49b8-9e3a-673e4691e265 x-compute-request-id: req-c9a649e0-b6de-49b8-9e3a-673e4691e265 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": "bd1da2ff7c05414e81dae1820af71c9c", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-29 03:41:34,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/bd1da2ff7c05414e81dae1820af71c9c used request id req-c9a649e0-b6de-49b8-9e3a-673e4691e265 2018-12-29 03:41:34,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a9c24b4d-21ec-4279-b536-d8902663f3e6 Date: Sat, 29 Dec 2018 03:41:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:35,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-a9c24b4d-21ec-4279-b536-d8902663f3e6 2018-12-29 03:41:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d3fc5f-042f-44bd-9d38-5a393f760519 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:35,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-67d3fc5f-042f-44bd-9d38-5a393f760519 2018-12-29 03:41:35,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3abb6381-fa54-4fb9-a99a-d85c90e5ffb7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:35,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-3abb6381-fa54-4fb9-a99a-d85c90e5ffb7 2018-12-29 03:41:35,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c3112e8-5a31-4341-9bec-499079e003f2 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:35,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-8c3112e8-5a31-4341-9bec-499079e003f2 2018-12-29 03:41:35,340 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9653e39d-a436-475-name 2018-12-29 03:41:35,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/bd1da2ff7c05414e81dae1820af71c9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d757f3-038d-49cc-9161-ee6fb787f544 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:35,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/bd1da2ff7c05414e81dae1820af71c9c used request id req-f7d757f3-038d-49cc-9161-ee6fb787f544 2018-12-29 03:41:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c15203b6fed9c569a6c32216ec7d1858a31c0e6d" 2018-12-29 03:41:35,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d494a34-06fc-443f-9201-11821e79a373 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:35,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0d494a34-06fc-443f-9201-11821e79a373 2018-12-29 03:41:35,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:36,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Irn6TnLzS_CK4gBQUQSDPg"], "issued_at": "2018-12-29T03:41:36.000000Z"}} 2018-12-29 03:41:36,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d16eb9ba76b62ee609b2fbfbc887b23de95016" 2018-12-29 03:41:36,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0786c7e5-dcdb-4c9e-9592-1337cdc1c13f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:36,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0786c7e5-dcdb-4c9e-9592-1337cdc1c13f 2018-12-29 03:41:36,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:36,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:36,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["mfoaUY-KT_amtiUaGRDpbA"], "issued_at": "2018-12-29T03:41:36.000000Z"}} 2018-12-29 03:41:36,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:36,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c466db0b-17a3-42f2-962d-f33661bc3bb1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:36,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c466db0b-17a3-42f2-962d-f33661bc3bb1 2018-12-29 03:41:36,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:36,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:36,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddade969-4572-4c96-bd63-d212c9f74a09 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:36,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name used request id req-ddade969-4572-4c96-bd63-d212c9f74a09 2018-12-29 03:41:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:36,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d738724-5480-4b23-89e0-71a7322ea208 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:36,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0d738724-5480-4b23-89e0-71a7322ea208 2018-12-29 03:41:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-75bc1cac-74ac-4c7-name"}}' 2018-12-29 03:41:36,875 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f369a910-c737-4403-b867-144bff42b104 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8abbb494b05c426e90d142b58cc88163"}, "enabled": true, "id": "8abbb494b05c426e90d142b58cc88163", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-75bc1cac-74ac-4c7-name"}} 2018-12-29 03:41:36,875 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f369a910-c737-4403-b867-144bff42b104 2018-12-29 03:41:36,876 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-75bc1cac-74ac-4c7-name 2018-12-29 03:41:36,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:36,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:36,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d16eb9ba76b62ee609b2fbfbc887b23de95016" 2018-12-29 03:41:36,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d004fd13-ce96-4c79-8879-58228b9b1fc2 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8abbb494b05c426e90d142b58cc88163"}, "enabled": true, "id": "8abbb494b05c426e90d142b58cc88163", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-75bc1cac-74ac-4c7-name"}]} 2018-12-29 03:41:36,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-75bc1cac-74ac-4c7-name used request id req-d004fd13-ce96-4c79-8879-58228b9b1fc2 2018-12-29 03:41:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d16eb9ba76b62ee609b2fbfbc887b23de95016" 2018-12-29 03:41:37,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61cc0c27-b12e-47da-ab3e-4cdcd3240dcf Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:41:37,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-61cc0c27-b12e-47da-ab3e-4cdcd3240dcf 2018-12-29 03:41:37,067 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:41:37,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" -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-12-29 03:41:38,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94f0286f-9599-4421-bdd1-927aee0fae9e x-compute-request-id: req-94f0286f-9599-4421-bdd1-927aee0fae9e 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-12-29 03:41:38,187 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 used request id req-94f0286f-9599-4421-bdd1-927aee0fae9e 2018-12-29 03:41:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-12-29 03:41:39,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-40358d8c-1b32-4a66-815b-f352b2da746c Date: Sat, 29 Dec 2018 03:41:39 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-12-29 03:41:39,044 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 used request id req-40358d8c-1b32-4a66-815b-f352b2da746c 2018-12-29 03:41:39,045 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:41:39,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:39,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe01c05-0fa2-4522-a748-1461f84d8a01 x-compute-request-id: req-cfe01c05-0fa2-4522-a748-1461f84d8a01 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "8abbb494b05c426e90d142b58cc88163", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-29 03:41:39,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 used request id req-cfe01c05-0fa2-4522-a748-1461f84d8a01 2018-12-29 03:41:39,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:39,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-ccf555be-61b0-47cb-96b6-761bf68e19c0 Date: Sat, 29 Dec 2018 03:41:39 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-12-29 03:41:39,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 used request id req-ccf555be-61b0-47cb-96b6-761bf68e19c0 2018-12-29 03:41:39,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:41:39,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d16eb9ba76b62ee609b2fbfbc887b23de95016" 2018-12-29 03:41:40,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6f4ef53-7034-428b-9e78-42ff8f1205ff x-compute-request-id: req-b6f4ef53-7034-428b-9e78-42ff8f1205ff Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "8abbb494b05c426e90d142b58cc88163", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-12-29 03:41:40,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/8abbb494b05c426e90d142b58cc88163 used request id req-b6f4ef53-7034-428b-9e78-42ff8f1205ff 2018-12-29 03:41:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d16eb9ba76b62ee609b2fbfbc887b23de95016" 2018-12-29 03:41:40,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-df61f3c3-5cc1-4b24-a57b-811c37a1ce6d Date: Sat, 29 Dec 2018 03:41:40 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-12-29 03:41:40,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/8abbb494b05c426e90d142b58cc88163 used request id req-df61f3c3-5cc1-4b24-a57b-811c37a1ce6d 2018-12-29 03:41:40,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6d6ef92b-6436-4ab2-a9d6-fe6f6a9a09a5 Date: Sat, 29 Dec 2018 03:41:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:41:41,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-6d6ef92b-6436-4ab2-a9d6-fe6f6a9a09a5 2018-12-29 03:41:41,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04dfe994-b6a7-4758-9c25-7c989a935a10 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:41,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-04dfe994-b6a7-4758-9c25-7c989a935a10 2018-12-29 03:41:41,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f8473f-5d5d-4896-8e86-5acdbd8d81b2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:41,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-e4f8473f-5d5d-4896-8e86-5acdbd8d81b2 2018-12-29 03:41:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b669e3-40dc-4d0c-975a-d5345a65893e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:41,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-e6b669e3-40dc-4d0c-975a-d5345a65893e 2018-12-29 03:41:41,394 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-75bc1cac-74ac-4c7-name 2018-12-29 03:41:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8abbb494b05c426e90d142b58cc88163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c5eb003-4306-4e29-add4-678d2e87ab1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:41,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8abbb494b05c426e90d142b58cc88163 used request id req-7c5eb003-4306-4e29-add4-678d2e87ab1d 2018-12-29 03:41:41,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7643b22e359863a36964e65fb41f0709886addbf" 2018-12-29 03:41:41,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b16448e-9c2b-4bed-9a5c-d343c639f1ba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:41,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2b16448e-9c2b-4bed-9a5c-d343c639f1ba 2018-12-29 03:41:41,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:42,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["gSLqGFISTO6Xj9j05mszPA"], "issued_at": "2018-12-29T03:41:42.000000Z"}} 2018-12-29 03:41:42,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8efe9236e8b31aefd1c9820781a4888b67e501d8" 2018-12-29 03:41:42,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69586a3e-46f8-4054-90da-f29b53f04eec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:42,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-69586a3e-46f8-4054-90da-f29b53f04eec 2018-12-29 03:41:42,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:42,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:42,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ktaDI8EqQ0eIYJ8zvxWxMw"], "issued_at": "2018-12-29T03:41:42.000000Z"}} 2018-12-29 03:41:42,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:42,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9f2f6a-1544-44cf-b6d6-6721e20ee4a0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:42,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf9f2f6a-1544-44cf-b6d6-6721e20ee4a0 2018-12-29 03:41:42,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:42,635 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:42,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-78a251cb-3277-4f1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:42,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dadb925-9164-4d60-a97e-86db0e7ff5f0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-78a251cb-3277-4f1-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:42,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-78a251cb-3277-4f1-name used request id req-8dadb925-9164-4d60-a97e-86db0e7ff5f0 2018-12-29 03:41:42,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:42,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-284aed5b-8b10-4620-a2e5-da01284430cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:42,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-284aed5b-8b10-4620-a2e5-da01284430cb 2018-12-29 03:41:42,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}}' 2018-12-29 03:41:42,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfc4b60c-524a-4e38-a84a-5bfbba4f1b88 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59"}, "enabled": true, "id": "0cad851c8b4e45f78730fdf067560f59", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}} 2018-12-29 03:41:42,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-cfc4b60c-524a-4e38-a84a-5bfbba4f1b88 2018-12-29 03:41:42,918 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:42,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:42,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:43,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["1nQ8ULxaSxaM4YruxDk6tg"], "issued_at": "2018-12-29T03:41:43.000000Z"}} 2018-12-29 03:41:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:43,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11cee77-d11e-4af7-9138-ef2081bdf781 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:43,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f11cee77-d11e-4af7-9138-ef2081bdf781 2018-12-29 03:41:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:43,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:43,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:43,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a91871-55a4-4b53-bc0e-5476494cfa32 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:43,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b3a91871-55a4-4b53-bc0e-5476494cfa32 2018-12-29 03:41:43,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:43,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1fed48f-3168-4d35-8423-9dc25cbfaab5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:43,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a1fed48f-3168-4d35-8423-9dc25cbfaab5 2018-12-29 03:41:43,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46a1a4a4-3021-441d-b067-319f2857387e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:44,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-46a1a4a4-3021-441d-b067-319f2857387e 2018-12-29 03:41:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-78a251cb-3277-4f1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaca28f4-94af-4622-8171-e6309c0c58c1 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-78a251cb-3277-4f1-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59"}, "enabled": true, "id": "0cad851c8b4e45f78730fdf067560f59", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}]} 2018-12-29 03:41:44,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-78a251cb-3277-4f1-name used request id req-aaca28f4-94af-4622-8171-e6309c0c58c1 2018-12-29 03:41:44,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/4923848414334ca0937e02b69b9b03ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92648534-b23b-4e4e-b0ff-95229b1b64f3 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/4923848414334ca0937e02b69b9b03ff"}, "enabled": true, "id": "4923848414334ca0937e02b69b9b03ff", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-78a251cb-3277-4f1-user"}} 2018-12-29 03:41:44,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4923848414334ca0937e02b69b9b03ff used request id req-92648534-b23b-4e4e-b0ff-95229b1b64f3 2018-12-29 03:41:44,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99801f6a-c6cc-4be4-9808-03970cf6a8d7 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:44,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles used request id req-99801f6a-c6cc-4be4-9808-03970cf6a8d7 2018-12-29 03:41:44,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d8147d-4114-4c2a-b6e4-d579404c1ea0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:44,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-f6d8147d-4114-4c2a-b6e4-d579404c1ea0 2018-12-29 03:41:44,489 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:44,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:44,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b1107b-441d-4d3f-94b3-8fb1e6ddba9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:44,609 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-29b1107b-441d-4d3f-94b3-8fb1e6ddba9e 2018-12-29 03:41:44,609 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-78a251cb-3277-4f1-user 2018-12-29 03:41:44,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:44,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38f74e7-39cc-41c1-82bf-6af3010b0868 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:44,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f38f74e7-39cc-41c1-82bf-6af3010b0868 2018-12-29 03:41:44,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" -d '{"role": {"name": "CreateProjectUserTests-78a251cb-3277-4f1-name-role"}}' 2018-12-29 03:41:44,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91168e74-41e6-4934-834b-ac0c78bb58c6 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4933a6ec435f462b86d0f77a822b1c33", "links": {"self": "http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33"}, "name": "CreateProjectUserTests-78a251cb-3277-4f1-name-role"}} 2018-12-29 03:41:44,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-91168e74-41e6-4934-834b-ac0c78bb58c6 2018-12-29 03:41:44,822 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-78a251cb-3277-4f1-name-role 2018-12-29 03:41:44,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:44,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bde2fab-192b-41e4-9c84-35b32926b934 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33"}, "domain_id": null, "name": "CreateProjectUserTests-78a251cb-3277-4f1-name-role", "id": "4933a6ec435f462b86d0f77a822b1c33"}} 2018-12-29 03:41:44,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33 used request id req-9bde2fab-192b-41e4-9c84-35b32926b934 2018-12-29 03:41:44,905 - keystone_utils - INFO - Granting role CreateProjectUserTests-78a251cb-3277-4f1-name-role to project CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:44,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles/4933a6ec435f462b86d0f77a822b1c33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:45,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70071479-4d68-4e26-90a6-716ac0f952f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:45,072 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59/users/4923848414334ca0937e02b69b9b03ff/roles/4933a6ec435f462b86d0f77a822b1c33 used request id req-70071479-4d68-4e26-90a6-716ac0f952f7 2018-12-29 03:41:45,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:45,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:45,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4933a6ec435f462b86d0f77a822b1c33", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name-role"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0cad851c8b4e45f78730fdf067560f59", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0cad851c8b4e45f78730fdf067560f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/0cad851c8b4e45f78730fdf067560f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/0cad851c8b4e45f78730fdf067560f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/0cad851c8b4e45f78730fdf067560f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/0cad851c8b4e45f78730fdf067560f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/0cad851c8b4e45f78730fdf067560f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/0cad851c8b4e45f78730fdf067560f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-78a251cb-3277-4f1-user", "id": "4923848414334ca0937e02b69b9b03ff"}, "audit_ids": ["u50_a1jsTDCYJvloi70SoQ"], "issued_at": "2018-12-29T03:41:45.000000Z"}} 2018-12-29 03:41:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:45,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107b51cd-492d-4185-b8dc-ddcbebcfd6a7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:45,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-107b51cd-492d-4185-b8dc-ddcbebcfd6a7 2018-12-29 03:41:45,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-78a251cb-3277-4f1-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:45,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-989a55a8-82e5-4008-8508-b478a9732402 Date: Sat, 29 Dec 2018 03:41:45 GMT RESP BODY: {"security_groups": []} 2018-12-29 03:41:45,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-78a251cb-3277-4f1-name&description=hello+group used request id req-989a55a8-82e5-4008-8508-b478a9732402 2018-12-29 03:41:45,883 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-78a251cb-3277-4f1-name... 2018-12-29 03:41:45,883 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:45,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" -d '{"security_group": {"name": "CreateProjectUserTests-78a251cb-3277-4f1-name", "description": "hello group"}}' 2018-12-29 03:41:46,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-6a45e35f-225f-4626-8091-ffcb09c69fef Date: Sat, 29 Dec 2018 03:41:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "updated_at": "2018-12-29T03:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "286d5f4f-e74e-479a-9479-36ca88142121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "650b1e1a-7365-4f78-8798-88779f12d5de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}], "revision_number": 2, "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}} 2018-12-29 03:41:46,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-6a45e35f-225f-4626-8091-ffcb09c69fef 2018-12-29 03:41:46,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:46,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:47,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2514bf1f-a3a8-480a-a68e-8629a5eaec75 Date: Sat, 29 Dec 2018 03:41:47 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-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "286d5f4f-e74e-479a-9479-36ca88142121"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "650b1e1a-7365-4f78-8798-88779f12d5de"}]} 2018-12-29 03:41:47,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-2514bf1f-a3a8-480a-a68e-8629a5eaec75 2018-12-29 03:41:47,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:47,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:47,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e7bb9213-2b3d-4c4a-9e4e-1915560c802a Date: Sat, 29 Dec 2018 03:41:47 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-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "286d5f4f-e74e-479a-9479-36ca88142121"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "650b1e1a-7365-4f78-8798-88779f12d5de"}]} 2018-12-29 03:41:47,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-e7bb9213-2b3d-4c4a-9e4e-1915560c802a 2018-12-29 03:41:47,700 - neutron_utils - INFO - Retrieving security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:47,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:48,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-826dab3f-aa2a-4257-8857-3f9e6771c2c0 Date: Sat, 29 Dec 2018 03:41:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "updated_at": "2018-12-29T03:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "286d5f4f-e74e-479a-9479-36ca88142121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "650b1e1a-7365-4f78-8798-88779f12d5de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}], "revision_number": 2, "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}]} 2018-12-29 03:41:48,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-826dab3f-aa2a-4257-8857-3f9e6771c2c0 2018-12-29 03:41:48,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:48,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:48,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34197e99-045e-468c-9780-56b123516e3d Date: Sat, 29 Dec 2018 03:41: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-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "286d5f4f-e74e-479a-9479-36ca88142121"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "650b1e1a-7365-4f78-8798-88779f12d5de"}]} 2018-12-29 03:41:48,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-34197e99-045e-468c-9780-56b123516e3d 2018-12-29 03:41:48,775 - neutron_utils - INFO - Retrieving security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:48,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:48,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1f35b0b8-01ef-4298-b6c4-57c6954a7480 Date: Sat, 29 Dec 2018 03:41:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "updated_at": "2018-12-29T03:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "286d5f4f-e74e-479a-9479-36ca88142121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "650b1e1a-7365-4f78-8798-88779f12d5de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}], "revision_number": 2, "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}]} 2018-12-29 03:41:48,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-1f35b0b8-01ef-4298-b6c4-57c6954a7480 2018-12-29 03:41:48,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:48,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:48,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-124097cc-ed7f-4d97-b40f-e2be570df597 Date: Sat, 29 Dec 2018 03:41: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-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "286d5f4f-e74e-479a-9479-36ca88142121"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "650b1e1a-7365-4f78-8798-88779f12d5de"}]} 2018-12-29 03:41:48,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-124097cc-ed7f-4d97-b40f-e2be570df597 2018-12-29 03:41:48,993 - neutron_utils - INFO - Retrieving security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:49,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ba6a4e0a-eca5-4d31-a569-0dd6ecf2a99e Date: Sat, 29 Dec 2018 03:41:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "updated_at": "2018-12-29T03:41:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "286d5f4f-e74e-479a-9479-36ca88142121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "revision_number": 0, "id": "650b1e1a-7365-4f78-8798-88779f12d5de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}], "revision_number": 2, "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}]} 2018-12-29 03:41:49,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-ba6a4e0a-eca5-4d31-a569-0dd6ecf2a99e 2018-12-29 03:41:49,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e76c196-6670-4c2d-b85b-d87aec2a5f03 2018-12-29 03:41:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:49,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-706577d4-45f0-4995-bfa1-259cf934142e Date: Sat, 29 Dec 2018 03:41:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "286d5f4f-e74e-479a-9479-36ca88142121"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:46Z", "security_group_id": "7e76c196-6670-4c2d-b85b-d87aec2a5f03", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:46Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "650b1e1a-7365-4f78-8798-88779f12d5de"}]} 2018-12-29 03:41:49,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-706577d4-45f0-4995-bfa1-259cf934142e 2018-12-29 03:41:49,732 - neutron_utils - INFO - Deleting security group rule with ID - 286d5f4f-e74e-479a-9479-36ca88142121 2018-12-29 03:41:49,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/286d5f4f-e74e-479a-9479-36ca88142121 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:50,074 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-484deb7c-69a1-4d67-b0ba-5b6fb385d094 Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:50,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/286d5f4f-e74e-479a-9479-36ca88142121 used request id req-484deb7c-69a1-4d67-b0ba-5b6fb385d094 2018-12-29 03:41:50,075 - neutron_utils - INFO - Deleting security group rule with ID - 650b1e1a-7365-4f78-8798-88779f12d5de 2018-12-29 03:41:50,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/650b1e1a-7365-4f78-8798-88779f12d5de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:51,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6523a74a-3cbb-4202-87ce-46e768be53c7 Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:51,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/650b1e1a-7365-4f78-8798-88779f12d5de used request id req-6523a74a-3cbb-4202-87ce-46e768be53c7 2018-12-29 03:41:51,039 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/7e76c196-6670-4c2d-b85b-d87aec2a5f03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87c99b0844414d4adf119fdb0be37565fd9b344" 2018-12-29 03:41:51,248 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9982f9e4-1562-43fd-b77b-78ec6999eb7a Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:51,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7e76c196-6670-4c2d-b85b-d87aec2a5f03 used request id req-9982f9e4-1562-43fd-b77b-78ec6999eb7a 2018-12-29 03:41:51,249 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-78a251cb-3277-4f1-user 2018-12-29 03:41:51,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/4923848414334ca0937e02b69b9b03ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0373c2b64c80ba76f80eb9b01d4ac996360744f8" 2018-12-29 03:41:51,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e81347cb-8836-46a3-ab87-b8eb85271140 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:51,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4923848414334ca0937e02b69b9b03ff used request id req-e81347cb-8836-46a3-ab87-b8eb85271140 2018-12-29 03:41:51,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:52,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-e67a9a6e-75b8-42d4-9e5b-c653142eb15d Date: Sat, 29 Dec 2018 03:41:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:45Z", "updated_at": "2018-12-29T03:41:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "revision_number": 0, "id": "2519978e-8225-4da8-a0ce-0e08e6cbd795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "revision_number": 0, "id": "3a495d75-0bb5-49c0-bf66-ab22bd385d76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "revision_number": 0, "id": "93ce55f4-0fd2-4c20-9d23-9d42392a41b2", "remote_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad851c8b4e45f78730fdf067560f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "revision_number": 0, "id": "aae0b7d0-6ff2-47ca-97fc-d789b19d3873", "remote_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad851c8b4e45f78730fdf067560f59"}], "revision_number": 4, "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "name": "default"}]} 2018-12-29 03:41:52,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e67a9a6e-75b8-42d4-9e5b-c653142eb15d 2018-12-29 03:41:52,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:52,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efab8441-c06b-41bf-b8ac-9398a59fa3a8 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-12-29 03:41:52,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06 used request id req-efab8441-c06b-41bf-b8ac-9398a59fa3a8 2018-12-29 03:41:52,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:52,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3827bb00-7971-47f7-8b8b-fcd5e557daed Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:41:52,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-3827bb00-7971-47f7-8b8b-fcd5e557daed 2018-12-29 03:41:52,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:52,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fc03b1-2348-4c3c-a201-3347672eeb4f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-12-29 03:41:52,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-41fc03b1-2348-4c3c-a201-3347672eeb4f 2018-12-29 03:41:52,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:52,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e82d840-b6d0-4a1a-b5c5-07ba7ef1cf19 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59"}, "enabled": true, "id": "0cad851c8b4e45f78730fdf067560f59", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-78a251cb-3277-4f1-name"}} 2018-12-29 03:41:52,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59 used request id req-9e82d840-b6d0-4a1a-b5c5-07ba7ef1cf19 2018-12-29 03:41:52,731 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0ecb8fc-cffd-4a7a-b74f-75014c597274 2018-12-29 03:41:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0ecb8fc-cffd-4a7a-b74f-75014c597274 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:53,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08bbd53c-d4db-4a78-b773-b00d1ce8e284 Date: Sat, 29 Dec 2018 03:41:53 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-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:45Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "2519978e-8225-4da8-a0ce-0e08e6cbd795"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:45Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "3a495d75-0bb5-49c0-bf66-ab22bd385d76"}, {"remote_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:45Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "93ce55f4-0fd2-4c20-9d23-9d42392a41b2"}, {"remote_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:41:45Z", "security_group_id": "d0ecb8fc-cffd-4a7a-b74f-75014c597274", "port_range_min": null, "revision_number": 0, "tenant_id": "0cad851c8b4e45f78730fdf067560f59", "created_at": "2018-12-29T03:41:45Z", "project_id": "0cad851c8b4e45f78730fdf067560f59", "id": "aae0b7d0-6ff2-47ca-97fc-d789b19d3873"}]} 2018-12-29 03:41:53,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d0ecb8fc-cffd-4a7a-b74f-75014c597274 used request id req-08bbd53c-d4db-4a78-b773-b00d1ce8e284 2018-12-29 03:41:53,422 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 03:41:53,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d0ecb8fc-cffd-4a7a-b74f-75014c597274 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:54,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-692e0b9b-482d-41bc-a2d3-c9feba1c0278 Content-Length: 0 Date: Sat, 29 Dec 2018 03:41:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:41:54,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d0ecb8fc-cffd-4a7a-b74f-75014c597274 used request id req-692e0b9b-482d-41bc-a2d3-c9feba1c0278 2018-12-29 03:41:54,506 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-78a251cb-3277-4f1-name 2018-12-29 03:41:54,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:54,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88562e7b-be26-4fed-857d-9abedc619428 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:54,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0cad851c8b4e45f78730fdf067560f59 used request id req-88562e7b-be26-4fed-857d-9abedc619428 2018-12-29 03:41:54,797 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-78a251cb-3277-4f1-name-role 2018-12-29 03:41:54,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:54,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd3c3f2a-bd01-44a8-99ca-36ca1ea765cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:54,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/4933a6ec435f462b86d0f77a822b1c33 used request id req-bd3c3f2a-bd01-44a8-99ca-36ca1ea765cc 2018-12-29 03:41:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246392593338226eba3c4220cc4b7a6de4b89abe" 2018-12-29 03:41:55,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660c70d9-1f03-4eff-a5cb-f5549c90f0c7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:55,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-660c70d9-1f03-4eff-a5cb-f5549c90f0c7 2018-12-29 03:41:55,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:55,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["TH6poxGvRgWAp9B0gvv1TA"], "issued_at": "2018-12-29T03:41:55.000000Z"}} 2018-12-29 03:41:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78c1ec95372e9b87add906e0ed411d56f310da4" 2018-12-29 03:41:55,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308a8bda-2c09-4106-a60f-9a24e641c4fe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:55,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-308a8bda-2c09-4106-a60f-9a24e641c4fe 2018-12-29 03:41:55,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:55,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:55,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["S-5I1FnnTVOGTbrByfHB7g"], "issued_at": "2018-12-29T03:41:55.000000Z"}} 2018-12-29 03:41:55,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:55,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f4bba3-4183-4eb6-939d-96d545e45d2b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:55,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-85f4bba3-4183-4eb6-939d-96d545e45d2b 2018-12-29 03:41:55,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:55,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:55,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8cd1a560-8246-471-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:56,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e35e6fb-3a4a-4dc1-bc57-14787592c78f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8cd1a560-8246-471-name", "previous": null, "next": null}, "projects": []} 2018-12-29 03:41:56,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8cd1a560-8246-471-name used request id req-5e35e6fb-3a4a-4dc1-bc57-14787592c78f 2018-12-29 03:41:56,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:56,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6edc4283-a058-4b41-84a0-891171d45d1b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:56,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6edc4283-a058-4b41-84a0-891171d45d1b 2018-12-29 03:41:56,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}}' 2018-12-29 03:41:56,253 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de42871d-e0a0-4a5a-978f-8d4309c808ab Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc"}, "enabled": true, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}} 2018-12-29 03:41:56,253 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-de42871d-e0a0-4a5a-978f-8d4309c808ab 2018-12-29 03:41:56,253 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:41:56,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:56,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:56,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["iSIoS3sRSu2W97-TqF9t7Q"], "issued_at": "2018-12-29T03:41:56.000000Z"}} 2018-12-29 03:41:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:56,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32617942-ffd1-451b-990d-0271acb56fba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:56,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-32617942-ffd1-451b-990d-0271acb56fba 2018-12-29 03:41:56,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:56,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:56,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:56,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab9a404-fc02-4600-9590-e6f409c48877 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:56,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9ab9a404-fc02-4600-9590-e6f409c48877 2018-12-29 03:41:56,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:56,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a0a20b-f0c8-4c0d-98ed-3b4ff2776467 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:56,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f8a0a20b-f0c8-4c0d-98ed-3b4ff2776467 2018-12-29 03:41:57,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ec0c79-6b32-40ab-b0ec-494bb14cb3c5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:57,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c0ec0c79-6b32-40ab-b0ec-494bb14cb3c5 2018-12-29 03:41:57,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692e2f58-a1ab-4bb7-894b-89f78c36db0e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc"}, "enabled": true, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:41:57,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name used request id req-692e2f58-a1ab-4bb7-894b-89f78c36db0e 2018-12-29 03:41:57,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45dda366-4496-4bf1-bd16-00b6c044a642 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3"}, "enabled": true, "id": "b8fe9f9a87e74bd4b17c1e0b9ca310a3", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-user1"}} 2018-12-29 03:41:57,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3 used request id req-45dda366-4496-4bf1-bd16-00b6c044a642 2018-12-29 03:41:57,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76579e5-43a1-4a00-ae1b-ab9331671485 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:57,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles used request id req-a76579e5-43a1-4a00-ae1b-ab9331671485 2018-12-29 03:41:57,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a613f10-cc33-4c42-84d2-f63c43abeb3c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:57,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-5a613f10-cc33-4c42-84d2-f63c43abeb3c 2018-12-29 03:41:57,802 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:41:57,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:41:57,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03e8a6b-5302-4ddd-9764-70977744a5da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:57,938 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-b03e8a6b-5302-4ddd-9764-70977744a5da 2018-12-29 03:41:57,939 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-8cd1a560-8246-471-user1 2018-12-29 03:41:57,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:57,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2df9c7a-75ec-40e4-b8d7-26d23127237d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:41:57,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c2df9c7a-75ec-40e4-b8d7-26d23127237d 2018-12-29 03:41:57,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" -d '{"role": {"name": "CreateProjectUserTests-8cd1a560-8246-471-name-role"}}' 2018-12-29 03:41:58,067 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:41:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3425bb70-8623-45f3-842f-6e1197c7290d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f5b2303435134ba5807eaabe14daf47a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a"}, "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role"}} 2018-12-29 03:41:58,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3425bb70-8623-45f3-842f-6e1197c7290d 2018-12-29 03:41:58,067 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-8cd1a560-8246-471-name-role 2018-12-29 03:41:58,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:58,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0002034d-d1fc-4f4c-a02d-cf5cd504bf05 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a"}, "domain_id": null, "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role", "id": "f5b2303435134ba5807eaabe14daf47a"}} 2018-12-29 03:41:58,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a used request id req-0002034d-d1fc-4f4c-a02d-cf5cd504bf05 2018-12-29 03:41:58,157 - keystone_utils - INFO - Granting role CreateProjectUserTests-8cd1a560-8246-471-name-role to project CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:41:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles/f5b2303435134ba5807eaabe14daf47a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:41:58,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0943e3ac-cfdb-4f07-a8ce-2e92760c5b69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:58,284 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3/roles/f5b2303435134ba5807eaabe14daf47a used request id req-0943e3ac-cfdb-4f07-a8ce-2e92760c5b69 2018-12-29 03:41:58,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:41:58,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:41:58,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:41:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["hN-FLs0FR7CyDaLKoXONrQ"], "issued_at": "2018-12-29T03:41:58.000000Z"}} 2018-12-29 03:41:58,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:58,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa41948-5a29-4bcb-bd86-7ef1751cb1a0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:41:58,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9fa41948-5a29-4bcb-bd86-7ef1751cb1a0 2018-12-29 03:41:58,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:41:58,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:41: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:41:58,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:58,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc3725c-95bc-4a26-be8a-a92838f3f8dd Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-8cd1a560-8246-471-user1", "links": {"self": "http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3"}, "domain_id": "default", "enabled": true, "id": "b8fe9f9a87e74bd4b17c1e0b9ca310a3", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:41:58,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6bc3725c-95bc-4a26-be8a-a92838f3f8dd 2018-12-29 03:41:58,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc9e823-04ca-48ab-a4ee-f04a0c181032 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:41:59,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0bc9e823-04ca-48ab-a4ee-f04a0c181032 2018-12-29 03:41:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d3a8dfd-2488-4e7b-b727-ef98fcc1f4d7 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f5b2303435134ba5807eaabe14daf47a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a"}, "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role"}]} 2018-12-29 03:41:59,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0d3a8dfd-2488-4e7b-b727-ef98fcc1f4d7 2018-12-29 03:41:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de77e996-3b7c-483c-9f62-4288cd22fb4d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc"}, "enabled": true, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:41:59,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-8cd1a560-8246-471-name used request id req-de77e996-3b7c-483c-9f62-4288cd22fb4d 2018-12-29 03:41:59,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/0f6f77f9506f47d0a786a9e0e87db131 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e9a950-78ef-4825-a695-237c88d8fe62 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/0f6f77f9506f47d0a786a9e0e87db131"}, "enabled": true, "id": "0f6f77f9506f47d0a786a9e0e87db131", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-user2"}} 2018-12-29 03:41:59,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0f6f77f9506f47d0a786a9e0e87db131 used request id req-39e9a950-78ef-4825-a695-237c88d8fe62 2018-12-29 03:41:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f23448-7010-4603-a723-24d6955a2d47 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles", "previous": null, "next": null}, "roles": []} 2018-12-29 03:41:59,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles used request id req-15f23448-7010-4603-a723-24d6955a2d47 2018-12-29 03:41:59,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8781693a-2564-4272-8290-5e04aeffb6ae Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "domain_id": null, "name": "admin", "id": "95deff53eb524dc89c022928bdcf52e3"}} 2018-12-29 03:41:59,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-8781693a-2564-4272-8290-5e04aeffb6ae 2018-12-29 03:41:59,854 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:41:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:41:59,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:41:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eacd0cc3-7a0e-47ab-94c9-bfac5b76bd8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:41:59,993 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-eacd0cc3-7a0e-47ab-94c9-bfac5b76bd8a 2018-12-29 03:41:59,993 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-8cd1a560-8246-471-user2 2018-12-29 03:41:59,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:00,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa8ae034-8fe0-4c4d-8af8-fba395e79a89 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a"}, "domain_id": null, "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role", "id": "f5b2303435134ba5807eaabe14daf47a"}} 2018-12-29 03:42:00,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a used request id req-aa8ae034-8fe0-4c4d-8af8-fba395e79a89 2018-12-29 03:42:00,075 - keystone_utils - INFO - Granting role CreateProjectUserTests-8cd1a560-8246-471-name-role to project CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:42:00,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles/f5b2303435134ba5807eaabe14daf47a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:00,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:42:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56c2c508-4bd2-4ca7-b884-7f3332f95fff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:42:00,207 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc/users/0f6f77f9506f47d0a786a9e0e87db131/roles/f5b2303435134ba5807eaabe14daf47a used request id req-56c2c508-4bd2-4ca7-b884-7f3332f95fff 2018-12-29 03:42:00,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:42:00,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:00,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "f5b2303435134ba5807eaabe14daf47a", "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role"}], "expires_at": "2018-12-29T04:42:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-8cd1a560-8246-471-user1", "id": "b8fe9f9a87e74bd4b17c1e0b9ca310a3"}, "audit_ids": ["wRw25-XSTQmYZ6kREDmCKQ"], "issued_at": "2018-12-29T03:42:00.000000Z"}} 2018-12-29 03:42:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:00,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fa9fd4-a293-4168-b4d9-b6929ed04358 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:00,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-81fa9fd4-a293-4168-b4d9-b6929ed04358 2018-12-29 03:42:00,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-8cd1a560-8246-471-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:00,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-935b0fda-918c-4929-8ff2-f4b579d733b7 Date: Sat, 29 Dec 2018 03:42:00 GMT RESP BODY: {"security_groups": []} 2018-12-29 03:42:00,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-8cd1a560-8246-471-name&description=hello+group used request id req-935b0fda-918c-4929-8ff2-f4b579d733b7 2018-12-29 03:42:00,985 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-8cd1a560-8246-471-name... 2018-12-29 03:42:00,985 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:42:00,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" -d '{"security_group": {"name": "CreateProjectUserTests-8cd1a560-8246-471-name", "description": "hello group"}}' 2018-12-29 03:42:01,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-bb739fd4-8f53-4680-a2f3-44ca1b51ca81 Date: Sat, 29 Dec 2018 03:42:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}} 2018-12-29 03:42:01,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-bb739fd4-8f53-4680-a2f3-44ca1b51ca81 2018-12-29 03:42:01,446 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:01,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:02,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-474353e1-5d1c-45de-a7bb-3860d7145f9c Date: Sat, 29 Dec 2018 03:42:02 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-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:02,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-474353e1-5d1c-45de-a7bb-3860d7145f9c 2018-12-29 03:42:02,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:02,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1d03fc4a-ca3c-4eb0-9542-9e462ac2fea5 Date: Sat, 29 Dec 2018 03:42:02 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-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:02,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-1d03fc4a-ca3c-4eb0-9542-9e462ac2fea5 2018-12-29 03:42:02,319 - neutron_utils - INFO - Retrieving security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:02,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:02,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-51148e3c-bb87-4de0-a45d-32ff63573ac2 Date: Sat, 29 Dec 2018 03:42:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:42:02,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-51148e3c-bb87-4de0-a45d-32ff63573ac2 2018-12-29 03:42:02,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:02,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:03,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-224931db-fa21-4161-a91b-ef5ebd4b29ba Date: Sat, 29 Dec 2018 03:42:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:03,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-224931db-fa21-4161-a91b-ef5ebd4b29ba 2018-12-29 03:42:03,088 - neutron_utils - INFO - Retrieving security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:03,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7a12faf8-c969-4dab-a4ad-dffba563215a Date: Sat, 29 Dec 2018 03:42:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:42:03,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-7a12faf8-c969-4dab-a4ad-dffba563215a 2018-12-29 03:42:03,959 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:04,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-234b73de-95d0-4c54-a76a-8838709659de Date: Sat, 29 Dec 2018 03:42:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:04,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-234b73de-95d0-4c54-a76a-8838709659de 2018-12-29 03:42:04,141 - neutron_utils - INFO - Retrieving security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:04,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:04,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eb268d01-a04a-43e3-9ace-8cf2b31a133d Date: Sat, 29 Dec 2018 03:42:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:42:05,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-eb268d01-a04a-43e3-9ace-8cf2b31a133d 2018-12-29 03:42:05,000 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:05,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:05,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9e578d00-1ffd-4b40-8140-25fecd88fb69 Date: Sat, 29 Dec 2018 03:42:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:05,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-9e578d00-1ffd-4b40-8140-25fecd88fb69 2018-12-29 03:42:05,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:42:05,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:05,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "f5b2303435134ba5807eaabe14daf47a", "name": "CreateProjectUserTests-8cd1a560-8246-471-name-role"}], "expires_at": "2018-12-29T04:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/bac6ce3ab5c24950b11370bfe9f129dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-8cd1a560-8246-471-user2", "id": "0f6f77f9506f47d0a786a9e0e87db131"}, "audit_ids": ["5nBVoZsKQVyh7i_9dLrcpw"], "issued_at": "2018-12-29T03:42:05.000000Z"}} 2018-12-29 03:42:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:05,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39385795-091d-4b71-aa5a-3056652d3f54 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:05,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-39385795-091d-4b71-aa5a-3056652d3f54 2018-12-29 03:42:05,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-8cd1a560-8246-471-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:06,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0dfaa2b6-6f5b-4c1d-8162-ea59e135162e Date: Sat, 29 Dec 2018 03:42:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:42:06,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-8cd1a560-8246-471-name&description=hello+group used request id req-0dfaa2b6-6f5b-4c1d-8162-ea59e135162e 2018-12-29 03:42:06,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:42:06,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:42:06,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:06,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e569ac-3a90-4c5a-8b74-a3e3d24f97b8 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc"}, "enabled": true, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}} 2018-12-29 03:42:06,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc used request id req-c5e569ac-3a90-4c5a-8b74-a3e3d24f97b8 2018-12-29 03:42:06,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:06,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:07,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6f3822af-a390-4a73-b0f0-eca7a966db47 Date: Sat, 29 Dec 2018 03:42:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:07,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-6f3822af-a390-4a73-b0f0-eca7a966db47 2018-12-29 03:42:07,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:07,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:07,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a92c8d3d-a66d-43ca-80ea-1c1375816c17 Date: Sat, 29 Dec 2018 03:42:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:07,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-a92c8d3d-a66d-43ca-80ea-1c1375816c17 2018-12-29 03:42:07,455 - neutron_utils - INFO - Retrieving security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:07,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:07,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e5cd3151-f71a-4cad-8b09-bddad7b116d4 Date: Sat, 29 Dec 2018 03:42:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "updated_at": "2018-12-29T03:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "revision_number": 0, "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 2, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "0a3f4149-defc-4181-9052-d9132c93e691", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}]} 2018-12-29 03:42:07,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-e5cd3151-f71a-4cad-8b09-bddad7b116d4 2018-12-29 03:42:07,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a3f4149-defc-4181-9052-d9132c93e691 2018-12-29 03:42:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:08,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b7c24a4c-1480-4488-ae44-187b9ba61858 Date: Sat, 29 Dec 2018 03:42:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "6a1f10f5-5d65-44bd-be75-a6c51dd0f6df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:01Z", "security_group_id": "0a3f4149-defc-4181-9052-d9132c93e691", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:01Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "a6de7630-0fe7-4eaa-9dbd-403136e70f2e"}]} 2018-12-29 03:42:08,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0a3f4149-defc-4181-9052-d9132c93e691 used request id req-b7c24a4c-1480-4488-ae44-187b9ba61858 2018-12-29 03:42:08,047 - neutron_utils - INFO - Deleting security group rule with ID - 6a1f10f5-5d65-44bd-be75-a6c51dd0f6df 2018-12-29 03:42:08,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/6a1f10f5-5d65-44bd-be75-a6c51dd0f6df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:08,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54074b37-3e97-4cb4-8c5c-174b300042d2 Content-Length: 0 Date: Sat, 29 Dec 2018 03:42:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:08,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/6a1f10f5-5d65-44bd-be75-a6c51dd0f6df used request id req-54074b37-3e97-4cb4-8c5c-174b300042d2 2018-12-29 03:42:08,149 - neutron_utils - INFO - Deleting security group rule with ID - a6de7630-0fe7-4eaa-9dbd-403136e70f2e 2018-12-29 03:42:08,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a6de7630-0fe7-4eaa-9dbd-403136e70f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:08,570 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc0e4440-042d-41f1-b55e-bdd577ca635d Content-Length: 0 Date: Sat, 29 Dec 2018 03:42:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:08,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a6de7630-0fe7-4eaa-9dbd-403136e70f2e used request id req-bc0e4440-042d-41f1-b55e-bdd577ca635d 2018-12-29 03:42:08,571 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:42:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6fa1e6ceff3140a9f0b3fd2f3780980cbe819" 2018-12-29 03:42:08,876 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e84e89c5-9a5e-4294-86e2-d2c604b8a873 Content-Length: 0 Date: Sat, 29 Dec 2018 03:42:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:08,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0a3f4149-defc-4181-9052-d9132c93e691 used request id req-e84e89c5-9a5e-4294-86e2-d2c604b8a873 2018-12-29 03:42:08,877 - neutron_utils - INFO - Deleting security group rule with ID - a6de7630-0fe7-4eaa-9dbd-403136e70f2e 2018-12-29 03:42:08,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a6de7630-0fe7-4eaa-9dbd-403136e70f2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:09,055 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-84faebff-62de-4720-99db-d152d63206d8 Date: Sat, 29 Dec 2018 03:42:09 GMT RESP BODY: {"NeutronError": {"message": "Security group rule a6de7630-0fe7-4eaa-9dbd-403136e70f2e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-29 03:42:09,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a6de7630-0fe7-4eaa-9dbd-403136e70f2e used request id req-84faebff-62de-4720-99db-d152d63206d8 2018-12-29 03:42:09,055 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule a6de7630-0fe7-4eaa-9dbd-403136e70f2e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-12-29 03:42:09,055 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule a6de7630-0fe7-4eaa-9dbd-403136e70f2e does not exist Neutron server returns request_ids: ['req-84faebff-62de-4720-99db-d152d63206d8'] 2018-12-29 03:42:09,056 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:42:09,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0a3f4149-defc-4181-9052-d9132c93e691 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0778e5707e11dc0fdb6a19ba4698a6429cb539" 2018-12-29 03:42:09,272 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-16ed8a22-4c7f-4941-b12f-a8f7fe7a9695 Date: Sat, 29 Dec 2018 03:42:09 GMT RESP BODY: {"NeutronError": {"message": "Security group 0a3f4149-defc-4181-9052-d9132c93e691 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-29 03:42:09,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0a3f4149-defc-4181-9052-d9132c93e691 used request id req-16ed8a22-4c7f-4941-b12f-a8f7fe7a9695 2018-12-29 03:42:09,273 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 0a3f4149-defc-4181-9052-d9132c93e691 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-12-29 03:42:09,273 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 0a3f4149-defc-4181-9052-d9132c93e691 does not exist Neutron server returns request_ids: ['req-16ed8a22-4c7f-4941-b12f-a8f7fe7a9695'] 2018-12-29 03:42:09,274 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-8cd1a560-8246-471-user1 2018-12-29 03:42:09,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2feacfd61635670a7b8ce382fa021bbaaaaa02ed" 2018-12-29 03:42:09,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f55062e-2ba4-44e9-a53a-23608bad76c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:42:09,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b8fe9f9a87e74bd4b17c1e0b9ca310a3 used request id req-3f55062e-2ba4-44e9-a53a-23608bad76c0 2018-12-29 03:42:09,462 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-8cd1a560-8246-471-user2 2018-12-29 03:42:09,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/0f6f77f9506f47d0a786a9e0e87db131 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de562be975f25eaaf5d833bf90d3c3907237317" 2018-12-29 03:42:09,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dd344c3-6678-424c-a7e5-5ab30fe6c157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:42:09,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0f6f77f9506f47d0a786a9e0e87db131 used request id req-6dd344c3-6678-424c-a7e5-5ab30fe6c157 2018-12-29 03:42:09,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:09,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-d64beda1-b9f1-4d4c-a505-3e9c2c454a82 Date: Sat, 29 Dec 2018 03:42:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:00Z", "updated_at": "2018-12-29T03:42:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "revision_number": 0, "id": "9d09591b-0e7a-4a38-8d76-bec21604757c", "remote_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "revision_number": 0, "id": "e4c70ff4-687f-4f86-8654-7f40c0d5afae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "revision_number": 0, "id": "ed74e446-9ded-4d73-a95d-8b18e60b0103", "remote_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "revision_number": 0, "id": "fb755897-e6a6-46b2-bc38-1c3d35d5ee78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc"}], "revision_number": 4, "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:42:09,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d64beda1-b9f1-4d4c-a505-3e9c2c454a82 2018-12-29 03:42:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:09,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e69553e-79c2-470d-bea0-95b57f128baa Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc"}, "enabled": true, "id": "bac6ce3ab5c24950b11370bfe9f129dc", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8cd1a560-8246-471-name"}} 2018-12-29 03:42:09,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc used request id req-7e69553e-79c2-470d-bea0-95b57f128baa 2018-12-29 03:42:09,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27f6481f-6849-43dd-8320-dd1748dbc8b1 2018-12-29 03:42:09,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=27f6481f-6849-43dd-8320-dd1748dbc8b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:10,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca745ed4-0dbc-4230-89e6-7ef98c534375 Date: Sat, 29 Dec 2018 03:42:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:00Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "9d09591b-0e7a-4a38-8d76-bec21604757c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:00Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "e4c70ff4-687f-4f86-8654-7f40c0d5afae"}, {"remote_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:00Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "ed74e446-9ded-4d73-a95d-8b18e60b0103"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:42:00Z", "security_group_id": "27f6481f-6849-43dd-8320-dd1748dbc8b1", "port_range_min": null, "revision_number": 0, "tenant_id": "bac6ce3ab5c24950b11370bfe9f129dc", "created_at": "2018-12-29T03:42:00Z", "project_id": "bac6ce3ab5c24950b11370bfe9f129dc", "id": "fb755897-e6a6-46b2-bc38-1c3d35d5ee78"}]} 2018-12-29 03:42:10,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=27f6481f-6849-43dd-8320-dd1748dbc8b1 used request id req-ca745ed4-0dbc-4230-89e6-7ef98c534375 2018-12-29 03:42:10,649 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 03:42:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/27f6481f-6849-43dd-8320-dd1748dbc8b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:11,678 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10996e59-d70a-4a3a-a5d9-41dd8b381845 Content-Length: 0 Date: Sat, 29 Dec 2018 03:42:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:11,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/27f6481f-6849-43dd-8320-dd1748dbc8b1 used request id req-10996e59-d70a-4a3a-a5d9-41dd8b381845 2018-12-29 03:42:11,679 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-8cd1a560-8246-471-name 2018-12-29 03:42:11,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:11,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc45de92-fead-41ae-9a68-95cdaafca11a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:42:11,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/bac6ce3ab5c24950b11370bfe9f129dc used request id req-cc45de92-fead-41ae-9a68-95cdaafca11a 2018-12-29 03:42:11,860 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-8cd1a560-8246-471-name-role 2018-12-29 03:42:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:11,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4b15698-2bdf-405c-a9de-31631b142606 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:42:11,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f5b2303435134ba5807eaabe14daf47a used request id req-a4b15698-2bdf-405c-a9de-31631b142606 2018-12-29 03:42:11,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3ec9748c9e9369b3e3888f9e649726b0c64f00" 2018-12-29 03:42:12,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efead744-9ba0-4654-8657-9f779188dad8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:42:12,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-efead744-9ba0-4654-8657-9f779188dad8 2018-12-29 03:42:12,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:12,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["wdHb9g5hQBGfQWNQwbyPwg"], "issued_at": "2018-12-29T03:42:12.000000Z"}} 2018-12-29 03:42:12,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" 2018-12-29 03:42:13,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f1bac26a-884f-4cf6-a158-dfd2756ad34a Date: Sat, 29 Dec 2018 03:42: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-12-29 03:42:13,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f1bac26a-884f-4cf6-a158-dfd2756ad34a 2018-12-29 03:42:13,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c"}' 2018-12-29 03:42:13,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f X-Openstack-Request-Id: req-447a4680-fa0b-4095-9e33-eb0cc3021a7a Date: Sat, 29 Dec 2018 03:42:13 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:42:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:42:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f", "min_disk": 0, "protected": false, "id": "e0008c3b-4249-4801-aabb-ac8ffda48c3f", "file": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:42:13,756 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-447a4680-fa0b-4095-9e33-eb0cc3021a7a 2018-12-29 03:42:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" -d '' 2018-12-29 03:42:17,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e585512-1844-4433-8015-937c1e8bdaed Date: Sat, 29 Dec 2018 03:42:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:42:17,310 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/file used request id req-9e585512-1844-4433-8015-937c1e8bdaed 2018-12-29 03:42:17,310 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:42:17,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" 2018-12-29 03:42:17,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-0b8d6dc0-d904-4f92-b824-4e44b1306639 Date: Sat, 29 Dec 2018 03:42:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:42:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:42:17Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/snap", "metadata": {}}], "self": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f", "min_disk": 0, "protected": false, "id": "e0008c3b-4249-4801-aabb-ac8ffda48c3f", "file": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:42:17,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f used request id req-0b8d6dc0-d904-4f92-b824-4e44b1306639 2018-12-29 03:42:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" 2018-12-29 03:42:18,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a72f40c2-bf8c-450c-8e95-f5ecdb1e93ae Date: Sat, 29 Dec 2018 03:42: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-12-29 03:42:18,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a72f40c2-bf8c-450c-8e95-f5ecdb1e93ae 2018-12-29 03:42:18,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" 2018-12-29 03:42:19,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-c65f520c-48a6-4bf6-8d51-7bb31095948c Date: Sat, 29 Dec 2018 03:42:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:42:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:42:17Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/snap", "metadata": {}}], "self": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f", "min_disk": 0, "protected": false, "id": "e0008c3b-4249-4801-aabb-ac8ffda48c3f", "file": "/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c"} 2018-12-29 03:42:19,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c used request id req-c65f520c-48a6-4bf6-8d51-7bb31095948c 2018-12-29 03:42:19,118 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-6c0d9862-b606-426f-b03c-68d4c2404b0c 2018-12-29 03:42:19,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a2d94b5a310888dd6b950c5f44e48ade8438883" 2018-12-29 03:42:20,773 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5862d8af-69df-47db-a05e-13b39ba3d69e Date: Sat, 29 Dec 2018 03:42:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:42:20,774 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e0008c3b-4249-4801-aabb-ac8ffda48c3f used request id req-5862d8af-69df-47db-a05e-13b39ba3d69e 2018-12-29 03:42:20,775 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-29 03:42:20,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:21,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["2xkYB217TriQQHDGD0xSEQ"], "issued_at": "2018-12-29T03:42:21.000000Z"}} 2018-12-29 03:42:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:21,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8aac693-bb5a-4edd-a727-ce6ced063410 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:21,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d8aac693-bb5a-4edd-a727-ce6ced063410 2018-12-29 03:42:21,229 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net 2018-12-29 03:42:21,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" -d '{"network": {"name": "NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:21,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-172d425b-60f2-40bc-b3fb-29d985263e84 Date: Sat, 29 Dec 2018 03:42: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":"6c5579ea-7cc2-406e-9ad0-66297b505efb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:21Z","is_default":false,"provider:segmentation_id":62,"name":"NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:21Z","mtu":1450}} 2018-12-29 03:42:21,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-172d425b-60f2-40bc-b3fb-29d985263e84 2018-12-29 03:42:21,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:22,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-83bc7ef8-ef26-4881-b2ad-20544b10b196 Date: Sat, 29 Dec 2018 03:42:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6c5579ea-7cc2-406e-9ad0-66297b505efb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:21Z","provider:segmentation_id":62,"name":"NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:21Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:22,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-83bc7ef8-ef26-4881-b2ad-20544b10b196 2018-12-29 03:42:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:23,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d427f1c2-0fbd-4982-9745-6f727f0dfbac Date: Sat, 29 Dec 2018 03:42:23 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:23,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-d427f1c2-0fbd-4982-9745-6f727f0dfbac 2018-12-29 03:42:23,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:23,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-33d99057-45be-422d-bf16-5cc40edacb62 Date: Sat, 29 Dec 2018 03:42:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6c5579ea-7cc2-406e-9ad0-66297b505efb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:21Z","provider:segmentation_id":62,"name":"NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:21Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:23,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-33d99057-45be-422d-bf16-5cc40edacb62 2018-12-29 03:42:23,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:23,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f28d5d42-b772-4a88-b101-3d2bc169976d Date: Sat, 29 Dec 2018 03:42:23 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:23,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-f28d5d42-b772-4a88-b101-3d2bc169976d 2018-12-29 03:42:23,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:23,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b347348b-11d1-4757-a215-f0e719359e11 Date: Sat, 29 Dec 2018 03:42:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6c5579ea-7cc2-406e-9ad0-66297b505efb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:21Z","provider:segmentation_id":62,"name":"NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:21Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:23,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net used request id req-b347348b-11d1-4757-a215-f0e719359e11 2018-12-29 03:42:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:42:23,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:42:23,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:23,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3038e0-cffa-4c64-857b-32ae5ef4634b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:42:23,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-8b3038e0-cffa-4c64-857b-32ae5ef4634b 2018-12-29 03:42:23,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:24,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-62e28a4d-4a4d-4a1a-ac01-5db5d939206c Date: Sat, 29 Dec 2018 03:42:24 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:24,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-62e28a4d-4a4d-4a1a-ac01-5db5d939206c 2018-12-29 03:42:24,370 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-933d9121-1e53-46b5-84c6-2456a7f0eb3d-pub-net 2018-12-29 03:42:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6c5579ea-7cc2-406e-9ad0-66297b505efb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d374291a3dda78008ae70cdf9ba0114dcc1ab1" 2018-12-29 03:42:25,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f648fa69-5b0c-4bc1-91e8-2595f30d4ac4 Date: Sat, 29 Dec 2018 03:42:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:25,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6c5579ea-7cc2-406e-9ad0-66297b505efb used request id req-f648fa69-5b0c-4bc1-91e8-2595f30d4ac4 2018-12-29 03:42:25,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:25,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Sr81d6N5RLe5AgqKO9YZfw"], "issued_at": "2018-12-29T03:42:25.000000Z"}} 2018-12-29 03:42:25,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cda2e8a623fe339164834a7de27669764b60032" 2018-12-29 03:42:25,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1256b5f-971d-4662-a93d-3ef7b51bda02 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:25,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d1256b5f-971d-4662-a93d-3ef7b51bda02 2018-12-29 03:42:25,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:26,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["lsLc-h3NRRGEk541o28_KQ"], "issued_at": "2018-12-29T03:42:26.000000Z"}} 2018-12-29 03:42:26,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b4f8cf4250f6789ba3a2e51c5373fa4e7d1b3f" 2018-12-29 03:42:26,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72ce4f3-a777-46af-b632-f9d2d9538bc5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:26,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e72ce4f3-a777-46af-b632-f9d2d9538bc5 2018-12-29 03:42:26,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:26,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ulYdt0FcTUC76f-beowBzQ"], "issued_at": "2018-12-29T03:42:26.000000Z"}} 2018-12-29 03:42:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:26,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744cabae-d818-4a19-9543-7e5bb9681030 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:26,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-744cabae-d818-4a19-9543-7e5bb9681030 2018-12-29 03:42:26,659 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net 2018-12-29 03:42:26,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" -d '{"network": {"name": "NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:27,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-14766785-6ab9-4164-8e03-9e6b5800b5fb Date: Sat, 29 Dec 2018 03:42: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":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:26Z","is_default":false,"provider:segmentation_id":68,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:26Z","mtu":1450}} 2018-12-29 03:42:27,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-14766785-6ab9-4164-8e03-9e6b5800b5fb 2018-12-29 03:42:27,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:27,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-65df2fb8-d099-4ddb-9c09-d561ce1594c1 Date: Sat, 29 Dec 2018 03:42:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:26Z","provider:segmentation_id":68,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:27,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-65df2fb8-d099-4ddb-9c09-d561ce1594c1 2018-12-29 03:42:27,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:27,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9be8123a-522c-44e4-9cf2-aa30603b783c Date: Sat, 29 Dec 2018 03:42:27 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:27,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-9be8123a-522c-44e4-9cf2-aa30603b783c 2018-12-29 03:42:27,590 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet 2018-12-29 03:42:27,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" -d '{"subnets": [{"ip_version": 4, "network_id": "ad118d45-ce59-4b05-aec1-a72cee85b3d6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]}' 2018-12-29 03:42:29,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5031394a-d695-4e5b-b278-13ee70002478 Date: Sat, 29 Dec 2018 03:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:29,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5031394a-d695-4e5b-b278-13ee70002478 2018-12-29 03:42:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:29,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4f4525d2-3d30-4cc7-9073-745a9ff6e62d Date: Sat, 29 Dec 2018 03:42:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["9340083a-3c80-4feb-934b-add20fb1373e"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:28Z","provider:segmentation_id":68,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:29,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-4f4525d2-3d30-4cc7-9073-745a9ff6e62d 2018-12-29 03:42:29,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:30,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a06a6d5d-7cb0-4afb-bdc2-ef71c53d2dc4 Date: Sat, 29 Dec 2018 03:42:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:30,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-a06a6d5d-7cb0-4afb-bdc2-ef71c53d2dc4 2018-12-29 03:42:30,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:30,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cb3ee95d-800b-4086-9c46-dd2498cff916 Date: Sat, 29 Dec 2018 03:42:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["9340083a-3c80-4feb-934b-add20fb1373e"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:28Z","provider:segmentation_id":68,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:30,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net used request id req-cb3ee95d-800b-4086-9c46-dd2498cff916 2018-12-29 03:42:30,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:42:30,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:42:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:42:30,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:30,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7224963e-50ae-43a9-9775-aff2bbd3290b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:42:30,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-7224963e-50ae-43a9-9775-aff2bbd3290b 2018-12-29 03:42:30,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:31,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b8de045-69aa-4005-a1b2-90b08d86aae8 Date: Sat, 29 Dec 2018 03:42:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:31,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-0b8de045-69aa-4005-a1b2-90b08d86aae8 2018-12-29 03:42:31,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6&name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:31,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ec3d8edf-eb32-46c2-96ed-bde4e63ac22c Date: Sat, 29 Dec 2018 03:42:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:31,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6&name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet used request id req-ec3d8edf-eb32-46c2-96ed-bde4e63ac22c 2018-12-29 03:42:31,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6&name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:31,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63710f74-3753-4f76-96e7-4b95f40ce7bb Date: Sat, 29 Dec 2018 03:42:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:31,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6&name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet used request id req-63710f74-3753-4f76-96e7-4b95f40ce7bb 2018-12-29 03:42:31,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:32,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63e4dd10-6d01-45e9-a8dd-eddc26293bb3 Date: Sat, 29 Dec 2018 03:42:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:32,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-63e4dd10-6d01-45e9-a8dd-eddc26293bb3 2018-12-29 03:42:32,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:32,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9388d4ba-dddf-4dcf-83ff-bd881d7b3dba Date: Sat, 29 Dec 2018 03:42:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad118d45-ce59-4b05-aec1-a72cee85b3d6","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:28Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:28Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"9340083a-3c80-4feb-934b-add20fb1373e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet"}]} 2018-12-29 03:42:32,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet used request id req-9388d4ba-dddf-4dcf-83ff-bd881d7b3dba 2018-12-29 03:42:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:32,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c216494-cab9-4a30-b6d7-31d9cd55aff7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:42:32,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-5c216494-cab9-4a30-b6d7-31d9cd55aff7 2018-12-29 03:42:32,143 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet 2018-12-29 03:42:32,143 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-subnet 2018-12-29 03:42:32,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/9340083a-3c80-4feb-934b-add20fb1373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:34,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efbd6bc2-51b7-42c6-a909-de18a7ab387a Date: Sat, 29 Dec 2018 03:42:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:34,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9340083a-3c80-4feb-934b-add20fb1373e used request id req-efbd6bc2-51b7-42c6-a909-de18a7ab387a 2018-12-29 03:42:34,474 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5d91f1d5-91f3-475d-ab82-b95aab4bd338-pub-net 2018-12-29 03:42:34,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ad118d45-ce59-4b05-aec1-a72cee85b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ade71ab06d286fd92a3d2b62dd0557704d402ad" 2018-12-29 03:42:36,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51c961c2-d996-4e2d-8338-06d9c75b9fb8 Date: Sat, 29 Dec 2018 03:42:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:36,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ad118d45-ce59-4b05-aec1-a72cee85b3d6 used request id req-51c961c2-d996-4e2d-8338-06d9c75b9fb8 2018-12-29 03:42:36,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:36,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["R-KbXuiGSlutaUrL8VPGBA"], "issued_at": "2018-12-29T03:42:36.000000Z"}} 2018-12-29 03:42:36,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" 2018-12-29 03:42:36,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20aabe07-1609-482f-a85f-67170c045b18 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:36,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20aabe07-1609-482f-a85f-67170c045b18 2018-12-29 03:42:36,573 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net 2018-12-29 03:42:36,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" -d '{"network": {"name": "NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:37,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7c7546de-9e83-4940-8940-04676a521010 Date: Sat, 29 Dec 2018 03:42:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"983d3f94-85c7-4580-8644-608e4f2fff67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:36Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:36Z","mtu":1450}} 2018-12-29 03:42:37,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7c7546de-9e83-4940-8940-04676a521010 2018-12-29 03:42:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=983d3f94-85c7-4580-8644-608e4f2fff67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" 2018-12-29 03:42:37,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-59136910-80ca-44e3-9e22-8818c78c5286 Date: Sat, 29 Dec 2018 03:42:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"983d3f94-85c7-4580-8644-608e4f2fff67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:36Z","provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:36Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:37,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=983d3f94-85c7-4580-8644-608e4f2fff67 used request id req-59136910-80ca-44e3-9e22-8818c78c5286 2018-12-29 03:42:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=983d3f94-85c7-4580-8644-608e4f2fff67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" 2018-12-29 03:42:37,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d383a6a-1b05-4772-ae52-c65b445ad42a Date: Sat, 29 Dec 2018 03:42:37 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:37,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=983d3f94-85c7-4580-8644-608e4f2fff67 used request id req-5d383a6a-1b05-4772-ae52-c65b445ad42a 2018-12-29 03:42:37,589 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-subnet 2018-12-29 03:42:37,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" -d '{"subnets": [{"ip_version": 4, "network_id": "983d3f94-85c7-4580-8644-608e4f2fff67", "cidr": "", "name": "NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-subnet"}]}' 2018-12-29 03:42:37,771 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-fadaff21-75c2-4a54-a731-ef8c914a7b52 Date: Sat, 29 Dec 2018 03:42:37 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-29 03:42:37,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-fadaff21-75c2-4a54-a731-ef8c914a7b52 2018-12-29 03:42:37,772 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-29 03:42:37,772 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-subnet] for network [NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net] 2018-12-29 03:42:37,772 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-9ca515c7-0276-490d-931c-659c812062ae-pub-net 2018-12-29 03:42:37,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/983d3f94-85c7-4580-8644-608e4f2fff67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc8aca9230d9739805914660294daf339f43675b" 2018-12-29 03:42:38,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a6f22ba-29ec-40c1-aed3-ec0032369652 Date: Sat, 29 Dec 2018 03:42:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:38,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/983d3f94-85c7-4580-8644-608e4f2fff67 used request id req-2a6f22ba-29ec-40c1-aed3-ec0032369652 2018-12-29 03:42:38,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:39,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["QZHHvW1jSBOqBRZuWBAU0A"], "issued_at": "2018-12-29T03:42:39.000000Z"}} 2018-12-29 03:42:39,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:39,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e1367d-2a06-4bc9-86e7-ccbffe4335cb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:39,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8e1367d-2a06-4bc9-86e7-ccbffe4335cb 2018-12-29 03:42:39,117 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net 2018-12-29 03:42:39,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" -d '{"network": {"name": "NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:39,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7157384d-9b4e-4c17-88aa-d6108d07b6b9 Date: Sat, 29 Dec 2018 03:42:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:39Z","is_default":false,"provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:39Z","mtu":1450}} 2018-12-29 03:42:39,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7157384d-9b4e-4c17-88aa-d6108d07b6b9 2018-12-29 03:42:39,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:40,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-16707187-6d87-49b0-8152-b9448279826d Date: Sat, 29 Dec 2018 03:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:39Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:40,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-16707187-6d87-49b0-8152-b9448279826d 2018-12-29 03:42:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:40,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74498363-68cc-47c7-b6ee-abe08da08063 Date: Sat, 29 Dec 2018 03:42:40 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:40,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-74498363-68cc-47c7-b6ee-abe08da08063 2018-12-29 03:42:40,727 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet 2018-12-29 03:42:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" -d '{"subnets": [{"ip_version": 4, "network_id": "bc3945a4-e9e3-4e3b-8324-68be7efd435d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]}' 2018-12-29 03:42:41,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb96802c-e4dc-4822-8109-d8d2e59ee153 Date: Sat, 29 Dec 2018 03:42:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:41,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-fb96802c-e4dc-4822-8109-d8d2e59ee153 2018-12-29 03:42:41,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:41,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-136638b5-64e5-4fa2-96ca-eff971d481d8 Date: Sat, 29 Dec 2018 03:42:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1017cd41-cb2b-42e4-9e2a-850ffe9f9a19"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:41Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:41,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-136638b5-64e5-4fa2-96ca-eff971d481d8 2018-12-29 03:42:41,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:42,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-18c5e951-a50e-4168-8513-f7a9d10f27dc Date: Sat, 29 Dec 2018 03:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:42,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-18c5e951-a50e-4168-8513-f7a9d10f27dc 2018-12-29 03:42:42,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:42,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ab7455f9-c5e8-4d16-8732-dfb24f48eaf0 Date: Sat, 29 Dec 2018 03:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1017cd41-cb2b-42e4-9e2a-850ffe9f9a19"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:41Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:42,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net used request id req-ab7455f9-c5e8-4d16-8732-dfb24f48eaf0 2018-12-29 03:42:42,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:42:42,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:42:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:42,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6c0bc3-ad82-45a6-8e8e-4eff6f2dbb3f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:42:42,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-2c6c0bc3-ad82-45a6-8e8e-4eff6f2dbb3f 2018-12-29 03:42:42,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:42,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d55c9f49-a27c-40f7-9b62-5434e8b6d3f6 Date: Sat, 29 Dec 2018 03:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:42,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-d55c9f49-a27c-40f7-9b62-5434e8b6d3f6 2018-12-29 03:42:42,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d&name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:42,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8ce3c04-deac-421e-9860-bb8246976fe0 Date: Sat, 29 Dec 2018 03:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:42,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d&name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet used request id req-e8ce3c04-deac-421e-9860-bb8246976fe0 2018-12-29 03:42:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d&name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:43,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6229d0ac-5b06-4b3c-911a-daba0b5ce88f Date: Sat, 29 Dec 2018 03:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:43,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d&name=NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet used request id req-6229d0ac-5b06-4b3c-911a-daba0b5ce88f 2018-12-29 03:42:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:43,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-23f79b41-fad6-4d88-a330-6da001490791 Date: Sat, 29 Dec 2018 03:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc3945a4-e9e3-4e3b-8324-68be7efd435d","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:41Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42: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":"74f504fcfb7d402d8417edc4f4429463","id":"1017cd41-cb2b-42e4-9e2a-850ffe9f9a19","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet"}]} 2018-12-29 03:42:43,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-23f79b41-fad6-4d88-a330-6da001490791 2018-12-29 03:42:43,089 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet 2018-12-29 03:42:43,089 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-subnet 2018-12-29 03:42:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/1017cd41-cb2b-42e4-9e2a-850ffe9f9a19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:45,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d2539d5-e300-4bc0-859b-9700e094d824 Date: Sat, 29 Dec 2018 03:42:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:45,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1017cd41-cb2b-42e4-9e2a-850ffe9f9a19 used request id req-8d2539d5-e300-4bc0-859b-9700e094d824 2018-12-29 03:42:45,054 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-7541962b-5c6e-4189-83f1-4405b9f3d425-pub-net 2018-12-29 03:42:45,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/bc3945a4-e9e3-4e3b-8324-68be7efd435d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7493d89631c9887c8dadcabe54900512ab7600" 2018-12-29 03:42:47,065 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be8739e2-8e3d-431c-812a-655b767c58e4 Date: Sat, 29 Dec 2018 03:42:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:47,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bc3945a4-e9e3-4e3b-8324-68be7efd435d used request id req-be8739e2-8e3d-431c-812a-655b767c58e4 2018-12-29 03:42:47,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:47,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["QmOVb9QJQ_uKPczixyFxOQ"], "issued_at": "2018-12-29T03:42:47.000000Z"}} 2018-12-29 03:42:47,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" 2018-12-29 03:42:47,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093800cf-59cf-479b-8ec2-a136064e745f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:47,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-093800cf-59cf-479b-8ec2-a136064e745f 2018-12-29 03:42:47,539 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net 2018-12-29 03:42:47,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" -d '{"network": {"name": "NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:48,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a453506f-10c4-4c90-b8c0-a7029498faa7 Date: Sat, 29 Dec 2018 03:42: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":"8884a44b-2252-4217-a16b-9cd3dc54fbcd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:47Z","is_default":false,"provider:segmentation_id":46,"name":"NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:47Z","mtu":1450}} 2018-12-29 03:42:48,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a453506f-10c4-4c90-b8c0-a7029498faa7 2018-12-29 03:42:48,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8884a44b-2252-4217-a16b-9cd3dc54fbcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" 2018-12-29 03:42:48,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f54f67fd-bab3-4fd2-b214-9573a7b49ffd Date: Sat, 29 Dec 2018 03:42:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8884a44b-2252-4217-a16b-9cd3dc54fbcd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:47Z","provider:segmentation_id":46,"name":"NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:47Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:48,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8884a44b-2252-4217-a16b-9cd3dc54fbcd used request id req-f54f67fd-bab3-4fd2-b214-9573a7b49ffd 2018-12-29 03:42:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8884a44b-2252-4217-a16b-9cd3dc54fbcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" 2018-12-29 03:42:48,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f519b209-b9b3-4fda-9b86-5e7be4417d44 Date: Sat, 29 Dec 2018 03:42:48 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:48,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8884a44b-2252-4217-a16b-9cd3dc54fbcd used request id req-f519b209-b9b3-4fda-9b86-5e7be4417d44 2018-12-29 03:42:48,431 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-subnet 2018-12-29 03:42:48,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" -d '{"subnets": [{"ip_version": 4, "network_id": "8884a44b-2252-4217-a16b-9cd3dc54fbcd", "cidr": null, "name": "NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-subnet"}]}' 2018-12-29 03:42:48,676 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-5ea817ce-76d7-46fb-986a-14335aadf664 Date: Sat, 29 Dec 2018 03:42:48 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-12-29 03:42:48,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5ea817ce-76d7-46fb-986a-14335aadf664 2018-12-29 03:42:48,676 - 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-12-29 03:42:48,677 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-subnet] for network [NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net] 2018-12-29 03:42:48,677 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-33b906c3-2787-4d9b-96e8-8c43313044e3-pub-net 2018-12-29 03:42:48,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8884a44b-2252-4217-a16b-9cd3dc54fbcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cc5c58e5a4ecc66df04927d45bc12f2a81bd23a" 2018-12-29 03:42:49,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ebcaeb2-7d49-43a4-9c3b-d34f0c60f71e Date: Sat, 29 Dec 2018 03:42:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:49,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8884a44b-2252-4217-a16b-9cd3dc54fbcd used request id req-2ebcaeb2-7d49-43a4-9c3b-d34f0c60f71e 2018-12-29 03:42:49,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:49,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["CxOn1c-fTKuG1MBl7wRgYg"], "issued_at": "2018-12-29T03:42:49.000000Z"}} 2018-12-29 03:42:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:49,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee21ecd6-8970-4d3b-b51f-19e7e6b272b3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:49,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ee21ecd6-8970-4d3b-b51f-19e7e6b272b3 2018-12-29 03:42:49,928 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net 2018-12-29 03:42:49,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" -d '{"network": {"name": "NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:50,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f96376f9-ad51-4f6e-a34f-2d665cb8df92 Date: Sat, 29 Dec 2018 03:42:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"43f7955a-d799-4561-b657-b1970e1e9370","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:50Z","is_default":false,"provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:50Z","mtu":1450}} 2018-12-29 03:42:50,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f96376f9-ad51-4f6e-a34f-2d665cb8df92 2018-12-29 03:42:50,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:50,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-de0650e5-1ba1-4c5c-9bb3-198701f71d5c Date: Sat, 29 Dec 2018 03:42:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"43f7955a-d799-4561-b657-b1970e1e9370","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:50Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:50Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:50,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43f7955a-d799-4561-b657-b1970e1e9370 used request id req-de0650e5-1ba1-4c5c-9bb3-198701f71d5c 2018-12-29 03:42:50,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:50,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb91f98c-76ec-46bd-b12b-e6ad5ea1a40f Date: Sat, 29 Dec 2018 03:42:50 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:50,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 used request id req-eb91f98c-76ec-46bd-b12b-e6ad5ea1a40f 2018-12-29 03:42:50,742 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet 2018-12-29 03:42:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" -d '{"subnets": [{"ip_version": 4, "network_id": "43f7955a-d799-4561-b657-b1970e1e9370", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet"}]}' 2018-12-29 03:42:51,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04602411-b7e1-4a24-a15c-16a98da5674f Date: Sat, 29 Dec 2018 03:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43f7955a-d799-4561-b657-b1970e1e9370","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:51Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"8dca674d-6fed-4f2d-a258-e00b78ba7ae9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet"}]} 2018-12-29 03:42:51,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-04602411-b7e1-4a24-a15c-16a98da5674f 2018-12-29 03:42:51,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:51,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f7e005d5-4435-4a14-a27d-4b54f2ed8e8b Date: Sat, 29 Dec 2018 03:42:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"43f7955a-d799-4561-b657-b1970e1e9370","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8dca674d-6fed-4f2d-a258-e00b78ba7ae9"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:51Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:50Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:51,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=43f7955a-d799-4561-b657-b1970e1e9370 used request id req-f7e005d5-4435-4a14-a27d-4b54f2ed8e8b 2018-12-29 03:42:51,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:51,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-92acdf94-41a9-4082-95be-25341254b328 Date: Sat, 29 Dec 2018 03:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43f7955a-d799-4561-b657-b1970e1e9370","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:51Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"8dca674d-6fed-4f2d-a258-e00b78ba7ae9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet"}]} 2018-12-29 03:42:51,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 used request id req-92acdf94-41a9-4082-95be-25341254b328 2018-12-29 03:42:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:52,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-32ef6456-2c2a-49cb-85d1-c60368806e7a Date: Sat, 29 Dec 2018 03:42:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"43f7955a-d799-4561-b657-b1970e1e9370","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8dca674d-6fed-4f2d-a258-e00b78ba7ae9"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:51Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:50Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:52,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net used request id req-32ef6456-2c2a-49cb-85d1-c60368806e7a 2018-12-29 03:42:52,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:42:52,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:42: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:42:52,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:52,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef5f243-26e5-4d54-9f9e-6e0ea7aa7d3f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:42:52,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-7ef5f243-26e5-4d54-9f9e-6e0ea7aa7d3f 2018-12-29 03:42:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:52,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6610b3a3-f900-4595-b435-0107491c62ab Date: Sat, 29 Dec 2018 03:42:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43f7955a-d799-4561-b657-b1970e1e9370","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:51Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"8dca674d-6fed-4f2d-a258-e00b78ba7ae9","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet"}]} 2018-12-29 03:42:52,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=43f7955a-d799-4561-b657-b1970e1e9370 used request id req-6610b3a3-f900-4595-b435-0107491c62ab 2018-12-29 03:42:52,967 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet 2018-12-29 03:42:52,968 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-subnet 2018-12-29 03:42:52,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8dca674d-6fed-4f2d-a258-e00b78ba7ae9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:56,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d9f702d-cb61-4270-8375-b38600284137 Date: Sat, 29 Dec 2018 03:42:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:56,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8dca674d-6fed-4f2d-a258-e00b78ba7ae9 used request id req-3d9f702d-cb61-4270-8375-b38600284137 2018-12-29 03:42:56,027 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d401cb7f-af04-4c87-abd6-31f48d89bb1f-pub-net 2018-12-29 03:42:56,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/43f7955a-d799-4561-b657-b1970e1e9370 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bc8260590a7d4e00d7009499b580f6b49f396bd" 2018-12-29 03:42:57,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-542a2bbf-a497-4ec6-880b-1fac3b4cfd2d Date: Sat, 29 Dec 2018 03:42:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:42:57,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/43f7955a-d799-4561-b657-b1970e1e9370 used request id req-542a2bbf-a497-4ec6-880b-1fac3b4cfd2d 2018-12-29 03:42:57,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:42:57,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["TahkysJQRo6vKedBg_N4hA"], "issued_at": "2018-12-29T03:42:57.000000Z"}} 2018-12-29 03:42:57,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:42:57,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f996f742-c148-4e8b-a242-f29057713623 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:42:57,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f996f742-c148-4e8b-a242-f29057713623 2018-12-29 03:42:57,943 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net 2018-12-29 03:42:57,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" -d '{"network": {"name": "NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net", "admin_state_up": true}}' 2018-12-29 03:42:58,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1ff8b84e-9046-4ef4-81a0-19847cf300c4 Date: Sat, 29 Dec 2018 03:42:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:58Z","is_default":false,"provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:58Z","mtu":1450}} 2018-12-29 03:42:58,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1ff8b84e-9046-4ef4-81a0-19847cf300c4 2018-12-29 03:42:58,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:42:58,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8162a77b-171c-4ae4-a539-b09b5fe8b0da Date: Sat, 29 Dec 2018 03:42:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:42:58Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:58Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:58,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-8162a77b-171c-4ae4-a539-b09b5fe8b0da 2018-12-29 03:42:58,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:42:58,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c488a697-03e5-45c8-8a07-527095aeaf38 Date: Sat, 29 Dec 2018 03:42:58 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:42:58,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-c488a697-03e5-45c8-8a07-527095aeaf38 2018-12-29 03:42:58,852 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet 2018-12-29 03:42:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" -d '{"subnets": [{"ip_version": 4, "network_id": "3cf416d6-3249-45e8-b42b-01e86b63bbde", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet"}]}' 2018-12-29 03:42:59,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ecaa942-440c-4d41-a596-fd006b425579 Date: Sat, 29 Dec 2018 03:42:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:59Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"9a174dc2-b0dd-4e3d-b550-f50a291ddc56","subnetpool_id":null,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet"}]} 2018-12-29 03:42:59,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7ecaa942-440c-4d41-a596-fd006b425579 2018-12-29 03:42:59,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:42:59,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-32970714-bf02-4b6c-818d-4f7260d1d74c Date: Sat, 29 Dec 2018 03:42:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["9a174dc2-b0dd-4e3d-b550-f50a291ddc56"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:59Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:58Z","provider:network_type":"vxlan"}]} 2018-12-29 03:42:59,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-32970714-bf02-4b6c-818d-4f7260d1d74c 2018-12-29 03:42:59,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:42:59,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e41ae469-1d34-45e7-a33f-68498ea8fe5e Date: Sat, 29 Dec 2018 03:42:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:59Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"9a174dc2-b0dd-4e3d-b550-f50a291ddc56","subnetpool_id":null,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet"}]} 2018-12-29 03:42:59,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-e41ae469-1d34-45e7-a33f-68498ea8fe5e 2018-12-29 03:42:59,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:00,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8248e2cd-0fd1-4fa9-9a3c-fa23605406d1 Date: Sat, 29 Dec 2018 03:43:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["9a174dc2-b0dd-4e3d-b550-f50a291ddc56"],"description":"","tags":[],"updated_at":"2018-12-29T03:42:59Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:58Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:00,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net used request id req-8248e2cd-0fd1-4fa9-9a3c-fa23605406d1 2018-12-29 03:43:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:00,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:00,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:00,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8740e30-4881-4741-9737-82798ca09d13 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:00,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-d8740e30-4881-4741-9737-82798ca09d13 2018-12-29 03:43:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:00,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9df1d9ee-c814-4c04-a1a7-8752cb8c4867 Date: Sat, 29 Dec 2018 03:43:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:59Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"9a174dc2-b0dd-4e3d-b550-f50a291ddc56","subnetpool_id":null,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet"}]} 2018-12-29 03:43:00,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-9df1d9ee-c814-4c04-a1a7-8752cb8c4867 2018-12-29 03:43:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde&name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:00,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8523682a-a62a-4f05-b80b-3ef3708a1391 Date: Sat, 29 Dec 2018 03:43:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cf416d6-3249-45e8-b42b-01e86b63bbde","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:42:59Z","dns_nameservers":[],"updated_at":"2018-12-29T03:42:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"9a174dc2-b0dd-4e3d-b550-f50a291ddc56","subnetpool_id":null,"name":"NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet"}]} 2018-12-29 03:43:00,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=3cf416d6-3249-45e8-b42b-01e86b63bbde&name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet used request id req-8523682a-a62a-4f05-b80b-3ef3708a1391 2018-12-29 03:43:00,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:43:00,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:00,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["XWMuMbEqRV-8Y-croHWVlQ"], "issued_at": "2018-12-29T03:43:00.000000Z"}} 2018-12-29 03:43:00,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b2f687cefd2d91a12228058544c1e29e4069ea8" 2018-12-29 03:43:01,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96f2238-d0d5-4181-989c-59fc45c42098 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:01,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d96f2238-d0d5-4181-989c-59fc45c42098 2018-12-29 03:43:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:01,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-448274db-290d-46f7-8bdf-e7ccecef3034 Date: Sat, 29 Dec 2018 03:43:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:43:01,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-448274db-290d-46f7-8bdf-e7ccecef3034 2018-12-29 03:43:01,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:01,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a737440f-d625-4542-b2ec-1295d6b2b10a Date: Sat, 29 Dec 2018 03:43:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:43:01,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-a737440f-d625-4542-b2ec-1295d6b2b10a 2018-12-29 03:43:01,160 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router 2018-12-29 03:43:01,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router", "admin_state_up": true}}' 2018-12-29 03:43:02,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-4b4449d3-7911-4e89-b41b-b1374e7ef405 Date: Sat, 29 Dec 2018 03:43:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:02Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "1a504af8-b9a8-4222-9840-fa770d420039", "name": "NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router"}} 2018-12-29 03:43:02,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4b4449d3-7911-4e89-b41b-b1374e7ef405 2018-12-29 03:43:02,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=1a504af8-b9a8-4222-9840-fa770d420039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:02,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-345e1b97-c912-4f00-86f3-9c189e1b040d Date: Sat, 29 Dec 2018 03:43:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.205"}],"id":"9d04fb4b-412f-490a-b547-cb54e47483ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:c4:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1a504af8-b9a8-4222-9840-fa770d420039","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:01Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:02,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=1a504af8-b9a8-4222-9840-fa770d420039 used request id req-345e1b97-c912-4f00-86f3-9c189e1b040d 2018-12-29 03:43:02,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:02,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-85996663-53d6-448d-aa25-7dd00b780cc4 Date: Sat, 29 Dec 2018 03:43:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:02,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-85996663-53d6-448d-aa25-7dd00b780cc4 2018-12-29 03:43:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:03,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1a0e742b-b0a8-4267-ade6-20a987a08cd2 Date: Sat, 29 Dec 2018 03:43:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:02Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "1a504af8-b9a8-4222-9840-fa770d420039", "name": "NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router"}]} 2018-12-29 03:43:03,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router used request id req-1a0e742b-b0a8-4267-ade6-20a987a08cd2 2018-12-29 03:43:03,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:03,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e88de8f4-59a4-4576-ba02-4fc50f240ab1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:03,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-e88de8f4-59a4-4576-ba02-4fc50f240ab1 2018-12-29 03:43:03,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=1a504af8-b9a8-4222-9840-fa770d420039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:03,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5e048059-bf7b-43e9-9da2-9812e2ac74d6 Date: Sat, 29 Dec 2018 03:43:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.205"}],"id":"9d04fb4b-412f-490a-b547-cb54e47483ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:c4:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1a504af8-b9a8-4222-9840-fa770d420039","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:01Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:03,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=1a504af8-b9a8-4222-9840-fa770d420039 used request id req-5e048059-bf7b-43e9-9da2-9812e2ac74d6 2018-12-29 03:43:03,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:03,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0d5a9160-2aa9-4149-a74e-ddb51ec58c50 Date: Sat, 29 Dec 2018 03:43:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:03,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-0d5a9160-2aa9-4149-a74e-ddb51ec58c50 2018-12-29 03:43:03,419 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router 2018-12-29 03:43:03,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" -d '{"subnet_id": "9a174dc2-b0dd-4e3d-b550-f50a291ddc56"}' 2018-12-29 03:43:04,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2024c89b-e664-4baf-822d-17aab67bc82b Date: Sat, 29 Dec 2018 03:43:04 GMT RESP BODY: {"network_id": "3cf416d6-3249-45e8-b42b-01e86b63bbde", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "subnet_id": "9a174dc2-b0dd-4e3d-b550-f50a291ddc56", "subnet_ids": ["9a174dc2-b0dd-4e3d-b550-f50a291ddc56"], "port_id": "15a19260-d25d-4bc1-8538-383073fd2493", "id": "1a504af8-b9a8-4222-9840-fa770d420039"} 2018-12-29 03:43:04,884 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039/add_router_interface used request id req-2024c89b-e664-4baf-822d-17aab67bc82b 2018-12-29 03:43:04,884 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router 2018-12-29 03:43:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" -d '{"subnet_id": "9a174dc2-b0dd-4e3d-b550-f50a291ddc56"}' 2018-12-29 03:43:06,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d7b8d56-e39d-48df-9969-667ae68781f7 Date: Sat, 29 Dec 2018 03:43:06 GMT RESP BODY: {"network_id": "3cf416d6-3249-45e8-b42b-01e86b63bbde", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "subnet_id": "9a174dc2-b0dd-4e3d-b550-f50a291ddc56", "subnet_ids": ["9a174dc2-b0dd-4e3d-b550-f50a291ddc56"], "port_id": "15a19260-d25d-4bc1-8538-383073fd2493", "id": "1a504af8-b9a8-4222-9840-fa770d420039"} 2018-12-29 03:43:06,163 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039/remove_router_interface used request id req-4d7b8d56-e39d-48df-9969-667ae68781f7 2018-12-29 03:43:06,164 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router 2018-12-29 03:43:06,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:07,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d05aac76-b33e-4c4c-8cd1-53990de26472 Content-Length: 0 Date: Sat, 29 Dec 2018 03:43:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:07,439 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/1a504af8-b9a8-4222-9840-fa770d420039 used request id req-d05aac76-b33e-4c4c-8cd1-53990de26472 2018-12-29 03:43:07,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:07,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a8eb953-38ad-4c32-a84a-96764153541e Date: Sat, 29 Dec 2018 03:43:07 GMT RESP BODY: {"routers": []} 2018-12-29 03:43:07,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-router used request id req-4a8eb953-38ad-4c32-a84a-96764153541e 2018-12-29 03:43:07,489 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet 2018-12-29 03:43:07,489 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-subnet 2018-12-29 03:43:07,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/9a174dc2-b0dd-4e3d-b550-f50a291ddc56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:09,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80c3cfdc-8aa4-48f1-83ee-de4fdc84edf8 Date: Sat, 29 Dec 2018 03:43:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:09,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9a174dc2-b0dd-4e3d-b550-f50a291ddc56 used request id req-80c3cfdc-8aa4-48f1-83ee-de4fdc84edf8 2018-12-29 03:43:09,760 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-34cde583-8352-4d31-b57f-32fc75c75e21-pub-net 2018-12-29 03:43:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/3cf416d6-3249-45e8-b42b-01e86b63bbde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99e292aaf039b0be4ea8828663d2531acd2532" 2018-12-29 03:43:11,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1350b649-5293-419c-a2a4-504cabce2597 Date: Sat, 29 Dec 2018 03:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:11,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/3cf416d6-3249-45e8-b42b-01e86b63bbde used request id req-1350b649-5293-419c-a2a4-504cabce2597 2018-12-29 03:43:11,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:11,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["DJYW0QcpSCuIdXlzhioB0A"], "issued_at": "2018-12-29T03:43:11.000000Z"}} 2018-12-29 03:43:11,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:11,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1d766c-2ebb-468a-8e0c-f640006337e5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:11,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c1d766c-2ebb-468a-8e0c-f640006337e5 2018-12-29 03:43:11,636 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net 2018-12-29 03:43:11,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" -d '{"network": {"name": "NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net", "admin_state_up": true}}' 2018-12-29 03:43:12,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9cfe90f5-b9e6-44b0-a39b-e4d289498796 Date: Sat, 29 Dec 2018 03:43:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"daccdc24-35af-4ae3-81d9-1456b4390953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:11Z","is_default":false,"provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:11Z","mtu":1450}} 2018-12-29 03:43:12,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-9cfe90f5-b9e6-44b0-a39b-e4d289498796 2018-12-29 03:43:12,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:12,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0bf4f7a8-340c-49d6-a9b3-e04a4db673c9 Date: Sat, 29 Dec 2018 03:43:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"daccdc24-35af-4ae3-81d9-1456b4390953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:11Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:11Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:12,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-0bf4f7a8-340c-49d6-a9b3-e04a4db673c9 2018-12-29 03:43:12,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:12,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4a757eac-56c1-4649-b714-545d738c8db4 Date: Sat, 29 Dec 2018 03:43:12 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:43:12,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-4a757eac-56c1-4649-b714-545d738c8db4 2018-12-29 03:43:12,681 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet 2018-12-29 03:43:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" -d '{"subnets": [{"ip_version": 4, "network_id": "daccdc24-35af-4ae3-81d9-1456b4390953", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet"}]}' 2018-12-29 03:43:13,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29eb6847-10d0-4d20-a307-540c5ecb78dc Date: Sat, 29 Dec 2018 03:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"daccdc24-35af-4ae3-81d9-1456b4390953","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:12Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"a562b1ff-b55a-455b-b754-ccaef2948d02","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet"}]} 2018-12-29 03:43:13,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-29eb6847-10d0-4d20-a307-540c5ecb78dc 2018-12-29 03:43:13,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:13,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d7ad1d4f-54a3-471c-9677-104c3a61ef17 Date: Sat, 29 Dec 2018 03:43:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"daccdc24-35af-4ae3-81d9-1456b4390953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a562b1ff-b55a-455b-b754-ccaef2948d02"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:12Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:11Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:13,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-d7ad1d4f-54a3-471c-9677-104c3a61ef17 2018-12-29 03:43:13,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:13,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-503f4f23-70e2-457b-a0e6-6f35ebd96978 Date: Sat, 29 Dec 2018 03:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"daccdc24-35af-4ae3-81d9-1456b4390953","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"a562b1ff-b55a-455b-b754-ccaef2948d02","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet"}]} 2018-12-29 03:43:13,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-503f4f23-70e2-457b-a0e6-6f35ebd96978 2018-12-29 03:43:13,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:14,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5744323e-192a-423e-a45a-cafe07b2ed7e Date: Sat, 29 Dec 2018 03:43:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"daccdc24-35af-4ae3-81d9-1456b4390953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a562b1ff-b55a-455b-b754-ccaef2948d02"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:12Z","provider:segmentation_id":25,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:11Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:14,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net used request id req-5744323e-192a-423e-a45a-cafe07b2ed7e 2018-12-29 03:43:14,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:14,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:14,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:14,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14696583-276e-4f18-8d41-55a388628c9b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:14,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-14696583-276e-4f18-8d41-55a388628c9b 2018-12-29 03:43:14,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:14,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6364f7b-be13-44f5-8d17-3605156f23ec Date: Sat, 29 Dec 2018 03:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"daccdc24-35af-4ae3-81d9-1456b4390953","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"a562b1ff-b55a-455b-b754-ccaef2948d02","subnetpool_id":null,"name":"NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet"}]} 2018-12-29 03:43:14,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-e6364f7b-be13-44f5-8d17-3605156f23ec 2018-12-29 03:43:14,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:43:14,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:14,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["vl9D14FTRSO8aNR3Jw9kPw"], "issued_at": "2018-12-29T03:43:14.000000Z"}} 2018-12-29 03:43:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec817d4e1fc79a37a796074bd2dc532809515700" 2018-12-29 03:43:14,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a56371-53d2-4c99-884d-19ff088fda88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:14,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f5a56371-53d2-4c99-884d-19ff088fda88 2018-12-29 03:43:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:15,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4128e255-9b82-42f6-9eb4-6029238779fc Date: Sat, 29 Dec 2018 03:43:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:43:15,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-4128e255-9b82-42f6-9eb4-6029238779fc 2018-12-29 03:43:15,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:15,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-97322c21-f4c1-4835-b0f3-4c4cc1b68b8c Date: Sat, 29 Dec 2018 03:43:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:43:15,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-97322c21-f4c1-4835-b0f3-4c4cc1b68b8c 2018-12-29 03:43:15,391 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router 2018-12-29 03:43:15,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router", "admin_state_up": true}}' 2018-12-29 03:43:16,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ce5e2fff-2c94-48b9-964f-3eb5cd78b994 Date: Sat, 29 Dec 2018 03:43:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:16Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "47c3963c-f25e-41f2-b5c5-7fee7b69a4f9", "name": "NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router"}} 2018-12-29 03:43:16,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-ce5e2fff-2c94-48b9-964f-3eb5cd78b994 2018-12-29 03:43:16,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:16,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1917b31b-54f9-4f09-8cf5-80a23485c1ff Date: Sat, 29 Dec 2018 03:43:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.203"}],"id":"63f671e2-3ccc-40c2-8a2e-77e745495623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:e8:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"47c3963c-f25e-41f2-b5c5-7fee7b69a4f9","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:15Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:16,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 used request id req-1917b31b-54f9-4f09-8cf5-80a23485c1ff 2018-12-29 03:43:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:17,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-65890ada-4625-40b9-93d8-58c4b070da74 Date: Sat, 29 Dec 2018 03:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:17,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-65890ada-4625-40b9-93d8-58c4b070da74 2018-12-29 03:43:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:17,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-27810660-3582-4d3f-bcc8-c5ab94334e81 Date: Sat, 29 Dec 2018 03:43:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:16Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "47c3963c-f25e-41f2-b5c5-7fee7b69a4f9", "name": "NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router"}]} 2018-12-29 03:43:17,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router used request id req-27810660-3582-4d3f-bcc8-c5ab94334e81 2018-12-29 03:43:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:17,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c3cfea-4d7f-4e95-b2f3-50d33a27b696 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:17,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-a1c3cfea-4d7f-4e95-b2f3-50d33a27b696 2018-12-29 03:43:17,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:17,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7f9f6150-efa7-4eac-94d3-64357443dc93 Date: Sat, 29 Dec 2018 03:43:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.203"}],"id":"63f671e2-3ccc-40c2-8a2e-77e745495623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:e8:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"47c3963c-f25e-41f2-b5c5-7fee7b69a4f9","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:15Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:17,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 used request id req-7f9f6150-efa7-4eac-94d3-64357443dc93 2018-12-29 03:43:17,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:17,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4d50d92e-a846-44f6-b781-14afc7109aa6 Date: Sat, 29 Dec 2018 03:43:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:17,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-4d50d92e-a846-44f6-b781-14afc7109aa6 2018-12-29 03:43:17,624 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet 2018-12-29 03:43:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/a562b1ff-b55a-455b-b754-ccaef2948d02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:19,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f203526-a5ae-4fa5-b4bb-21516dbf3123 Date: Sat, 29 Dec 2018 03:43:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:19,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/a562b1ff-b55a-455b-b754-ccaef2948d02 used request id req-9f203526-a5ae-4fa5-b4bb-21516dbf3123 2018-12-29 03:43:19,736 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router 2018-12-29 03:43:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/47c3963c-f25e-41f2-b5c5-7fee7b69a4f9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" -d '{"subnet_id": "a562b1ff-b55a-455b-b754-ccaef2948d02"}' 2018-12-29 03:43:20,109 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-9845555b-bbd1-4117-9509-04bfc73cc105 Date: Sat, 29 Dec 2018 03:43:20 GMT RESP BODY: {"NeutronError": {"message": "Subnet a562b1ff-b55a-455b-b754-ccaef2948d02 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-29 03:43:20,109 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/47c3963c-f25e-41f2-b5c5-7fee7b69a4f9/add_router_interface used request id req-9845555b-bbd1-4117-9509-04bfc73cc105 2018-12-29 03:43:20,109 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet a562b1ff-b55a-455b-b754-ccaef2948d02 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-29 03:43:20,109 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router 2018-12-29 03:43:20,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:21,365 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8108cf0c-34f3-4c28-b80a-7cd2c5b41ead Content-Length: 0 Date: Sat, 29 Dec 2018 03:43:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:21,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/47c3963c-f25e-41f2-b5c5-7fee7b69a4f9 used request id req-8108cf0c-34f3-4c28-b80a-7cd2c5b41ead 2018-12-29 03:43:21,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:21,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ea2071d7-0e5d-4c37-8da2-3e696d8b2a88 Date: Sat, 29 Dec 2018 03:43:21 GMT RESP BODY: {"routers": []} 2018-12-29 03:43:21,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-router used request id req-ea2071d7-0e5d-4c37-8da2-3e696d8b2a88 2018-12-29 03:43:21,584 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet 2018-12-29 03:43:21,584 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-subnet 2018-12-29 03:43:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/a562b1ff-b55a-455b-b754-ccaef2948d02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:21,782 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-a802a8e3-6305-49e0-97d7-af5db5f59fd4 Date: Sat, 29 Dec 2018 03:43:21 GMT RESP BODY: {"NeutronError": {"message": "Subnet a562b1ff-b55a-455b-b754-ccaef2948d02 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-29 03:43:21,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/a562b1ff-b55a-455b-b754-ccaef2948d02 used request id req-a802a8e3-6305-49e0-97d7-af5db5f59fd4 2018-12-29 03:43:21,782 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet a562b1ff-b55a-455b-b754-ccaef2948d02 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-12-29 03:43:21,783 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-dd7dbfd4-7142-44ba-b25c-f7090f0e8128-pub-net 2018-12-29 03:43:21,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/daccdc24-35af-4ae3-81d9-1456b4390953 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bf95c097f57bc160a0cefcd9fe9d0b9c8d5408" 2018-12-29 03:43:22,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10925520-345b-4250-88ac-349ef159dace Date: Sat, 29 Dec 2018 03:43:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:22,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/daccdc24-35af-4ae3-81d9-1456b4390953 used request id req-10925520-345b-4250-88ac-349ef159dace 2018-12-29 03:43:22,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:23,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["GqEEsw4dQPOKMdFKV3PnYQ"], "issued_at": "2018-12-29T03:43:23.000000Z"}} 2018-12-29 03:43:23,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:23,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49359135-25e3-4164-b1b6-5a96bf8fa036 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:23,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-49359135-25e3-4164-b1b6-5a96bf8fa036 2018-12-29 03:43:23,190 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net 2018-12-29 03:43:23,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" -d '{"network": {"name": "NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net", "admin_state_up": true}}' 2018-12-29 03:43:23,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7d3485f7-d078-499c-9c71-1689739c46dc Date: Sat, 29 Dec 2018 03:43: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":"d6022b7c-b5be-4834-9499-17059d068084","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:23Z","is_default":false,"provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:23Z","mtu":1450}} 2018-12-29 03:43:23,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7d3485f7-d078-499c-9c71-1689739c46dc 2018-12-29 03:43:23,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:23,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-077e0161-b460-43a8-a27c-6181cb5f4aca Date: Sat, 29 Dec 2018 03:43:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d6022b7c-b5be-4834-9499-17059d068084","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:23Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:23,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d6022b7c-b5be-4834-9499-17059d068084 used request id req-077e0161-b460-43a8-a27c-6181cb5f4aca 2018-12-29 03:43:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:24,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2974ab86-4e5f-4d87-b031-0f0f131d770d Date: Sat, 29 Dec 2018 03:43:24 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:43:24,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 used request id req-2974ab86-4e5f-4d87-b031-0f0f131d770d 2018-12-29 03:43:24,039 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet 2018-12-29 03:43:24,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" -d '{"subnets": [{"ip_version": 4, "network_id": "d6022b7c-b5be-4834-9499-17059d068084", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet"}]}' 2018-12-29 03:43:24,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-65c550d0-afd0-43cd-a201-be3accb0d199 Date: Sat, 29 Dec 2018 03:43:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6022b7c-b5be-4834-9499-17059d068084","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3f60ec75-cff7-4a33-a842-a6530edf8ccb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet"}]} 2018-12-29 03:43:24,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-65c550d0-afd0-43cd-a201-be3accb0d199 2018-12-29 03:43:24,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:24,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2c41320e-795f-4e43-ac90-73493e82e9fc Date: Sat, 29 Dec 2018 03:43:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6022b7c-b5be-4834-9499-17059d068084","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3f60ec75-cff7-4a33-a842-a6530edf8ccb"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:24Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:24,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d6022b7c-b5be-4834-9499-17059d068084 used request id req-2c41320e-795f-4e43-ac90-73493e82e9fc 2018-12-29 03:43:24,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:25,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61af2612-c27a-419f-81f3-42fc2f3601c0 Date: Sat, 29 Dec 2018 03:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6022b7c-b5be-4834-9499-17059d068084","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3f60ec75-cff7-4a33-a842-a6530edf8ccb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet"}]} 2018-12-29 03:43:25,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 used request id req-61af2612-c27a-419f-81f3-42fc2f3601c0 2018-12-29 03:43:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:25,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1771746e-71aa-4b02-95e8-18a5f9ef26cc Date: Sat, 29 Dec 2018 03:43:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d6022b7c-b5be-4834-9499-17059d068084","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3f60ec75-cff7-4a33-a842-a6530edf8ccb"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:24Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:25,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net used request id req-1771746e-71aa-4b02-95e8-18a5f9ef26cc 2018-12-29 03:43:25,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:25,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:25,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:25,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e28b766-9783-425b-b3ae-06b5feeaa875 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:25,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-6e28b766-9783-425b-b3ae-06b5feeaa875 2018-12-29 03:43:25,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:25,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f0236d5a-f814-4b93-a5ff-3bafd6031cf0 Date: Sat, 29 Dec 2018 03:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6022b7c-b5be-4834-9499-17059d068084","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3f60ec75-cff7-4a33-a842-a6530edf8ccb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet"}]} 2018-12-29 03:43:25,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084 used request id req-f0236d5a-f814-4b93-a5ff-3bafd6031cf0 2018-12-29 03:43:25,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084&name=NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:25,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5e1b5a49-7df1-4229-add2-a2932426560f Date: Sat, 29 Dec 2018 03:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6022b7c-b5be-4834-9499-17059d068084","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3f60ec75-cff7-4a33-a842-a6530edf8ccb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet"}]} 2018-12-29 03:43:25,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d6022b7c-b5be-4834-9499-17059d068084&name=NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet used request id req-5e1b5a49-7df1-4229-add2-a2932426560f 2018-12-29 03:43:25,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet 2018-12-29 03:43:25,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-subnet 2018-12-29 03:43:25,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3f60ec75-cff7-4a33-a842-a6530edf8ccb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:28,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d65fd73-1e10-458f-b0b1-41acaa8d7153 Date: Sat, 29 Dec 2018 03:43:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:28,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3f60ec75-cff7-4a33-a842-a6530edf8ccb used request id req-0d65fd73-1e10-458f-b0b1-41acaa8d7153 2018-12-29 03:43:28,892 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-526fde14-13c1-4854-8519-ac5cc4b33072-pub-net 2018-12-29 03:43:28,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d6022b7c-b5be-4834-9499-17059d068084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed78400fc21502921553d43ccfe9c9aab6412954" 2018-12-29 03:43:30,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dee221d-64e5-40e0-a433-e0a2c2ab90b9 Date: Sat, 29 Dec 2018 03:43:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:30,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d6022b7c-b5be-4834-9499-17059d068084 used request id req-2dee221d-64e5-40e0-a433-e0a2c2ab90b9 2018-12-29 03:43:30,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:30,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Ee0CMLfjRE6SMMPY8e3zOw"], "issued_at": "2018-12-29T03:43:30.000000Z"}} 2018-12-29 03:43:30,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:30,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5685086-4280-4c90-b4ed-9e786f8fdb75 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:30,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d5685086-4280-4c90-b4ed-9e786f8fdb75 2018-12-29 03:43:30,669 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net 2018-12-29 03:43:30,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" -d '{"network": {"name": "NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net", "admin_state_up": true}}' 2018-12-29 03:43:31,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1071cbc9-751f-48a1-aa84-8e47542faca4 Date: Sat, 29 Dec 2018 03:43: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":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:30Z","is_default":false,"provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:30Z","mtu":1450}} 2018-12-29 03:43:31,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1071cbc9-751f-48a1-aa84-8e47542faca4 2018-12-29 03:43:31,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:31,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-41afd071-56f4-4d37-a212-9a5c2f94fe08 Date: Sat, 29 Dec 2018 03:43:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:30Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:30Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:31,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-41afd071-56f4-4d37-a212-9a5c2f94fe08 2018-12-29 03:43:31,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:31,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2df523f6-b4d8-483a-bc07-daade5ba0521 Date: Sat, 29 Dec 2018 03:43:31 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:43:31,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-2df523f6-b4d8-483a-bc07-daade5ba0521 2018-12-29 03:43:31,495 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet 2018-12-29 03:43:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" -d '{"subnets": [{"ip_version": 4, "network_id": "cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet"}]}' 2018-12-29 03:43:32,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fd5f1cc9-e26c-4350-9729-70e422868b7d Date: Sat, 29 Dec 2018 03:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:31Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"dec8785e-1f32-4c11-8ab4-a4cda9e6788a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet"}]} 2018-12-29 03:43:32,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-fd5f1cc9-e26c-4350-9729-70e422868b7d 2018-12-29 03:43:32,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:32,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-317c355f-34eb-4ab0-8158-e43bb587e493 Date: Sat, 29 Dec 2018 03:43:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["dec8785e-1f32-4c11-8ab4-a4cda9e6788a"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:31Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:30Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:32,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-317c355f-34eb-4ab0-8158-e43bb587e493 2018-12-29 03:43:32,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:32,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ac0bccf1-03e2-4c78-9c51-b60f7c753f37 Date: Sat, 29 Dec 2018 03:43:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:31Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"dec8785e-1f32-4c11-8ab4-a4cda9e6788a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet"}]} 2018-12-29 03:43:32,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-ac0bccf1-03e2-4c78-9c51-b60f7c753f37 2018-12-29 03:43:32,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:32,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2a6c688f-a711-4709-a76e-756536f7ff8e Date: Sat, 29 Dec 2018 03:43:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["dec8785e-1f32-4c11-8ab4-a4cda9e6788a"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:31Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:30Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:32,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net used request id req-2a6c688f-a711-4709-a76e-756536f7ff8e 2018-12-29 03:43:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:32,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:32,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9caeed69-c8e5-4727-a704-5515a7c95414 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:32,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-9caeed69-c8e5-4727-a704-5515a7c95414 2018-12-29 03:43:32,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aaef2ad9-7b74-4274-ac05-099d32b2e512 Date: Sat, 29 Dec 2018 03:43:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:31Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"74f504fcfb7d402d8417edc4f4429463","id":"dec8785e-1f32-4c11-8ab4-a4cda9e6788a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet"}]} 2018-12-29 03:43:33,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-aaef2ad9-7b74-4274-ac05-099d32b2e512 2018-12-29 03:43:33,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:43:33,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:33,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["mjjnpdH3S7-i7xeuiw3-og"], "issued_at": "2018-12-29T03:43:33.000000Z"}} 2018-12-29 03:43:33,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e5b638e1aeb1dcc775162f15612f3efe9e60060" 2018-12-29 03:43:33,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0141d9f-87ba-456f-84b3-9958c797d994 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:33,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0141d9f-87ba-456f-84b3-9958c797d994 2018-12-29 03:43:33,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:33,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-167675a5-41ca-42e5-bba1-4e21f10205ea Date: Sat, 29 Dec 2018 03:43:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:43:33,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-167675a5-41ca-42e5-bba1-4e21f10205ea 2018-12-29 03:43:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:34,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-036b3735-9bde-419a-beee-9cb959be74d2 Date: Sat, 29 Dec 2018 03:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:43:34,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-036b3735-9bde-419a-beee-9cb959be74d2 2018-12-29 03:43:34,086 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router 2018-12-29 03:43:34,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router", "admin_state_up": true}}' 2018-12-29 03:43:35,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-efd33f55-519d-425a-bfa9-55ab197b915a Date: Sat, 29 Dec 2018 03:43:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:35Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "e9db9718-d8c0-4bb6-8b7b-e0289571fbec", "name": "NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router"}} 2018-12-29 03:43:35,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-efd33f55-519d-425a-bfa9-55ab197b915a 2018-12-29 03:43:35,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e9db9718-d8c0-4bb6-8b7b-e0289571fbec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:35,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-452e8ba5-3677-4714-ad51-f2bd38b0f46f Date: Sat, 29 Dec 2018 03:43:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.209"}],"id":"8138a58e-7e79-4d02-aea0-e474e7bc6780","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ba:c2:b2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e9db9718-d8c0-4bb6-8b7b-e0289571fbec","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:34Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:35,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e9db9718-d8c0-4bb6-8b7b-e0289571fbec used request id req-452e8ba5-3677-4714-ad51-f2bd38b0f46f 2018-12-29 03:43:35,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:35,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-05f84256-e354-4102-818b-0712b1c93b6b Date: Sat, 29 Dec 2018 03:43:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:35,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-05f84256-e354-4102-818b-0712b1c93b6b 2018-12-29 03:43:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:35,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0b0b666-fe4e-4280-80b4-efa16f13ef7f Date: Sat, 29 Dec 2018 03:43:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:43:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:43:35Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "e9db9718-d8c0-4bb6-8b7b-e0289571fbec", "name": "NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router"}]} 2018-12-29 03:43:35,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router used request id req-e0b0b666-fe4e-4280-80b4-efa16f13ef7f 2018-12-29 03:43:35,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:35,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46212138-1616-48f1-9bea-9fa9388ca26a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:35,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-46212138-1616-48f1-9bea-9fa9388ca26a 2018-12-29 03:43:35,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=e9db9718-d8c0-4bb6-8b7b-e0289571fbec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:36,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cae94117-6fe3-4d6c-a39d-7f7df24884b5 Date: Sat, 29 Dec 2018 03:43:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.209"}],"id":"8138a58e-7e79-4d02-aea0-e474e7bc6780","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ba:c2:b2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e9db9718-d8c0-4bb6-8b7b-e0289571fbec","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:43:34Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:36,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=e9db9718-d8c0-4bb6-8b7b-e0289571fbec used request id req-cae94117-6fe3-4d6c-a39d-7f7df24884b5 2018-12-29 03:43:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:36,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8f3f5b5c-eb0d-451f-b805-0f3650d9efcf Date: Sat, 29 Dec 2018 03:43:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:43:36,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-8f3f5b5c-eb0d-451f-b805-0f3650d9efcf 2018-12-29 03:43:36,263 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router 2018-12-29 03:43:36,263 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router 2018-12-29 03:43:36,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/e9db9718-d8c0-4bb6-8b7b-e0289571fbec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:37,524 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9eb6ea52-2ee7-424d-8d0b-711618fafb8e Content-Length: 0 Date: Sat, 29 Dec 2018 03:43:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:37,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e9db9718-d8c0-4bb6-8b7b-e0289571fbec used request id req-9eb6ea52-2ee7-424d-8d0b-711618fafb8e 2018-12-29 03:43:37,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:37,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-86039c5f-fd0e-4ffc-b0ca-b6432918ffe2 Date: Sat, 29 Dec 2018 03:43:37 GMT RESP BODY: {"routers": []} 2018-12-29 03:43:37,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-router used request id req-86039c5f-fd0e-4ffc-b0ca-b6432918ffe2 2018-12-29 03:43:37,742 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet 2018-12-29 03:43:37,742 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-subnet 2018-12-29 03:43:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dec8785e-1f32-4c11-8ab4-a4cda9e6788a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:40,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d3d72a0-f9b5-447b-86d7-38e24d4df216 Date: Sat, 29 Dec 2018 03:43:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:40,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dec8785e-1f32-4c11-8ab4-a4cda9e6788a used request id req-6d3d72a0-f9b5-447b-86d7-38e24d4df216 2018-12-29 03:43:40,029 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-55970011-4f60-4600-8786-8b43f8e21c18-pub-net 2018-12-29 03:43:40,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fd48f17ee6310c8c66e28d268946d77faf51f23" 2018-12-29 03:43:41,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ba4385c-65f9-4682-a381-5cfca30ccebd Date: Sat, 29 Dec 2018 03:43:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:41,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/cf1f02a1-ab0b-47df-9d5c-b6be29ac43c5 used request id req-1ba4385c-65f9-4682-a381-5cfca30ccebd 2018-12-29 03:43:41,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:41,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ava_PlAgQ6ywjMcAF1OTkA"], "issued_at": "2018-12-29T03:43:41.000000Z"}} 2018-12-29 03:43:41,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:41,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c94f77-54b1-476d-88d9-3e8c6873e564 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:41,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5c94f77-54b1-476d-88d9-3e8c6873e564 2018-12-29 03:43:41,801 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net 2018-12-29 03:43:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" -d '{"network": {"name": "NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net", "admin_state_up": true}}' 2018-12-29 03:43:42,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7bc76b02-ed2b-4e81-aafa-bc665d5c996d Date: Sat, 29 Dec 2018 03:43:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:42Z","is_default":false,"provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","mtu":1450}} 2018-12-29 03:43:42,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7bc76b02-ed2b-4e81-aafa-bc665d5c996d 2018-12-29 03:43:42,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:42,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a79c63e8-f81e-4e3e-8ebd-51a2b361703d Date: Sat, 29 Dec 2018 03:43:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:42Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:42,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-a79c63e8-f81e-4e3e-8ebd-51a2b361703d 2018-12-29 03:43:42,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:42,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4880020c-5dad-4959-ba61-d820855bed6d Date: Sat, 29 Dec 2018 03:43:42 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:43:42,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-4880020c-5dad-4959-ba61-d820855bed6d 2018-12-29 03:43:42,742 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet 2018-12-29 03:43:42,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" -d '{"subnets": [{"ip_version": 4, "network_id": "969315c7-78ba-427e-8d1e-b351b89bf58b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]}' 2018-12-29 03:43:43,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9af3c50a-b988-4abf-956c-71d9d60504ff Date: Sat, 29 Dec 2018 03:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:43,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-9af3c50a-b988-4abf-956c-71d9d60504ff 2018-12-29 03:43:43,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:43,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-166340a4-3b2a-4f38-a24c-73462e227e9e Date: Sat, 29 Dec 2018 03:43:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1af10547-b3ec-4d06-b925-187111cf0661"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:43Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:43,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-166340a4-3b2a-4f38-a24c-73462e227e9e 2018-12-29 03:43:43,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:43,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2934db48-e48d-4e21-a560-fb780bbf5ae7 Date: Sat, 29 Dec 2018 03:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:43,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-2934db48-e48d-4e21-a560-fb780bbf5ae7 2018-12-29 03:43:43,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:44,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ffa16024-878c-47a1-9a74-9a057e2dae67 Date: Sat, 29 Dec 2018 03:43:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1af10547-b3ec-4d06-b925-187111cf0661"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:43Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:44,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net used request id req-ffa16024-878c-47a1-9a74-9a057e2dae67 2018-12-29 03:43:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:44,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:44,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb0e1ac9-ca86-4bcf-b6e9-a9fc680d1678 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:44,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-cb0e1ac9-ca86-4bcf-b6e9-a9fc680d1678 2018-12-29 03:43:44,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-58c7cf93-d32a-4f92-9b79-95cf96d58715 Date: Sat, 29 Dec 2018 03:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:44,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-58c7cf93-d32a-4f92-9b79-95cf96d58715 2018-12-29 03:43:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b&name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:44,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2eb9cec9-0ab1-4627-a69a-26a4ed68878c Date: Sat, 29 Dec 2018 03:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:44,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b&name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet used request id req-2eb9cec9-0ab1-4627-a69a-26a4ed68878c 2018-12-29 03:43:44,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:43:44,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:44,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["v0Otx4RiRpCs5la-42x-MQ"], "issued_at": "2018-12-29T03:43:44.000000Z"}} 2018-12-29 03:43:44,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2642e789815b49feb65821b8366da3a62568428a" 2018-12-29 03:43:45,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b569853-4f4e-40fc-8411-beb3906016dc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:45,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4b569853-4f4e-40fc-8411-beb3906016dc 2018-12-29 03:43:45,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:45,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f69f5745-e5f8-42be-b48e-3826b5b10788 Date: Sat, 29 Dec 2018 03:43:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1af10547-b3ec-4d06-b925-187111cf0661"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:43Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:45,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net used request id req-f69f5745-e5f8-42be-b48e-3826b5b10788 2018-12-29 03:43:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:45,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7127a55-9558-4b50-bd4f-f87e29937260 Date: Sat, 29 Dec 2018 03:43:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:45,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-e7127a55-9558-4b50-bd4f-f87e29937260 2018-12-29 03:43:45,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:45,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cbc8eda6-33ce-42cf-928d-c6991fcafb97 Date: Sat, 29 Dec 2018 03:43:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"969315c7-78ba-427e-8d1e-b351b89bf58b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["1af10547-b3ec-4d06-b925-187111cf0661"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:43Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:42Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:45,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net used request id req-cbc8eda6-33ce-42cf-928d-c6991fcafb97 2018-12-29 03:43:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:45,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:45,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2642e789815b49feb65821b8366da3a62568428a" 2018-12-29 03:43:45,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4100ec7-b5cf-4b28-9e55-136790bff34c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:45,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-b4100ec7-b5cf-4b28-9e55-136790bff34c 2018-12-29 03:43:45,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:46,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7f52be0-609e-4834-9b87-8906d1d72547 Date: Sat, 29 Dec 2018 03:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:46,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-a7f52be0-609e-4834-9b87-8906d1d72547 2018-12-29 03:43:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b&name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:46,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85c3e063-fc7a-4575-947e-afc4166cd9bf Date: Sat, 29 Dec 2018 03:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:43Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"1af10547-b3ec-4d06-b925-187111cf0661","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet"}]} 2018-12-29 03:43:46,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=969315c7-78ba-427e-8d1e-b351b89bf58b&name=NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet used request id req-85c3e063-fc7a-4575-947e-afc4166cd9bf 2018-12-29 03:43:46,148 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net 2018-12-29 03:43:46,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" -d '{"port": {"network_id": "969315c7-78ba-427e-8d1e-b351b89bf58b", "fixed_ips": [{"subnet_id": "1af10547-b3ec-4d06-b925-187111cf0661", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-port", "admin_state_up": true}}' 2018-12-29 03:43:47,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-0406c457-8f8e-41e4-a253-5afb7cd88216 Date: Sat, 29 Dec 2018 03:43:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:46Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1af10547-b3ec-4d06-b925-187111cf0661","ip_address":"10.55.1.100"}],"id":"abdb825a-9bba-4cf6-883e-70d49303cc4c","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:e5:4f","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-port","admin_state_up":true,"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:46Z","binding:vnic_type":"normal"}} 2018-12-29 03:43:47,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-0406c457-8f8e-41e4-a253-5afb7cd88216 2018-12-29 03:43:47,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:47,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-30293ddf-5c52-4ffe-87f0-76f5d0a44a90 Date: Sat, 29 Dec 2018 03:43:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1af10547-b3ec-4d06-b925-187111cf0661","ip_address":"10.55.1.3"}],"id":"7a7e50e5-b424-47ad-8e21-e7583dd2593f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:c5:89","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-969315c7-78ba-427e-8d1e-b351b89bf58b","name":"","admin_state_up":true,"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:46Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1af10547-b3ec-4d06-b925-187111cf0661","ip_address":"10.55.1.100"}],"id":"abdb825a-9bba-4cf6-883e-70d49303cc4c","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:e5:4f","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-port","admin_state_up":true,"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1af10547-b3ec-4d06-b925-187111cf0661","ip_address":"10.55.1.2"}],"id":"e8566ca5-5587-45b1-a961-d7adcf8a8f14","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:75:9d","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-969315c7-78ba-427e-8d1e-b351b89bf58b","name":"","admin_state_up":true,"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1af10547-b3ec-4d06-b925-187111cf0661","ip_address":"10.55.1.4"}],"id":"ff9fdb61-8c4f-41af-8f06-8c3108bceb56","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:c1:a1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-969315c7-78ba-427e-8d1e-b351b89bf58b","name":"","admin_state_up":true,"network_id":"969315c7-78ba-427e-8d1e-b351b89bf58b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:44Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:47,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-30293ddf-5c52-4ffe-87f0-76f5d0a44a90 2018-12-29 03:43:47,139 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-port 2018-12-29 03:43:47,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/abdb825a-9bba-4cf6-883e-70d49303cc4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:47,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1657f8b6-710b-4626-9f97-889127a1d6d1 Date: Sat, 29 Dec 2018 03:43:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:47,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/abdb825a-9bba-4cf6-883e-70d49303cc4c used request id req-1657f8b6-710b-4626-9f97-889127a1d6d1 2018-12-29 03:43:47,750 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet 2018-12-29 03:43:47,750 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-subnet 2018-12-29 03:43:47,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/1af10547-b3ec-4d06-b925-187111cf0661 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:49,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3e53ddf-4e4d-4cdc-81c1-5d3150509cf6 Date: Sat, 29 Dec 2018 03:43:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:49,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1af10547-b3ec-4d06-b925-187111cf0661 used request id req-b3e53ddf-4e4d-4cdc-81c1-5d3150509cf6 2018-12-29 03:43:49,880 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4085be2d-2256-4d2c-b282-d3cc5300755a-pub-net 2018-12-29 03:43:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/969315c7-78ba-427e-8d1e-b351b89bf58b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ce70d6e3274477b58b1d969553137fef471b4" 2018-12-29 03:43:51,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd7e1b2b-85c7-4bce-b073-f04f2835e371 Date: Sat, 29 Dec 2018 03:43:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:51,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/969315c7-78ba-427e-8d1e-b351b89bf58b used request id req-cd7e1b2b-85c7-4bce-b073-f04f2835e371 2018-12-29 03:43:51,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:51,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["oicUuLu7QQuNNHb5Zx76hA"], "issued_at": "2018-12-29T03:43:51.000000Z"}} 2018-12-29 03:43:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:51,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d809b4ba-d07d-4d19-af20-ef0e61ff874f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:51,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d809b4ba-d07d-4d19-af20-ef0e61ff874f 2018-12-29 03:43:51,730 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net 2018-12-29 03:43:51,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" -d '{"network": {"name": "NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net", "admin_state_up": true}}' 2018-12-29 03:43:52,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6c9c570c-cd82-488b-b552-7ed8b0c44802 Date: Sat, 29 Dec 2018 03:43:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","is_default":false,"provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","mtu":1450}} 2018-12-29 03:43:52,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6c9c570c-cd82-488b-b552-7ed8b0c44802 2018-12-29 03:43:52,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:52,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e5d87278-e969-4cc0-be6f-9b587f4c80df Date: Sat, 29 Dec 2018 03:43:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:52,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-e5d87278-e969-4cc0-be6f-9b587f4c80df 2018-12-29 03:43:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:52,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7657e82b-1346-4fbb-90c0-bb177df52be1 Date: Sat, 29 Dec 2018 03:43:52 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:43:52,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-7657e82b-1346-4fbb-90c0-bb177df52be1 2018-12-29 03:43:52,682 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet 2018-12-29 03:43:52,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" -d '{"subnets": [{"ip_version": 4, "network_id": "9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]}' 2018-12-29 03:43:53,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78878c94-5d00-4083-b3d5-4d92b7ba3381 Date: Sat, 29 Dec 2018 03:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:53,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-78878c94-5d00-4083-b3d5-4d92b7ba3381 2018-12-29 03:43:53,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:53,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2bd107d5-57a9-4c09-a886-6a0027872ed8 Date: Sat, 29 Dec 2018 03:43:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["f639506c-4d6a-462e-9290-d3fba01a743d"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:53,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-2bd107d5-57a9-4c09-a886-6a0027872ed8 2018-12-29 03:43:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:53,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ccd09f7-1423-4a43-9e5c-2237d95857b8 Date: Sat, 29 Dec 2018 03:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:53,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-0ccd09f7-1423-4a43-9e5c-2237d95857b8 2018-12-29 03:43:53,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:53,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2358f051-ebc1-4be9-810d-81d0d932b045 Date: Sat, 29 Dec 2018 03:43:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["f639506c-4d6a-462e-9290-d3fba01a743d"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:53,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net used request id req-2358f051-ebc1-4be9-810d-81d0d932b045 2018-12-29 03:43:53,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:53,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:53,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:54,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffcd47ab-12a7-4706-bb70-983af2c292b6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:54,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-ffcd47ab-12a7-4706-bb70-983af2c292b6 2018-12-29 03:43:54,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:54,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-722d2b92-3df4-4b0a-8e67-ad34bb1ee55c Date: Sat, 29 Dec 2018 03:43:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:54,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-722d2b92-3df4-4b0a-8e67-ad34bb1ee55c 2018-12-29 03:43:54,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7&name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:54,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bb60872-6086-48c5-8c96-ecd116b2cc72 Date: Sat, 29 Dec 2018 03:43:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:54,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7&name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet used request id req-4bb60872-6086-48c5-8c96-ecd116b2cc72 2018-12-29 03:43:54,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:43:54,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:43:54,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Dcpb10dmRQW61ZKzllk_Bg"], "issued_at": "2018-12-29T03:43:54.000000Z"}} 2018-12-29 03:43:54,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649ddb2ff303b2e03263896a3e4077fb91aa82a" 2018-12-29 03:43:54,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586bdede-1c40-4895-99d3-4061818d7556 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:43:54,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-586bdede-1c40-4895-99d3-4061818d7556 2018-12-29 03:43:54,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:55,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7fed4924-bd6c-48a1-b65f-27234c799301 Date: Sat, 29 Dec 2018 03:43:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["f639506c-4d6a-462e-9290-d3fba01a743d"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:55,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net used request id req-7fed4924-bd6c-48a1-b65f-27234c799301 2018-12-29 03:43:55,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:55,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-672d40fb-0c58-4c7c-af31-2eb33689fed4 Date: Sat, 29 Dec 2018 03:43:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:55,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-672d40fb-0c58-4c7c-af31-2eb33689fed4 2018-12-29 03:43:55,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:55,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d705118b-16fd-49c4-9640-7e313749a02f Date: Sat, 29 Dec 2018 03:43:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["f639506c-4d6a-462e-9290-d3fba01a743d"],"description":"","tags":[],"updated_at":"2018-12-29T03:43:52Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:51Z","provider:network_type":"vxlan"}]} 2018-12-29 03:43:55,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net used request id req-d705118b-16fd-49c4-9640-7e313749a02f 2018-12-29 03:43:55,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:43:55,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:43:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:43:55,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649ddb2ff303b2e03263896a3e4077fb91aa82a" 2018-12-29 03:43:55,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309476fe-6ef2-4e43-a4a3-de211fea7c70 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:43:55,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-309476fe-6ef2-4e43-a4a3-de211fea7c70 2018-12-29 03:43:55,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:55,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f95eaa8e-8457-4f49-86ab-af9246f1bdf5 Date: Sat, 29 Dec 2018 03:43:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:55,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-f95eaa8e-8457-4f49-86ab-af9246f1bdf5 2018-12-29 03:43:55,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7&name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:56,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d0bf92b0-452d-47aa-9faf-f0c9cb28daa4 Date: Sat, 29 Dec 2018 03:43:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:52Z","dns_nameservers":[],"updated_at":"2018-12-29T03:43:52Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"f639506c-4d6a-462e-9290-d3fba01a743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet"}]} 2018-12-29 03:43:56,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7&name=NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet used request id req-d0bf92b0-452d-47aa-9faf-f0c9cb28daa4 2018-12-29 03:43:56,064 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net 2018-12-29 03:43:56,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" -d '{"port": {"network_id": "9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7", "fixed_ips": [{"subnet_id": "f639506c-4d6a-462e-9290-d3fba01a743d", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-port", "admin_state_up": true}}' 2018-12-29 03:43:56,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-2a13e0cb-326d-4e6c-8c00-a06ea1f71624 Date: Sat, 29 Dec 2018 03:43:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:56Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f639506c-4d6a-462e-9290-d3fba01a743d","ip_address":"10.55.1.100"}],"id":"06e9d99c-077f-4283-a793-94d9f901c0e0","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:5b:97","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-port","admin_state_up":true,"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:56Z","binding:vnic_type":"normal"}} 2018-12-29 03:43:56,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2a13e0cb-326d-4e6c-8c00-a06ea1f71624 2018-12-29 03:43:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:57,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-afa079e4-3af6-4938-b060-80e69f8bff71 Date: Sat, 29 Dec 2018 03:43:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:56Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f639506c-4d6a-462e-9290-d3fba01a743d","ip_address":"10.55.1.100"}],"id":"06e9d99c-077f-4283-a793-94d9f901c0e0","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:5b:97","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-port","admin_state_up":true,"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f639506c-4d6a-462e-9290-d3fba01a743d","ip_address":"10.55.1.4"}],"id":"0e293e8c-2516-4a12-89ff-edf08181e8d8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:a3:3c","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","name":"","admin_state_up":true,"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f639506c-4d6a-462e-9290-d3fba01a743d","ip_address":"10.55.1.3"}],"id":"32c0b70d-fa8d-4140-aee4-283116af7d85","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:d1:7d","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","name":"","admin_state_up":true,"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:43:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f639506c-4d6a-462e-9290-d3fba01a743d","ip_address":"10.55.1.2"}],"id":"6f2b8a13-a5b1-4356-aae8-949672ebc1bf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:d7:89","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","name":"","admin_state_up":true,"network_id":"9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:43:53Z","binding:vnic_type":"normal"}]} 2018-12-29 03:43:57,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-afa079e4-3af6-4938-b060-80e69f8bff71 2018-12-29 03:43:57,007 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-port 2018-12-29 03:43:57,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/06e9d99c-077f-4283-a793-94d9f901c0e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:57,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-284f02e8-1acb-42e7-b39e-f2821900ae69 Date: Sat, 29 Dec 2018 03:43:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:57,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/06e9d99c-077f-4283-a793-94d9f901c0e0 used request id req-284f02e8-1acb-42e7-b39e-f2821900ae69 2018-12-29 03:43:57,443 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet 2018-12-29 03:43:57,443 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-subnet 2018-12-29 03:43:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/f639506c-4d6a-462e-9290-d3fba01a743d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:43:59,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6df1dbb8-4fe7-4423-8e2d-f28f6c79127e Date: Sat, 29 Dec 2018 03:43:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:43:59,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f639506c-4d6a-462e-9290-d3fba01a743d used request id req-6df1dbb8-4fe7-4423-8e2d-f28f6c79127e 2018-12-29 03:43:59,754 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-bcc5e046-67cb-426c-b294-da39edfe22df-pub-net 2018-12-29 03:43:59,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00e88f125322ca02294ebf5d64db7d90e4aa502" 2018-12-29 03:44:01,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f099243-0815-4151-91f0-64ff221129a0 Date: Sat, 29 Dec 2018 03:44:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:01,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9ceb08ec-6a8e-41d5-9d3f-7c882f786dd7 used request id req-3f099243-0815-4151-91f0-64ff221129a0 2018-12-29 03:44:01,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:01,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["6b-Br55HQHqmIlY0s3TvoQ"], "issued_at": "2018-12-29T03:44:01.000000Z"}} 2018-12-29 03:44:01,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:01,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042b867f-9bf3-4064-9169-c5f392c3751d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:01,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-042b867f-9bf3-4064-9169-c5f392c3751d 2018-12-29 03:44:01,541 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net 2018-12-29 03:44:01,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" -d '{"network": {"name": "NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net", "admin_state_up": true}}' 2018-12-29 03:44:02,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b72e9e15-b97d-4df0-8396-a6c42d0be2f4 Date: Sat, 29 Dec 2018 03:44:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:01Z","is_default":false,"provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","mtu":1450}} 2018-12-29 03:44:02,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b72e9e15-b97d-4df0-8396-a6c42d0be2f4 2018-12-29 03:44:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:02,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-934243aa-a625-4ebe-985f-da2756b4add3 Date: Sat, 29 Dec 2018 03:44:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:01Z","provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:02,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-934243aa-a625-4ebe-985f-da2756b4add3 2018-12-29 03:44:02,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:02,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-881e6394-6875-4e8f-ace5-6ea0b909216a Date: Sat, 29 Dec 2018 03:44:02 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:44:02,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-881e6394-6875-4e8f-ace5-6ea0b909216a 2018-12-29 03:44:02,625 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet 2018-12-29 03:44:02,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" -d '{"subnets": [{"ip_version": 4, "network_id": "02c1282d-37f3-4d25-8e08-cdf90fee885f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]}' 2018-12-29 03:44:03,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a525479c-f2a4-4e0e-8a43-e5eefc58aeec Date: Sat, 29 Dec 2018 03:44:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:03,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-a525479c-f2a4-4e0e-8a43-e5eefc58aeec 2018-12-29 03:44:03,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:03,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9e4b0ea9-9a7a-460f-9523-ea4f262af9e7 Date: Sat, 29 Dec 2018 03:44:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8bccea70-2c09-45ed-b294-1e2e5ec76a1f"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:02Z","provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:03,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-9e4b0ea9-9a7a-460f-9523-ea4f262af9e7 2018-12-29 03:44:03,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:03,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d3a88eb1-aab5-4976-aad1-c9e245ff464e Date: Sat, 29 Dec 2018 03:44:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:03,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-d3a88eb1-aab5-4976-aad1-c9e245ff464e 2018-12-29 03:44:03,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:03,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2c30fba1-d614-4b7b-b57a-3a8ffa7a0ab6 Date: Sat, 29 Dec 2018 03:44:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8bccea70-2c09-45ed-b294-1e2e5ec76a1f"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:02Z","provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:03,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net used request id req-2c30fba1-d614-4b7b-b57a-3a8ffa7a0ab6 2018-12-29 03:44:03,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:03,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:03,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:03,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb189b53-9b48-42cd-b374-fd11efa13c4c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:03,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-fb189b53-9b48-42cd-b374-fd11efa13c4c 2018-12-29 03:44:03,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:04,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ba196e3c-2f67-4df0-bccc-f7a04c2c78be Date: Sat, 29 Dec 2018 03:44:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:04,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-ba196e3c-2f67-4df0-bccc-f7a04c2c78be 2018-12-29 03:44:04,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f&name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:04,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f94f2587-8c55-4a45-9a0e-12f3b5de4b2a Date: Sat, 29 Dec 2018 03:44:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:04,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f&name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet used request id req-f94f2587-8c55-4a45-9a0e-12f3b5de4b2a 2018-12-29 03:44:04,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:04,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:04,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["h3PIhm6bQFKVvt0TeL7TFw"], "issued_at": "2018-12-29T03:44:04.000000Z"}} 2018-12-29 03:44:04,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae83c1ea4a6198496fc3b9c9b3b28d91050a960" 2018-12-29 03:44:04,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630aee41-db7d-4924-b667-b0c765aec469 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:04,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-630aee41-db7d-4924-b667-b0c765aec469 2018-12-29 03:44:04,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:04,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-63b47e09-c504-48a3-a748-265568c9f44b Date: Sat, 29 Dec 2018 03:44:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8bccea70-2c09-45ed-b294-1e2e5ec76a1f"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:02Z","provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:04,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net used request id req-63b47e09-c504-48a3-a748-265568c9f44b 2018-12-29 03:44:04,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:04,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-09bbec26-ef25-4cac-b440-281f117607d6 Date: Sat, 29 Dec 2018 03:44:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:04,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-09bbec26-ef25-4cac-b440-281f117607d6 2018-12-29 03:44:04,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:05,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-43326cd8-4f7f-42c1-b5fd-8e3c7a07e48e Date: Sat, 29 Dec 2018 03:44:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["8bccea70-2c09-45ed-b294-1e2e5ec76a1f"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:02Z","provider:segmentation_id":56,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:01Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:05,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net used request id req-43326cd8-4f7f-42c1-b5fd-8e3c7a07e48e 2018-12-29 03:44:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:05,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:05,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae83c1ea4a6198496fc3b9c9b3b28d91050a960" 2018-12-29 03:44:05,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fc346a-c743-46a0-a5c1-939846331666 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:05,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-53fc346a-c743-46a0-a5c1-939846331666 2018-12-29 03:44:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:05,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4fa0c4c7-139f-4701-a997-4f63eaaf1e04 Date: Sat, 29 Dec 2018 03:44:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:05,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-4fa0c4c7-139f-4701-a997-4f63eaaf1e04 2018-12-29 03:44:05,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f&name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:05,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-284983b5-81ad-4ea6-b668-ba142bad4bb5 Date: Sat, 29 Dec 2018 03:44:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02c1282d-37f3-4d25-8e08-cdf90fee885f","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:02Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:02Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"8bccea70-2c09-45ed-b294-1e2e5ec76a1f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet"}]} 2018-12-29 03:44:05,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02c1282d-37f3-4d25-8e08-cdf90fee885f&name=NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet used request id req-284983b5-81ad-4ea6-b668-ba142bad4bb5 2018-12-29 03:44:05,489 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net 2018-12-29 03:44:05,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" -d '{"port": {"network_id": "02c1282d-37f3-4d25-8e08-cdf90fee885f", "fixed_ips": [{"subnet_id": "8bccea70-2c09-45ed-b294-1e2e5ec76a1f", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-port", "admin_state_up": true}}' 2018-12-29 03:44:05,505 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-acac444b-9cfa-479e-81d7-881a7262b8d3 Date: Sat, 29 Dec 2018 03:44:05 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-29 03:44:05,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-acac444b-9cfa-479e-81d7-881a7262b8d3 2018-12-29 03:44:05,506 - 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-12-29 03:44:05,506 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet 2018-12-29 03:44:05,506 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-subnet 2018-12-29 03:44:05,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8bccea70-2c09-45ed-b294-1e2e5ec76a1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:07,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d717aef-ad0e-49ad-8aaf-036d8c504f9f Date: Sat, 29 Dec 2018 03:44:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:07,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8bccea70-2c09-45ed-b294-1e2e5ec76a1f used request id req-9d717aef-ad0e-49ad-8aaf-036d8c504f9f 2018-12-29 03:44:07,635 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ce227b5d-35a0-4693-ac07-37188bcae2a2-pub-net 2018-12-29 03:44:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/02c1282d-37f3-4d25-8e08-cdf90fee885f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}545f03626a2012e27a5b5e021801b99a0fcf19a0" 2018-12-29 03:44:09,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f9b5f8c-c0af-479a-ac77-a2d82f84390a Date: Sat, 29 Dec 2018 03:44:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:09,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/02c1282d-37f3-4d25-8e08-cdf90fee885f used request id req-1f9b5f8c-c0af-479a-ac77-a2d82f84390a 2018-12-29 03:44:09,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:09,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["gyu2R1qxRMe3MbyIypxP-A"], "issued_at": "2018-12-29T03:44:09.000000Z"}} 2018-12-29 03:44:09,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:09,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdaa9f6e-93b2-4dea-bcb7-2dc33c9c293d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:09,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cdaa9f6e-93b2-4dea-bcb7-2dc33c9c293d 2018-12-29 03:44:09,546 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net 2018-12-29 03:44:09,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" -d '{"network": {"name": "NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net", "admin_state_up": true}}' 2018-12-29 03:44:10,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bc28d054-9b62-41de-aca3-912818bdff84 Date: Sat, 29 Dec 2018 03:44: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":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:09Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","mtu":1450}} 2018-12-29 03:44:10,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bc28d054-9b62-41de-aca3-912818bdff84 2018-12-29 03:44:10,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:10,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eb503432-6655-4c89-a787-89e3ac78217e Date: Sat, 29 Dec 2018 03:44:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:09Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:10,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-eb503432-6655-4c89-a787-89e3ac78217e 2018-12-29 03:44:10,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:10,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8f900820-b3d6-4a56-a64a-f40c54c12076 Date: Sat, 29 Dec 2018 03:44:10 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:44:10,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-8f900820-b3d6-4a56-a64a-f40c54c12076 2018-12-29 03:44:10,450 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet 2018-12-29 03:44:10,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" -d '{"subnets": [{"ip_version": 4, "network_id": "ea35aac6-c713-4fd5-bf42-09cfe8098a8e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]}' 2018-12-29 03:44:11,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd74b3a4-2689-4548-bb78-7239ac2e2d35 Date: Sat, 29 Dec 2018 03:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:11,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cd74b3a4-2689-4548-bb78-7239ac2e2d35 2018-12-29 03:44:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:11,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6aef66da-7a9b-4be7-a2eb-371998b3d73b Date: Sat, 29 Dec 2018 03:44:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3dae7690-f19b-446a-b31a-43ab97203860"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:10Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:11,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-6aef66da-7a9b-4be7-a2eb-371998b3d73b 2018-12-29 03:44:11,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:11,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b579bc29-2ad4-41b7-94a2-f124ee33d26f Date: Sat, 29 Dec 2018 03:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:11,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-b579bc29-2ad4-41b7-94a2-f124ee33d26f 2018-12-29 03:44:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:11,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-86f848ca-ce79-47c6-a768-dc8b2ee96a81 Date: Sat, 29 Dec 2018 03:44:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3dae7690-f19b-446a-b31a-43ab97203860"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:10Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:11,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net used request id req-86f848ca-ce79-47c6-a768-dc8b2ee96a81 2018-12-29 03:44:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:11,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:11,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5247d1a7-3dc4-4d9a-8943-4653334646be Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:11,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-5247d1a7-3dc4-4d9a-8943-4653334646be 2018-12-29 03:44:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:11,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aa5c0ca0-e281-41bb-af69-89d1c810ff65 Date: Sat, 29 Dec 2018 03:44:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:11,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-aa5c0ca0-e281-41bb-af69-89d1c810ff65 2018-12-29 03:44:11,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e&name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:12,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7c6b078-efa2-44c3-9c5e-6c31e79a8988 Date: Sat, 29 Dec 2018 03:44:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:12,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e&name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet used request id req-a7c6b078-efa2-44c3-9c5e-6c31e79a8988 2018-12-29 03:44:12,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:12,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:12,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Ca4RuBP7TVyMSnl_fSV7jQ"], "issued_at": "2018-12-29T03:44:12.000000Z"}} 2018-12-29 03:44:12,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a290aa0a1dd1e986b1391c52d134106cd7c434" 2018-12-29 03:44:12,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2852625-1226-4ff3-86c0-f50cc4ff4b24 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:12,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2852625-1226-4ff3-86c0-f50cc4ff4b24 2018-12-29 03:44:12,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:12,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8c74bd1c-b6a0-4ef6-8a09-af13a4d6b3b5 Date: Sat, 29 Dec 2018 03:44:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3dae7690-f19b-446a-b31a-43ab97203860"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:10Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:12,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net used request id req-8c74bd1c-b6a0-4ef6-8a09-af13a4d6b3b5 2018-12-29 03:44:12,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:13,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b6afa35-ec07-4984-8ae4-1fd5513c05ca Date: Sat, 29 Dec 2018 03:44:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:13,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-4b6afa35-ec07-4984-8ae4-1fd5513c05ca 2018-12-29 03:44:13,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:13,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fd811a71-d953-405f-9679-3a9c27cd40ec Date: Sat, 29 Dec 2018 03:44:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["3dae7690-f19b-446a-b31a-43ab97203860"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:10Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:09Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:13,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net used request id req-fd811a71-d953-405f-9679-3a9c27cd40ec 2018-12-29 03:44:13,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:13,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a290aa0a1dd1e986b1391c52d134106cd7c434" 2018-12-29 03:44:13,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ce2cde-27fc-4ce5-a7b6-29b90bfbb359 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:13,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-a4ce2cde-27fc-4ce5-a7b6-29b90bfbb359 2018-12-29 03:44:13,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:13,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-62180b87-3e3a-4fbb-aa61-38384d8a06d5 Date: Sat, 29 Dec 2018 03:44:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:13,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-62180b87-3e3a-4fbb-aa61-38384d8a06d5 2018-12-29 03:44:13,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e&name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:13,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9c0e98bd-0611-4080-ba87-369089ba12c0 Date: Sat, 29 Dec 2018 03:44:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea35aac6-c713-4fd5-bf42-09cfe8098a8e","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:10Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:10Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"3dae7690-f19b-446a-b31a-43ab97203860","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet"}]} 2018-12-29 03:44:13,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ea35aac6-c713-4fd5-bf42-09cfe8098a8e&name=NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet used request id req-9c0e98bd-0611-4080-ba87-369089ba12c0 2018-12-29 03:44:13,486 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net 2018-12-29 03:44:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" -d '{"port": {"network_id": "ea35aac6-c713-4fd5-bf42-09cfe8098a8e", "fixed_ips": [{"subnet_id": "3dae7690-f19b-446a-b31a-43ab97203860", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-port", "admin_state_up": true}}' 2018-12-29 03:44:13,867 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-574fe6fd-909a-49c0-9158-bf05ad2edc85 Date: Sat, 29 Dec 2018 03:44:13 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-12-29 03:44:13,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-574fe6fd-909a-49c0-9158-bf05ad2edc85 2018-12-29 03:44:13,868 - 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-12-29 03:44:13,868 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet 2018-12-29 03:44:13,868 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-subnet 2018-12-29 03:44:13,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3dae7690-f19b-446a-b31a-43ab97203860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:16,011 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7e4c4a32-f530-4757-a5e1-89a55a0f5281 Date: Sat, 29 Dec 2018 03:44:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:16,011 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3dae7690-f19b-446a-b31a-43ab97203860 used request id req-7e4c4a32-f530-4757-a5e1-89a55a0f5281 2018-12-29 03:44:16,011 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0dc7f2bf-faa3-4416-8201-b8968686a0ed-pub-net 2018-12-29 03:44:16,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ea35aac6-c713-4fd5-bf42-09cfe8098a8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e257c1d26519a25bbbde59ecb275aa12451139" 2018-12-29 03:44:17,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e173fe19-b9f2-4045-9abe-2cd731e58e55 Date: Sat, 29 Dec 2018 03:44:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:17,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ea35aac6-c713-4fd5-bf42-09cfe8098a8e used request id req-e173fe19-b9f2-4045-9abe-2cd731e58e55 2018-12-29 03:44:17,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:17,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Zc0shv9UTLajMbdpoqP94w"], "issued_at": "2018-12-29T03:44:17.000000Z"}} 2018-12-29 03:44:17,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:17,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569d34d8-deee-4130-a3ac-74884cbac975 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:17,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-569d34d8-deee-4130-a3ac-74884cbac975 2018-12-29 03:44:17,887 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net 2018-12-29 03:44:17,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" -d '{"network": {"name": "NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net", "admin_state_up": true}}' 2018-12-29 03:44:18,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c69f084e-6beb-4023-9ec2-19bb9c79b177 Date: Sat, 29 Dec 2018 03:44: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":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:18Z","is_default":false,"provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","mtu":1450}} 2018-12-29 03:44:18,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c69f084e-6beb-4023-9ec2-19bb9c79b177 2018-12-29 03:44:18,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:18,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6921ee65-7710-4f5c-9981-a0fd9fafbe23 Date: Sat, 29 Dec 2018 03:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:18Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:18,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-6921ee65-7710-4f5c-9981-a0fd9fafbe23 2018-12-29 03:44:18,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:18,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00982d3e-74c9-40bc-a5ce-d37709c5e709 Date: Sat, 29 Dec 2018 03:44:18 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:44:18,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-00982d3e-74c9-40bc-a5ce-d37709c5e709 2018-12-29 03:44:18,771 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet 2018-12-29 03:44:18,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" -d '{"subnets": [{"ip_version": 4, "network_id": "629db4bf-951c-4954-81c4-ed4a8b852c81", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]}' 2018-12-29 03:44:19,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d03ca146-c8a2-4454-8a26-03e607e6a78e Date: Sat, 29 Dec 2018 03:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:19,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d03ca146-c8a2-4454-8a26-03e607e6a78e 2018-12-29 03:44:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:19,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4b63dd32-5bf6-44ee-a5bb-d978e1d0619b Date: Sat, 29 Dec 2018 03:44:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["bc308d07-c916-4c66-8387-b520417d8687"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:19Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:19,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-4b63dd32-5bf6-44ee-a5bb-d978e1d0619b 2018-12-29 03:44:19,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:19,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1361efb7-a676-447b-a14b-1d4eaa295a3a Date: Sat, 29 Dec 2018 03:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:19,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-1361efb7-a676-447b-a14b-1d4eaa295a3a 2018-12-29 03:44:19,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:19,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-789a9444-8f2e-4d5e-9e74-d70fa0bd0884 Date: Sat, 29 Dec 2018 03:44:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["bc308d07-c916-4c66-8387-b520417d8687"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:19Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:19,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net used request id req-789a9444-8f2e-4d5e-9e74-d70fa0bd0884 2018-12-29 03:44:19,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:19,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:20,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf7782e-83b8-424d-8c21-d787b567fe79 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:20,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-fdf7782e-83b8-424d-8c21-d787b567fe79 2018-12-29 03:44:20,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:20,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61527343-8290-451c-a6ae-6f34288bf3ec Date: Sat, 29 Dec 2018 03:44:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:20,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-61527343-8290-451c-a6ae-6f34288bf3ec 2018-12-29 03:44:20,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81&name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:20,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bea4c023-1fb4-4263-acb6-2add9e32f6e3 Date: Sat, 29 Dec 2018 03:44:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:20,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81&name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet used request id req-bea4c023-1fb4-4263-acb6-2add9e32f6e3 2018-12-29 03:44:20,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:20,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:20,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["gqvtPAE0T0WwVjupYCjlpQ"], "issued_at": "2018-12-29T03:44:20.000000Z"}} 2018-12-29 03:44:20,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100c342ea31c213c9dc4c37327ef4abdcfd525db" 2018-12-29 03:44:20,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25523a8-e646-4f35-8762-34f67eb0bfc6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:20,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e25523a8-e646-4f35-8762-34f67eb0bfc6 2018-12-29 03:44:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:21,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1581a1ae-ba4c-498f-beac-4c6f6d800f8e Date: Sat, 29 Dec 2018 03:44:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["bc308d07-c916-4c66-8387-b520417d8687"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:19Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:21,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net used request id req-1581a1ae-ba4c-498f-beac-4c6f6d800f8e 2018-12-29 03:44:21,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:21,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd12804e-bd14-47cf-a77a-e820dae85e56 Date: Sat, 29 Dec 2018 03:44:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:21,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-dd12804e-bd14-47cf-a77a-e820dae85e56 2018-12-29 03:44:21,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:21,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-46625562-fd18-4162-8f67-18abaa0c79e9 Date: Sat, 29 Dec 2018 03:44:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"629db4bf-951c-4954-81c4-ed4a8b852c81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["bc308d07-c916-4c66-8387-b520417d8687"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:19Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:18Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:21,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net used request id req-46625562-fd18-4162-8f67-18abaa0c79e9 2018-12-29 03:44:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:21,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:21,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100c342ea31c213c9dc4c37327ef4abdcfd525db" 2018-12-29 03:44:21,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44872ed-6ab7-4c07-8f34-3803ab4abb66 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:21,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-a44872ed-6ab7-4c07-8f34-3803ab4abb66 2018-12-29 03:44:21,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:21,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60513717-8a45-41f4-9fec-365e514af009 Date: Sat, 29 Dec 2018 03:44:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:21,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-60513717-8a45-41f4-9fec-365e514af009 2018-12-29 03:44:21,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81&name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:21,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c0e0159d-8956-485f-bbaf-7df85ea3b585 Date: Sat, 29 Dec 2018 03:44:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"629db4bf-951c-4954-81c4-ed4a8b852c81","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:19Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:19Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"bc308d07-c916-4c66-8387-b520417d8687","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet"}]} 2018-12-29 03:44:21,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=629db4bf-951c-4954-81c4-ed4a8b852c81&name=NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet used request id req-c0e0159d-8956-485f-bbaf-7df85ea3b585 2018-12-29 03:44:21,870 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net 2018-12-29 03:44:21,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" -d '{"port": {"network_id": "629db4bf-951c-4954-81c4-ed4a8b852c81", "fixed_ips": [{"subnet_id": "bc308d07-c916-4c66-8387-b520417d8687", "ip_address": null}], "name": "NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-port", "admin_state_up": true}}' 2018-12-29 03:44:22,054 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-cac1ccb2-04bd-4ae9-bb89-a211e0a3d10f Date: Sat, 29 Dec 2018 03:44:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-12-29 03:44:22,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cac1ccb2-04bd-4ae9-bb89-a211e0a3d10f 2018-12-29 03:44:22,055 - 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-12-29 03:44:22,055 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet 2018-12-29 03:44:22,055 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-subnet 2018-12-29 03:44:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/bc308d07-c916-4c66-8387-b520417d8687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:24,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d2021fd-03e5-4bc6-b14d-45fed41a6d56 Date: Sat, 29 Dec 2018 03:44:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:24,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/bc308d07-c916-4c66-8387-b520417d8687 used request id req-1d2021fd-03e5-4bc6-b14d-45fed41a6d56 2018-12-29 03:44:24,168 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c1c3cf13-d120-45a6-81f0-ffef26e6148a-pub-net 2018-12-29 03:44:24,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/629db4bf-951c-4954-81c4-ed4a8b852c81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b61d89b4cb945258792abb7cb9d4fc8d4faa86c6" 2018-12-29 03:44:25,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e776b859-71d7-44d8-928f-e753d87f1033 Date: Sat, 29 Dec 2018 03:44:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:25,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/629db4bf-951c-4954-81c4-ed4a8b852c81 used request id req-e776b859-71d7-44d8-928f-e753d87f1033 2018-12-29 03:44:25,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:26,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["rbFSndm8QhO1aGBsUi5zwg"], "issued_at": "2018-12-29T03:44:26.000000Z"}} 2018-12-29 03:44:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:26,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba22bdb0-18a2-40fd-b6f7-4c3750b55ffa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:26,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ba22bdb0-18a2-40fd-b6f7-4c3750b55ffa 2018-12-29 03:44:26,301 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net 2018-12-29 03:44:26,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" -d '{"network": {"name": "NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net", "admin_state_up": true}}' 2018-12-29 03:44:26,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cf943062-ae41-4d7c-9652-4cd948b0361e Date: Sat, 29 Dec 2018 03:44:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:26Z","is_default":false,"provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","mtu":1450}} 2018-12-29 03:44:26,766 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cf943062-ae41-4d7c-9652-4cd948b0361e 2018-12-29 03:44:26,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:27,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6165595f-1fb6-4109-a08b-2e52306164c2 Date: Sat, 29 Dec 2018 03:44:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:44:26Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:27,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-6165595f-1fb6-4109-a08b-2e52306164c2 2018-12-29 03:44:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:27,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8714544a-5814-460d-ab30-ae5578b2181b Date: Sat, 29 Dec 2018 03:44:27 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:44:27,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-8714544a-5814-460d-ab30-ae5578b2181b 2018-12-29 03:44:27,324 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet 2018-12-29 03:44:27,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" -d '{"subnets": [{"ip_version": 4, "network_id": "c3cd5573-2fb0-4840-9f34-47660515315b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]}' 2018-12-29 03:44:27,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-48aa715b-dd3b-4527-8849-e4b466fa9c53 Date: Sat, 29 Dec 2018 03:44:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:27,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-48aa715b-dd3b-4527-8849-e4b466fa9c53 2018-12-29 03:44:27,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:28,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7033c47a-90d3-49ff-815d-ec9febff3971 Date: Sat, 29 Dec 2018 03:44:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["d5080c11-f2f5-4e2f-847e-eab57bad5339"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:27Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:28,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-7033c47a-90d3-49ff-815d-ec9febff3971 2018-12-29 03:44:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:28,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aedfc4ba-8653-41ba-979e-1de0ae15efde Date: Sat, 29 Dec 2018 03:44:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:28,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-aedfc4ba-8653-41ba-979e-1de0ae15efde 2018-12-29 03:44:28,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:28,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f3c1b6c8-c643-4df2-b53b-45393776146f Date: Sat, 29 Dec 2018 03:44:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["d5080c11-f2f5-4e2f-847e-eab57bad5339"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:27Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:28,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net used request id req-f3c1b6c8-c643-4df2-b53b-45393776146f 2018-12-29 03:44:28,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:28,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:28,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:28,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00b2626a-8fff-4c8a-8eb6-825d456777df Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:28,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-00b2626a-8fff-4c8a-8eb6-825d456777df 2018-12-29 03:44:28,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:28,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90b4f200-ac6b-4eb2-ae31-d79673fb4327 Date: Sat, 29 Dec 2018 03:44:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:28,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-90b4f200-ac6b-4eb2-ae31-d79673fb4327 2018-12-29 03:44:28,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b&name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:29,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-120f6d93-bf0f-4af9-b53f-c123ce9f9e25 Date: Sat, 29 Dec 2018 03:44:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:29,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b&name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet used request id req-120f6d93-bf0f-4af9-b53f-c123ce9f9e25 2018-12-29 03:44:29,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:29,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:29,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["5WSZrnK6StmYfvtRAnwUmA"], "issued_at": "2018-12-29T03:44:29.000000Z"}} 2018-12-29 03:44:29,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ff5420edc6df275b0a0dac4c430a1aded6c955" 2018-12-29 03:44:29,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25d37fca-179d-4626-87c3-8ee371349283 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:29,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25d37fca-179d-4626-87c3-8ee371349283 2018-12-29 03:44:29,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:29,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ec87728b-4639-428d-a3fe-e81286002974 Date: Sat, 29 Dec 2018 03:44:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["d5080c11-f2f5-4e2f-847e-eab57bad5339"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:27Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:29,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net used request id req-ec87728b-4639-428d-a3fe-e81286002974 2018-12-29 03:44:29,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:30,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-631ae16b-ac16-401a-965e-795098e73a72 Date: Sat, 29 Dec 2018 03:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:30,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-631ae16b-ac16-401a-965e-795098e73a72 2018-12-29 03:44:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:30,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a85c9c10-bdfa-4683-8cff-8d1333d64efd Date: Sat, 29 Dec 2018 03:44:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3cd5573-2fb0-4840-9f34-47660515315b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["d5080c11-f2f5-4e2f-847e-eab57bad5339"],"description":"","tags":[],"updated_at":"2018-12-29T03:44:27Z","provider:segmentation_id":62,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:26Z","provider:network_type":"vxlan"}]} 2018-12-29 03:44:30,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net used request id req-a85c9c10-bdfa-4683-8cff-8d1333d64efd 2018-12-29 03:44:30,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:30,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:30,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ff5420edc6df275b0a0dac4c430a1aded6c955" 2018-12-29 03:44:30,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf19ffb8-5e5d-407d-a3d0-39be9e236d3d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:30,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-cf19ffb8-5e5d-407d-a3d0-39be9e236d3d 2018-12-29 03:44:30,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:30,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3b633426-d1f9-4b13-a0c4-9bce246e4d63 Date: Sat, 29 Dec 2018 03:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:30,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b used request id req-3b633426-d1f9-4b13-a0c4-9bce246e4d63 2018-12-29 03:44:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b&name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:30,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0821221a-978d-47eb-99ad-d6500a220898 Date: Sat, 29 Dec 2018 03:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:27Z","dns_nameservers":[],"updated_at":"2018-12-29T03:44:27Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet"}]} 2018-12-29 03:44:30,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c3cd5573-2fb0-4840-9f34-47660515315b&name=NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet used request id req-0821221a-978d-47eb-99ad-d6500a220898 2018-12-29 03:44:30,610 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net 2018-12-29 03:44:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" -d '{"port": {"network_id": "c3cd5573-2fb0-4840-9f34-47660515315b", "fixed_ips": [{"subnet_id": "d5080c11-f2f5-4e2f-847e-eab57bad5339", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-12-29 03:44:31,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-eed2b397-cf50-4198-97ed-7685da032071 Date: Sat, 29 Dec 2018 03:44:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:31Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","ip_address":"10.55.1.100"}],"id":"c5cce45e-d4ac-447b-9c39-8c11c254a7bd","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:a2:11","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:30Z","binding:vnic_type":"normal"}} 2018-12-29 03:44:31,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-eed2b397-cf50-4198-97ed-7685da032071 2018-12-29 03:44:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/c5cce45e-d4ac-447b-9c39-8c11c254a7bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:31,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-55ec1195-449c-4b7b-89c5-ffa82f987eac Date: Sat, 29 Dec 2018 03:44:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:31Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d5080c11-f2f5-4e2f-847e-eab57bad5339","ip_address":"10.55.1.100"}],"id":"c5cce45e-d4ac-447b-9c39-8c11c254a7bd","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:a2:11","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"c3cd5573-2fb0-4840-9f34-47660515315b","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:44:30Z","binding:vnic_type":"normal"}} 2018-12-29 03:44:31,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/c5cce45e-d4ac-447b-9c39-8c11c254a7bd used request id req-55ec1195-449c-4b7b-89c5-ffa82f987eac 2018-12-29 03:44:31,569 - neutron_utils - INFO - Deleting port with name 2018-12-29 03:44:31,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/c5cce45e-d4ac-447b-9c39-8c11c254a7bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:32,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7d548c2-2bb6-4db2-b458-e90871033074 Date: Sat, 29 Dec 2018 03:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:32,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/c5cce45e-d4ac-447b-9c39-8c11c254a7bd used request id req-f7d548c2-2bb6-4db2-b458-e90871033074 2018-12-29 03:44:32,353 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet 2018-12-29 03:44:32,354 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-subnet 2018-12-29 03:44:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/d5080c11-f2f5-4e2f-847e-eab57bad5339 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:34,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-834e1560-587d-4726-a3fd-f3a3b27d9f13 Date: Sat, 29 Dec 2018 03:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:34,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d5080c11-f2f5-4e2f-847e-eab57bad5339 used request id req-834e1560-587d-4726-a3fd-f3a3b27d9f13 2018-12-29 03:44:34,618 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2ce40fe9-c993-4c8f-b7f7-39023f68494a-pub-net 2018-12-29 03:44:34,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c3cd5573-2fb0-4840-9f34-47660515315b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6edc651effb2e1c0b9a112f9930ff149971860f6" 2018-12-29 03:44:36,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27995e12-ce99-4b64-8754-c6be91d3ab02 Date: Sat, 29 Dec 2018 03:44:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:36,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c3cd5573-2fb0-4840-9f34-47660515315b used request id req-27995e12-ce99-4b64-8754-c6be91d3ab02 2018-12-29 03:44:36,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:36,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["rp54kZ4rSNqUVQZ2zoEHJQ"], "issued_at": "2018-12-29T03:44:36.000000Z"}} 2018-12-29 03:44:36,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3353900b1f4f15afc0701a157ee1326a99c19b73" 2018-12-29 03:44:36,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df9127c-22b9-4d32-a5ff-0adb64b9a131 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:36,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0df9127c-22b9-4d32-a5ff-0adb64b9a131 2018-12-29 03:44:36,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:36,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:36,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["4mMJrLhCSU6lkNvyDhZg2Q"], "issued_at": "2018-12-29T03:44:36.000000Z"}} 2018-12-29 03:44:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419a4a3e2d840aaf3bf4361d0f9e47e96cffb2c9" 2018-12-29 03:44:37,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71187073-5592-42ee-8720-ea147c173ab0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:37,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-71187073-5592-42ee-8720-ea147c173ab0 2018-12-29 03:44:37,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e141aec5-d73e-4ab2-a546-114bbaec9538-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3353900b1f4f15afc0701a157ee1326a99c19b73" 2018-12-29 03:44:37,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b9dc134e-710a-4c3a-bd28-ed480b7ff035 Date: Sat, 29 Dec 2018 03:44:37 GMT RESP BODY: {"networks":[]} 2018-12-29 03:44:37,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e141aec5-d73e-4ab2-a546-114bbaec9538-pub-net used request id req-b9dc134e-710a-4c3a-bd28-ed480b7ff035 2018-12-29 03:44:37,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:37,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["8TLs0vhlTQqJIUavvz-U5Q"], "issued_at": "2018-12-29T03:44:37.000000Z"}} 2018-12-29 03:44:37,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:37,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7032f1-9bb8-4d71-a6c7-b533f824a4fb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:37,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9b7032f1-9bb8-4d71-a6c7-b533f824a4fb 2018-12-29 03:44:37,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:37,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:38,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["BYYilEstQ8uM-c8Tma7E8A"], "issued_at": "2018-12-29T03:44:38.000000Z"}} 2018-12-29 03:44:38,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac1b6ed9b4b8058d3da584c7f4975461edb5e66" 2018-12-29 03:44:38,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544d447c-1b6f-4b20-96ab-d97a296ca5f0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:38,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-544d447c-1b6f-4b20-96ab-d97a296ca5f0 2018-12-29 03:44:38,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:38,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-775a8020-53fc-40f3-92ce-bf6b825d4f9e Date: Sat, 29 Dec 2018 03:44:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:44:38,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-775a8020-53fc-40f3-92ce-bf6b825d4f9e 2018-12-29 03:44:38,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:38,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b810b015-27ce-4ea5-9db2-0b0fb2051fcb Date: Sat, 29 Dec 2018 03:44:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:44:38,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-b810b015-27ce-4ea5-9db2-0b0fb2051fcb 2018-12-29 03:44:38,633 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router 2018-12-29 03:44:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router", "admin_state_up": true}}' 2018-12-29 03:44:39,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-f14ee66d-e1de-4d55-9579-ed767f06cb85 Date: Sat, 29 Dec 2018 03:44:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:44:39Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5ce0dab6-0fe1-4b89-8049-cc249f422852", "name": "NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router"}} 2018-12-29 03:44:39,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-f14ee66d-e1de-4d55-9579-ed767f06cb85 2018-12-29 03:44:39,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=5ce0dab6-0fe1-4b89-8049-cc249f422852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-956439d8-ae77-4df3-bfcb-f9a87771f9f3 Date: Sat, 29 Dec 2018 03:44:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.208"}],"id":"1be36923-f0d7-4a6b-8776-6955e690a4ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:55:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5ce0dab6-0fe1-4b89-8049-cc249f422852","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:44:39Z","binding:vnic_type":"normal"}]} 2018-12-29 03:44:40,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=5ce0dab6-0fe1-4b89-8049-cc249f422852 used request id req-956439d8-ae77-4df3-bfcb-f9a87771f9f3 2018-12-29 03:44:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c18183b3-aea8-4df7-bc1c-65b94d77b13d Date: Sat, 29 Dec 2018 03:44:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:44:40,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-c18183b3-aea8-4df7-bc1c-65b94d77b13d 2018-12-29 03:44:40,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f0e0cea-8d78-4b63-a766-3d7bbfde54e8 Date: Sat, 29 Dec 2018 03:44:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:44:39Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5ce0dab6-0fe1-4b89-8049-cc249f422852", "name": "NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router"}]} 2018-12-29 03:44:40,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router used request id req-5f0e0cea-8d78-4b63-a766-3d7bbfde54e8 2018-12-29 03:44:40,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:40,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a67de9c7-bcc6-4f25-9dbf-4b7baa005021 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:40,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-a67de9c7-bcc6-4f25-9dbf-4b7baa005021 2018-12-29 03:44:40,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=5ce0dab6-0fe1-4b89-8049-cc249f422852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c395d00c-4c48-4929-a680-5239fd2a1344 Date: Sat, 29 Dec 2018 03:44:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.208"}],"id":"1be36923-f0d7-4a6b-8776-6955e690a4ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:55:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5ce0dab6-0fe1-4b89-8049-cc249f422852","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:44:39Z","binding:vnic_type":"normal"}]} 2018-12-29 03:44:40,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=5ce0dab6-0fe1-4b89-8049-cc249f422852 used request id req-c395d00c-4c48-4929-a680-5239fd2a1344 2018-12-29 03:44:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:40,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd1ad996-e79a-4d32-b232-e4915f2a21d1 Date: Sat, 29 Dec 2018 03:44:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:44:40,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-bd1ad996-e79a-4d32-b232-e4915f2a21d1 2018-12-29 03:44:40,976 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router 2018-12-29 03:44:40,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/5ce0dab6-0fe1-4b89-8049-cc249f422852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:42,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d177995-fb1b-4def-94dd-6057e6a4b790 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:42,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5ce0dab6-0fe1-4b89-8049-cc249f422852 used request id req-1d177995-fb1b-4def-94dd-6057e6a4b790 2018-12-29 03:44:42,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18a3efa0acd2cada057fb1b8466cb46872339887" 2018-12-29 03:44:42,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b7bf77e-a2a0-469f-a117-aab3a8d757b2 Date: Sat, 29 Dec 2018 03:44:42 GMT RESP BODY: {"routers": []} 2018-12-29 03:44:42,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-718f9256-3b6f-4298-b1b9-ed8aa29c22ae-pub-router used request id req-2b7bf77e-a2a0-469f-a117-aab3a8d757b2 2018-12-29 03:44:42,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:42,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["SNfGcp7FRACO4tD3kdSIJQ"], "issued_at": "2018-12-29T03:44:42.000000Z"}} 2018-12-29 03:44:42,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:42,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14ff21c0-9524-4b58-93b3-5ce59ff3adf1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:42,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14ff21c0-9524-4b58-93b3-5ce59ff3adf1 2018-12-29 03:44:42,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:44:42,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:43,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["MXqWC8T-TZme0MXRAFMJEQ"], "issued_at": "2018-12-29T03:44:43.000000Z"}} 2018-12-29 03:44:43,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a941b6f3c817a556e6e19d520fb939c7b20c06f" 2018-12-29 03:44:43,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36316435-fca5-4c23-8154-01f64c247295 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:43,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-36316435-fca5-4c23-8154-01f64c247295 2018-12-29 03:44:43,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:43,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e2885e5-e752-4b87-a832-7834bc5aac40 Date: Sat, 29 Dec 2018 03:44:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:44:43,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-5e2885e5-e752-4b87-a832-7834bc5aac40 2018-12-29 03:44:43,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:43,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-01d3ecf8-e0b3-4f15-b3c5-a20f66c9b2ca Date: Sat, 29 Dec 2018 03:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:44:43,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-01d3ecf8-e0b3-4f15-b3c5-a20f66c9b2ca 2018-12-29 03:44:43,786 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router 2018-12-29 03:44:43,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router", "admin_state_up": true}}' 2018-12-29 03:44:44,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-4dcd1db0-efed-4192-a4bf-7d74c0d51877 Date: Sat, 29 Dec 2018 03:44:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:44:44Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5d4fa1d9-2d55-48f9-abb9-82f08990a901", "name": "NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router"}} 2018-12-29 03:44:44,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4dcd1db0-efed-4192-a4bf-7d74c0d51877 2018-12-29 03:44:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=5d4fa1d9-2d55-48f9-abb9-82f08990a901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:45,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-175ea7a1-bad5-4aed-b51a-44953a7548c1 Date: Sat, 29 Dec 2018 03:44:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.202"}],"id":"3571fbc5-a230-4d29-b046-68e5d968c146","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:16:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5d4fa1d9-2d55-48f9-abb9-82f08990a901","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:44:44Z","binding:vnic_type":"normal"}]} 2018-12-29 03:44:45,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=5d4fa1d9-2d55-48f9-abb9-82f08990a901 used request id req-175ea7a1-bad5-4aed-b51a-44953a7548c1 2018-12-29 03:44:45,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:45,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-326c086a-065c-45f0-a391-9428ca8fa5f8 Date: Sat, 29 Dec 2018 03:44:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:44:45,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-326c086a-065c-45f0-a391-9428ca8fa5f8 2018-12-29 03:44:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:45,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-18ce468e-253d-4f05-b13c-914b1eb6e077 Date: Sat, 29 Dec 2018 03:44:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:44:44Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5d4fa1d9-2d55-48f9-abb9-82f08990a901", "name": "NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router"}]} 2018-12-29 03:44:45,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router used request id req-18ce468e-253d-4f05-b13c-914b1eb6e077 2018-12-29 03:44:45,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:45,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:45,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:45,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec720d3-2133-43e3-b5dd-1eff55677e2a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:45,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-3ec720d3-2133-43e3-b5dd-1eff55677e2a 2018-12-29 03:44:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=5d4fa1d9-2d55-48f9-abb9-82f08990a901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:45,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1ab96921-ddca-4535-be4d-62d6545477c2 Date: Sat, 29 Dec 2018 03:44:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:44:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.202"}],"id":"3571fbc5-a230-4d29-b046-68e5d968c146","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:16:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5d4fa1d9-2d55-48f9-abb9-82f08990a901","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:44:44Z","binding:vnic_type":"normal"}]} 2018-12-29 03:44:45,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=5d4fa1d9-2d55-48f9-abb9-82f08990a901 used request id req-1ab96921-ddca-4535-be4d-62d6545477c2 2018-12-29 03:44:45,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:46,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-25158766-bdb5-4c8b-b1d3-067273ee2e77 Date: Sat, 29 Dec 2018 03:44:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}} 2018-12-29 03:44:46,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/717222cb-974c-4168-ab1a-356f49eda1dc used request id req-25158766-bdb5-4c8b-b1d3-067273ee2e77 2018-12-29 03:44:46,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:46,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2fa9d0d3-4ae5-465c-8c75-c4fb35846b60 Date: Sat, 29 Dec 2018 03:44:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:44:46,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-2fa9d0d3-4ae5-465c-8c75-c4fb35846b60 2018-12-29 03:44:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:46,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3761c636-5197-4d05-b187-aee9a59c6853 Date: Sat, 29 Dec 2018 03:44:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:44:46,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-3761c636-5197-4d05-b187-aee9a59c6853 2018-12-29 03:44:46,744 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router 2018-12-29 03:44:46,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/5d4fa1d9-2d55-48f9-abb9-82f08990a901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:47,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5befe679-63e3-45ad-918d-7a91ec881a40 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:47,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5d4fa1d9-2d55-48f9-abb9-82f08990a901 used request id req-5befe679-63e3-45ad-918d-7a91ec881a40 2018-12-29 03:44:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e6e5efca1f1a8438942b27437343c26f7558e7" 2018-12-29 03:44:48,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3627e519-3f55-46e5-b89b-08dcac792f06 Date: Sat, 29 Dec 2018 03:44:48 GMT RESP BODY: {"routers": []} 2018-12-29 03:44:48,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0f9747c6-cf0e-41f0-b8e9-3f05ea8000cb-pub-router used request id req-3627e519-3f55-46e5-b89b-08dcac792f06 2018-12-29 03:44:48,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:48,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["7wCSP2wmShqjU6lbycC8ag"], "issued_at": "2018-12-29T03:44:48.000000Z"}} 2018-12-29 03:44:48,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:48,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a24bf5-2bb6-4060-b368-5a264a3c6bb8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:48,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-19a24bf5-2bb6-4060-b368-5a264a3c6bb8 2018-12-29 03:44:48,487 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname 2018-12-29 03:44:48,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname"}}' 2018-12-29 03:44:48,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-29eb2a3f-e85c-4cce-8dab-03503f7e5b15 Date: Sat, 29 Dec 2018 03:44:48 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "updated_at": "2018-12-29T03:44:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "revision_number": 0, "id": "1994a3ee-df92-474d-ab6f-034f62afc68b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "revision_number": 0, "id": "8b3feac6-a3cc-4881-9379-0867287d32d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "name": "NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname"}} 2018-12-29 03:44:48,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-29eb2a3f-e85c-4cce-8dab-03503f7e5b15 2018-12-29 03:44:48,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc86145a-0504-4c33-82eb-27f2ef3c9fcf 2018-12-29 03:44:48,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dc86145a-0504-4c33-82eb-27f2ef3c9fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:49,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb64ca9f-f331-4f24-aa00-fc06e0aadb49 Date: Sat, 29 Dec 2018 03:44:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "1994a3ee-df92-474d-ab6f-034f62afc68b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8b3feac6-a3cc-4881-9379-0867287d32d7"}]} 2018-12-29 03:44:49,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dc86145a-0504-4c33-82eb-27f2ef3c9fcf used request id req-cb64ca9f-f331-4f24-aa00-fc06e0aadb49 2018-12-29 03:44:49,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:49,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-f0666e1e-88ac-4383-a2c8-4491894f418a Date: Sat, 29 Dec 2018 03:44:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "updated_at": "2018-12-29T03:44:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "revision_number": 0, "id": "1994a3ee-df92-474d-ab6f-034f62afc68b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "revision_number": 0, "id": "8b3feac6-a3cc-4881-9379-0867287d32d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "name": "NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname"}]} 2018-12-29 03:44:49,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname used request id req-f0666e1e-88ac-4383-a2c8-4491894f418a 2018-12-29 03:44:49,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc86145a-0504-4c33-82eb-27f2ef3c9fcf 2018-12-29 03:44:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dc86145a-0504-4c33-82eb-27f2ef3c9fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:49,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5158962f-89c7-4b01-af9f-ee68a98607b7 Date: Sat, 29 Dec 2018 03:44:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "1994a3ee-df92-474d-ab6f-034f62afc68b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:48Z", "security_group_id": "dc86145a-0504-4c33-82eb-27f2ef3c9fcf", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:48Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8b3feac6-a3cc-4881-9379-0867287d32d7"}]} 2018-12-29 03:44:49,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=dc86145a-0504-4c33-82eb-27f2ef3c9fcf used request id req-5158962f-89c7-4b01-af9f-ee68a98607b7 2018-12-29 03:44:49,462 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname 2018-12-29 03:44:49,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/dc86145a-0504-4c33-82eb-27f2ef3c9fcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:49,828 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9258cb05-7d04-4bed-b985-ca57814241aa Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:49,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/dc86145a-0504-4c33-82eb-27f2ef3c9fcf used request id req-9258cb05-7d04-4bed-b985-ca57814241aa 2018-12-29 03:44:49,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b73d45df229a6de615fe6e82d7d5b24ff83e7" 2018-12-29 03:44:49,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-59852aa4-e357-47fa-a2d6-7594ac0f148d Date: Sat, 29 Dec 2018 03:44:49 GMT RESP BODY: {"security_groups": []} 2018-12-29 03:44:49,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-95569dfc-71b0-4668-a7d2-aba0faaf67bfname used request id req-59852aa4-e357-47fa-a2d6-7594ac0f148d 2018-12-29 03:44:49,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:50,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NWMODkEjQSeZ4DRrryND0A"], "issued_at": "2018-12-29T03:44:50.000000Z"}} 2018-12-29 03:44:50,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13900adfde77fc905aa111c4840b9203f84a9f72" 2018-12-29 03:44:50,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15cbb5aa-2ae6-4bcd-8f05-dd8fad9cc135 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:50,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15cbb5aa-2ae6-4bcd-8f05-dd8fad9cc135 2018-12-29 03:44:50,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:50,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["E1MMIa83SM-aTxdFS2zaQA"], "issued_at": "2018-12-29T03:44:50.000000Z"}} 2018-12-29 03:44:50,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" 2018-12-29 03:44:50,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b7152f5-513d-4186-809c-3d3ad8ccd51e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:50,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0b7152f5-513d-4186-809c-3d3ad8ccd51e 2018-12-29 03:44:50,820 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name 2018-12-29 03:44:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name", "description": "hello group"}}' 2018-12-29 03:44:51,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ccb1aa35-27da-4eba-836d-93439b276660 Date: Sat, 29 Dec 2018 03:44:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "updated_at": "2018-12-29T03:44:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "revision_number": 0, "id": "7a57d35a-534a-4efa-97ff-1ad57dda4f3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "revision_number": 0, "id": "9b6b7c02-8ae0-42a4-97ab-a337af5fe5bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "54777a3e-0338-4aed-9647-62da81293340", "name": "NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name"}} 2018-12-29 03:44:51,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-ccb1aa35-27da-4eba-836d-93439b276660 2018-12-29 03:44:51,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54777a3e-0338-4aed-9647-62da81293340 2018-12-29 03:44:51,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=54777a3e-0338-4aed-9647-62da81293340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" 2018-12-29 03:44:51,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8493c852-4ab5-4a16-b0a9-deaa4b687a7f Date: Sat, 29 Dec 2018 03:44:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "7a57d35a-534a-4efa-97ff-1ad57dda4f3d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9b6b7c02-8ae0-42a4-97ab-a337af5fe5bf"}]} 2018-12-29 03:44:51,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=54777a3e-0338-4aed-9647-62da81293340 used request id req-8493c852-4ab5-4a16-b0a9-deaa4b687a7f 2018-12-29 03:44:51,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" 2018-12-29 03:44:51,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-1fb3778c-cde5-48a1-adf7-f5d3137b49b0 Date: Sat, 29 Dec 2018 03:44:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "updated_at": "2018-12-29T03:44:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "revision_number": 0, "id": "9b6b7c02-8ae0-42a4-97ab-a337af5fe5bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "revision_number": 0, "id": "7a57d35a-534a-4efa-97ff-1ad57dda4f3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "54777a3e-0338-4aed-9647-62da81293340", "name": "NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name"}]} 2018-12-29 03:44:51,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name&description=hello+group used request id req-1fb3778c-cde5-48a1-adf7-f5d3137b49b0 2018-12-29 03:44:51,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54777a3e-0338-4aed-9647-62da81293340 2018-12-29 03:44:51,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=54777a3e-0338-4aed-9647-62da81293340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" 2018-12-29 03:44:51,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4642446d-4da5-474a-8917-b98b43c10518 Date: Sat, 29 Dec 2018 03:44:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "7a57d35a-534a-4efa-97ff-1ad57dda4f3d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:51Z", "security_group_id": "54777a3e-0338-4aed-9647-62da81293340", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:51Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9b6b7c02-8ae0-42a4-97ab-a337af5fe5bf"}]} 2018-12-29 03:44:51,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=54777a3e-0338-4aed-9647-62da81293340 used request id req-4642446d-4da5-474a-8917-b98b43c10518 2018-12-29 03:44:51,966 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8742eaef-390f-4faa-af31-5f8a72716867name 2018-12-29 03:44:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/54777a3e-0338-4aed-9647-62da81293340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ddd2fe888fb9044a95b423ec35f450396e1ee3" 2018-12-29 03:44:52,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a629c52-04a5-402b-9d9f-b48ac78c77c6 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:52,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/54777a3e-0338-4aed-9647-62da81293340 used request id req-2a629c52-04a5-402b-9d9f-b48ac78c77c6 2018-12-29 03:44:52,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:52,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["KBXXkPK_TceNvCLbif2kOg"], "issued_at": "2018-12-29T03:44:52.000000Z"}} 2018-12-29 03:44:52,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:52,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d893050a-b6b2-46c4-94e0-05ab4a571e38 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:52,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d893050a-b6b2-46c4-94e0-05ab4a571e38 2018-12-29 03:44:52,784 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name 2018-12-29 03:44:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name", "description": "hello group"}}' 2018-12-29 03:44:53,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-86f9f822-5a8f-4ef7-bd39-992f40c527a9 Date: Sat, 29 Dec 2018 03:44:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "updated_at": "2018-12-29T03:44:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "95a456b7-a52b-4cba-87e6-6f762840b40c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "f709c4e3-0083-4035-b727-3d6f63110a01", "name": "NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name"}} 2018-12-29 03:44:53,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-86f9f822-5a8f-4ef7-bd39-992f40c527a9 2018-12-29 03:44:53,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-49bbde8e-3dc6-46c7-8f56-433bcf1e1f16 Date: Sat, 29 Dec 2018 03:44:53 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}]} 2018-12-29 03:44:53,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-49bbde8e-3dc6-46c7-8f56-433bcf1e1f16 2018-12-29 03:44:53,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:53,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-caa23b7a-b2e5-4dde-858b-b6e539735915 Date: Sat, 29 Dec 2018 03:44:53 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}]} 2018-12-29 03:44:53,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-caa23b7a-b2e5-4dde-858b-b6e539735915 2018-12-29 03:44:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa79acdb-e313-4da0-bd6e-8d6a70bf8b9a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:53,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa79acdb-e313-4da0-bd6e-8d6a70bf8b9a 2018-12-29 03:44:53,632 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name 2018-12-29 03:44:53,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-0584f14a-d7e5-4898-861e-0c7b2c8ad07c Date: Sat, 29 Dec 2018 03:44:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "updated_at": "2018-12-29T03:44:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "95a456b7-a52b-4cba-87e6-6f762840b40c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "f709c4e3-0083-4035-b727-3d6f63110a01", "name": "NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name"}]} 2018-12-29 03:44:53,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name used request id req-0584f14a-d7e5-4898-861e-0c7b2c8ad07c 2018-12-29 03:44:53,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:44:53,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:44: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:44:53,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca02ff6-5962-43a3-aa53-68e96a530c34 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:44:53,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-dca02ff6-5962-43a3-aa53-68e96a530c34 2018-12-29 03:44:53,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:53,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:53,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03f648a8-251b-4a96-b718-6e986d6d3435 Date: Sat, 29 Dec 2018 03:44:53 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}]} 2018-12-29 03:44:53,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-03f648a8-251b-4a96-b718-6e986d6d3435 2018-12-29 03:44:53,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}147a5057214dd417b45c07b099a9d287e75aef56" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01"}}' 2018-12-29 03:44:54,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-387091c7-d549-4efc-bba7-3ead82e3a55a Date: Sat, 29 Dec 2018 03:44:54 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-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:54Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff"}} 2018-12-29 03:44:54,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-387091c7-d549-4efc-bba7-3ead82e3a55a 2018-12-29 03:44:54,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:54,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-be1ad090-ac96-4062-8a5e-62b363206eda Date: Sat, 29 Dec 2018 03:44:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "updated_at": "2018-12-29T03:44:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "95a456b7-a52b-4cba-87e6-6f762840b40c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:54Z", "revision_number": 0, "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 3, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "f709c4e3-0083-4035-b727-3d6f63110a01", "name": "NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name"}]} 2018-12-29 03:44:54,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name&description=hello+group used request id req-be1ad090-ac96-4062-8a5e-62b363206eda 2018-12-29 03:44:54,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:54,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:54,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ab443e88-7b2a-4e48-8f66-007a8e46ab63 Date: Sat, 29 Dec 2018 03:44:54 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:54Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff"}]} 2018-12-29 03:44:54,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-ab443e88-7b2a-4e48-8f66-007a8e46ab63 2018-12-29 03:44:54,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:54,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:54,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ac4b1fca-61b3-4446-b393-3daf1345c822 Date: Sat, 29 Dec 2018 03:44:54 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:54Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff"}]} 2018-12-29 03:44:54,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-ac4b1fca-61b3-4446-b393-3daf1345c822 2018-12-29 03:44:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:54,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-c161b082-c7e5-49e4-b29b-ed7aea4f3585 Date: Sat, 29 Dec 2018 03:44:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "updated_at": "2018-12-29T03:44:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:54Z", "revision_number": 0, "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "revision_number": 0, "id": "95a456b7-a52b-4cba-87e6-6f762840b40c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 3, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "f709c4e3-0083-4035-b727-3d6f63110a01", "name": "NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name"}]} 2018-12-29 03:44:54,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name&description=hello+group used request id req-c161b082-c7e5-49e4-b29b-ed7aea4f3585 2018-12-29 03:44:54,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f709c4e3-0083-4035-b727-3d6f63110a01 2018-12-29 03:44:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:54,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-a4887afd-30d3-42a0-ac59-0a03bc044740 Date: Sat, 29 Dec 2018 03:44:54 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-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "95a456b7-a52b-4cba-87e6-6f762840b40c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:53Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:53Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "9f0dbcc6-7ce7-4595-8b3c-a031ff783987"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:54Z", "security_group_id": "f709c4e3-0083-4035-b727-3d6f63110a01", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:54Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "b8181de2-1f3e-448c-afc0-a4e31555c0ff"}]} 2018-12-29 03:44:54,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-a4887afd-30d3-42a0-ac59-0a03bc044740 2018-12-29 03:44:54,965 - neutron_utils - INFO - Deleting security group rule with ID - 95a456b7-a52b-4cba-87e6-6f762840b40c 2018-12-29 03:44:54,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/95a456b7-a52b-4cba-87e6-6f762840b40c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:55,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a32c3b0e-bdfb-485e-8dce-bf421a27f1ee Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:55,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/95a456b7-a52b-4cba-87e6-6f762840b40c used request id req-a32c3b0e-bdfb-485e-8dce-bf421a27f1ee 2018-12-29 03:44:55,225 - neutron_utils - INFO - Deleting security group rule with ID - 9f0dbcc6-7ce7-4595-8b3c-a031ff783987 2018-12-29 03:44:55,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9f0dbcc6-7ce7-4595-8b3c-a031ff783987 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:55,332 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49072733-a5d6-42d9-9282-682448a9d363 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:55,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9f0dbcc6-7ce7-4595-8b3c-a031ff783987 used request id req-49072733-a5d6-42d9-9282-682448a9d363 2018-12-29 03:44:55,332 - neutron_utils - INFO - Deleting security group rule with ID - b8181de2-1f3e-448c-afc0-a4e31555c0ff 2018-12-29 03:44:55,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b8181de2-1f3e-448c-afc0-a4e31555c0ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:55,441 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c39da2ad-7094-4282-b95b-c4b3bd690aec Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:55,441 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b8181de2-1f3e-448c-afc0-a4e31555c0ff used request id req-c39da2ad-7094-4282-b95b-c4b3bd690aec 2018-12-29 03:44:55,441 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a80e6e44-89dd-46d1-aaf7-4f7662b7fb58name 2018-12-29 03:44:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f709c4e3-0083-4035-b727-3d6f63110a01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}147a5057214dd417b45c07b099a9d287e75aef56" 2018-12-29 03:44:55,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19692b3e-56bb-4c29-be56-4d6ac5361510 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:55,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f709c4e3-0083-4035-b727-3d6f63110a01 used request id req-19692b3e-56bb-4c29-be56-4d6ac5361510 2018-12-29 03:44:55,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:56,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["K8KngD1DQQCmRvluZ-DLFQ"], "issued_at": "2018-12-29T03:44:56.000000Z"}} 2018-12-29 03:44:56,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:56,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74c4d63-7c3e-45ee-8d6b-7c7e65b1ba47 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:56,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e74c4d63-7c3e-45ee-8d6b-7c7e65b1ba47 2018-12-29 03:44:56,178 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-1 2018-12-29 03:44:56,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-1", "description": "hello group"}}' 2018-12-29 03:44:56,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-516972a8-3460-4795-b936-95fa8380939f Date: Sat, 29 Dec 2018 03:44:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "updated_at": "2018-12-29T03:44:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "revision_number": 0, "id": "2993001b-d9b6-4b84-bddb-e81c98171d0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "revision_number": 0, "id": "c5d643b9-04b2-405a-8c42-81d8ff6890f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-1"}} 2018-12-29 03:44:56,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-516972a8-3460-4795-b936-95fa8380939f 2018-12-29 03:44:56,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55ad514b-32ec-4ea2-aeeb-849b34f127a1 2018-12-29 03:44:56,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:56,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23db57e5-ba04-40e8-b4a1-15fd0c683a5c Date: Sat, 29 Dec 2018 03:44:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "2993001b-d9b6-4b84-bddb-e81c98171d0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "c5d643b9-04b2-405a-8c42-81d8ff6890f9"}]} 2018-12-29 03:44:56,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 used request id req-23db57e5-ba04-40e8-b4a1-15fd0c683a5c 2018-12-29 03:44:56,761 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-2 2018-12-29 03:44:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-2", "description": "hello group"}}' 2018-12-29 03:44:57,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-470b76c2-12a8-46c9-8739-dfb5a7c0d779 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "updated_at": "2018-12-29T03:44:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "revision_number": 0, "id": "a8e37e7e-0356-4e6c-91a5-566efd2cc6a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "revision_number": 0, "id": "d13b5bb2-5b71-491f-8325-44fc65e3760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-2"}} 2018-12-29 03:44:57,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-470b76c2-12a8-46c9-8739-dfb5a7c0d779 2018-12-29 03:44:57,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c9f928e-953f-4ca9-b841-4541741fc3a4 2018-12-29 03:44:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5c9f928e-953f-4ca9-b841-4541741fc3a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:57,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-954d1f70-c28e-45b0-a733-65f7dacc1f14 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "a8e37e7e-0356-4e6c-91a5-566efd2cc6a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "d13b5bb2-5b71-491f-8325-44fc65e3760c"}]} 2018-12-29 03:44:57,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5c9f928e-953f-4ca9-b841-4541741fc3a4 used request id req-954d1f70-c28e-45b0-a733-65f7dacc1f14 2018-12-29 03:44:57,390 - neutron_utils - INFO - Retrieving security group with ID - 55ad514b-32ec-4ea2-aeeb-849b34f127a1 2018-12-29 03:44:57,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:57,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-31a1e57e-6ab1-4fb6-8169-99f2346867d4 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "updated_at": "2018-12-29T03:44:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "revision_number": 0, "id": "2993001b-d9b6-4b84-bddb-e81c98171d0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "revision_number": 0, "id": "c5d643b9-04b2-405a-8c42-81d8ff6890f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-1"}]} 2018-12-29 03:44:57,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 used request id req-31a1e57e-6ab1-4fb6-8169-99f2346867d4 2018-12-29 03:44:57,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55ad514b-32ec-4ea2-aeeb-849b34f127a1 2018-12-29 03:44:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:57,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8050fec-56cc-4ee3-971b-e928acfd1189 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "2993001b-d9b6-4b84-bddb-e81c98171d0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:56Z", "security_group_id": "55ad514b-32ec-4ea2-aeeb-849b34f127a1", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:56Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "c5d643b9-04b2-405a-8c42-81d8ff6890f9"}]} 2018-12-29 03:44:57,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=55ad514b-32ec-4ea2-aeeb-849b34f127a1 used request id req-f8050fec-56cc-4ee3-971b-e928acfd1189 2018-12-29 03:44:57,787 - neutron_utils - INFO - Retrieving security group with ID - 5c9f928e-953f-4ca9-b841-4541741fc3a4 2018-12-29 03:44:57,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5c9f928e-953f-4ca9-b841-4541741fc3a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:57,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-cbacf514-94c0-4eb6-807c-ac2062ea9f46 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "updated_at": "2018-12-29T03:44:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "revision_number": 0, "id": "a8e37e7e-0356-4e6c-91a5-566efd2cc6a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "revision_number": 0, "id": "d13b5bb2-5b71-491f-8325-44fc65e3760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 2, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "name": "NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-2"}]} 2018-12-29 03:44:57,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5c9f928e-953f-4ca9-b841-4541741fc3a4 used request id req-cbacf514-94c0-4eb6-807c-ac2062ea9f46 2018-12-29 03:44:57,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c9f928e-953f-4ca9-b841-4541741fc3a4 2018-12-29 03:44:57,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5c9f928e-953f-4ca9-b841-4541741fc3a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1631d74-ca4f-4a18-8b4f-02b2dc53f6c2 Date: Sat, 29 Dec 2018 03:44:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "a8e37e7e-0356-4e6c-91a5-566efd2cc6a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:44:57Z", "security_group_id": "5c9f928e-953f-4ca9-b841-4541741fc3a4", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:44:57Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "d13b5bb2-5b71-491f-8325-44fc65e3760c"}]} 2018-12-29 03:44:57,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5c9f928e-953f-4ca9-b841-4541741fc3a4 used request id req-e1631d74-ca4f-4a18-8b4f-02b2dc53f6c2 2018-12-29 03:44:57,881 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-1 2018-12-29 03:44:57,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/55ad514b-32ec-4ea2-aeeb-849b34f127a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:58,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b51363e-6f61-43ba-852d-cec73112d9a1 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:58,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/55ad514b-32ec-4ea2-aeeb-849b34f127a1 used request id req-0b51363e-6f61-43ba-852d-cec73112d9a1 2018-12-29 03:44:58,057 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-95fd2b7f-f4f7-44b1-82e6-1c7de4691ac4name-2 2018-12-29 03:44:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5c9f928e-953f-4ca9-b841-4541741fc3a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae0e6c9f3832d766b4e330bc947b1d6ffd70ffc" 2018-12-29 03:44:58,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab55bc24-da8a-462e-ba83-d9b1556bc538 Content-Length: 0 Date: Sat, 29 Dec 2018 03:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:44:58,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5c9f928e-953f-4ca9-b841-4541741fc3a4 used request id req-ab55bc24-da8a-462e-ba83-d9b1556bc538 2018-12-29 03:44:58,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:44:58,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["0RQ6VuhERmOeRTI2gMwiMA"], "issued_at": "2018-12-29T03:44:58.000000Z"}} 2018-12-29 03:44:58,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:44:58,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0861df-0dfd-4598-b1a7-e24f62487410 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:44:58,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fd0861df-0dfd-4598-b1a7-e24f62487410 2018-12-29 03:44:58,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:44:58,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ccf1dddf-8aea-42d2-844a-54e4240f863d Date: Sat, 29 Dec 2018 03:44:58 GMT RESP BODY: {"floatingips": []} 2018-12-29 03:44:58,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-ccf1dddf-8aea-42d2-844a-54e4240f863d 2018-12-29 03:44:58,863 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 03:44:58,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:44:59,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-02d01e77-330d-4b34-8196-d6854aa21fd6 Date: Sat, 29 Dec 2018 03:44:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:44:59,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-02d01e77-330d-4b34-8196-d6854aa21fd6 2018-12-29 03:44:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:44:59,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a44566c2-0f20-47cc-a5b8-cdfc6922e50e Date: Sat, 29 Dec 2018 03:44:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:44:59,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-a44566c2-0f20-47cc-a5b8-cdfc6922e50e 2018-12-29 03:44:59,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" -d '{"floatingip": {"floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}' 2018-12-29 03:45:00,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-2a10bfc1-7d9e-4e7d-a749-961bab9b0519 Date: Sat, 29 Dec 2018 03:45:00 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T03:45:00Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "f10a934b-c087-4c34-b04d-8d994f243c80", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:45:00Z", "project_id": "74f504fcfb7d402d8417edc4f4429463"}} 2018-12-29 03:45:00,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-2a10bfc1-7d9e-4e7d-a749-961bab9b0519 2018-12-29 03:45:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:45:00,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-17718c4b-b0af-4fcf-be37-5cf2acf7c06e Date: Sat, 29 Dec 2018 03:45:00 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T03:45:00Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "f10a934b-c087-4c34-b04d-8d994f243c80", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:45:00Z", "project_id": "74f504fcfb7d402d8417edc4f4429463"}]} 2018-12-29 03:45:00,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-17718c4b-b0af-4fcf-be37-5cf2acf7c06e 2018-12-29 03:45:00,782 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-12-29 03:45:00,783 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-12-29 03:45:00,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips?ip=f10a934b-c087-4c34-b04d-8d994f243c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:45:00,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-5dbc803b-f0a8-4d23-b3c5-584eebee370a Date: Sat, 29 Dec 2018 03:45:00 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T03:45:00Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "f10a934b-c087-4c34-b04d-8d994f243c80", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:45:00Z", "project_id": "74f504fcfb7d402d8417edc4f4429463"}]} 2018-12-29 03:45:00,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips?ip=f10a934b-c087-4c34-b04d-8d994f243c80 used request id req-5dbc803b-f0a8-4d23-b3c5-584eebee370a 2018-12-29 03:45:00,958 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-12-29 03:45:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/f10a934b-c087-4c34-b04d-8d994f243c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385f59b047ee83c0550a24581352765a023add10" 2018-12-29 03:45:01,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa4476bc-12b2-4cb9-bc10-f4acbfb133ca Content-Length: 0 Date: Sat, 29 Dec 2018 03:45:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:45:01,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/f10a934b-c087-4c34-b04d-8d994f243c80 used request id req-fa4476bc-12b2-4cb9-bc10-f4acbfb133ca 2018-12-29 03:45:01,554 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:01,837 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 2018-12-29 03:45:01,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:02,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["gYZJcK_GRoSwdkAzOTUL5A"], "issued_at": "2018-12-29T03:45:02.000000Z"}} 2018-12-29 03:45:02,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f2205b79dc1ce3806c2273609f56eebd5c2e22" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsJZwzG4w9wi/Og4s+U3XYvuxwU1iaWtl3P/aur6UdPvSO7ZS7otyYdMgzgo/UfB9CpZUFG7vXCQ5sHKeOD/SqECs0hcLQvlOoJkLk4HcmsUxZiGdFkkuIymrr+LjxbTDuuiHSvHJEn4kwdBn+d3mcqquZmGugsEUP9+uYIdC6cjo9Dn7D9VGvNfCF+P7tdcYlU1XwaSYWDhFGFPL/JP37zMknvAJuQqqkz1TNXS/kKkDxmG6E/FY+k6S3FiOtRpZoLAKb1JNuoxG/uL8duOiMuBN6V4dMwPS5XZVxut9K7cKmsrW0cTBKneReGrj9Rir5FayIg/mi3j1j524cGsaB", "name": "NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23"}}' 2018-12-29 03:45:02,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c983eb1f-87c6-4968-a318-aa3a1d769907 x-compute-request-id: req-c983eb1f-87c6-4968-a318-aa3a1d769907 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsJZwzG4w9wi/Og4s+U3XYvuxwU1iaWtl3P/aur6UdPvSO7ZS7otyYdMgzgo/UfB9CpZUFG7vXCQ5sHKeOD/SqECs0hcLQvlOoJkLk4HcmsUxZiGdFkkuIymrr+LjxbTDuuiHSvHJEn4kwdBn+d3mcqquZmGugsEUP9+uYIdC6cjo9Dn7D9VGvNfCF+P7tdcYlU1XwaSYWDhFGFPL/JP37zMknvAJuQqqkz1TNXS/kKkDxmG6E/FY+k6S3FiOtRpZoLAKb1JNuoxG/uL8duOiMuBN6V4dMwPS5XZVxut9K7cKmsrW0cTBKneReGrj9Rir5FayIg/mi3j1j524cGsaB", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23", "fingerprint": "6d:27:75:06:eb:03:8e:bb:02:0d:67:c6:fa:34:f8:9d"}} 2018-12-29 03:45:02,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-c983eb1f-87c6-4968-a318-aa3a1d769907 2018-12-29 03:45:02,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f2205b79dc1ce3806c2273609f56eebd5c2e22" 2018-12-29 03:45:02,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2fee5b4-3375-4c64-93af-b555c781c10a x-compute-request-id: req-e2fee5b4-3375-4c64-93af-b555c781c10a Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsJZwzG4w9wi/Og4s+U3XYvuxwU1iaWtl3P/aur6UdPvSO7ZS7otyYdMgzgo/UfB9CpZUFG7vXCQ5sHKeOD/SqECs0hcLQvlOoJkLk4HcmsUxZiGdFkkuIymrr+LjxbTDuuiHSvHJEn4kwdBn+d3mcqquZmGugsEUP9+uYIdC6cjo9Dn7D9VGvNfCF+P7tdcYlU1XwaSYWDhFGFPL/JP37zMknvAJuQqqkz1TNXS/kKkDxmG6E/FY+k6S3FiOtRpZoLAKb1JNuoxG/uL8duOiMuBN6V4dMwPS5XZVxut9K7cKmsrW0cTBKneReGrj9Rir5FayIg/mi3j1j524cGsaB", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23", "deleted": false, "created_at": "2018-12-29T03:45:02.000000", "updated_at": null, "fingerprint": "6d:27:75:06:eb:03:8e:bb:02:0d:67:c6:fa:34:f8:9d", "deleted_at": null, "id": 3}} 2018-12-29 03:45:02,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 used request id req-e2fee5b4-3375-4c64-93af-b555c781c10a 2018-12-29 03:45:02,856 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 2018-12-29 03:45:02,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f2205b79dc1ce3806c2273609f56eebd5c2e22" 2018-12-29 03:45:03,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d17d899a-9461-4e0a-bcf1-bff2a2a11f9c x-compute-request-id: req-d17d899a-9461-4e0a-bcf1-bff2a2a11f9c Content-Length: 0 Content-Type: application/json 2018-12-29 03:45:03,014 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 used request id req-d17d899a-9461-4e0a-bcf1-bff2a2a11f9c 2018-12-29 03:45:03,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f2205b79dc1ce3806c2273609f56eebd5c2e22" 2018-12-29 03:45:03,153 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-899bbc3e-337f-4bde-a019-756557eaf0f2 x-compute-request-id: req-899bbc3e-337f-4bde-a019-756557eaf0f2 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 not found for user 6160ac97ef76405fb772acc3c4d9bfcd", "code": 404}} 2018-12-29 03:45:03,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 used request id req-899bbc3e-337f-4bde-a019-756557eaf0f2 2018-12-29 03:45:03,153 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 2018-12-29 03:45:03,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f2205b79dc1ce3806c2273609f56eebd5c2e22" 2018-12-29 03:45:03,348 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d1345cab-e474-4ee6-9555-5c1c44ab847d x-compute-request-id: req-d1345cab-e474-4ee6-9555-5c1c44ab847d Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 not found for user 6160ac97ef76405fb772acc3c4d9bfcd", "code": 404}} 2018-12-29 03:45:03,348 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8d69a5ee-cdb9-468e-9f14-4424fc5f5d23 used request id req-d1345cab-e474-4ee6-9555-5c1c44ab847d 2018-12-29 03:45:03,349 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:03,551 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee.pub 2018-12-29 03:45:03,563 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee 2018-12-29 03:45:03,563 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee.pub 2018-12-29 03:45:03,563 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee 2018-12-29 03:45:03,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:03,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["p2fAD12ZQke38LnMZBMR_g"], "issued_at": "2018-12-29T03:45:03.000000Z"}} 2018-12-29 03:45:03,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1546c9ac6c0bc07338f480bc469874b0b039d512" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWMxbZIqjG7VtGBEvkt1isnxChhTyyLE5SCuUUvP+WtUBVSF+nYdM7aSDRy+ovh4tACwFUchPpTZSNsIvwYS6pv42NN8jiC4tnfRVqWaRmIWAltsX9k0mmXPC9wDqJCLhhu46IlW23Opvq+KvftyWH3HV5MRIFzK2qwPUmAy4TWY33uG7wcESrCGkTeOzEkBLXCtWXj1sfEU7RPvi+fK7qb31VdwGuRCA6vOvX91JIqPxncs4PnwtLgrPLKIru2M5M4k2lQzMdn0ZybCRFJ8GVBnsON10YQwgRyucEWOZMEIPYs3wDuSer8HAUD+WKu0NJuAuf4t0+CIKyNXpa4UjF", "name": "NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee"}}' 2018-12-29 03:45:04,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64908c11-ce04-4a9e-bdf0-dc3b19f1afd8 x-compute-request-id: req-64908c11-ce04-4a9e-bdf0-dc3b19f1afd8 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWMxbZIqjG7VtGBEvkt1isnxChhTyyLE5SCuUUvP+WtUBVSF+nYdM7aSDRy+ovh4tACwFUchPpTZSNsIvwYS6pv42NN8jiC4tnfRVqWaRmIWAltsX9k0mmXPC9wDqJCLhhu46IlW23Opvq+KvftyWH3HV5MRIFzK2qwPUmAy4TWY33uG7wcESrCGkTeOzEkBLXCtWXj1sfEU7RPvi+fK7qb31VdwGuRCA6vOvX91JIqPxncs4PnwtLgrPLKIru2M5M4k2lQzMdn0ZybCRFJ8GVBnsON10YQwgRyucEWOZMEIPYs3wDuSer8HAUD+WKu0NJuAuf4t0+CIKyNXpa4UjF", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee", "fingerprint": "5e:7b:8f:a5:44:e9:6e:12:75:80:e7:63:f2:bf:ca:f9"}} 2018-12-29 03:45:04,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-64908c11-ce04-4a9e-bdf0-dc3b19f1afd8 2018-12-29 03:45:04,620 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee 2018-12-29 03:45:04,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1546c9ac6c0bc07338f480bc469874b0b039d512" 2018-12-29 03:45:04,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45: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-d2c5cd3a-0256-4ed4-bf6a-3b53e9e2f9ce x-compute-request-id: req-d2c5cd3a-0256-4ed4-bf6a-3b53e9e2f9ce Content-Length: 0 Content-Type: application/json 2018-12-29 03:45:04,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9a537f4d-fa59-4985-a43a-3a93a2f4c5ee used request id req-d2c5cd3a-0256-4ed4-bf6a-3b53e9e2f9ce 2018-12-29 03:45:04,788 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:04,901 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 2018-12-29 03:45:04,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:05,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["g6H7kjiaTTOS2zZCUIgv5w"], "issued_at": "2018-12-29T03:45:05.000000Z"}} 2018-12-29 03:45:05,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a15fc6e6d45ee19767d2d2c2f5c980d318239d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRnUI7YQzOQqWDh3BSSACgt7+i7e6oJm1vSI5W8zJss77kpAnLnMxVx4CHSlqZajXeaxn3iAbUr13ahpU3cHqnfGjyIW2yq85GCAM/yj3KeJCxqKa5wh9Lpxil4zvb6i74PSuMECEHyeou+1SedSpmnYtFtQzGWG+vREpmSb0Dt2Mhn8ejrUczXJCiFZkt/YFn8j98yxyB9qD/d7bXOJkSv4V+g2RcmSiAGCUlx62WXamsmnelt6D2z0UhMV+HlXZkebcsC9NWD8tdrwhTAkzH65x6IZg2nDfLXYr4nmQdQI+TDB2wi0irqLpHuRudpP3HMct7I0ebimBOnJQhpjc3", "name": "NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31"}}' 2018-12-29 03:45:05,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06dbacd9-a645-4347-a605-0450dffed975 x-compute-request-id: req-06dbacd9-a645-4347-a605-0450dffed975 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRnUI7YQzOQqWDh3BSSACgt7+i7e6oJm1vSI5W8zJss77kpAnLnMxVx4CHSlqZajXeaxn3iAbUr13ahpU3cHqnfGjyIW2yq85GCAM/yj3KeJCxqKa5wh9Lpxil4zvb6i74PSuMECEHyeou+1SedSpmnYtFtQzGWG+vREpmSb0Dt2Mhn8ejrUczXJCiFZkt/YFn8j98yxyB9qD/d7bXOJkSv4V+g2RcmSiAGCUlx62WXamsmnelt6D2z0UhMV+HlXZkebcsC9NWD8tdrwhTAkzH65x6IZg2nDfLXYr4nmQdQI+TDB2wi0irqLpHuRudpP3HMct7I0ebimBOnJQhpjc3", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31", "fingerprint": "10:16:04:7d:2e:76:f4:f4:9e:f5:42:6b:0b:e2:17:0f"}} 2018-12-29 03:45:05,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-06dbacd9-a645-4347-a605-0450dffed975 2018-12-29 03:45:05,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a15fc6e6d45ee19767d2d2c2f5c980d318239d" 2018-12-29 03:45:05,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8822c786-1f27-49a1-9351-e23ba77e796c x-compute-request-id: req-8822c786-1f27-49a1-9351-e23ba77e796c Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRnUI7YQzOQqWDh3BSSACgt7+i7e6oJm1vSI5W8zJss77kpAnLnMxVx4CHSlqZajXeaxn3iAbUr13ahpU3cHqnfGjyIW2yq85GCAM/yj3KeJCxqKa5wh9Lpxil4zvb6i74PSuMECEHyeou+1SedSpmnYtFtQzGWG+vREpmSb0Dt2Mhn8ejrUczXJCiFZkt/YFn8j98yxyB9qD/d7bXOJkSv4V+g2RcmSiAGCUlx62WXamsmnelt6D2z0UhMV+HlXZkebcsC9NWD8tdrwhTAkzH65x6IZg2nDfLXYr4nmQdQI+TDB2wi0irqLpHuRudpP3HMct7I0ebimBOnJQhpjc3", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31", "deleted": false, "created_at": "2018-12-29T03:45:05.000000", "updated_at": null, "fingerprint": "10:16:04:7d:2e:76:f4:f4:9e:f5:42:6b:0b:e2:17:0f", "deleted_at": null, "id": 9}} 2018-12-29 03:45:05,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 used request id req-8822c786-1f27-49a1-9351-e23ba77e796c 2018-12-29 03:45:05,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a15fc6e6d45ee19767d2d2c2f5c980d318239d" 2018-12-29 03:45:05,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdd74e52-7d93-47fb-b001-8e2df0d7060f x-compute-request-id: req-bdd74e52-7d93-47fb-b001-8e2df0d7060f Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRnUI7YQzOQqWDh3BSSACgt7+i7e6oJm1vSI5W8zJss77kpAnLnMxVx4CHSlqZajXeaxn3iAbUr13ahpU3cHqnfGjyIW2yq85GCAM/yj3KeJCxqKa5wh9Lpxil4zvb6i74PSuMECEHyeou+1SedSpmnYtFtQzGWG+vREpmSb0Dt2Mhn8ejrUczXJCiFZkt/YFn8j98yxyB9qD/d7bXOJkSv4V+g2RcmSiAGCUlx62WXamsmnelt6D2z0UhMV+HlXZkebcsC9NWD8tdrwhTAkzH65x6IZg2nDfLXYr4nmQdQI+TDB2wi0irqLpHuRudpP3HMct7I0ebimBOnJQhpjc3", "name": "NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31", "fingerprint": "10:16:04:7d:2e:76:f4:f4:9e:f5:42:6b:0b:e2:17:0f"}}]} 2018-12-29 03:45:05,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-bdd74e52-7d93-47fb-b001-8e2df0d7060f 2018-12-29 03:45:05,692 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 2018-12-29 03:45:05,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a15fc6e6d45ee19767d2d2c2f5c980d318239d" 2018-12-29 03:45:05,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-120f9611-03ae-4922-9b78-019fb0fa6a8a x-compute-request-id: req-120f9611-03ae-4922-9b78-019fb0fa6a8a Content-Length: 0 Content-Type: application/json 2018-12-29 03:45:05,745 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e674d31-6492-42b8-8a0f-90c26736cd31 used request id req-120f9611-03ae-4922-9b78-019fb0fa6a8a 2018-12-29 03:45:05,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:05,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:06,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["OGHKEQDZRDagBoJnDPWM2Q"], "issued_at": "2018-12-29T03:45:06.000000Z"}} 2018-12-29 03:45:06,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88268d49db759546a4c385e0ca2008ba2d6592c1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id", "swap": 2}}' 2018-12-29 03:45:06,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3436073-b4f5-4df0-ab87-bb4cd861b690 x-compute-request-id: req-e3436073-b4f5-4df0-ab87-bb4cd861b690 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id", "name": "NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-29 03:45:06,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e3436073-b4f5-4df0-ab87-bb4cd861b690 2018-12-29 03:45:06,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88268d49db759546a4c385e0ca2008ba2d6592c1" 2018-12-29 03:45:06,443 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7cfe84d7-ef79-496a-b285-7b1d6001ffad x-compute-request-id: req-7cfe84d7-ef79-496a-b285-7b1d6001ffad Content-Length: 0 Content-Type: application/json 2018-12-29 03:45:06,444 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id used request id req-7cfe84d7-ef79-496a-b285-7b1d6001ffad 2018-12-29 03:45:06,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88268d49db759546a4c385e0ca2008ba2d6592c1" 2018-12-29 03:45:06,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ed87c8c-acb0-4709-aeaa-027a43cd7901 x-compute-request-id: req-9ed87c8c-acb0-4709-aeaa-027a43cd7901 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:45:06,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9ed87c8c-acb0-4709-aeaa-027a43cd7901 2018-12-29 03:45:06,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88268d49db759546a4c385e0ca2008ba2d6592c1" 2018-12-29 03:45:06,714 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8590f09-6312-4f5c-92f2-2d57c1e595b8 x-compute-request-id: req-a8590f09-6312-4f5c-92f2-2d57c1e595b8 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id could not be found.", "code": 404}} 2018-12-29 03:45:06,715 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-ef25fa38-9b76-4130-83ef-eba0bea7332e-id used request id req-a8590f09-6312-4f5c-92f2-2d57c1e595b8 2018-12-29 03:45:06,716 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:06,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:07,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["tSoYUZCmR5eYkweARZ1uCg"], "issued_at": "2018-12-29T03:45:07.000000Z"}} 2018-12-29 03:45:07,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c959de792c164b7417c74bab189f494147d3b726" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id", "swap": 2}}' 2018-12-29 03:45:07,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1575279-20b5-4d2e-9f49-ac9a22da7b38 x-compute-request-id: req-a1575279-20b5-4d2e-9f49-ac9a22da7b38 Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id", "name": "NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-12-29 03:45:07,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a1575279-20b5-4d2e-9f49-ac9a22da7b38 2018-12-29 03:45:07,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c959de792c164b7417c74bab189f494147d3b726" 2018-12-29 03:45:07,842 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea4dc09e-40d8-42c4-9481-df3b381b21ad x-compute-request-id: req-ea4dc09e-40d8-42c4-9481-df3b381b21ad Content-Length: 0 Content-Type: application/json 2018-12-29 03:45:07,842 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-43c0cc93-9cef-4337-8378-eac8733c23e5-id used request id req-ea4dc09e-40d8-42c4-9481-df3b381b21ad 2018-12-29 03:45:07,843 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:07,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:08,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["eXmIv9iuREO9FjfllB7d7g"], "issued_at": "2018-12-29T03:45:08.000000Z"}} 2018-12-29 03:45:08,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:08,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd38c2c-e374-4119-9b79-872411aee7e5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:45:08,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2bd38c2c-e374-4119-9b79-872411aee7e5 2018-12-29 03:45:08,309 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:45:08,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:45:08,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:08,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["x7thmepfSTaLBGrjVqN8UQ"], "issued_at": "2018-12-29T03:45:08.000000Z"}} 2018-12-29 03:45:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:08,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e49933-f1a3-4076-8ab3-0abfa87f25d2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:45:08,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-74e49933-f1a3-4076-8ab3-0abfa87f25d2 2018-12-29 03:45:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:09,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-a71914ab-3b26-4b53-bec4-7591eaa9c95a Date: Sat, 29 Dec 2018 03:45:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image"} 2018-12-29 03:45:09,331 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image used request id req-a71914ab-3b26-4b53-bec4-7591eaa9c95a 2018-12-29 03:45:09,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:09,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5139f4d3-ff40-434a-9c36-dc1cb9627a3e Date: Sat, 29 Dec 2018 03:45: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-12-29 03:45:09,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5139f4d3-ff40-434a-9c36-dc1cb9627a3e 2018-12-29 03:45:09,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image"}' 2018-12-29 03:45:10,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 X-Openstack-Request-Id: req-f54882a7-2cdb-4c7c-90b8-7d48ef94dc8c Date: Sat, 29 Dec 2018 03:45:10 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:45:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:45:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03", "min_disk": 0, "protected": false, "id": "04406414-9614-499d-a71f-af9d67c71a03", "file": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:45:10,660 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f54882a7-2cdb-4c7c-90b8-7d48ef94dc8c 2018-12-29 03:45:10,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" -d '' 2018-12-29 03:45:12,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fedfae2-dd0a-479f-82cd-bb433f26c1e8 Date: Sat, 29 Dec 2018 03:45:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:45:12,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file used request id req-1fedfae2-dd0a-479f-82cd-bb433f26c1e8 2018-12-29 03:45:12,467 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:45:12,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:13,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-c2d6aa9c-21ad-4378-861e-d0b0fe4bd809 Date: Sat, 29 Dec 2018 03:45:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:45:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "metadata": {}}], "self": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03", "min_disk": 0, "protected": false, "id": "04406414-9614-499d-a71f-af9d67c71a03", "file": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:45:13,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 used request id req-c2d6aa9c-21ad-4378-861e-d0b0fe4bd809 2018-12-29 03:45:13,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:13,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2f3b2d1b-4730-48d8-9919-c9c1939c4bc8 Date: Sat, 29 Dec 2018 03:45: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-12-29 03:45:13,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2f3b2d1b-4730-48d8-9919-c9c1939c4bc8 2018-12-29 03:45:13,686 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image 2018-12-29 03:45:13,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:45:14,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-af72decd-ce1c-461b-8c02-ac22eac052c2 Date: Sat, 29 Dec 2018 03:45:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:45:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "metadata": {}}], "self": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03", "min_disk": 0, "protected": false, "id": "04406414-9614-499d-a71f-af9d67c71a03", "file": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:45:14,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 used request id req-af72decd-ce1c-461b-8c02-ac22eac052c2 2018-12-29 03:45:14,340 - create_image - DEBUG - Instance status is - active 2018-12-29 03:45:14,340 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image 2018-12-29 03:45:14,340 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image 2018-12-29 03:45:14,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:45:14,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:14,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["N0OV5SItSU6GSEc55ICz9g"], "issued_at": "2018-12-29T03:45:14.000000Z"}} 2018-12-29 03:45:14,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:14,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb67e0c-37b3-4502-ba4a-e5f30bc3cc74 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:45:14,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5bb67e0c-37b3-4502-ba4a-e5f30bc3cc74 2018-12-29 03:45:14,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:14,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-591d05b4-b313-4b94-8a1e-95f0813c5dd0 Date: Sat, 29 Dec 2018 03:45:14 GMT RESP BODY: {"networks":[]} 2018-12-29 03:45:14,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net used request id req-591d05b4-b313-4b94-8a1e-95f0813c5dd0 2018-12-29 03:45:14,991 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net 2018-12-29 03:45:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" -d '{"network": {"name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net", "admin_state_up": true}}' 2018-12-29 03:45:15,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a011d86f-1aa8-4a90-a3a5-2041429fcd81 Date: Sat, 29 Dec 2018 03:45: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":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","is_default":false,"provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","mtu":1450}} 2018-12-29 03:45:15,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a011d86f-1aa8-4a90-a3a5-2041429fcd81 2018-12-29 03:45:15,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:15,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-362330dc-1b2b-4589-844a-4461ae1052b2 Date: Sat, 29 Dec 2018 03:45:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:45:15,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-362330dc-1b2b-4589-844a-4461ae1052b2 2018-12-29 03:45:15,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:15,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-71553679-d82b-4394-bcbf-39f0e4502142 Date: Sat, 29 Dec 2018 03:45:15 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:45:15,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-71553679-d82b-4394-bcbf-39f0e4502142 2018-12-29 03:45:15,790 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet 2018-12-29 03:45:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" -d '{"subnets": [{"ip_version": 4, "network_id": "5c58d49c-cda6-4f69-bbbd-fcedf396bce1", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]}' 2018-12-29 03:45:16,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a08ebb9a-d24c-4836-9080-2abfe532c76c Date: Sat, 29 Dec 2018 03:45:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:45:16,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-a08ebb9a-d24c-4836-9080-2abfe532c76c 2018-12-29 03:45:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:16,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-906a98b8-f4cd-4148-8f10-85fc6eb17d96 Date: Sat, 29 Dec 2018 03:45:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["144a16db-9494-4cc1-91df-a06f7baacbd1"],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:45:16,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-906a98b8-f4cd-4148-8f10-85fc6eb17d96 2018-12-29 03:45:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:45:16,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-29e05f6b-f763-46a6-9c94-474fca04c552 Date: Sat, 29 Dec 2018 03:45:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:45:16,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-29e05f6b-f763-46a6-9c94-474fca04c552 2018-12-29 03:45:16,725 - OpenStackNetwork - DEBUG - Network [5c58d49c-cda6-4f69-bbbd-fcedf396bce1] created successfully 2018-12-29 03:45:16,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:45:16,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:17,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["uM20b7X_QzerYTQgbUzvSg"], "issued_at": "2018-12-29T03:45:17.000000Z"}} 2018-12-29 03:45:17,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68b646fe523e50fbc948b2a49e50c2c8780a7ef6" 2018-12-29 03:45:17,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a05d1d-1b84-4730-837e-11f38c4e3be4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:45:17,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4a05d1d-1b84-4730-837e-11f38c4e3be4 2018-12-29 03:45:17,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:45:17,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68b646fe523e50fbc948b2a49e50c2c8780a7ef6" 2018-12-29 03:45:17,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5137565-3ea8-4ed9-85b2-0650aaf6046f x-compute-request-id: req-c5137565-3ea8-4ed9-85b2-0650aaf6046f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:45:17,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c5137565-3ea8-4ed9-85b2-0650aaf6046f 2018-12-29 03:45:17,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68b646fe523e50fbc948b2a49e50c2c8780a7ef6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-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-12-29 03:45:17,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d7dee00-7da8-424d-8eef-1b97883fc53f x-compute-request-id: req-4d7dee00-7da8-424d-8eef-1b97883fc53f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5cc70efe-7b04-4c34-b262-0402567383fa", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:45:17,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4d7dee00-7da8-424d-8eef-1b97883fc53f 2018-12-29 03:45:17,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:45:18,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:45:18,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:45:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["O916KLUoQd2YqqHwD48CCQ"], "issued_at": "2018-12-29T03:45:18.000000Z"}} 2018-12-29 03:45:18,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4e6942686d727e595536eaef139b7ac7dbe04d5" 2018-12-29 03:45:18,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3156bc34-a5b5-4a79-8e82-c6895c9c1893 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:45:18,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3156bc34-a5b5-4a79-8e82-c6895c9c1893 2018-12-29 03:45:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:18,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f7b3011f-5c46-42cd-bb85-f1b488b94525 Date: Sat, 29 Dec 2018 03:45:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["144a16db-9494-4cc1-91df-a06f7baacbd1"],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:45:18,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net used request id req-f7b3011f-5c46-42cd-bb85-f1b488b94525 2018-12-29 03:45:18,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:18,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-56cf9045-9ac4-4810-b2f9-e365d83aae34 Date: Sat, 29 Dec 2018 03:45:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:45:18,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-56cf9045-9ac4-4810-b2f9-e365d83aae34 2018-12-29 03:45:18,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:19,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d32cac4f-e05a-49db-b884-77ccbee7d3d8 Date: Sat, 29 Dec 2018 03:45:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["144a16db-9494-4cc1-91df-a06f7baacbd1"],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:45:19,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net used request id req-d32cac4f-e05a-49db-b884-77ccbee7d3d8 2018-12-29 03:45:19,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:45:19,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:45: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:45:19,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4e6942686d727e595536eaef139b7ac7dbe04d5" 2018-12-29 03:45:19,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49050c52-6eae-4df0-ad27-6d943f036548 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:45:19,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-49050c52-6eae-4df0-ad27-6d943f036548 2018-12-29 03:45:19,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:19,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-98a5b26c-eb1d-4759-a637-310209a0b4cb Date: Sat, 29 Dec 2018 03:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:45:19,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-98a5b26c-eb1d-4759-a637-310209a0b4cb 2018-12-29 03:45:19,499 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net 2018-12-29 03:45:19,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" -d '{"port": {"network_id": "5c58d49c-cda6-4f69-bbbd-fcedf396bce1", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port", "admin_state_up": true}}' 2018-12-29 03:45:20,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-ec96c0f2-5205-413c-9893-f633e19fb1a1 Date: Sat, 29 Dec 2018 03:45:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:45:19Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.6"}],"id":"053a9faa-6cd2-4e1f-b5e6-7d585147faa7","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:b1:88","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:19Z","binding:vnic_type":"normal"}} 2018-12-29 03:45:20,420 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-ec96c0f2-5205-413c-9893-f633e19fb1a1 2018-12-29 03:45:20,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:20,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f1239c0f-ac53-4b15-8237-c93706af8fe0 Date: Sat, 29 Dec 2018 03:45:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["144a16db-9494-4cc1-91df-a06f7baacbd1"],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:45:20,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net used request id req-f1239c0f-ac53-4b15-8237-c93706af8fe0 2018-12-29 03:45:20,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:45:20,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:45:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:45:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:20,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6821dd-af31-4839-8bdf-8fd1631595fc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:45:20,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-0b6821dd-af31-4839-8bdf-8fd1631595fc 2018-12-29 03:45:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:20,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-518229f1-16be-4b7f-a138-cb74c44d884e Date: Sat, 29 Dec 2018 03:45:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:45:20,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-518229f1-16be-4b7f-a138-cb74c44d884e 2018-12-29 03:45:20,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:21,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-b7d30465-1972-49cd-84b4-e1d2615faafc Date: Sat, 29 Dec 2018 03:45:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:45:19Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.6"}],"id":"053a9faa-6cd2-4e1f-b5e6-7d585147faa7","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:b1:88","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:19Z","binding:vnic_type":"normal"}]} 2018-12-29 03:45:21,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port&admin_state_up=True used request id req-b7d30465-1972-49cd-84b4-e1d2615faafc 2018-12-29 03:45:21,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:21,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd9b20a-2e7a-43ee-a5a0-d28dd318e321 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:45:21,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-1dd9b20a-2e7a-43ee-a5a0-d28dd318e321 2018-12-29 03:45:21,279 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst 2018-12-29 03:45:21,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:21,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6767c0bf-6fbc-4ba3-9dfe-aa3b2618c461 x-compute-request-id: req-6767c0bf-6fbc-4ba3-9dfe-aa3b2618c461 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-flavor-name"}]} 2018-12-29 03:45:21,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6767c0bf-6fbc-4ba3-9dfe-aa3b2618c461 2018-12-29 03:45:21,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:22,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3b80736-66df-474c-86b1-368831022b03 x-compute-request-id: req-e3b80736-66df-474c-86b1-368831022b03 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5cc70efe-7b04-4c34-b262-0402567383fa", "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:45:22,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa used request id req-e3b80736-66df-474c-86b1-368831022b03 2018-12-29 03:45:22,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:22,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-c2c84dd3-9077-4957-90c8-3fc0eddf72cd Date: Sat, 29 Dec 2018 03:45:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:45:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:45:12Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "metadata": {}}], "self": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03", "min_disk": 0, "protected": false, "id": "04406414-9614-499d-a71f-af9d67c71a03", "file": "/v2/images/04406414-9614-499d-a71f-af9d67c71a03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/04406414-9614-499d-a71f-af9d67c71a03/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image"} 2018-12-29 03:45:22,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image used request id req-c2c84dd3-9077-4957-90c8-3fc0eddf72cd 2018-12-29 03:45:22,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:23,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9362784-185c-4de8-9952-c54c0bdc38a6 Date: Sat, 29 Dec 2018 03:45: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-12-29 03:45:23,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e9362784-185c-4de8-9952-c54c0bdc38a6 2018-12-29 03:45:23,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" -d '{"server": {"name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "imageRef": "04406414-9614-499d-a71f-af9d67c71a03", "flavorRef": "5cc70efe-7b04-4c34-b262-0402567383fa", "max_count": 1, "min_count": 1, "networks": [{"port": "053a9faa-6cd2-4e1f-b5e6-7d585147faa7"}]}}' 2018-12-29 03:45:26,362 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:45:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9a85fcd-7770-4a01-930f-0de1ba3d2266 x-compute-request-id: req-c9a85fcd-7770-4a01-930f-0de1ba3d2266 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "adminPass": "gn8MxLkVXSA2"}} 2018-12-29 03:45:26,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c9a85fcd-7770-4a01-930f-0de1ba3d2266 2018-12-29 03:45:26,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:27,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfe82e06-0082-4202-b8be-f5d8d70c5406 x-compute-request-id: req-bfe82e06-0082-4202-b8be-f5d8d70c5406 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:45:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:27,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-bfe82e06-0082-4202-b8be-f5d8d70c5406 2018-12-29 03:45:27,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:27,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8f5ef69-df6e-4160-965b-16fcb1053419 x-compute-request-id: req-a8f5ef69-df6e-4160-965b-16fcb1053419 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:45:27Z", "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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:27,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-a8f5ef69-df6e-4160-965b-16fcb1053419 2018-12-29 03:45:30,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:31,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-beef549c-7f59-4919-bfb1-5ddf63ece287 x-compute-request-id: req-beef549c-7f59-4919-bfb1-5ddf63ece287 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:31,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-beef549c-7f59-4919-bfb1-5ddf63ece287 2018-12-29 03:45:34,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:34,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64573c36-0d3c-4673-8201-064bc7270e70 x-compute-request-id: req-64573c36-0d3c-4673-8201-064bc7270e70 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:34,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-64573c36-0d3c-4673-8201-064bc7270e70 2018-12-29 03:45:38,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:38,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45: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-a8030206-18ea-40e8-965f-33631881eb3a x-compute-request-id: req-a8030206-18ea-40e8-965f-33631881eb3a Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:38,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-a8030206-18ea-40e8-965f-33631881eb3a 2018-12-29 03:45:41,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:42,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-944e28dc-1f78-46d5-a4cf-ed26c0758237 x-compute-request-id: req-944e28dc-1f78-46d5-a4cf-ed26c0758237 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:42,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-944e28dc-1f78-46d5-a4cf-ed26c0758237 2018-12-29 03:45:45,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:45,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4160a79d-50b8-458a-84c5-dad782417874 x-compute-request-id: req-4160a79d-50b8-458a-84c5-dad782417874 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:45,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-4160a79d-50b8-458a-84c5-dad782417874 2018-12-29 03:45:48,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:49,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45: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-25db6ab5-86a3-43f0-8bbb-4c1c1f17d305 x-compute-request-id: req-25db6ab5-86a3-43f0-8bbb-4c1c1f17d305 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:49,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-25db6ab5-86a3-43f0-8bbb-4c1c1f17d305 2018-12-29 03:45:52,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:53,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57be965c-6768-4624-9e28-b1a90c7075a1 x-compute-request-id: req-57be965c-6768-4624-9e28-b1a90c7075a1 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:53,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-57be965c-6768-4624-9e28-b1a90c7075a1 2018-12-29 03:45:56,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:45:56,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ff1080e-de6a-4f79-b11f-b1f2e168d029 x-compute-request-id: req-6ff1080e-de6a-4f79-b11f-b1f2e168d029 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:45:56,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-6ff1080e-de6a-4f79-b11f-b1f2e168d029 2018-12-29 03:45:59,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:00,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:45:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d8a15fa-1236-416f-aae9-be1cd332e8fa x-compute-request-id: req-6d8a15fa-1236-416f-aae9-be1cd332e8fa Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:59Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:00,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-6d8a15fa-1236-416f-aae9-be1cd332e8fa 2018-12-29 03:46:03,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:03,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78a83312-24b2-4fbd-bcba-d3b462639c1c x-compute-request-id: req-78a83312-24b2-4fbd-bcba-d3b462639c1c Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:b1:88", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:59Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:03,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-78a83312-24b2-4fbd-bcba-d3b462639c1c 2018-12-29 03:46:06,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:07,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1c8d5d4-c91e-41f9-ac6a-4c70d25c1138 x-compute-request-id: req-f1c8d5d4-c91e-41f9-ac6a-4c70d25c1138 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:b1:88", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:45:59Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:07,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-f1c8d5d4-c91e-41f9-ac6a-4c70d25c1138 2018-12-29 03:46:10,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:11,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed0cbe51-8289-45cc-b77e-9b7b20580172 x-compute-request-id: req-ed0cbe51-8289-45cc-b77e-9b7b20580172 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:b1:88", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-12-29T03:46:06.000000", "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:07Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:11,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-ed0cbe51-8289-45cc-b77e-9b7b20580172 2018-12-29 03:46:11,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:11,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-ff615b96-4a65-4cc6-b29c-b31ea206eae7 x-compute-request-id: req-ff615b96-4a65-4cc6-b29c-b31ea206eae7 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:b1:88", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23", "rel": "bookmark"}], "image": {"id": "04406414-9614-499d-a71f-af9d67c71a03", "links": [{"href": "http://172.30.9.30:8774/images/04406414-9614-499d-a71f-af9d67c71a03", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-12-29T03:46:06.000000", "flavor": {"id": "5cc70efe-7b04-4c34-b262-0402567383fa", "links": [{"href": "http://172.30.9.30:8774/flavors/5cc70efe-7b04-4c34-b262-0402567383fa", "rel": "bookmark"}]}, "id": "a4ff879d-6803-4e92-945f-0e3a68cc9c23", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:07Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e371c939-591d-48bf-b641-007244393190-vm_inst", "created": "2018-12-29T03:45:26Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:11,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-ff615b96-4a65-4cc6-b29c-b31ea206eae7 2018-12-29 03:46:11,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0381ad5f-5b09-4789-b15f-cc4015892885 Date: Sat, 29 Dec 2018 03:46:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["144a16db-9494-4cc1-91df-a06f7baacbd1"],"description":"","tags":[],"updated_at":"2018-12-29T03:45:15Z","provider:segmentation_id":76,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:12,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net used request id req-0381ad5f-5b09-4789-b15f-cc4015892885 2018-12-29 03:46:12,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75341586-7a80-4086-9879-e951d77a77ee Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:12,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-75341586-7a80-4086-9879-e951d77a77ee 2018-12-29 03:46:12,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-aa80c109-3bd1-4a7c-938a-68fa69920ea9 Date: Sat, 29 Dec 2018 03:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:15Z","dns_nameservers":[],"updated_at":"2018-12-29T03:45:15Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"144a16db-9494-4cc1-91df-a06f7baacbd1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet"}]} 2018-12-29 03:46:12,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-aa80c109-3bd1-4a7c-938a-68fa69920ea9 2018-12-29 03:46:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-25da1760-0874-4267-b91d-14331722e39c Date: Sat, 29 Dec 2018 03:46:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.6"}],"id":"053a9faa-6cd2-4e1f-b5e6-7d585147faa7","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:b1:88","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a4ff879d-6803-4e92-945f-0e3a68cc9c23","name":"NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:45:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.4"}],"id":"1a858d75-bb88-4adc-b337-fc99e0d015b7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d0:c5","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c58d49c-cda6-4f69-bbbd-fcedf396bce1","name":"","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:45:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.3"}],"id":"9e545570-d270-4d31-aa76-a2580e3c0d06","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:59:db","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c58d49c-cda6-4f69-bbbd-fcedf396bce1","name":"","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:45:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"144a16db-9494-4cc1-91df-a06f7baacbd1","ip_address":"10.55.0.2"}],"id":"a5bde2eb-2701-4469-b56b-36cfb536167b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:03:ae","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c58d49c-cda6-4f69-bbbd-fcedf396bce1","name":"","admin_state_up":true,"network_id":"5c58d49c-cda6-4f69-bbbd-fcedf396bce1","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:45:16Z","binding:vnic_type":"normal"}]} 2018-12-29 03:46:12,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-25da1760-0874-4267-b91d-14331722e39c 2018-12-29 03:46:12,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,452 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:46: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-d0ff6112-4a84-42ea-a0c5-c9bd36f5cc73 x-compute-request-id: req-d0ff6112-4a84-42ea-a0c5-c9bd36f5cc73 Content-Type: application/json 2018-12-29 03:46:12,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a4ff879d-6803-4e92-945f-0e3a68cc9c23 used request id req-d0ff6112-4a84-42ea-a0c5-c9bd36f5cc73 2018-12-29 03:46:12,452 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-port 2018-12-29 03:46:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/053a9faa-6cd2-4e1f-b5e6-7d585147faa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0bf0ef8ffd0395c725619908705acd087399f3c" 2018-12-29 03:46:12,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2451b7ae-f837-4da7-915d-662fc43a0fb8 Date: Sat, 29 Dec 2018 03:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:46:12,972 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/053a9faa-6cd2-4e1f-b5e6-7d585147faa7 used request id req-2451b7ae-f837-4da7-915d-662fc43a0fb8 2018-12-29 03:46:12,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68b646fe523e50fbc948b2a49e50c2c8780a7ef6" 2018-12-29 03:46:13,029 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:46: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-e5a97341-64ba-405c-af44-c12bcd5916f8 x-compute-request-id: req-e5a97341-64ba-405c-af44-c12bcd5916f8 Content-Length: 0 Content-Type: application/json 2018-12-29 03:46:13,029 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5cc70efe-7b04-4c34-b262-0402567383fa used request id req-e5a97341-64ba-405c-af44-c12bcd5916f8 2018-12-29 03:46:13,030 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet 2018-12-29 03:46:13,030 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-subnet 2018-12-29 03:46:13,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/144a16db-9494-4cc1-91df-a06f7baacbd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:46:15,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d461943-c644-42b3-8090-85236f2cd6cb Date: Sat, 29 Dec 2018 03:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:46:15,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/144a16db-9494-4cc1-91df-a06f7baacbd1 used request id req-4d461943-c644-42b3-8090-85236f2cd6cb 2018-12-29 03:46:15,845 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-net 2018-12-29 03:46:15,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5c58d49c-cda6-4f69-bbbd-fcedf396bce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7bbf6f504e6fb79a65c9d39b7b836a47aee138" 2018-12-29 03:46:17,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de76a453-b236-4ae6-9db1-33385c406303 Date: Sat, 29 Dec 2018 03:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:46:17,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5c58d49c-cda6-4f69-bbbd-fcedf396bce1 used request id req-de76a453-b236-4ae6-9db1-33385c406303 2018-12-29 03:46:17,767 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-e371c939-591d-48bf-b641-007244393190-image 2018-12-29 03:46:17,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bf5d4ed040350af928286d93cf0630e8611cfd5" 2018-12-29 03:46:19,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99d18aac-95d3-4f99-9c2c-e7b3d97901ed Date: Sat, 29 Dec 2018 03:46:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:46:19,608 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/04406414-9614-499d-a71f-af9d67c71a03 used request id req-99d18aac-95d3-4f99-9c2c-e7b3d97901ed 2018-12-29 03:46:19,609 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:46:19,612 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:46:19,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:19,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:20,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["xXRbWVWaQUuwHuXw8oKz4Q"], "issued_at": "2018-12-29T03:46:20.000000Z"}} 2018-12-29 03:46:20,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:20,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91dfbfbe-218f-494e-89e9-61414f69f747 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:20,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-91dfbfbe-218f-494e-89e9-61414f69f747 2018-12-29 03:46:20,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:20,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-4d974138-7059-4b84-b454-003fc0a3434b Date: Sat, 29 Dec 2018 03:46:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image"} 2018-12-29 03:46:20,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image used request id req-4d974138-7059-4b84-b454-003fc0a3434b 2018-12-29 03:46:20,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:20,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e2fe329-7062-409f-9933-0469e62a6b10 Date: Sat, 29 Dec 2018 03:46: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-12-29 03:46:20,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1e2fe329-7062-409f-9933-0469e62a6b10 2018-12-29 03:46:20,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image"}' 2018-12-29 03:46:20,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 X-Openstack-Request-Id: req-f55856f1-f26b-4f1c-a39f-da84c41219de Date: Sat, 29 Dec 2018 03:46:20 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:46:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:46:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "min_disk": 0, "protected": false, "id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "file": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:46:20,651 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f55856f1-f26b-4f1c-a39f-da84c41219de 2018-12-29 03:46:20,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" -d '' 2018-12-29 03:46:21,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-18a744f2-f785-4ed3-b9ac-d38175919476 Date: Sat, 29 Dec 2018 03:46:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:46:21,795 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file used request id req-18a744f2-f785-4ed3-b9ac-d38175919476 2018-12-29 03:46:21,796 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:46:21,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:21,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-d67dda4b-bd7e-4e1b-9393-2bdcd16002f6 Date: Sat, 29 Dec 2018 03:46:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:46:21Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "metadata": {}}], "self": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "min_disk": 0, "protected": false, "id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "file": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:46:21,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 used request id req-d67dda4b-bd7e-4e1b-9393-2bdcd16002f6 2018-12-29 03:46:21,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:22,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9a9a5e40-ea5c-4748-a4af-b91b651ec7c8 Date: Sat, 29 Dec 2018 03:46:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:46:22,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9a9a5e40-ea5c-4748-a4af-b91b651ec7c8 2018-12-29 03:46:22,115 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image 2018-12-29 03:46:22,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:46:22,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-00001b1c-17c1-4cf0-a68a-ecdebd942f05 Date: Sat, 29 Dec 2018 03:46:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:46:21Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "metadata": {}}], "self": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "min_disk": 0, "protected": false, "id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "file": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:46:22,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 used request id req-00001b1c-17c1-4cf0-a68a-ecdebd942f05 2018-12-29 03:46:22,736 - create_image - DEBUG - Instance status is - active 2018-12-29 03:46:22,736 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image 2018-12-29 03:46:22,737 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image 2018-12-29 03:46:22,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:22,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:23,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["bLhienbFTL6rwIxY5uKUBg"], "issued_at": "2018-12-29T03:46:23.000000Z"}} 2018-12-29 03:46:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:23,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f3fc07-d21f-4cda-835a-604540ee2dfd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:23,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-05f3fc07-d21f-4cda-835a-604540ee2dfd 2018-12-29 03:46:23,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:23,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1071bef5-b4ae-4f87-a35d-b2aeaf150757 Date: Sat, 29 Dec 2018 03:46:23 GMT RESP BODY: {"networks":[]} 2018-12-29 03:46:23,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-1071bef5-b4ae-4f87-a35d-b2aeaf150757 2018-12-29 03:46:23,390 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net 2018-12-29 03:46:23,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net", "admin_state_up": true}}' 2018-12-29 03:46:23,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e4c87841-7f9c-4abc-9798-4325d63b970a Date: Sat, 29 Dec 2018 03:46: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":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:46:23Z","is_default":false,"provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","mtu":1450}} 2018-12-29 03:46:23,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e4c87841-7f9c-4abc-9798-4325d63b970a 2018-12-29 03:46:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:24,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-253a4114-6f82-4d8f-8e7e-225a7c805c3a Date: Sat, 29 Dec 2018 03:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:46:23Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:24,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-253a4114-6f82-4d8f-8e7e-225a7c805c3a 2018-12-29 03:46:24,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:24,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9b249b7c-3e8f-4fd1-82c0-fc1513f9e39c Date: Sat, 29 Dec 2018 03:46:24 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:46:24,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-9b249b7c-3e8f-4fd1-82c0-fc1513f9e39c 2018-12-29 03:46:24,216 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet 2018-12-29 03:46:24,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" -d '{"subnets": [{"ip_version": 4, "network_id": "aa6efd58-b18e-47ea-9491-f9a66a0064dd", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]}' 2018-12-29 03:46:24,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e16af61-e141-4110-819d-eebe1e380a47 Date: Sat, 29 Dec 2018 03:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:24,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4e16af61-e141-4110-819d-eebe1e380a47 2018-12-29 03:46:24,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:24,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-55a50bd0-ad1d-40e1-b9be-be1fbddac02c Date: Sat, 29 Dec 2018 03:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:24,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-55a50bd0-ad1d-40e1-b9be-be1fbddac02c 2018-12-29 03:46:24,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:46:25,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78b21ebe-ffaa-430b-8e2d-44b8318ac424 Date: Sat, 29 Dec 2018 03:46:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:25,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-78b21ebe-ffaa-430b-8e2d-44b8318ac424 2018-12-29 03:46:25,061 - OpenStackNetwork - DEBUG - Network [aa6efd58-b18e-47ea-9491-f9a66a0064dd] created successfully 2018-12-29 03:46:25,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:25,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:25,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["rUfzIbdFThmQtt2OLx4-qg"], "issued_at": "2018-12-29T03:46:25.000000Z"}} 2018-12-29 03:46:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f372deabf9da8b4e01f3707f112d0af8e25786" 2018-12-29 03:46:25,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4fe7ab9-6d4b-4635-ace5-f226d84a8781 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:25,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4fe7ab9-6d4b-4635-ace5-f226d84a8781 2018-12-29 03:46:25,529 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:46:25,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f372deabf9da8b4e01f3707f112d0af8e25786" 2018-12-29 03:46:25,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9661f53e-5668-43b6-a407-4a75c4906d76 x-compute-request-id: req-9661f53e-5668-43b6-a407-4a75c4906d76 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:46:25,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9661f53e-5668-43b6-a407-4a75c4906d76 2018-12-29 03:46:25,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f372deabf9da8b4e01f3707f112d0af8e25786" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-29 03:46:25,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e523404-f1a3-4cfc-94d6-a173f564e3b8 x-compute-request-id: req-1e523404-f1a3-4cfc-94d6-a173f564e3b8 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e73abf19-b31c-4c8e-a616-780f76d25381", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:46:25,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1e523404-f1a3-4cfc-94d6-a173f564e3b8 2018-12-29 03:46:25,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:25,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:26,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["IU-VwiJVQsmyBSpO29BT4Q"], "issued_at": "2018-12-29T03:46:26.000000Z"}} 2018-12-29 03:46:26,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:46:26,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4efd22d-b937-46e1-84a1-1d65b4904f2a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:26,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f4efd22d-b937-46e1-84a1-1d65b4904f2a 2018-12-29 03:46:26,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:46:27,161 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:26 GMT Server: Apache x-compute-request-id: req-30a9fc22-2dcb-4519-84de-be815aeed598 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-30a9fc22-2dcb-4519-84de-be815aeed598 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-29 03:46:27,161 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-30a9fc22-2dcb-4519-84de-be815aeed598 2018-12-29 03:46:27,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722", "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-12-29 03:46:28,199 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:46:27 GMT Server: Apache x-compute-request-id: req-d100cef0-c3e7-4016-9d5f-6cc3d995f103 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d100cef0-c3e7-4016-9d5f-6cc3d995f103 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-29T03:46:28.078722", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1}} 2018-12-29 03:46:28,199 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes used request id req-d100cef0-c3e7-4016-9d5f-6cc3d995f103 2018-12-29 03:46:28,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:46:28,958 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:28 GMT Server: Apache x-compute-request-id: req-e419370b-e04b-4452-b87f-f16cdcd4b919 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e419370b-e04b-4452-b87f-f16cdcd4b919 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:46:28.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:46:28,959 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-e419370b-e04b-4452-b87f-f16cdcd4b919 2018-12-29 03:46:28,959 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:46:28,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:46:29,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:28 GMT Server: Apache x-compute-request-id: req-0275bea1-e132-4751-9bc1-e971f1a5b882 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0275bea1-e132-4751-9bc1-e971f1a5b882 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:46:28.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:46:29,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-0275bea1-e132-4751-9bc1-e971f1a5b882 2018-12-29 03:46:29,736 - create_volume - DEBUG - Instance status is - creating 2018-12-29 03:46:29,736 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-29 03:46:32,740 - create_volume - DEBUG - Volume status query timeout in 296.219774961 2018-12-29 03:46:32,742 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:46:32,800 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:32 GMT Server: Apache x-compute-request-id: req-9891e5fc-308f-4984-be1a-0014340e33c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9891e5fc-308f-4984-be1a-0014340e33c9 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:46:30.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:46:32,801 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-9891e5fc-308f-4984-be1a-0014340e33c9 2018-12-29 03:46:32,801 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:46:32,801 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:46:32,801 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:46:32,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:32,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:33,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["hZp7BYr8TReW2TXinPkFHQ"], "issued_at": "2018-12-29T03:46:33.000000Z"}} 2018-12-29 03:46:33,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:33,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37051c8e-2e5e-4e9c-a101-9f73e4c26c8c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:33,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-37051c8e-2e5e-4e9c-a101-9f73e4c26c8c 2018-12-29 03:46:33,281 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:46:33,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:33,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39dba8db-fd91-49a0-a368-ee092c626d42 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:33,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-39dba8db-fd91-49a0-a368-ee092c626d42 2018-12-29 03:46:33,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:33,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-33e624d7-fa2a-4d9b-a93c-c7e937ef1eac Date: Sat, 29 Dec 2018 03:46:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:33,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-33e624d7-fa2a-4d9b-a93c-c7e937ef1eac 2018-12-29 03:46:33,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:46:33,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:46:33,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:33,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606e8f4a-346e-4823-9768-ccc4d10190d7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:33,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-606e8f4a-346e-4823-9768-ccc4d10190d7 2018-12-29 03:46:33,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:33,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-720e2fd3-34db-437c-badd-cd56b6f538de Date: Sat, 29 Dec 2018 03:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:33,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-720e2fd3-34db-437c-badd-cd56b6f538de 2018-12-29 03:46:33,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b43e2d6a-dda8-4972-afe0-196997822da4 Date: Sat, 29 Dec 2018 03:46:34 GMT RESP BODY: {"ports":[]} 2018-12-29 03:46:34,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True used request id req-b43e2d6a-dda8-4972-afe0-196997822da4 2018-12-29 03:46:34,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-1e724e37-3bf1-459b-ad4b-6c6129f8c5a4 x-compute-request-id: req-1e724e37-3bf1-459b-ad4b-6c6129f8c5a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 03:46:34,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst used request id req-1e724e37-3bf1-459b-ad4b-6c6129f8c5a4 2018-12-29 03:46:34,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-83e15125-79f8-4ea6-b2b0-1adf47ce0412 Date: Sat, 29 Dec 2018 03:46:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:34,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-83e15125-79f8-4ea6-b2b0-1adf47ce0412 2018-12-29 03:46:34,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbbcf8f-568a-43d8-993a-2fa02874f0e4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:34,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-1bbbcf8f-568a-43d8-993a-2fa02874f0e4 2018-12-29 03:46:34,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-967c9eff-44b9-49a2-8639-fdbb4f4e5379 Date: Sat, 29 Dec 2018 03:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:34,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-967c9eff-44b9-49a2-8639-fdbb4f4e5379 2018-12-29 03:46:34,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:34,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62311dc5-5909-4029-ae54-18b00e54e84b Date: Sat, 29 Dec 2018 03:46:34 GMT RESP BODY: {"ports":[]} 2018-12-29 03:46:34,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True used request id req-62311dc5-5909-4029-ae54-18b00e54e84b 2018-12-29 03:46:34,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:46:34,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:35,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["uL6eEoNaSKeb7PBSU8pizA"], "issued_at": "2018-12-29T03:46:35.000000Z"}} 2018-12-29 03:46:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab50142edd0e39ec2b9463677949a45b480c3e8" 2018-12-29 03:46:35,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41102be-478e-4a30-83f1-a4d8e697319f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:35,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c41102be-478e-4a30-83f1-a4d8e697319f 2018-12-29 03:46:35,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:35,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-28c42308-8f51-4831-a2c0-b06f73fa55aa Date: Sat, 29 Dec 2018 03:46:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:35,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-28c42308-8f51-4831-a2c0-b06f73fa55aa 2018-12-29 03:46:35,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:35,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a5505165-5428-4639-bab0-36612df9c1a3 Date: Sat, 29 Dec 2018 03:46:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:35,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-a5505165-5428-4639-bab0-36612df9c1a3 2018-12-29 03:46:35,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:36,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cce1ec16-cabe-410e-b6cd-a8203099c0b7 Date: Sat, 29 Dec 2018 03:46:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:36,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-cce1ec16-cabe-410e-b6cd-a8203099c0b7 2018-12-29 03:46:36,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:46:36,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:46:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:46:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab50142edd0e39ec2b9463677949a45b480c3e8" 2018-12-29 03:46:36,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3188b25d-600d-42d8-acef-bc94618b19fc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:36,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-3188b25d-600d-42d8-acef-bc94618b19fc 2018-12-29 03:46:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:36,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be9838dc-1728-448f-bac0-c0da458a7a8e Date: Sat, 29 Dec 2018 03:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:36,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-be9838dc-1728-448f-bac0-c0da458a7a8e 2018-12-29 03:46:36,375 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net 2018-12-29 03:46:36,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" -d '{"port": {"network_id": "aa6efd58-b18e-47ea-9491-f9a66a0064dd", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port", "admin_state_up": true}}' 2018-12-29 03:46:36,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-a19849b3-b4a0-4bea-abd5-4bc21080acda Date: Sat, 29 Dec 2018 03:46:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:36Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"}} 2018-12-29 03:46:36,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-a19849b3-b4a0-4bea-abd5-4bc21080acda 2018-12-29 03:46:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7b59d1c9-f550-4a74-8687-04c64938ba4a Date: Sat, 29 Dec 2018 03:46:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:37,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-7b59d1c9-f550-4a74-8687-04c64938ba4a 2018-12-29 03:46:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3ebf93-6c99-4b18-9b68-3c2da882bad5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:37,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-1b3ebf93-6c99-4b18-9b68-3c2da882bad5 2018-12-29 03:46:37,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8427ed62-da1f-43e2-ac1f-bfc826354915 Date: Sat, 29 Dec 2018 03:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:37,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-8427ed62-da1f-43e2-ac1f-bfc826354915 2018-12-29 03:46:37,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-ffd24026-e5a7-4ad2-ab50-27666594dde4 Date: Sat, 29 Dec 2018 03:46:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:36Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"}]} 2018-12-29 03:46:37,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port&admin_state_up=True used request id req-ffd24026-e5a7-4ad2-ab50-27666594dde4 2018-12-29 03:46:37,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f408f1-4f0b-4514-ae5d-c2f591217b5e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:37,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-32f408f1-4f0b-4514-ae5d-c2f591217b5e 2018-12-29 03:46:37,548 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst 2018-12-29 03:46:37,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb6f6319-44a9-4157-9de2-31a0f2d71f2b x-compute-request-id: req-cb6f6319-44a9-4157-9de2-31a0f2d71f2b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-flavor"}]} 2018-12-29 03:46:37,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cb6f6319-44a9-4157-9de2-31a0f2d71f2b 2018-12-29 03:46:37,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87e6cab5-4ab8-49f4-9dda-48a831a49fba x-compute-request-id: req-87e6cab5-4ab8-49f4-9dda-48a831a49fba Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e73abf19-b31c-4c8e-a616-780f76d25381", "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:46:37,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381 used request id req-87e6cab5-4ab8-49f4-9dda-48a831a49fba 2018-12-29 03:46:37,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:37,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-c441d071-be68-46b5-a7ee-0d32b13a3d6c Date: Sat, 29 Dec 2018 03:46:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:46:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:46:21Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "metadata": {}}], "self": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "min_disk": 0, "protected": false, "id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "file": "/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image"} 2018-12-29 03:46:37,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image used request id req-c441d071-be68-46b5-a7ee-0d32b13a3d6c 2018-12-29 03:46:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:38,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6eaff9d-c2f2-44df-a237-db7fbe2b8115 Date: Sat, 29 Dec 2018 03:46:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:46:38,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a6eaff9d-c2f2-44df-a237-db7fbe2b8115 2018-12-29 03:46:38,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "imageRef": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "flavorRef": "e73abf19-b31c-4c8e-a616-780f76d25381", "max_count": 1, "min_count": 1, "networks": [{"port": "9831516b-8780-49d3-b067-c325881d911a"}]}}' 2018-12-29 03:46:40,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:46:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bbd2b47-e828-4e3c-bab4-6223d4b26722 x-compute-request-id: req-3bbd2b47-e828-4e3c-bab4-6223d4b26722 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "76722f35-d052-456b-ac60-aac4db4ff582", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "adminPass": "TnH5JYYWt7na"}} 2018-12-29 03:46:40,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3bbd2b47-e828-4e3c-bab4-6223d4b26722 2018-12-29 03:46:40,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:41,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0794adb-93c6-4694-901d-342fb3b859ca x-compute-request-id: req-e0794adb-93c6-4694-901d-342fb3b859ca Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:46:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:41,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-e0794adb-93c6-4694-901d-342fb3b859ca 2018-12-29 03:46:41,255 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst 2018-12-29 03:46:41,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:41,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-1c79dbf2-eea9-4fbe-8cb9-8e693a79e4d8 x-compute-request-id: req-1c79dbf2-eea9-4fbe-8cb9-8e693a79e4d8 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:46: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": "NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:41,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-1c79dbf2-eea9-4fbe-8cb9-8e693a79e4d8 2018-12-29 03:46:41,794 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst] is - BUILD 2018-12-29 03:46:41,795 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:46:44,798 - create_instance - DEBUG - VM status query timeout in 896.45730114 2018-12-29 03:46:44,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:45,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-e76264fd-aaf1-4ab6-9b5b-1fce6b07fc51 x-compute-request-id: req-e76264fd-aaf1-4ab6-9b5b-1fce6b07fc51 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.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:46:43Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:45,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-e76264fd-aaf1-4ab6-9b5b-1fce6b07fc51 2018-12-29 03:46:45,586 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst] is - BUILD 2018-12-29 03:46:45,586 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:46:48,589 - create_instance - DEBUG - VM status query timeout in 892.665790081 2018-12-29 03:46:48,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:49,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-f8b8ceab-ce4d-4610-8ba6-d6544b05b9e5 x-compute-request-id: req-f8b8ceab-ce4d-4610-8ba6-d6544b05b9e5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:48Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:49,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-f8b8ceab-ce4d-4610-8ba6-d6544b05b9e5 2018-12-29 03:46:49,594 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst] is - ACTIVE 2018-12-29 03:46:49,594 - create_instance - INFO - VM is - ACTIVE 2018-12-29 03:46:49,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:50,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-267768f2-81be-4530-becd-8aab3d5226a8 x-compute-request-id: req-267768f2-81be-4530-becd-8aab3d5226a8 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:48Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:50,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-267768f2-81be-4530-becd-8aab3d5226a8 2018-12-29 03:46:50,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:50,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-54d4e61f-1c63-4a9c-95a9-e3047164469c Date: Sat, 29 Dec 2018 03:46:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:50,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-54d4e61f-1c63-4a9c-95a9-e3047164469c 2018-12-29 03:46:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:50,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c7a006-01d5-46d3-b9be-33d9198792b0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:50,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-13c7a006-01d5-46d3-b9be-33d9198792b0 2018-12-29 03:46:50,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:50,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3ae46243-9253-44ae-9bcf-73559b3176d5 Date: Sat, 29 Dec 2018 03:46:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:50,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-3ae46243-9253-44ae-9bcf-73559b3176d5 2018-12-29 03:46:50,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-ba4181b9-c55a-4395-a080-70955083a7a3 Date: Sat, 29 Dec 2018 03:46:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:46:50,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-ba4181b9-c55a-4395-a080-70955083a7a3 2018-12-29 03:46:50,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:46:51,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:46:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["A0xnmYJmQJCzEbUAOGwU7g"], "issued_at": "2018-12-29T03:46:51.000000Z"}} 2018-12-29 03:46:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875d0a57-9cf6-4b4b-aa1c-5173ed4b1c4a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:46:51,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-875d0a57-9cf6-4b4b-aa1c-5173ed4b1c4a 2018-12-29 03:46:51,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:51,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46: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-0dd91c5b-2007-478b-a7c4-2844b8ce87ca x-compute-request-id: req-0dd91c5b-2007-478b-a7c4-2844b8ce87ca Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:48Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:46:51,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-0dd91c5b-2007-478b-a7c4-2844b8ce87ca 2018-12-29 03:46:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:51,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4421dab0-6b0c-4b0e-ad38-ae75e67a3205 Date: Sat, 29 Dec 2018 03:46:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:51,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-4421dab0-6b0c-4b0e-ad38-ae75e67a3205 2018-12-29 03:46:51,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:51,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c031c7-40e5-4b3b-9f75-322599b71e81 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:51,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-b1c031c7-40e5-4b3b-9f75-322599b71e81 2018-12-29 03:46:51,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:52,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69d78e24-7998-4076-b98a-b1068c8ce94a Date: Sat, 29 Dec 2018 03:46:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:52,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-69d78e24-7998-4076-b98a-b1068c8ce94a 2018-12-29 03:46:52,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:46:52,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-5c753d12-6872-438f-bc59-9195cf483d76 Date: Sat, 29 Dec 2018 03:46:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:46:52,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-5c753d12-6872-438f-bc59-9195cf483d76 2018-12-29 03:46:52,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" -d '{"volumeAttachment": {"volumeId": "48a0b90d-5111-418a-82ab-ba55275d43b8"}}' 2018-12-29 03:46:54,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d4944b0-4add-460a-92fd-a1bd02d0f45b x-compute-request-id: req-3d4944b0-4add-460a-92fd-a1bd02d0f45b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "76722f35-d052-456b-ac60-aac4db4ff582", "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "volumeId": "48a0b90d-5111-418a-82ab-ba55275d43b8"}} 2018-12-29 03:46:54,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582/os-volume_attachments used request id req-3d4944b0-4add-460a-92fd-a1bd02d0f45b 2018-12-29 03:46:54,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:55,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2863b604-d8de-45af-987e-75211d9c980b x-compute-request-id: req-2863b604-d8de-45af-987e-75211d9c980b Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:48Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "metadata": {}}} 2018-12-29 03:46:55,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-2863b604-d8de-45af-987e-75211d9c980b 2018-12-29 03:46:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:55,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-973a1dbb-3bb0-428c-a8c8-3c4c524281c4 Date: Sat, 29 Dec 2018 03:46:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:46:55,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-973a1dbb-3bb0-428c-a8c8-3c4c524281c4 2018-12-29 03:46:55,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:46:55,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:46:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:46:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:55,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadbbb28-f95e-4053-bb0f-92a8ddc8d0c4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:46:55,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-dadbbb28-f95e-4053-bb0f-92a8ddc8d0c4 2018-12-29 03:46:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:56,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3e57e00-12ea-444a-93f4-6b80d42f73ef Date: Sat, 29 Dec 2018 03:46:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:46:56,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-e3e57e00-12ea-444a-93f4-6b80d42f73ef 2018-12-29 03:46:56,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:56,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-3618787b-09bd-4f0b-8f13-5efe8e3d81cc Date: Sat, 29 Dec 2018 03:46:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:46:56,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-3618787b-09bd-4f0b-8f13-5efe8e3d81cc 2018-12-29 03:46:56,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:46:56,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:56 GMT Server: Apache x-compute-request-id: req-7dcb2604-dd17-4f65-a6cd-21d00409d41e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dcb2604-dd17-4f65-a6cd-21d00409d41e Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:46:54.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:46:56,302 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-7dcb2604-dd17-4f65-a6cd-21d00409d41e 2018-12-29 03:46:59,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7dcb2604-dd17-4f65-a6cd-21d00409d41e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:00,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:46:59 GMT Server: Apache x-compute-request-id: req-5cdaedc5-8304-4823-98dc-4295dd03f1e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cdaedc5-8304-4823-98dc-4295dd03f1e6 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "76722f35-d052-456b-ac60-aac4db4ff582", "attachment_id": "6893cdba-dd05-4632-bc0f-8536e36c0f64", "attached_at": "2018-12-29T03:46:59.000000", "host_name": null, "volume_id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "device": "/dev/vdb", "id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:46:59.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:47:00,075 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-5cdaedc5-8304-4823-98dc-4295dd03f1e6 2018-12-29 03:47:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:00,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679f1758-bd3c-4a5e-a5e4-ea63f1bf3856 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:00,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-679f1758-bd3c-4a5e-a5e4-ea63f1bf3856 2018-12-29 03:47:00,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:01,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f4b99a6-661c-4193-bd7e-163dfc3c8ebd x-compute-request-id: req-3f4b99a6-661c-4193-bd7e-163dfc3c8ebd Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "metadata": {}}} 2018-12-29 03:47:01,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-3f4b99a6-661c-4193-bd7e-163dfc3c8ebd 2018-12-29 03:47:01,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:01,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ccd673a7-1f07-467f-9025-b9aa1342fcf5 Date: Sat, 29 Dec 2018 03:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:01,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-ccd673a7-1f07-467f-9025-b9aa1342fcf5 2018-12-29 03:47:01,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:01,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e554baf-81e9-4b2c-839e-e5c0a4f3e90c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:01,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-6e554baf-81e9-4b2c-839e-e5c0a4f3e90c 2018-12-29 03:47:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:01,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-088fd142-772f-466e-b3ad-f7ea5e5d99df Date: Sat, 29 Dec 2018 03:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:01,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-088fd142-772f-466e-b3ad-f7ea5e5d99df 2018-12-29 03:47:01,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:01,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-02cf5c10-fc29-4c63-ad7a-462ceebc6385 Date: Sat, 29 Dec 2018 03:47:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:01,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-02cf5c10-fc29-4c63-ad7a-462ceebc6385 2018-12-29 03:47:01,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:02,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb947566-fa24-48f7-9e99-c73545f9880a x-compute-request-id: req-bb947566-fa24-48f7-9e99-c73545f9880a Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "metadata": {}}} 2018-12-29 03:47:02,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-bb947566-fa24-48f7-9e99-c73545f9880a 2018-12-29 03:47:02,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:02,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-545fa2fa-1048-4f84-85ca-b023459b6c9e Date: Sat, 29 Dec 2018 03:47:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:02,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-545fa2fa-1048-4f84-85ca-b023459b6c9e 2018-12-29 03:47:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:02,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ccdb5b2-5084-45a0-b4bf-86ef84c5812b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:02,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-9ccdb5b2-5084-45a0-b4bf-86ef84c5812b 2018-12-29 03:47:02,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:03,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b06cafd9-af76-4b09-8741-602047b199b9 Date: Sat, 29 Dec 2018 03:47:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:03,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-b06cafd9-af76-4b09-8741-602047b199b9 2018-12-29 03:47:03,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:03,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8cc6c0ef-b86c-4f2d-a7d0-9ffa7dcbd21e Date: Sat, 29 Dec 2018 03:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:03,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-8cc6c0ef-b86c-4f2d-a7d0-9ffa7dcbd21e 2018-12-29 03:47:03,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:03,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-0ff23406-73bf-4de0-a76e-d6a1f9bb7094 x-compute-request-id: req-0ff23406-73bf-4de0-a76e-d6a1f9bb7094 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "metadata": {}}} 2018-12-29 03:47:03,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-0ff23406-73bf-4de0-a76e-d6a1f9bb7094 2018-12-29 03:47:03,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:04,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4a827bdc-87ce-42aa-9c1e-8a3c6df7b3e9 Date: Sat, 29 Dec 2018 03:47:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:04,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-4a827bdc-87ce-42aa-9c1e-8a3c6df7b3e9 2018-12-29 03:47:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:04,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f4445f-2c12-4c3f-b109-a92c1e1eb508 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:04,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-40f4445f-2c12-4c3f-b109-a92c1e1eb508 2018-12-29 03:47:04,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:04,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e0358574-b2ec-4ab3-965d-c78ee77f1f09 Date: Sat, 29 Dec 2018 03:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:04,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-e0358574-b2ec-4ab3-965d-c78ee77f1f09 2018-12-29 03:47:04,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:04,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-3dacb79d-9301-485b-9c16-eb13b5717282 Date: Sat, 29 Dec 2018 03:47:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:04,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-3dacb79d-9301-485b-9c16-eb13b5717282 2018-12-29 03:47:04,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582/os-volume_attachments/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:06,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03: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-70c43b6d-1655-4cd1-b562-3f10d3b35b11 x-compute-request-id: req-70c43b6d-1655-4cd1-b562-3f10d3b35b11 Content-Length: 0 Content-Type: application/json 2018-12-29 03:47:06,148 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582/os-volume_attachments/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-70c43b6d-1655-4cd1-b562-3f10d3b35b11 2018-12-29 03:47:06,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:07,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47: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-568a66b1-813a-4771-88a8-427cdf853294 x-compute-request-id: req-568a66b1-813a-4771-88a8-427cdf853294 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "48a0b90d-5111-418a-82ab-ba55275d43b8"}], "metadata": {}}} 2018-12-29 03:47:07,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-568a66b1-813a-4771-88a8-427cdf853294 2018-12-29 03:47:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:07,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3b39a737-b2f2-4a58-a034-34d2efb498bf Date: Sat, 29 Dec 2018 03:47:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:07,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-3b39a737-b2f2-4a58-a034-34d2efb498bf 2018-12-29 03:47:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:07,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff7eb0d-5cef-47be-a708-6d0c1d3ec196 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:07,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-dff7eb0d-5cef-47be-a708-6d0c1d3ec196 2018-12-29 03:47:07,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:07,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-83cc7a86-05e0-49ac-82c5-1f875abd5343 Date: Sat, 29 Dec 2018 03:47:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:07,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-83cc7a86-05e0-49ac-82c5-1f875abd5343 2018-12-29 03:47:07,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:08,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-9ce54535-76cc-4b37-9704-88e8c366df56 Date: Sat, 29 Dec 2018 03:47:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:08,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-9ce54535-76cc-4b37-9704-88e8c366df56 2018-12-29 03:47:11,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:11,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9441aab9-3617-4dae-b7ce-ef22ebbf7f83 x-compute-request-id: req-9441aab9-3617-4dae-b7ce-ef22ebbf7f83 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:11,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-9441aab9-3617-4dae-b7ce-ef22ebbf7f83 2018-12-29 03:47:11,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:11,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2ca05552-8108-40d3-aa1b-e46ee9813a2c Date: Sat, 29 Dec 2018 03:47:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:11,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-2ca05552-8108-40d3-aa1b-e46ee9813a2c 2018-12-29 03:47:11,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:11,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46a2013-c633-49d0-a715-034fb0d6426e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:11,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-a46a2013-c633-49d0-a715-034fb0d6426e 2018-12-29 03:47:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:12,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-93d204ca-1294-4c88-91db-21326a541a33 Date: Sat, 29 Dec 2018 03:47:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:12,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-93d204ca-1294-4c88-91db-21326a541a33 2018-12-29 03:47:12,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:12,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-f6a8b716-66a0-4bce-8d40-767a0021dba1 Date: Sat, 29 Dec 2018 03:47:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:12,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-f6a8b716-66a0-4bce-8d40-767a0021dba1 2018-12-29 03:47:12,057 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7dcb2604-dd17-4f65-a6cd-21d00409d41e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:12,825 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:12 GMT Server: Apache x-compute-request-id: req-87e3c3d6-1405-46e6-b70d-82fdbff1de87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87e3c3d6-1405-46e6-b70d-82fdbff1de87 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:06.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:47:12,826 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-87e3c3d6-1405-46e6-b70d-82fdbff1de87 2018-12-29 03:47:12,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:13,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fcfd24b-b859-4e90-9a4e-da2d210f5de5 x-compute-request-id: req-0fcfd24b-b859-4e90-9a4e-da2d210f5de5 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:13,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-0fcfd24b-b859-4e90-9a4e-da2d210f5de5 2018-12-29 03:47:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:13,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c05f16c8-8e6e-40f0-b70d-0ed656350e62 Date: Sat, 29 Dec 2018 03:47:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:13,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-c05f16c8-8e6e-40f0-b70d-0ed656350e62 2018-12-29 03:47:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:13,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f18746-cef0-48c1-93df-41c551df21e3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:13,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-24f18746-cef0-48c1-93df-41c551df21e3 2018-12-29 03:47:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:13,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-80e40670-9554-4b60-84c1-bc03a2914324 Date: Sat, 29 Dec 2018 03:47:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:13,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-80e40670-9554-4b60-84c1-bc03a2914324 2018-12-29 03:47:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:13,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-a18381ec-e924-4164-874d-20178968b124 Date: Sat, 29 Dec 2018 03:47:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:13,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-a18381ec-e924-4164-874d-20178968b124 2018-12-29 03:47:13,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:14,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47: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-da2b248a-0d13-4fd5-92f0-3e246731fb4f x-compute-request-id: req-da2b248a-0d13-4fd5-92f0-3e246731fb4f Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:46:58Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:14,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-da2b248a-0d13-4fd5-92f0-3e246731fb4f 2018-12-29 03:47:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:14,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-65f5d633-7267-4fea-a4e0-ed0eb36278d2 Date: Sat, 29 Dec 2018 03:47:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e"],"description":"","tags":[],"updated_at":"2018-12-29T03:46:24Z","provider:segmentation_id":47,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:23Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:14,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net used request id req-65f5d633-7267-4fea-a4e0-ed0eb36278d2 2018-12-29 03:47:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:14,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce675bb-0ccc-4e05-9a96-6d8f6951f19a Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:14,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-0ce675bb-0ccc-4e05-9a96-6d8f6951f19a 2018-12-29 03:47:14,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:15,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d622474c-9670-4bb8-a22d-2c0f525fa8dd Date: Sat, 29 Dec 2018 03:47:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","dns_nameservers":[],"updated_at":"2018-12-29T03:46:24Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet"}]} 2018-12-29 03:47:15,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-d622474c-9670-4bb8-a22d-2c0f525fa8dd 2018-12-29 03:47:15,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24cb6def99cb645339542d81f0469c4658a5f005" 2018-12-29 03:47:15,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d86079e7-cf4b-4c44-9a4d-469552c732d3 Date: Sat, 29 Dec 2018 03:47:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.3"}],"id":"0de85207-ca68-40ac-ad41-5597e13f5451","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:3d:f1","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.2"}],"id":"7a40e7fe-958a-4afe-94ae-52d51ed6fdf6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:d0:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.13"}],"id":"9831516b-8780-49d3-b067-c325881d911a","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:06:be","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"76722f35-d052-456b-ac60-aac4db4ff582","name":"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:46:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e","ip_address":"10.55.0.4"}],"id":"d5dc09c4-36fb-4911-accf-6eb83adfad70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:4f:bc","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aa6efd58-b18e-47ea-9491-f9a66a0064dd","name":"","admin_state_up":true,"network_id":"aa6efd58-b18e-47ea-9491-f9a66a0064dd","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:46:26Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:15,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-d86079e7-cf4b-4c44-9a4d-469552c732d3 2018-12-29 03:47:15,216 - create_instance - INFO - Deleting Port with ID - 9831516b-8780-49d3-b067-c325881d911a 2018-12-29 03:47:15,216 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-port 2018-12-29 03:47:15,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/9831516b-8780-49d3-b067-c325881d911a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:15,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3744fa95-2f89-4247-9592-aa1e8a8999e5 Date: Sat, 29 Dec 2018 03:47:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:47:15,923 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/9831516b-8780-49d3-b067-c325881d911a used request id req-3744fa95-2f89-4247-9592-aa1e8a8999e5 2018-12-29 03:47:15,924 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst 2018-12-29 03:47:15,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:16,299 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34ad986e-19e6-48fb-8eb6-1a41de9d177f x-compute-request-id: req-34ad986e-19e6-48fb-8eb6-1a41de9d177f Content-Type: application/json 2018-12-29 03:47:16,300 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-34ad986e-19e6-48fb-8eb6-1a41de9d177f 2018-12-29 03:47:16,300 - create_instance - INFO - Checking deletion status 2018-12-29 03:47:16,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:16,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47: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-c7195b19-2177-4a77-97e1-c4597442e169 x-compute-request-id: req-c7195b19-2177-4a77-97e1-c4597442e169 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:06:be", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:47:16Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:16,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-c7195b19-2177-4a77-97e1-c4597442e169 2018-12-29 03:47:16,686 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst] is - ACTIVE 2018-12-29 03:47:16,686 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:47:19,689 - create_instance - DEBUG - VM status query timeout in 296.610915184 2018-12-29 03:47:19,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:20,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a98906f5-9082-4a53-adf0-18eeb2910c27 x-compute-request-id: req-a98906f5-9082-4a53-adf0-18eeb2910c27 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/76722f35-d052-456b-ac60-aac4db4ff582", "rel": "bookmark"}], "image": {"id": "5ada6c88-18bf-452b-ae9d-2924a95d55b2", "links": [{"href": "http://172.30.9.30:8774/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-12-29T03:46:47.000000", "flavor": {"id": "e73abf19-b31c-4c8e-a616-780f76d25381", "links": [{"href": "http://172.30.9.30:8774/flavors/e73abf19-b31c-4c8e-a616-780f76d25381", "rel": "bookmark"}]}, "id": "76722f35-d052-456b-ac60-aac4db4ff582", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:47:16Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst", "created": "2018-12-29T03:46:40Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:20,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-a98906f5-9082-4a53-adf0-18eeb2910c27 2018-12-29 03:47:20,640 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst] is - ACTIVE 2018-12-29 03:47:20,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:47:23,644 - create_instance - DEBUG - VM status query timeout in 292.656545162 2018-12-29 03:47:23,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed0807b85817b9f226f40b1aa54157cbb4ff5e32" 2018-12-29 03:47:23,841 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:47:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7e700f0-d29c-425e-a90d-158ba37f8a80 x-compute-request-id: req-c7e700f0-d29c-425e-a90d-158ba37f8a80 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 76722f35-d052-456b-ac60-aac4db4ff582 could not be found.", "code": 404}} 2018-12-29 03:47:23,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/76722f35-d052-456b-ac60-aac4db4ff582 used request id req-c7e700f0-d29c-425e-a90d-158ba37f8a80 2018-12-29 03:47:23,841 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 76722f35-d052-456b-ac60-aac4db4ff582 could not be found. (HTTP 404) (Request-ID: req-c7e700f0-d29c-425e-a90d-158ba37f8a80) 2018-12-29 03:47:23,841 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-vm_inst 2018-12-29 03:47:23,845 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:47:24,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:23 GMT Server: Apache x-compute-request-id: req-e2cf0749-5a74-4947-8262-71cd55893872 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2cf0749-5a74-4947-8262-71cd55893872 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:06.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:47:24,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-e2cf0749-5a74-4947-8262-71cd55893872 2018-12-29 03:47:24,598 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:47:24,598 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:47:24,598 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:47:24,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:47:24,704 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:47:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0dfddc52-925c-412c-8b47-05374c32acee 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-12-29 03:47:24,704 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-0dfddc52-925c-412c-8b47-05374c32acee 2018-12-29 03:47:24,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:47:25,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:24 GMT Server: Apache x-compute-request-id: req-ba9a6b69-1db0-4fc6-802e-c4bba5214705 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba9a6b69-1db0-4fc6-802e-c4bba5214705 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:24.000000", "replication_status": null, "snapshot_id": null, "id": "48a0b90d-5111-418a-82ab-ba55275d43b8", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-966381da-1e9a-43e5-aca8-8f07eff03722", "bootable": "false", "created_at": "2018-12-29T03:46:28.000000", "volume_type": null}} 2018-12-29 03:47:25,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-ba9a6b69-1db0-4fc6-802e-c4bba5214705 2018-12-29 03:47:25,477 - create_volume - DEBUG - Instance status is - deleting 2018-12-29 03:47:25,477 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-29 03:47:28,481 - create_volume - DEBUG - Volume status query timeout in 56.2238500118 2018-12-29 03:47:28,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30a9fc22-2dcb-4519-84de-be815aeed598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa59b2bd7bb21de80faf3b39da4f51cc74e1d8e6" 2018-12-29 03:47:28,698 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:47:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7a2f34b6-b7c9-40d7-9df8-4c7e40158d26 x-openstack-request-id: req-7a2f34b6-b7c9-40d7-9df8-4c7e40158d26 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 48a0b90d-5111-418a-82ab-ba55275d43b8 could not be found.", "code": 404}} 2018-12-29 03:47:28,698 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/48a0b90d-5111-418a-82ab-ba55275d43b8 used request id req-7a2f34b6-b7c9-40d7-9df8-4c7e40158d26 2018-12-29 03:47:28,698 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 48a0b90d-5111-418a-82ab-ba55275d43b8 could not be found. (HTTP 404) (Request-ID: req-7a2f34b6-b7c9-40d7-9df8-4c7e40158d26) 2018-12-29 03:47:28,699 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722 2018-12-29 03:47:28,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f372deabf9da8b4e01f3707f112d0af8e25786" 2018-12-29 03:47:28,767 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-555b2992-c7e6-4ad6-8453-d41405b3562a x-compute-request-id: req-555b2992-c7e6-4ad6-8453-d41405b3562a Content-Length: 0 Content-Type: application/json 2018-12-29 03:47:28,767 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e73abf19-b31c-4c8e-a616-780f76d25381 used request id req-555b2992-c7e6-4ad6-8453-d41405b3562a 2018-12-29 03:47:28,768 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet 2018-12-29 03:47:28,768 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-subnet 2018-12-29 03:47:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:47:31,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c0fdde1-c4ee-4aec-8dd3-0a8b437b0910 Date: Sat, 29 Dec 2018 03:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:47:31,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b2dd9872-ca1a-43e2-9bc2-489cf7eebf9e used request id req-6c0fdde1-c4ee-4aec-8dd3-0a8b437b0910 2018-12-29 03:47:31,150 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-net 2018-12-29 03:47:31,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/aa6efd58-b18e-47ea-9491-f9a66a0064dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3171dbcfea4fc927acfb5d4205ad89c5fd357b7c" 2018-12-29 03:47:32,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2eec2d-ebda-4c1e-8e49-a40ecc35d12f Date: Sat, 29 Dec 2018 03:47:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:47:32,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/aa6efd58-b18e-47ea-9491-f9a66a0064dd used request id req-fc2eec2d-ebda-4c1e-8e49-a40ecc35d12f 2018-12-29 03:47:32,836 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-966381da-1e9a-43e5-aca8-8f07eff03722-image 2018-12-29 03:47:32,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84736867ae1a3957b3b760badece5b25b4ed872f" 2018-12-29 03:47:33,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfd47056-29b8-4782-94ed-33bfdb2eb5bb Date: Sat, 29 Dec 2018 03:47:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:47:33,832 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5ada6c88-18bf-452b-ae9d-2924a95d55b2 used request id req-dfd47056-29b8-4782-94ed-33bfdb2eb5bb 2018-12-29 03:47:33,834 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:47:33,836 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:47:33,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:33,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:34,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["mnnQipZGS72vI3bRjorOWg"], "issued_at": "2018-12-29T03:47:34.000000Z"}} 2018-12-29 03:47:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:34,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0e6860-12ec-4357-8345-37acc1f6f209 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:34,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3d0e6860-12ec-4357-8345-37acc1f6f209 2018-12-29 03:47:34,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:34,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-2ccd85a5-ead9-4dcf-86dd-f52b2997272b Date: Sat, 29 Dec 2018 03:47:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image"} 2018-12-29 03:47:34,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image used request id req-2ccd85a5-ead9-4dcf-86dd-f52b2997272b 2018-12-29 03:47:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:34,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae282309-aea5-47a0-9307-e118b423fe0f Date: Sat, 29 Dec 2018 03:47:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:47:34,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ae282309-aea5-47a0-9307-e118b423fe0f 2018-12-29 03:47:34,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image"}' 2018-12-29 03:47:34,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c X-Openstack-Request-Id: req-c873a5db-c9c6-43ea-bfd9-90b1547bacd4 Date: Sat, 29 Dec 2018 03:47:34 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:47:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:47:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "min_disk": 0, "protected": false, "id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "file": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:47:34,883 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c873a5db-c9c6-43ea-bfd9-90b1547bacd4 2018-12-29 03:47:34,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" -d '' 2018-12-29 03:47:36,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-119e8132-1a00-4e2b-a136-5ec08c3dca0b Date: Sat, 29 Dec 2018 03:47:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:47:36,947 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file used request id req-119e8132-1a00-4e2b-a136-5ec08c3dca0b 2018-12-29 03:47:36,948 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:47:36,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:37,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-a5d7fc38-ae2e-4df2-b0c5-3fc48f9e4131 Date: Sat, 29 Dec 2018 03:47:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:47:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:47:36Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "metadata": {}}], "self": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "min_disk": 0, "protected": false, "id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "file": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:47:37,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c used request id req-a5d7fc38-ae2e-4df2-b0c5-3fc48f9e4131 2018-12-29 03:47:37,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:37,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34e25407-7372-42b8-af49-08a0b9d669ff Date: Sat, 29 Dec 2018 03:47: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-12-29 03:47:37,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-34e25407-7372-42b8-af49-08a0b9d669ff 2018-12-29 03:47:37,278 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image 2018-12-29 03:47:37,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:47:37,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-53f08263-84f9-478c-b0da-d9d39533ae36 Date: Sat, 29 Dec 2018 03:47:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:47:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:47:36Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "metadata": {}}], "self": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "min_disk": 0, "protected": false, "id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "file": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:47:37,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c used request id req-53f08263-84f9-478c-b0da-d9d39533ae36 2018-12-29 03:47:37,893 - create_image - DEBUG - Instance status is - active 2018-12-29 03:47:37,893 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image 2018-12-29 03:47:37,893 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image 2018-12-29 03:47:37,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:37,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:38,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Y4NADT1WRyWmgEMe-59fnA"], "issued_at": "2018-12-29T03:47:38.000000Z"}} 2018-12-29 03:47:38,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:38,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf1058c-6e08-4a67-817e-d7bec2065896 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:38,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cbf1058c-6e08-4a67-817e-d7bec2065896 2018-12-29 03:47:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:38,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc071c3f-b517-44a6-8ae0-8e1969036900 Date: Sat, 29 Dec 2018 03:47:38 GMT RESP BODY: {"networks":[]} 2018-12-29 03:47:38,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-bc071c3f-b517-44a6-8ae0-8e1969036900 2018-12-29 03:47:38,625 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net 2018-12-29 03:47:38,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net", "admin_state_up": true}}' 2018-12-29 03:47:39,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1fe8c270-2a3b-4be0-9389-b86902ef801a Date: Sat, 29 Dec 2018 03:47:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","is_default":false,"provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","mtu":1450}} 2018-12-29 03:47:39,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1fe8c270-2a3b-4be0-9389-b86902ef801a 2018-12-29 03:47:39,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:39,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d0ea2315-941b-44c9-83fe-b8b8d4d40183 Date: Sat, 29 Dec 2018 03:47:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:39,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-d0ea2315-941b-44c9-83fe-b8b8d4d40183 2018-12-29 03:47:39,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:39,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e2edde5a-6924-4d8c-a5dd-581df73cc9f1 Date: Sat, 29 Dec 2018 03:47:39 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:47:39,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-e2edde5a-6924-4d8c-a5dd-581df73cc9f1 2018-12-29 03:47:39,604 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet 2018-12-29 03:47:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" -d '{"subnets": [{"ip_version": 4, "network_id": "5c8bb936-6048-496b-8b73-b91056ecc1b7", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]}' 2018-12-29 03:47:40,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b7fb13e-f38f-446a-b7af-ad8765c7ba8a Date: Sat, 29 Dec 2018 03:47:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:40,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7b7fb13e-f38f-446a-b7af-ad8765c7ba8a 2018-12-29 03:47:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:40,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-dba672f1-203f-4d0e-9fa6-11486a359300 Date: Sat, 29 Dec 2018 03:47:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:40,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-dba672f1-203f-4d0e-9fa6-11486a359300 2018-12-29 03:47:40,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:47:40,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45a9caa1-691c-4cc7-8a50-dac657a535e4 Date: Sat, 29 Dec 2018 03:47:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:40,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-45a9caa1-691c-4cc7-8a50-dac657a535e4 2018-12-29 03:47:40,643 - OpenStackNetwork - DEBUG - Network [5c8bb936-6048-496b-8b73-b91056ecc1b7] created successfully 2018-12-29 03:47:40,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:40,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:41,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["fNl66usyQS6zxVoQwQbBHQ"], "issued_at": "2018-12-29T03:47:41.000000Z"}} 2018-12-29 03:47:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41a02b0ba65530f02130756980eb75e641867a89" 2018-12-29 03:47:41,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e41b94-d584-45b0-9cf2-9b657679adf5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:41,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4e41b94-d584-45b0-9cf2-9b657679adf5 2018-12-29 03:47:41,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:47:41,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41a02b0ba65530f02130756980eb75e641867a89" 2018-12-29 03:47:41,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47: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-24c52f28-22be-48a7-99a1-01072e07c78e x-compute-request-id: req-24c52f28-22be-48a7-99a1-01072e07c78e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:47:41,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-24c52f28-22be-48a7-99a1-01072e07c78e 2018-12-29 03:47:41,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41a02b0ba65530f02130756980eb75e641867a89" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-29 03:47:41,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47: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-66c617ea-f0cf-4b02-b12e-9e8897dc9c04 x-compute-request-id: req-66c617ea-f0cf-4b02-b12e-9e8897dc9c04 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4772ec9e-a895-432c-b8d0-de3320029103", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:47:41,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-66c617ea-f0cf-4b02-b12e-9e8897dc9c04 2018-12-29 03:47:41,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:41,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:42,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ZWMQAEdWRsSC7SiWbFqrtw"], "issued_at": "2018-12-29T03:47:42.000000Z"}} 2018-12-29 03:47:42,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:47:42,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ec6eb7-3fd6-461d-a596-9a5ce644837c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:42,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-72ec6eb7-3fd6-461d-a596-9a5ce644837c 2018-12-29 03:47:42,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:47:42,643 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:42 GMT Server: Apache x-compute-request-id: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-29 03:47:42,643 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba 2018-12-29 03:47:42,646 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3", "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-12-29 03:47:43,570 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:47:42 GMT Server: Apache x-compute-request-id: req-7450a4f9-e1d0-46dd-823a-799bcde45e71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7450a4f9-e1d0-46dd-823a-799bcde45e71 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-29T03:47:43.450265", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "size": 1}} 2018-12-29 03:47:43,571 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes used request id req-7450a4f9-e1d0-46dd-823a-799bcde45e71 2018-12-29 03:47:43,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:47:43,777 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:43 GMT Server: Apache x-compute-request-id: req-798964a6-3b3d-4957-a5d6-5fa7d53cec82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-798964a6-3b3d-4957-a5d6-5fa7d53cec82 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:43.000000", "replication_status": null, "snapshot_id": null, "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-566335f7-b725-49fa-bfcc-b46d398bbdd3", "bootable": "false", "created_at": "2018-12-29T03:47:43.000000", "volume_type": null}} 2018-12-29 03:47:43,777 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-798964a6-3b3d-4957-a5d6-5fa7d53cec82 2018-12-29 03:47:43,777 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:47:43,781 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:47:43,832 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:43 GMT Server: Apache x-compute-request-id: req-3a652cd7-7a47-49e5-a6e4-5b14d55451c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a652cd7-7a47-49e5-a6e4-5b14d55451c7 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:43.000000", "replication_status": null, "snapshot_id": null, "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-566335f7-b725-49fa-bfcc-b46d398bbdd3", "bootable": "false", "created_at": "2018-12-29T03:47:43.000000", "volume_type": null}} 2018-12-29 03:47:43,832 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-3a652cd7-7a47-49e5-a6e4-5b14d55451c7 2018-12-29 03:47:43,832 - create_volume - DEBUG - Instance status is - creating 2018-12-29 03:47:43,832 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-12-29 03:47:46,836 - create_volume - DEBUG - Volume status query timeout in 296.942155123 2018-12-29 03:47:46,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:47:46,890 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:46 GMT Server: Apache x-compute-request-id: req-200863a7-0f9c-406d-978e-b597025b9b2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-200863a7-0f9c-406d-978e-b597025b9b2c Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:47:43.000000", "replication_status": null, "snapshot_id": null, "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-566335f7-b725-49fa-bfcc-b46d398bbdd3", "bootable": "false", "created_at": "2018-12-29T03:47:43.000000", "volume_type": null}} 2018-12-29 03:47:46,891 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-200863a7-0f9c-406d-978e-b597025b9b2c 2018-12-29 03:47:46,891 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:47:46,891 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:47:46,891 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:47:46,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:46,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:47,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["rit6Ge5qQHOzFq2KdEOMvg"], "issued_at": "2018-12-29T03:47:47.000000Z"}} 2018-12-29 03:47:47,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:47,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e20861-43fa-4c41-87d6-a9fc2966d716 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:47,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-65e20861-43fa-4c41-87d6-a9fc2966d716 2018-12-29 03:47:47,357 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:47:47,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:47,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927926d7-23ce-47c1-bd40-1b8ab8f609c6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:47,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-927926d7-23ce-47c1-bd40-1b8ab8f609c6 2018-12-29 03:47:47,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:47,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e7fa1e68-3841-49ea-abbe-ab4321311bb5 Date: Sat, 29 Dec 2018 03:47:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:47,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-e7fa1e68-3841-49ea-abbe-ab4321311bb5 2018-12-29 03:47:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:47:47,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:47:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:47:47,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:47,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d587819-cd73-436b-806b-1c7c93cf7acc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:47,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-4d587819-cd73-436b-806b-1c7c93cf7acc 2018-12-29 03:47:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:47,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-71752ae8-7972-4ca6-8686-ae2a265ffc14 Date: Sat, 29 Dec 2018 03:47:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:47,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-71752ae8-7972-4ca6-8686-ae2a265ffc14 2018-12-29 03:47:47,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:48,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c0b2d10e-0662-47bc-a781-4c47cc8bd305 Date: Sat, 29 Dec 2018 03:47:48 GMT RESP BODY: {"ports":[]} 2018-12-29 03:47:48,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True used request id req-c0b2d10e-0662-47bc-a781-4c47cc8bd305 2018-12-29 03:47:48,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:48,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4087f23-7c57-4a85-bf8e-3671a159d555 x-compute-request-id: req-f4087f23-7c57-4a85-bf8e-3671a159d555 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 03:47:48,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst used request id req-f4087f23-7c57-4a85-bf8e-3671a159d555 2018-12-29 03:47:48,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:48,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-59097f97-39c5-4e7a-96f7-89328d8a51eb Date: Sat, 29 Dec 2018 03:47:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:48,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-59097f97-39c5-4e7a-96f7-89328d8a51eb 2018-12-29 03:47:48,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:48,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de221c28-ee10-470c-90f0-7ec882c1c547 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:48,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-de221c28-ee10-470c-90f0-7ec882c1c547 2018-12-29 03:47:48,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:49,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ab57aafd-0f96-43c1-9e2e-494751344b00 Date: Sat, 29 Dec 2018 03:47:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:49,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-ab57aafd-0f96-43c1-9e2e-494751344b00 2018-12-29 03:47:49,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:49,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-357c19e7-0dc5-4609-adc0-583fc7cb238b Date: Sat, 29 Dec 2018 03:47:49 GMT RESP BODY: {"ports":[]} 2018-12-29 03:47:49,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True used request id req-357c19e7-0dc5-4609-adc0-583fc7cb238b 2018-12-29 03:47:49,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:47:49,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:47:49,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:47:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NaczHDYXRma3uvMrI4TNGA"], "issued_at": "2018-12-29T03:47:49.000000Z"}} 2018-12-29 03:47:49,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc84459a2ee649804cee051b3218f47ebea9ae01" 2018-12-29 03:47:49,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc00819-0658-4a64-a137-c4dab3e759c7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:47:49,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bbc00819-0658-4a64-a137-c4dab3e759c7 2018-12-29 03:47:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:49,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7ec8a94f-f1a2-45c5-afc3-41d10756c2b1 Date: Sat, 29 Dec 2018 03:47:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:49,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-7ec8a94f-f1a2-45c5-afc3-41d10756c2b1 2018-12-29 03:47:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:49,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8ac1af03-40e5-4d21-b22f-863c0814079a Date: Sat, 29 Dec 2018 03:47:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:49,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-8ac1af03-40e5-4d21-b22f-863c0814079a 2018-12-29 03:47:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:50,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f2ea255b-872c-4807-be1a-bb5a427c1ba9 Date: Sat, 29 Dec 2018 03:47:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:50,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-f2ea255b-872c-4807-be1a-bb5a427c1ba9 2018-12-29 03:47:50,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:47:50,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:47: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:47:50,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc84459a2ee649804cee051b3218f47ebea9ae01" 2018-12-29 03:47:50,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5c2021-cd21-48e5-80ec-9b922bdc8c70 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:50,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-6b5c2021-cd21-48e5-80ec-9b922bdc8c70 2018-12-29 03:47:50,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:50,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8db3995-fbb1-4f0b-b13a-e3771c6e14ae Date: Sat, 29 Dec 2018 03:47:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:50,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-a8db3995-fbb1-4f0b-b13a-e3771c6e14ae 2018-12-29 03:47:50,585 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net 2018-12-29 03:47:50,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" -d '{"port": {"network_id": "5c8bb936-6048-496b-8b73-b91056ecc1b7", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port", "admin_state_up": true}}' 2018-12-29 03:47:51,492 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-369690c9-19b5-46fc-bc34-d273bad4a1a2 Date: Sat, 29 Dec 2018 03:47:51 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:51Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.14"}],"id":"9ba9cba4-39f6-4c8e-9137-7afe878a3808","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:93:23","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:50Z","binding:vnic_type":"normal"}} 2018-12-29 03:47:51,492 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-369690c9-19b5-46fc-bc34-d273bad4a1a2 2018-12-29 03:47:51,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:51,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b3025783-bbf2-403f-ba50-e209cbf21371 Date: Sat, 29 Dec 2018 03:47:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:47:51,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-b3025783-bbf2-403f-ba50-e209cbf21371 2018-12-29 03:47:51,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:51,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cf5f55-648d-4d50-8bb8-d5d6266268cc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:51,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-52cf5f55-648d-4d50-8bb8-d5d6266268cc 2018-12-29 03:47:51,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:51,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7ad45fb6-c5fa-49e7-b062-f55b04bac743 Date: Sat, 29 Dec 2018 03:47:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:47:51,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-7ad45fb6-c5fa-49e7-b062-f55b04bac743 2018-12-29 03:47:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-26d331db-4bdf-4c8b-ae2f-4dedd9bf9783 Date: Sat, 29 Dec 2018 03:47:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:51Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.14"}],"id":"9ba9cba4-39f6-4c8e-9137-7afe878a3808","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:93:23","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:50Z","binding:vnic_type":"normal"}]} 2018-12-29 03:47:52,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port&admin_state_up=True used request id req-26d331db-4bdf-4c8b-ae2f-4dedd9bf9783 2018-12-29 03:47:52,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7594f4b-3216-435e-817c-eb6e8ea35d0f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:47:52,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-d7594f4b-3216-435e-817c-eb6e8ea35d0f 2018-12-29 03:47:52,177 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst 2018-12-29 03:47:52,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac415cfa-2d3f-4699-bd23-2be55ba59466 x-compute-request-id: req-ac415cfa-2d3f-4699-bd23-2be55ba59466 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-flavor"}]} 2018-12-29 03:47:52,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ac415cfa-2d3f-4699-bd23-2be55ba59466 2018-12-29 03:47:52,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d7807d1-328e-4766-baa0-c70b04532950 x-compute-request-id: req-9d7807d1-328e-4766-baa0-c70b04532950 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4772ec9e-a895-432c-b8d0-de3320029103", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:47:52,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103 used request id req-9d7807d1-328e-4766-baa0-c70b04532950 2018-12-29 03:47:52,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-c94d495c-f1b7-4659-8392-05ac7a54e5ac Date: Sat, 29 Dec 2018 03:47:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:47:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:47:36Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "metadata": {}}], "self": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "min_disk": 0, "protected": false, "id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "file": "/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image"} 2018-12-29 03:47:52,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image used request id req-c94d495c-f1b7-4659-8392-05ac7a54e5ac 2018-12-29 03:47:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:52,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-70f029f8-ea08-48c8-9c74-b25e5168b10f Date: Sat, 29 Dec 2018 03:47:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:47:52,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-70f029f8-ea08-48c8-9c74-b25e5168b10f 2018-12-29 03:47:52,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "imageRef": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "flavorRef": "4772ec9e-a895-432c-b8d0-de3320029103", "max_count": 1, "min_count": 1, "networks": [{"port": "9ba9cba4-39f6-4c8e-9137-7afe878a3808"}]}}' 2018-12-29 03:47:54,627 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce23abed-8327-4d29-b69f-afc8815b4a1a x-compute-request-id: req-ce23abed-8327-4d29-b69f-afc8815b4a1a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "adminPass": "QXV9uvd8cPHj"}} 2018-12-29 03:47:54,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ce23abed-8327-4d29-b69f-afc8815b4a1a 2018-12-29 03:47:54,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:54,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae8c844d-692a-4c4a-afed-8b50d59968d6 x-compute-request-id: req-ae8c844d-692a-4c4a-afed-8b50d59968d6 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:47:54Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:54,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-ae8c844d-692a-4c4a-afed-8b50d59968d6 2018-12-29 03:47:54,892 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst 2018-12-29 03:47:54,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:55,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da8a38fd-eda2-43a3-992d-4b98b158633e x-compute-request-id: req-da8a38fd-eda2-43a3-992d-4b98b158633e Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:47:54Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:55,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-da8a38fd-eda2-43a3-992d-4b98b158633e 2018-12-29 03:47:55,527 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:47:55,527 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:47:58,530 - create_instance - DEBUG - VM status query timeout in 896.362110138 2018-12-29 03:47:58,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:47:59,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:47:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc562d2e-985b-44be-b039-9c714a03e2ee x-compute-request-id: req-dc562d2e-985b-44be-b039-9c714a03e2ee Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:47:59,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-dc562d2e-985b-44be-b039-9c714a03e2ee 2018-12-29 03:47:59,026 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:47:59,026 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:02,029 - create_instance - DEBUG - VM status query timeout in 892.863200188 2018-12-29 03:48:02,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:02,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48: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-fa5f3073-8876-4d7b-b8ee-a9cd7e0f8802 x-compute-request-id: req-fa5f3073-8876-4d7b-b8ee-a9cd7e0f8802 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:02,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-fa5f3073-8876-4d7b-b8ee-a9cd7e0f8802 2018-12-29 03:48:02,441 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:02,442 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:05,445 - create_instance - DEBUG - VM status query timeout in 889.44758606 2018-12-29 03:48:05,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:05,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9afbbc2e-cdf0-43e0-b950-65094dd9fe74 x-compute-request-id: req-9afbbc2e-cdf0-43e0-b950-65094dd9fe74 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:05,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-9afbbc2e-cdf0-43e0-b950-65094dd9fe74 2018-12-29 03:48:05,831 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:05,831 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:08,834 - create_instance - DEBUG - VM status query timeout in 886.058359146 2018-12-29 03:48:08,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:09,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e26ab2c-da01-42a7-9108-985fcd7f7ef9 x-compute-request-id: req-6e26ab2c-da01-42a7-9108-985fcd7f7ef9 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:09,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-6e26ab2c-da01-42a7-9108-985fcd7f7ef9 2018-12-29 03:48:09,783 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:09,783 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:12,787 - create_instance - DEBUG - VM status query timeout in 882.105781078 2018-12-29 03:48:12,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:13,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cc02064-d027-4d51-be16-8301617fec71 x-compute-request-id: req-7cc02064-d027-4d51-be16-8301617fec71 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:13,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-7cc02064-d027-4d51-be16-8301617fec71 2018-12-29 03:48:13,027 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:13,027 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:16,030 - create_instance - DEBUG - VM status query timeout in 878.862116098 2018-12-29 03:48:16,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:16,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3108b555-43cd-4a97-ae7c-9a5d9e5d08af x-compute-request-id: req-3108b555-43cd-4a97-ae7c-9a5d9e5d08af Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:16,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-3108b555-43cd-4a97-ae7c-9a5d9e5d08af 2018-12-29 03:48:16,421 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:16,421 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:19,424 - create_instance - DEBUG - VM status query timeout in 875.468262196 2018-12-29 03:48:19,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:19,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dcc5765-acae-443f-b3a8-a376f713d003 x-compute-request-id: req-7dcc5765-acae-443f-b3a8-a376f713d003 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:19,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-7dcc5765-acae-443f-b3a8-a376f713d003 2018-12-29 03:48:19,838 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:19,838 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:22,841 - create_instance - DEBUG - VM status query timeout in 872.051442146 2018-12-29 03:48:22,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:23,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5548a3b-e2d4-469f-91b0-65e8a45b62fe x-compute-request-id: req-e5548a3b-e2d4-469f-91b0-65e8a45b62fe Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:23,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-e5548a3b-e2d4-469f-91b0-65e8a45b62fe 2018-12-29 03:48:23,409 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:23,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:26,412 - create_instance - DEBUG - VM status query timeout in 868.480000019 2018-12-29 03:48:26,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:26,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48: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-511ff74d-a450-4515-bdc1-f5bd18c079e3 x-compute-request-id: req-511ff74d-a450-4515-bdc1-f5bd18c079e3 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:47: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": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:26,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-511ff74d-a450-4515-bdc1-f5bd18c079e3 2018-12-29 03:48:26,687 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:26,687 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:29,690 - create_instance - DEBUG - VM status query timeout in 865.202292204 2018-12-29 03:48:29,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:30,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6301578a-2a7d-474a-9c4c-d29fb7f23da3 x-compute-request-id: req-6301578a-2a7d-474a-9c4c-d29fb7f23da3 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.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:48:27Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:30,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-6301578a-2a7d-474a-9c4c-d29fb7f23da3 2018-12-29 03:48:30,153 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - BUILD 2018-12-29 03:48:30,153 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:33,156 - create_instance - DEBUG - VM status query timeout in 861.736428976 2018-12-29 03:48:33,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:34,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4efae57-f966-49c4-af5c-41edf251cd7c x-compute-request-id: req-c4efae57-f966-49c4-af5c-41edf251cd7c Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:93:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:31Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:34,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-c4efae57-f966-49c4-af5c-41edf251cd7c 2018-12-29 03:48:34,392 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - ACTIVE 2018-12-29 03:48:34,392 - create_instance - INFO - VM is - ACTIVE 2018-12-29 03:48:34,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:35,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e142a2b9-06ec-4b85-b2e0-aa02d81ed1e1 x-compute-request-id: req-e142a2b9-06ec-4b85-b2e0-aa02d81ed1e1 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:93:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:31Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:35,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-e142a2b9-06ec-4b85-b2e0-aa02d81ed1e1 2018-12-29 03:48:35,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:35,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-51a68403-316e-40e8-aaaf-367074921279 Date: Sat, 29 Dec 2018 03:48:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:48:35,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-51a68403-316e-40e8-aaaf-367074921279 2018-12-29 03:48:35,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:35,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51172273-d179-461d-9712-b0877db2d232 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:48:35,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-51172273-d179-461d-9712-b0877db2d232 2018-12-29 03:48:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:35,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4f6c173b-58ac-4450-8695-7d38b8461067 Date: Sat, 29 Dec 2018 03:48:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:48:35,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-4f6c173b-58ac-4450-8695-7d38b8461067 2018-12-29 03:48:35,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:35,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-da85e3c8-df50-47fa-97e8-4694e2f7064f Date: Sat, 29 Dec 2018 03:48:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.3"}],"id":"2bfe63f8-0c67-42ab-b5ad-7bb14abd9ee2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:cb:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.2"}],"id":"8f2a29ce-2372-4081-af26-a702a3ad1eff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:9a:40","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:48:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.14"}],"id":"9ba9cba4-39f6-4c8e-9137-7afe878a3808","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:93:23","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aa10edff-3f44-4182-91b4-f1a0dc6d7143","name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.4"}],"id":"c62b0b54-02c9-4878-907a-405a1c6ecf44","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:9b:d2","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:41Z","binding:vnic_type":"normal"}]} 2018-12-29 03:48:35,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-da85e3c8-df50-47fa-97e8-4694e2f7064f 2018-12-29 03:48:35,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:48:36,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["pVrynl3pRway48IXO4cH9Q"], "issued_at": "2018-12-29T03:48:36.000000Z"}} 2018-12-29 03:48:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96017042af8876264c4a191169f64f25bcbab413" 2018-12-29 03:48:36,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6718691f-11f0-4c98-b210-ef07c6a7b944 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:48:36,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6718691f-11f0-4c98-b210-ef07c6a7b944 2018-12-29 03:48:36,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:36,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1aa5e2c-6d95-42a0-a5c7-edcad76bb753 x-compute-request-id: req-f1aa5e2c-6d95-42a0-a5c7-edcad76bb753 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:93:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:31Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:48:36,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-f1aa5e2c-6d95-42a0-a5c7-edcad76bb753 2018-12-29 03:48:36,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:36,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6c13a2b7-0285-4745-b804-c799097394e2 Date: Sat, 29 Dec 2018 03:48:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["c930cae7-7533-4c0c-9302-f7e97f4e23b5"],"description":"","tags":[],"updated_at":"2018-12-29T03:47:39Z","provider:segmentation_id":18,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","provider:network_type":"vxlan"}]} 2018-12-29 03:48:36,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net used request id req-6c13a2b7-0285-4745-b804-c799097394e2 2018-12-29 03:48:36,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:36,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06781bea-b149-4622-9f41-82d316a63a09 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:48:36,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-06781bea-b149-4622-9f41-82d316a63a09 2018-12-29 03:48:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:36,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29fd5894-7aa9-4b52-8ada-36b441392e5e Date: Sat, 29 Dec 2018 03:48:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:47:39Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet"}]} 2018-12-29 03:48:36,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-29fd5894-7aa9-4b52-8ada-36b441392e5e 2018-12-29 03:48:36,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:37,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-0a8196b8-8a02-47f0-9601-54e9febdd57e Date: Sat, 29 Dec 2018 03:48:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.3"}],"id":"2bfe63f8-0c67-42ab-b5ad-7bb14abd9ee2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:cb:c4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.2"}],"id":"8f2a29ce-2372-4081-af26-a702a3ad1eff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:9a:40","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:48:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.14"}],"id":"9ba9cba4-39f6-4c8e-9137-7afe878a3808","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:93:23","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aa10edff-3f44-4182-91b4-f1a0dc6d7143","name":"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:47:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c930cae7-7533-4c0c-9302-f7e97f4e23b5","ip_address":"10.55.0.4"}],"id":"c62b0b54-02c9-4878-907a-405a1c6ecf44","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:9b:d2","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c8bb936-6048-496b-8b73-b91056ecc1b7","name":"","admin_state_up":true,"network_id":"5c8bb936-6048-496b-8b73-b91056ecc1b7","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:47:41Z","binding:vnic_type":"normal"}]} 2018-12-29 03:48:37,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-0a8196b8-8a02-47f0-9601-54e9febdd57e 2018-12-29 03:48:37,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96017042af8876264c4a191169f64f25bcbab413" -d '{"volumeAttachment": {"volumeId": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2"}}' 2018-12-29 03:48:39,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b52a099-032d-4dd6-9d24-cff7abdc9802 x-compute-request-id: req-0b52a099-032d-4dd6-9d24-cff7abdc9802 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "volumeId": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2"}} 2018-12-29 03:48:39,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143/os-volume_attachments used request id req-0b52a099-032d-4dd6-9d24-cff7abdc9802 2018-12-29 03:48:39,769 - create_instance - INFO - Deleting Port with ID - 9ba9cba4-39f6-4c8e-9137-7afe878a3808 2018-12-29 03:48:39,769 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-port 2018-12-29 03:48:39,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/9ba9cba4-39f6-4c8e-9137-7afe878a3808 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:40,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80f727aa-9d32-4e4a-948b-d22fcb8ee508 Date: Sat, 29 Dec 2018 03:48:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:48:40,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/9ba9cba4-39f6-4c8e-9137-7afe878a3808 used request id req-80f727aa-9d32-4e4a-948b-d22fcb8ee508 2018-12-29 03:48:40,241 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst 2018-12-29 03:48:40,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:40,452 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:48:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaa2ae6e-7a3f-428b-bcc3-2749b915de67 x-compute-request-id: req-aaa2ae6e-7a3f-428b-bcc3-2749b915de67 Content-Type: application/json 2018-12-29 03:48:40,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-aaa2ae6e-7a3f-428b-bcc3-2749b915de67 2018-12-29 03:48:40,452 - create_instance - INFO - Checking deletion status 2018-12-29 03:48:40,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:40,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc0bbc34-5782-4ff2-8780-6fe57126a8c4 x-compute-request-id: req-cc0bbc34-5782-4ff2-8780-6fe57126a8c4 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:93:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:40Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2"}], "metadata": {}}} 2018-12-29 03:48:40,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-cc0bbc34-5782-4ff2-8780-6fe57126a8c4 2018-12-29 03:48:40,970 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - ACTIVE 2018-12-29 03:48:40,970 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:43,974 - create_instance - DEBUG - VM status query timeout in 296.478667021 2018-12-29 03:48:43,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:44,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cbc74a7-7ae6-4626-af13-2e70f0550f7e x-compute-request-id: req-8cbc74a7-7ae6-4626-af13-2e70f0550f7e Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:42Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2"}], "metadata": {}}} 2018-12-29 03:48:44,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-8cbc74a7-7ae6-4626-af13-2e70f0550f7e 2018-12-29 03:48:44,231 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - ACTIVE 2018-12-29 03:48:44,231 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:47,234 - create_instance - DEBUG - VM status query timeout in 293.218457937 2018-12-29 03:48:47,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:47,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dd73a45-a5bc-476f-a591-fb63361ffb60 x-compute-request-id: req-6dd73a45-a5bc-476f-a591-fb63361ffb60 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143", "rel": "bookmark"}], "image": {"id": "54d94125-7986-4ad8-9792-7cfdb7df6f7c", "links": [{"href": "http://172.30.9.30:8774/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-12-29T03:48:30.000000", "flavor": {"id": "4772ec9e-a895-432c-b8d0-de3320029103", "links": [{"href": "http://172.30.9.30:8774/flavors/4772ec9e-a895-432c-b8d0-de3320029103", "rel": "bookmark"}]}, "id": "aa10edff-3f44-4182-91b4-f1a0dc6d7143", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:48:42Z", "hostId": "54de28ff786498cafee0b4c90e438716da6e0869b85475a090a2c796", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst", "created": "2018-12-29T03:47:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2"}], "metadata": {}}} 2018-12-29 03:48:47,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-6dd73a45-a5bc-476f-a591-fb63361ffb60 2018-12-29 03:48:47,654 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst] is - ACTIVE 2018-12-29 03:48:47,654 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:48:50,658 - create_instance - DEBUG - VM status query timeout in 289.79482007 2018-12-29 03:48:50,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0790c1c568737de2eace4414e82c72db88d2a8c6" 2018-12-29 03:48:50,711 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:48:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f9c1559-f433-4ffe-94c4-7a16c3e8a6c1 x-compute-request-id: req-5f9c1559-f433-4ffe-94c4-7a16c3e8a6c1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance aa10edff-3f44-4182-91b4-f1a0dc6d7143 could not be found.", "code": 404}} 2018-12-29 03:48:50,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aa10edff-3f44-4182-91b4-f1a0dc6d7143 used request id req-5f9c1559-f433-4ffe-94c4-7a16c3e8a6c1 2018-12-29 03:48:50,712 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance aa10edff-3f44-4182-91b4-f1a0dc6d7143 could not be found. (HTTP 404) (Request-ID: req-5f9c1559-f433-4ffe-94c4-7a16c3e8a6c1) 2018-12-29 03:48:50,712 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-vm_inst 2018-12-29 03:48:50,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:48:51,448 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:50 GMT Server: Apache x-compute-request-id: req-4dd49a84-741a-40f3-bf4e-0c4bcb3186c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dd49a84-741a-40f3-bf4e-0c4bcb3186c6 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:48:43.000000", "replication_status": null, "snapshot_id": null, "id": "60a29028-f91b-42b3-aa6a-c6eaa306f7b2", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-566335f7-b725-49fa-bfcc-b46d398bbdd3", "bootable": "false", "created_at": "2018-12-29T03:47:43.000000", "volume_type": null}} 2018-12-29 03:48:51,448 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-4dd49a84-741a-40f3-bf4e-0c4bcb3186c6 2018-12-29 03:48:51,449 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:48:51,449 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:48:51,449 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:48:51,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:48:52,219 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:48:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-afb9535b-3aac-4306-bbf0-118430773e57 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-12-29 03:48:52,220 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-afb9535b-3aac-4306-bbf0-118430773e57 2018-12-29 03:48:52,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b499f9b-ae49-49ab-801b-8b40bd6a8aba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2970f434654561f120a0bb5a03ed69993529714" 2018-12-29 03:48:52,963 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:48:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-05e71d38-e560-46cb-ae4d-c0c80dcf7cd1 x-openstack-request-id: req-05e71d38-e560-46cb-ae4d-c0c80dcf7cd1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 60a29028-f91b-42b3-aa6a-c6eaa306f7b2 could not be found.", "code": 404}} 2018-12-29 03:48:52,963 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/60a29028-f91b-42b3-aa6a-c6eaa306f7b2 used request id req-05e71d38-e560-46cb-ae4d-c0c80dcf7cd1 2018-12-29 03:48:52,963 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 60a29028-f91b-42b3-aa6a-c6eaa306f7b2 could not be found. (HTTP 404) (Request-ID: req-05e71d38-e560-46cb-ae4d-c0c80dcf7cd1) 2018-12-29 03:48:52,964 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3 2018-12-29 03:48:52,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41a02b0ba65530f02130756980eb75e641867a89" 2018-12-29 03:48:53,004 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:48: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-a2b597b0-0ed9-42c9-8d44-d4e2f1c1220a x-compute-request-id: req-a2b597b0-0ed9-42c9-8d44-d4e2f1c1220a Content-Length: 0 Content-Type: application/json 2018-12-29 03:48:53,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/4772ec9e-a895-432c-b8d0-de3320029103 used request id req-a2b597b0-0ed9-42c9-8d44-d4e2f1c1220a 2018-12-29 03:48:53,005 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet 2018-12-29 03:48:53,005 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-subnet 2018-12-29 03:48:53,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c930cae7-7533-4c0c-9302-f7e97f4e23b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:48:55,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cae616e-a64b-49fa-adf7-c75b5afad614 Date: Sat, 29 Dec 2018 03:48:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:48:55,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c930cae7-7533-4c0c-9302-f7e97f4e23b5 used request id req-4cae616e-a64b-49fa-adf7-c75b5afad614 2018-12-29 03:48:55,211 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-net 2018-12-29 03:48:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5c8bb936-6048-496b-8b73-b91056ecc1b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ff01e77858c42dc51d228b419c4775f90910a6" 2018-12-29 03:48:57,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c287126d-e08f-4ce3-9c83-e17268686bf0 Date: Sat, 29 Dec 2018 03:48:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:48:57,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5c8bb936-6048-496b-8b73-b91056ecc1b7 used request id req-c287126d-e08f-4ce3-9c83-e17268686bf0 2018-12-29 03:48:57,050 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-566335f7-b725-49fa-bfcc-b46d398bbdd3-image 2018-12-29 03:48:57,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ba244651734511819189585cb194e9fedc5d8f2" 2018-12-29 03:48:58,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba3586a0-91a1-44ef-ba2e-c7752c64d69a Date: Sat, 29 Dec 2018 03:48:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:48:58,539 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/54d94125-7986-4ad8-9792-7cfdb7df6f7c used request id req-ba3586a0-91a1-44ef-ba2e-c7752c64d69a 2018-12-29 03:48:58,540 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:48:58,543 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:48:58,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:48:58,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:48:58,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["4LJdM4X1Tvii90znRwBPLQ"], "issued_at": "2018-12-29T03:48:58.000000Z"}} 2018-12-29 03:48:58,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:48:59,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59451303-376f-47ad-a244-1f1b24bf00f4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:48:59,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-59451303-376f-47ad-a244-1f1b24bf00f4 2018-12-29 03:48:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:48:59,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-7d886d49-21b7-4366-b545-9b7bf7243896 Date: Sat, 29 Dec 2018 03:48:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image"} 2018-12-29 03:48:59,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image used request id req-7d886d49-21b7-4366-b545-9b7bf7243896 2018-12-29 03:48:59,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:48:59,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e72b0830-8f23-46e3-82be-49772ff70348 Date: Sat, 29 Dec 2018 03:48: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-12-29 03:48:59,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e72b0830-8f23-46e3-82be-49772ff70348 2018-12-29 03:48:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image"}' 2018-12-29 03:49:00,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 X-Openstack-Request-Id: req-6ebf1c89-a944-406a-ba80-afa4cbfc1c73 Date: Sat, 29 Dec 2018 03:49:00 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:49:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:49:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "min_disk": 0, "protected": false, "id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "file": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:49:00,036 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6ebf1c89-a944-406a-ba80-afa4cbfc1c73 2018-12-29 03:49:00,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" -d '' 2018-12-29 03:49:01,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7681381d-1f0f-4ce5-b6e2-5656dcdb06a2 Date: Sat, 29 Dec 2018 03:49:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:49:01,785 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file used request id req-7681381d-1f0f-4ce5-b6e2-5656dcdb06a2 2018-12-29 03:49:01,786 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:49:01,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:49:01,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-526420ee-e70d-4694-8546-d3753346cc0a Date: Sat, 29 Dec 2018 03:49:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:49:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:49:01Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "metadata": {}}], "self": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "min_disk": 0, "protected": false, "id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "file": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:49:01,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 used request id req-526420ee-e70d-4694-8546-d3753346cc0a 2018-12-29 03:49:01,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:49:02,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c0309417-e718-4a4e-af16-7ebf58925e9a Date: Sat, 29 Dec 2018 03:49: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-12-29 03:49:02,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c0309417-e718-4a4e-af16-7ebf58925e9a 2018-12-29 03:49:02,195 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image 2018-12-29 03:49:02,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:49:02,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6e47070c-feba-4d5f-8593-5c7bef1107e8 Date: Sat, 29 Dec 2018 03:49:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:49:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:49:01Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "metadata": {}}], "self": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "min_disk": 0, "protected": false, "id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "file": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:49:02,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 used request id req-6e47070c-feba-4d5f-8593-5c7bef1107e8 2018-12-29 03:49:02,366 - create_image - DEBUG - Instance status is - active 2018-12-29 03:49:02,366 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image 2018-12-29 03:49:02,367 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image 2018-12-29 03:49:02,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:02,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:02,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["2hV2Lti6SwSPuHFX9di8qQ"], "issued_at": "2018-12-29T03:49:02.000000Z"}} 2018-12-29 03:49:02,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:02,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c897bef-a893-4a8b-bdbe-e6a99f9cd741 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:02,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c897bef-a893-4a8b-bdbe-e6a99f9cd741 2018-12-29 03:49:02,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:03,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-619144b0-a0af-47e8-8113-c81285999598 Date: Sat, 29 Dec 2018 03:49:03 GMT RESP BODY: {"networks":[]} 2018-12-29 03:49:03,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-619144b0-a0af-47e8-8113-c81285999598 2018-12-29 03:49:03,019 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net 2018-12-29 03:49:03,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net", "admin_state_up": true}}' 2018-12-29 03:49:03,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-7f6fe1fb-23eb-4753-8738-0e270551cd6b Date: Sat, 29 Dec 2018 03:49: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":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:49:03Z","is_default":false,"provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","mtu":1450}} 2018-12-29 03:49:03,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7f6fe1fb-23eb-4753-8738-0e270551cd6b 2018-12-29 03:49:03,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:03,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eb04b45c-0478-4105-b55f-695f1f69119b Date: Sat, 29 Dec 2018 03:49:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:49:03Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:03,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-eb04b45c-0478-4105-b55f-695f1f69119b 2018-12-29 03:49:03,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:03,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83333c41-350f-45a8-a305-70550efc4666 Date: Sat, 29 Dec 2018 03:49:03 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:49:03,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-83333c41-350f-45a8-a305-70550efc4666 2018-12-29 03:49:03,938 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet 2018-12-29 03:49:03,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" -d '{"subnets": [{"ip_version": 4, "network_id": "c511acc2-0351-40a0-844c-dae38ea73cc2", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]}' 2018-12-29 03:49:04,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2fa6b25f-e23c-4f77-81c8-d19f48b7ac49 Date: Sat, 29 Dec 2018 03:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:04,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2fa6b25f-e23c-4f77-81c8-d19f48b7ac49 2018-12-29 03:49:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:05,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3c11dbd8-d734-4959-89e4-d5ef67781e09 Date: Sat, 29 Dec 2018 03:49:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:05,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-3c11dbd8-d734-4959-89e4-d5ef67781e09 2018-12-29 03:49:05,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:05,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d85901c-9873-4fa3-87f7-f7b485f7c104 Date: Sat, 29 Dec 2018 03:49:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:05,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-3d85901c-9873-4fa3-87f7-f7b485f7c104 2018-12-29 03:49:05,233 - OpenStackNetwork - DEBUG - Network [c511acc2-0351-40a0-844c-dae38ea73cc2] created successfully 2018-12-29 03:49:05,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:05,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:05,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["6gqzws6VQciw0lSnxcvy_Q"], "issued_at": "2018-12-29T03:49:05.000000Z"}} 2018-12-29 03:49:05,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e063c5eee5691214d529c5d4b0ae0fe9737a30c2" 2018-12-29 03:49:05,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d5f6e0-f310-4731-8af7-e70703c718fc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:05,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-88d5f6e0-f310-4731-8af7-e70703c718fc 2018-12-29 03:49:05,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:05,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e063c5eee5691214d529c5d4b0ae0fe9737a30c2" 2018-12-29 03:49:05,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f10282b2-9892-4266-b2ce-65a2125c9899 x-compute-request-id: req-f10282b2-9892-4266-b2ce-65a2125c9899 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:05,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f10282b2-9892-4266-b2ce-65a2125c9899 2018-12-29 03:49:05,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e063c5eee5691214d529c5d4b0ae0fe9737a30c2" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-29 03:49:06,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d91fb63-fbf1-47fc-b69c-1b1e3870b2cf x-compute-request-id: req-5d91fb63-fbf1-47fc-b69c-1b1e3870b2cf Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:06,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5d91fb63-fbf1-47fc-b69c-1b1e3870b2cf 2018-12-29 03:49:06,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:06,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:06,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["s-UdOAH-TvaxIaFN0k61xA"], "issued_at": "2018-12-29T03:49:06.000000Z"}} 2018-12-29 03:49:06,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:06,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36abd59e-e64b-4f31-bf82-907734798f64 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:06,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-36abd59e-e64b-4f31-bf82-907734798f64 2018-12-29 03:49:06,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:07,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:06 GMT Server: Apache x-compute-request-id: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-29 03:49:07,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6 2018-12-29 03:49:07,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2", "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-12-29 03:49:07,870 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:07 GMT Server: Apache x-compute-request-id: req-95469541-f426-407c-9f6b-289ea883c58a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95469541-f426-407c-9f6b-289ea883c58a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-29T03:49:07.605029", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "size": 1}} 2018-12-29 03:49:07,870 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes used request id req-95469541-f426-407c-9f6b-289ea883c58a 2018-12-29 03:49:07,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:08,649 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:07 GMT Server: Apache x-compute-request-id: req-3a9ef53a-46f3-46cc-9d7d-a7183a1b1731 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a9ef53a-46f3-46cc-9d7d-a7183a1b1731 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:49:08.000000", "replication_status": null, "snapshot_id": null, "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-77029eef-7354-41ce-8d42-0743703d5bb2", "bootable": "false", "created_at": "2018-12-29T03:49:07.000000", "volume_type": null}} 2018-12-29 03:49:08,649 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-3a9ef53a-46f3-46cc-9d7d-a7183a1b1731 2018-12-29 03:49:08,650 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:08,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:09,408 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:08 GMT Server: Apache x-compute-request-id: req-e005cc29-2a87-4bde-b0e9-c689da083b1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e005cc29-2a87-4bde-b0e9-c689da083b1f Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:49:08.000000", "replication_status": null, "snapshot_id": null, "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-77029eef-7354-41ce-8d42-0743703d5bb2", "bootable": "false", "created_at": "2018-12-29T03:49:07.000000", "volume_type": null}} 2018-12-29 03:49:09,409 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-e005cc29-2a87-4bde-b0e9-c689da083b1f 2018-12-29 03:49:09,409 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:49:09,409 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:09,409 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:09,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:09,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:09,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["RPt3JOjWSAeyKHJ0WCbcKA"], "issued_at": "2018-12-29T03:49:09.000000Z"}} 2018-12-29 03:49:09,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:09,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1629cba-3bab-48e5-b872-28fffcf4a549 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:09,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e1629cba-3bab-48e5-b872-28fffcf4a549 2018-12-29 03:49:09,874 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:09,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:09,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e4c3cc-5372-4530-8b51-3f5f1d700d23 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:09,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70e4c3cc-5372-4530-8b51-3f5f1d700d23 2018-12-29 03:49:09,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:10,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e8907106-2836-45b0-86db-044daf24b4d9 Date: Sat, 29 Dec 2018 03:49:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:10,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-e8907106-2836-45b0-86db-044daf24b4d9 2018-12-29 03:49:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:49:10,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:49:10,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:10,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5515d257-be12-42fd-81a5-70592f25ef7e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:10,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-5515d257-be12-42fd-81a5-70592f25ef7e 2018-12-29 03:49:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:10,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c82acced-5f44-4d6f-99f3-af46c3648605 Date: Sat, 29 Dec 2018 03:49:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:10,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-c82acced-5f44-4d6f-99f3-af46c3648605 2018-12-29 03:49:10,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:10,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b26c026d-4fdf-4b9b-a823-670de1dcfe21 Date: Sat, 29 Dec 2018 03:49:10 GMT RESP BODY: {"ports":[]} 2018-12-29 03:49:10,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True used request id req-b26c026d-4fdf-4b9b-a823-670de1dcfe21 2018-12-29 03:49:10,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:10,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e85d70e9-6a2c-4a1d-a7d6-8d1d7d998338 x-compute-request-id: req-e85d70e9-6a2c-4a1d-a7d6-8d1d7d998338 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 03:49:10,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst used request id req-e85d70e9-6a2c-4a1d-a7d6-8d1d7d998338 2018-12-29 03:49:10,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:11,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-138969d2-f876-49d3-9300-983ca06ea7f5 Date: Sat, 29 Dec 2018 03:49:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:11,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-138969d2-f876-49d3-9300-983ca06ea7f5 2018-12-29 03:49:11,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:11,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c49a57-db74-4099-a567-03a75e01b098 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:11,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-53c49a57-db74-4099-a567-03a75e01b098 2018-12-29 03:49:11,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:11,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6a37dced-7889-4315-8eff-f0599c035129 Date: Sat, 29 Dec 2018 03:49:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:11,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-6a37dced-7889-4315-8eff-f0599c035129 2018-12-29 03:49:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:11,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-043ee443-d9c8-4e19-925b-af2953caa653 Date: Sat, 29 Dec 2018 03:49:11 GMT RESP BODY: {"ports":[]} 2018-12-29 03:49:11,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True used request id req-043ee443-d9c8-4e19-925b-af2953caa653 2018-12-29 03:49:11,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:11,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:12,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["6uxLbEp_R-Ot1TIIUvRjTg"], "issued_at": "2018-12-29T03:49:12.000000Z"}} 2018-12-29 03:49:12,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3f784255d35aac7df4bd9573e184fdbe6ae0bf" 2018-12-29 03:49:12,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c3db48-1bce-4b65-95b7-3c990097e6c8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:12,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-85c3db48-1bce-4b65-95b7-3c990097e6c8 2018-12-29 03:49:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:12,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e013d2fa-abcf-47b0-a4bb-b8646a128959 Date: Sat, 29 Dec 2018 03:49:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:12,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-e013d2fa-abcf-47b0-a4bb-b8646a128959 2018-12-29 03:49:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:12,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-beff920e-8642-47ea-abba-d867b1c677e7 Date: Sat, 29 Dec 2018 03:49:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:12,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-beff920e-8642-47ea-abba-d867b1c677e7 2018-12-29 03:49:12,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:12,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a0fc854a-e300-407c-9a9d-e1c8f9f57577 Date: Sat, 29 Dec 2018 03:49:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:12,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-a0fc854a-e300-407c-9a9d-e1c8f9f57577 2018-12-29 03:49:12,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:49:12,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:49: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:49:12,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa3f784255d35aac7df4bd9573e184fdbe6ae0bf" 2018-12-29 03:49:12,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2684bd-3e4a-4a54-8eb9-a98cd5e37ada Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:12,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-fe2684bd-3e4a-4a54-8eb9-a98cd5e37ada 2018-12-29 03:49:12,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:13,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-33a6b59d-ccaf-41bf-99d1-b40ba4a0cc9e Date: Sat, 29 Dec 2018 03:49:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:13,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-33a6b59d-ccaf-41bf-99d1-b40ba4a0cc9e 2018-12-29 03:49:13,080 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net 2018-12-29 03:49:13,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" -d '{"port": {"network_id": "c511acc2-0351-40a0-844c-dae38ea73cc2", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port", "admin_state_up": true}}' 2018-12-29 03:49:13,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-1476d2c7-8480-4df9-bbe7-1cd2af10e4a0 Date: Sat, 29 Dec 2018 03:49:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:13Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"}} 2018-12-29 03:49:13,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1476d2c7-8480-4df9-bbe7-1cd2af10e4a0 2018-12-29 03:49:13,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0667fcd8-1428-45ad-8125-3784c5d2398b Date: Sat, 29 Dec 2018 03:49:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:14,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-0667fcd8-1428-45ad-8125-3784c5d2398b 2018-12-29 03:49:14,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720b00ed-7b7d-478c-86f9-70cb666ac2fe Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:14,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-720b00ed-7b7d-478c-86f9-70cb666ac2fe 2018-12-29 03:49:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-01547158-0c4c-4f26-bb76-3b88d62b6e6c Date: Sat, 29 Dec 2018 03:49:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:14,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-01547158-0c4c-4f26-bb76-3b88d62b6e6c 2018-12-29 03:49:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-d1478264-9997-47f9-bf70-de8d2fa9e263 Date: Sat, 29 Dec 2018 03:49:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:13Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:14,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port&admin_state_up=True used request id req-d1478264-9997-47f9-bf70-de8d2fa9e263 2018-12-29 03:49:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f57ea9-e78a-42cb-893a-bdb3ebe1428d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:14,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-b2f57ea9-e78a-42cb-893a-bdb3ebe1428d 2018-12-29 03:49:14,397 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst 2018-12-29 03:49:14,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3706a53-e966-48b3-99f1-1fd7d518e52f x-compute-request-id: req-e3706a53-e966-48b3-99f1-1fd7d518e52f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-flavor"}]} 2018-12-29 03:49:14,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e3706a53-e966-48b3-99f1-1fd7d518e52f 2018-12-29 03:49:14,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0eed2e74-75cd-49d7-a98f-99d1273d7285 x-compute-request-id: req-0eed2e74-75cd-49d7-a98f-99d1273d7285 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:14,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33 used request id req-0eed2e74-75cd-49d7-a98f-99d1273d7285 2018-12-29 03:49:14,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-e2439fb4-141e-45f0-aedf-f1363d335510 Date: Sat, 29 Dec 2018 03:49:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:49:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:49:01Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "metadata": {}}], "self": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "min_disk": 0, "protected": false, "id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "file": "/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image"} 2018-12-29 03:49:14,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image used request id req-e2439fb4-141e-45f0-aedf-f1363d335510 2018-12-29 03:49:14,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:14,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c1469988-91ce-4f5d-bf4a-2edce65f25e5 Date: Sat, 29 Dec 2018 03:49:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:49:14,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c1469988-91ce-4f5d-bf4a-2edce65f25e5 2018-12-29 03:49:14,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "imageRef": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "flavorRef": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "max_count": 1, "min_count": 1, "networks": [{"port": "ec637e51-68a0-448b-ae15-b69bb7ded845"}]}}' 2018-12-29 03:49:16,538 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8db6f90-5bd9-4ed6-8267-ed293b0ebae0 x-compute-request-id: req-c8db6f90-5bd9-4ed6-8267-ed293b0ebae0 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "adminPass": "43wM6epXf2WH"}} 2018-12-29 03:49:16,538 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c8db6f90-5bd9-4ed6-8267-ed293b0ebae0 2018-12-29 03:49:16,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:16,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-0477b356-2d8d-497d-af55-525bbf567066 x-compute-request-id: req-0477b356-2d8d-497d-af55-525bbf567066 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:49: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": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:16,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-0477b356-2d8d-497d-af55-525bbf567066 2018-12-29 03:49:16,764 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst 2018-12-29 03:49:16,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:16,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-917cd12d-7bbe-4aa8-93e9-0d974673a582 x-compute-request-id: req-917cd12d-7bbe-4aa8-93e9-0d974673a582 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "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-12-29T03:49: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": "NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:16,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-917cd12d-7bbe-4aa8-93e9-0d974673a582 2018-12-29 03:49:16,971 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - BUILD 2018-12-29 03:49:16,971 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:49:19,974 - create_instance - DEBUG - VM status query timeout in 896.790201902 2018-12-29 03:49:19,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:20,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-1284acf6-570e-4101-a259-db65f2861bf8 x-compute-request-id: req-1284acf6-570e-4101-a259-db65f2861bf8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:49:17Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:20,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-1284acf6-570e-4101-a259-db65f2861bf8 2018-12-29 03:49:20,369 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - BUILD 2018-12-29 03:49:20,370 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:49:23,373 - create_instance - DEBUG - VM status query timeout in 893.391453981 2018-12-29 03:49:23,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:23,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-2c20ad57-493b-421c-af91-383e36478226 x-compute-request-id: req-2c20ad57-493b-421c-af91-383e36478226 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:22Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:23,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-2c20ad57-493b-421c-af91-383e36478226 2018-12-29 03:49:23,955 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - ACTIVE 2018-12-29 03:49:23,955 - create_instance - INFO - VM is - ACTIVE 2018-12-29 03:49:23,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:24,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-1499893b-4e38-4fc6-a708-1d04447a4d6a x-compute-request-id: req-1499893b-4e38-4fc6-a708-1d04447a4d6a Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:22Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:24,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-1499893b-4e38-4fc6-a708-1d04447a4d6a 2018-12-29 03:49:24,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:24,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-47dc7a6c-a9c0-42be-afee-29333cc049ee Date: Sat, 29 Dec 2018 03:49:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:24,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-47dc7a6c-a9c0-42be-afee-29333cc049ee 2018-12-29 03:49:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:24,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8495c752-461c-488a-8a42-e66e8068d353 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:24,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-8495c752-461c-488a-8a42-e66e8068d353 2018-12-29 03:49:24,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:25,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-537a7f34-e2a8-414f-8bed-56359e084ba3 Date: Sat, 29 Dec 2018 03:49:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:25,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-537a7f34-e2a8-414f-8bed-56359e084ba3 2018-12-29 03:49:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:25,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-1a6e6a4a-6b33-4162-9606-fd6904dd32c5 Date: Sat, 29 Dec 2018 03:49:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:25,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-1a6e6a4a-6b33-4162-9606-fd6904dd32c5 2018-12-29 03:49:25,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:25,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["ztkUux2-Sh6qhjLuZTamqA"], "issued_at": "2018-12-29T03:49:25.000000Z"}} 2018-12-29 03:49:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:25,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86011e1-711a-43cf-bdf8-6e92f878a7e1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:25,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b86011e1-711a-43cf-bdf8-6e92f878a7e1 2018-12-29 03:49:25,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:26,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-70eaa383-45c8-49a8-9724-46c421443a2b x-compute-request-id: req-70eaa383-45c8-49a8-9724-46c421443a2b Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:22Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:26,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-70eaa383-45c8-49a8-9724-46c421443a2b 2018-12-29 03:49:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:26,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c3928687-577c-4b89-8c08-4d60a05716cb Date: Sat, 29 Dec 2018 03:49:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:26,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-c3928687-577c-4b89-8c08-4d60a05716cb 2018-12-29 03:49:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:26,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad642c26-8832-4b6b-8cf7-fb115999ba67 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:26,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-ad642c26-8832-4b6b-8cf7-fb115999ba67 2018-12-29 03:49:26,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:26,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-99a6bad9-d001-4f0b-92cb-e9ddf2624f28 Date: Sat, 29 Dec 2018 03:49:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:26,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-99a6bad9-d001-4f0b-92cb-e9ddf2624f28 2018-12-29 03:49:26,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:26,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-ae8b87ea-3049-4097-be57-d5a17389365f Date: Sat, 29 Dec 2018 03:49:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:26,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-ae8b87ea-3049-4097-be57-d5a17389365f 2018-12-29 03:49:26,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" -d '{"volumeAttachment": {"volumeId": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}}' 2018-12-29 03:49:28,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-e1b4912e-d4c7-4345-9039-e3784b5e844d x-compute-request-id: req-e1b4912e-d4c7-4345-9039-e3784b5e844d Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "volumeId": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}} 2018-12-29 03:49:28,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e/os-volume_attachments used request id req-e1b4912e-d4c7-4345-9039-e3784b5e844d 2018-12-29 03:49:28,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf8fd66f-37b8-4174-8d57-5c2ef447cde2 x-compute-request-id: req-bf8fd66f-37b8-4174-8d57-5c2ef447cde2 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:22Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "metadata": {}}} 2018-12-29 03:49:29,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-bf8fd66f-37b8-4174-8d57-5c2ef447cde2 2018-12-29 03:49:29,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-df6d697f-1436-4eaa-aac6-9d4aee7c0d19 Date: Sat, 29 Dec 2018 03:49:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:29,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-df6d697f-1436-4eaa-aac6-9d4aee7c0d19 2018-12-29 03:49:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:49:29,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:49:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:49:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2cf5ac-4d83-43e7-a568-7fe20bb58c6e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:29,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-eb2cf5ac-4d83-43e7-a568-7fe20bb58c6e 2018-12-29 03:49:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c7299e8d-f1a2-4a2e-b691-81f4b3fee806 Date: Sat, 29 Dec 2018 03:49:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:29,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-c7299e8d-f1a2-4a2e-b691-81f4b3fee806 2018-12-29 03:49:29,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-45a9722a-7565-4d18-b339-62aab2675dab Date: Sat, 29 Dec 2018 03:49:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:29,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-45a9722a-7565-4d18-b339-62aab2675dab 2018-12-29 03:49:29,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:29,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bf9aa2-8fc2-4c16-984f-97c000862756 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:29,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-21bf9aa2-8fc2-4c16-984f-97c000862756 2018-12-29 03:49:29,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:30,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-81a09760-db90-4822-b002-669f44b6a9db x-compute-request-id: req-81a09760-db90-4822-b002-669f44b6a9db Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:29Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "metadata": {}}} 2018-12-29 03:49:30,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-81a09760-db90-4822-b002-669f44b6a9db 2018-12-29 03:49:30,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:30,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c4c9f189-5d72-4b06-8039-e0eb950f05a7 Date: Sat, 29 Dec 2018 03:49:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:30,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-c4c9f189-5d72-4b06-8039-e0eb950f05a7 2018-12-29 03:49:30,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:30,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926a6c74-fd09-4287-9178-111da21b00ce Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:30,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-926a6c74-fd09-4287-9178-111da21b00ce 2018-12-29 03:49:30,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:31,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ed82776e-429f-418a-9cbc-141cd18c4cc2 Date: Sat, 29 Dec 2018 03:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:31,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-ed82776e-429f-418a-9cbc-141cd18c4cc2 2018-12-29 03:49:31,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:31,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-095eed17-118d-4efa-a5ad-405ee9ccb3d4 Date: Sat, 29 Dec 2018 03:49:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:31,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-095eed17-118d-4efa-a5ad-405ee9ccb3d4 2018-12-29 03:49:31,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:32,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-37b0112c-644d-4705-ac19-824d0441dcff x-compute-request-id: req-37b0112c-644d-4705-ac19-824d0441dcff Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:29Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "metadata": {}}} 2018-12-29 03:49:32,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-37b0112c-644d-4705-ac19-824d0441dcff 2018-12-29 03:49:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:32,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0ceae4c3-cde1-469e-8ba2-c49bf65b5345 Date: Sat, 29 Dec 2018 03:49:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:32,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-0ceae4c3-cde1-469e-8ba2-c49bf65b5345 2018-12-29 03:49:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:32,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb65c02-2a1c-4af3-aa25-d960d6201ddb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:32,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-bfb65c02-2a1c-4af3-aa25-d960d6201ddb 2018-12-29 03:49:32,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:32,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d8edce2d-932b-46cb-9a10-69237460f3b1 Date: Sat, 29 Dec 2018 03:49:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:32,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-d8edce2d-932b-46cb-9a10-69237460f3b1 2018-12-29 03:49:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:32,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-30579016-d36a-4b9a-8f49-0cc29a0cbdaa Date: Sat, 29 Dec 2018 03:49:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:32,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-30579016-d36a-4b9a-8f49-0cc29a0cbdaa 2018-12-29 03:49:32,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:33,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:32 GMT Server: Apache x-compute-request-id: req-3c5b1a49-8a05-48e5-a489-2e6aadbc36a4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c5b1a49-8a05-48e5-a489-2e6aadbc36a4 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "attachment_id": "b9131221-0e1d-41a5-b595-cf01152cbb7d", "attached_at": "2018-12-29T03:49:30.000000", "host_name": null, "volume_id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "device": "/dev/vdb", "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:49:30.000000", "replication_status": null, "snapshot_id": null, "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-77029eef-7354-41ce-8d42-0743703d5bb2", "bootable": "false", "created_at": "2018-12-29T03:49:07.000000", "volume_type": null}} 2018-12-29 03:49:33,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-3c5b1a49-8a05-48e5-a489-2e6aadbc36a4 2018-12-29 03:49:33,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:34,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2f9f174-8803-44fb-bc8e-3c966b531ab9 x-compute-request-id: req-f2f9f174-8803-44fb-bc8e-3c966b531ab9 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:c5:a4", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:29Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "metadata": {}}} 2018-12-29 03:49:34,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-f2f9f174-8803-44fb-bc8e-3c966b531ab9 2018-12-29 03:49:34,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:34,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c67ebb41-a6fc-4f24-883a-a9b17c5674fe Date: Sat, 29 Dec 2018 03:49:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c511acc2-0351-40a0-844c-dae38ea73cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["a929015a-4a5d-4393-ab1a-c168f9c75824"],"description":"","tags":[],"updated_at":"2018-12-29T03:49:04Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:03Z","provider:network_type":"vxlan"}]} 2018-12-29 03:49:34,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net used request id req-c67ebb41-a6fc-4f24-883a-a9b17c5674fe 2018-12-29 03:49:34,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:34,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f68bee8-3511-4197-9b78-08c22e0714f6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:49:34,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-6f68bee8-3511-4197-9b78-08c22e0714f6 2018-12-29 03:49:34,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:34,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-26c9ca8f-bb31-4158-8d98-b53e0f94191c Date: Sat, 29 Dec 2018 03:49:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","dns_nameservers":[],"updated_at":"2018-12-29T03:49: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":"74f504fcfb7d402d8417edc4f4429463","id":"a929015a-4a5d-4393-ab1a-c168f9c75824","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet"}]} 2018-12-29 03:49:34,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-26c9ca8f-bb31-4158-8d98-b53e0f94191c 2018-12-29 03:49:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:34,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-11ce7e0c-b5be-4483-9a74-b63b671f0712 Date: Sat, 29 Dec 2018 03:49:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.3"}],"id":"328a3852-e9bd-4ebb-8142-e6b641097ac6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:e8:53","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.4"}],"id":"6f0530c9-a05f-427f-ae68-10136f230df8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:e3:39","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.12"}],"id":"ec637e51-68a0-448b-ae15-b69bb7ded845","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:c5:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45f82400-ed21-48aa-a1a1-3c1d5445f65e","name":"NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:49:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a929015a-4a5d-4393-ab1a-c168f9c75824","ip_address":"10.55.0.2"}],"id":"f24c79b3-1629-4a18-b936-b9195eb543a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:29:f9","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c511acc2-0351-40a0-844c-dae38ea73cc2","name":"","admin_state_up":true,"network_id":"c511acc2-0351-40a0-844c-dae38ea73cc2","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:49:04Z","binding:vnic_type":"normal"}]} 2018-12-29 03:49:34,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-11ce7e0c-b5be-4483-9a74-b63b671f0712 2018-12-29 03:49:34,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e/os-volume_attachments/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f0b9ce298a6b1e9cfe65fd76d1e7511dfee2cd1" 2018-12-29 03:49:36,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49: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-2566d2a1-9ce1-4b0c-9357-03c687d83c1e x-compute-request-id: req-2566d2a1-9ce1-4b0c-9357-03c687d83c1e Content-Length: 0 Content-Type: application/json 2018-12-29 03:49:36,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e/os-volume_attachments/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-2566d2a1-9ce1-4b0c-9357-03c687d83c1e 2018-12-29 03:49:36,633 - create_instance - INFO - Deleting Port with ID - ec637e51-68a0-448b-ae15-b69bb7ded845 2018-12-29 03:49:36,634 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-port 2018-12-29 03:49:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/ec637e51-68a0-448b-ae15-b69bb7ded845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:37,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e07f3f2-b166-4fd0-9c67-bfbe914667bc Date: Sat, 29 Dec 2018 03:49:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:49:37,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/ec637e51-68a0-448b-ae15-b69bb7ded845 used request id req-2e07f3f2-b166-4fd0-9c67-bfbe914667bc 2018-12-29 03:49:37,409 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst 2018-12-29 03:49:37,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:37,604 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:49: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-2bf1501e-e3eb-45f6-b5fb-b7a66897d720 x-compute-request-id: req-2bf1501e-e3eb-45f6-b5fb-b7a66897d720 Content-Type: application/json 2018-12-29 03:49:37,604 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-2bf1501e-e3eb-45f6-b5fb-b7a66897d720 2018-12-29 03:49:37,604 - create_instance - INFO - Checking deletion status 2018-12-29 03:49:37,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:38,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-752f46c3-9e84-44ef-b02a-9ef9b00e1dcf x-compute-request-id: req-752f46c3-9e84-44ef-b02a-9ef9b00e1dcf 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.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:37Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [{"id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4"}], "metadata": {}}} 2018-12-29 03:49:38,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-752f46c3-9e84-44ef-b02a-9ef9b00e1dcf 2018-12-29 03:49:38,002 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - ACTIVE 2018-12-29 03:49:38,003 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:49:41,006 - create_instance - DEBUG - VM status query timeout in 296.598570824 2018-12-29 03:49:41,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:41,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-cf28b8f1-6ccb-4e77-b5b9-c22b6fb468d6 x-compute-request-id: req-cf28b8f1-6ccb-4e77-b5b9-c22b6fb468d6 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:37Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:41,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-cf28b8f1-6ccb-4e77-b5b9-c22b6fb468d6 2018-12-29 03:49:41,234 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - ACTIVE 2018-12-29 03:49:41,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:49:44,237 - create_instance - DEBUG - VM status query timeout in 293.367123842 2018-12-29 03:49:44,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:44,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-013b8006-1a22-420e-9909-b9d1b6d08ed1 x-compute-request-id: req-013b8006-1a22-420e-9909-b9d1b6d08ed1 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e", "rel": "bookmark"}], "image": {"id": "a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "links": [{"href": "http://172.30.9.30:8774/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-12-29T03:49:21.000000", "flavor": {"id": "077ed0b0-4491-4a15-adc5-4bcff4b38f33", "links": [{"href": "http://172.30.9.30:8774/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33", "rel": "bookmark"}]}, "id": "45f82400-ed21-48aa-a1a1-3c1d5445f65e", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:49:44Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst", "created": "2018-12-29T03:49:16Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:49:44,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-013b8006-1a22-420e-9909-b9d1b6d08ed1 2018-12-29 03:49:44,483 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst] is - ACTIVE 2018-12-29 03:49:44,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:49:47,486 - create_instance - DEBUG - VM status query timeout in 290.117995977 2018-12-29 03:49:47,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dfc6b75a2f02b9109daf99fb1955988ad792f1" 2018-12-29 03:49:47,540 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:49:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f58d1594-2a08-4199-950e-466118c28104 x-compute-request-id: req-f58d1594-2a08-4199-950e-466118c28104 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 45f82400-ed21-48aa-a1a1-3c1d5445f65e could not be found.", "code": 404}} 2018-12-29 03:49:47,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45f82400-ed21-48aa-a1a1-3c1d5445f65e used request id req-f58d1594-2a08-4199-950e-466118c28104 2018-12-29 03:49:47,540 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 45f82400-ed21-48aa-a1a1-3c1d5445f65e could not be found. (HTTP 404) (Request-ID: req-f58d1594-2a08-4199-950e-466118c28104) 2018-12-29 03:49:47,540 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-vm_inst 2018-12-29 03:49:47,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:48,280 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:47 GMT Server: Apache x-compute-request-id: req-ebf84828-64e0-42f4-bcb2-c7f797f16618 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebf84828-64e0-42f4-bcb2-c7f797f16618 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:49:44.000000", "replication_status": null, "snapshot_id": null, "id": "f1e04af0-a19d-46c8-b410-b6a4bd7051c4", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-77029eef-7354-41ce-8d42-0743703d5bb2", "bootable": "false", "created_at": "2018-12-29T03:49:07.000000", "volume_type": null}} 2018-12-29 03:49:48,280 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-ebf84828-64e0-42f4-bcb2-c7f797f16618 2018-12-29 03:49:48,281 - create_volume - DEBUG - Instance status is - available 2018-12-29 03:49:48,281 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:48,281 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:48,284 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:49,046 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca16ca6f-68de-4ebb-903d-0a543db18649 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-12-29 03:49:49,046 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-ca16ca6f-68de-4ebb-903d-0a543db18649 2018-12-29 03:49:49,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb5c5de8-a8f1-4de5-8dfd-35394c79eef6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08c6353210021d0b6a690c7ea82ff57bb96fa33" 2018-12-29 03:49:49,780 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:49:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2e60f720-372f-498e-96ed-b2ecf2caf090 x-openstack-request-id: req-2e60f720-372f-498e-96ed-b2ecf2caf090 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f1e04af0-a19d-46c8-b410-b6a4bd7051c4 could not be found.", "code": 404}} 2018-12-29 03:49:49,781 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/f1e04af0-a19d-46c8-b410-b6a4bd7051c4 used request id req-2e60f720-372f-498e-96ed-b2ecf2caf090 2018-12-29 03:49:49,781 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f1e04af0-a19d-46c8-b410-b6a4bd7051c4 could not be found. (HTTP 404) (Request-ID: req-2e60f720-372f-498e-96ed-b2ecf2caf090) 2018-12-29 03:49:49,781 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2 2018-12-29 03:49:49,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e063c5eee5691214d529c5d4b0ae0fe9737a30c2" 2018-12-29 03:49:49,825 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3584838-891d-411e-a884-77821320efb1 x-compute-request-id: req-a3584838-891d-411e-a884-77821320efb1 Content-Length: 0 Content-Type: application/json 2018-12-29 03:49:49,825 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/077ed0b0-4491-4a15-adc5-4bcff4b38f33 used request id req-a3584838-891d-411e-a884-77821320efb1 2018-12-29 03:49:49,826 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet 2018-12-29 03:49:49,826 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-subnet 2018-12-29 03:49:49,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/a929015a-4a5d-4393-ab1a-c168f9c75824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:52,007 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec507441-75d8-4689-9a26-9c39dd5a38b6 Date: Sat, 29 Dec 2018 03:49:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:49:52,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/a929015a-4a5d-4393-ab1a-c168f9c75824 used request id req-ec507441-75d8-4689-9a26-9c39dd5a38b6 2018-12-29 03:49:52,007 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-net 2018-12-29 03:49:52,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/c511acc2-0351-40a0-844c-dae38ea73cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ea2403b0575a6bc2a18ce27bab899d60be3ae56" 2018-12-29 03:49:53,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8958f473-3eb2-458c-afe6-deb375ca2fa9 Date: Sat, 29 Dec 2018 03:49:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:49:53,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c511acc2-0351-40a0-844c-dae38ea73cc2 used request id req-8958f473-3eb2-458c-afe6-deb375ca2fa9 2018-12-29 03:49:53,451 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-77029eef-7354-41ce-8d42-0743703d5bb2-image 2018-12-29 03:49:53,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}311c5bb02e504c8b04ce3e81605a956179308617" 2018-12-29 03:49:55,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66991160-eaa6-4161-8ff5-a79346b28011 Date: Sat, 29 Dec 2018 03:49:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:49:55,430 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a0eef56b-de9d-4739-87f1-aed2bb9c2dc6 used request id req-66991160-eaa6-4161-8ff5-a79346b28011 2018-12-29 03:49:55,431 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:55,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:55,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:55,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["9vRFS36jTHa3lQVgdANAHA"], "issued_at": "2018-12-29T03:49:55.000000Z"}} 2018-12-29 03:49:55,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3505669321c172511046e510cfe0d44f79422117" 2018-12-29 03:49:55,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaebe0f6-c9a8-4e7e-86ea-64d64e5865ba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:55,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aaebe0f6-c9a8-4e7e-86ea-64d64e5865ba 2018-12-29 03:49:55,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:55,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3505669321c172511046e510cfe0d44f79422117" 2018-12-29 03:49:56,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02549c9d-e9c6-4f84-9865-d631b550413a x-compute-request-id: req-02549c9d-e9c6-4f84-9865-d631b550413a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:56,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-02549c9d-e9c6-4f84-9865-d631b550413a 2018-12-29 03:49:56,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3505669321c172511046e510cfe0d44f79422117" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-49e50f61-e66e-4fa9-8b50-bbf0e71e7695name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-29 03:49:56,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef38e56c-9dda-4a1a-8a53-b6c9a40091e9 x-compute-request-id: req-ef38e56c-9dda-4a1a-8a53-b6c9a40091e9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c690b447-c3ff-4623-9d8c-2663cc89e2e2", "name": "CreateFlavorTests-49e50f61-e66e-4fa9-8b50-bbf0e71e7695name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:56,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ef38e56c-9dda-4a1a-8a53-b6c9a40091e9 2018-12-29 03:49:56,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:56,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["GlTFhc_eToWUcj45kx1bVw"], "issued_at": "2018-12-29T03:49:56.000000Z"}} 2018-12-29 03:49:56,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f4cb6366671eda983e448551e13332bd4d820c" 2018-12-29 03:49:56,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2862ca7a-c483-4a08-a763-edf706f14f8c x-compute-request-id: req-2862ca7a-c483-4a08-a763-edf706f14f8c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c690b447-c3ff-4623-9d8c-2663cc89e2e2", "name": "CreateFlavorTests-49e50f61-e66e-4fa9-8b50-bbf0e71e7695name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:56,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2 used request id req-2862ca7a-c483-4a08-a763-edf706f14f8c 2018-12-29 03:49:56,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f4cb6366671eda983e448551e13332bd4d820c" 2018-12-29 03:49:56,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd6b8724-4807-46a4-9bc2-6a3b20095df9 x-compute-request-id: req-dd6b8724-4807-46a4-9bc2-6a3b20095df9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:49:56,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2/os-extra_specs used request id req-dd6b8724-4807-46a4-9bc2-6a3b20095df9 2018-12-29 03:49:56,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3505669321c172511046e510cfe0d44f79422117" 2018-12-29 03:49:56,801 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de2212b3-0a52-4358-ac43-5b4699e27751 x-compute-request-id: req-de2212b3-0a52-4358-ac43-5b4699e27751 Content-Length: 0 Content-Type: application/json 2018-12-29 03:49:56,801 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c690b447-c3ff-4623-9d8c-2663cc89e2e2 used request id req-de2212b3-0a52-4358-ac43-5b4699e27751 2018-12-29 03:49:56,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f4cb6366671eda983e448551e13332bd4d820c" 2018-12-29 03:49:56,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6fc782fc-19b6-4e95-9dad-67fd33672b63 x-compute-request-id: req-6fc782fc-19b6-4e95-9dad-67fd33672b63 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:56,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6fc782fc-19b6-4e95-9dad-67fd33672b63 2018-12-29 03:49:56,832 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:56,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:56,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:57,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["dm-Rzxi9QKm8ez8p13DYZQ"], "issued_at": "2018-12-29T03:49:57.000000Z"}} 2018-12-29 03:49:57,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40e05cbc206db54415d27cb14b1c2620f21c7c" 2018-12-29 03:49:57,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a9b5bdb-72bb-4252-a626-63f5dfd71627 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:57,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8a9b5bdb-72bb-4252-a626-63f5dfd71627 2018-12-29 03:49:57,307 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:57,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40e05cbc206db54415d27cb14b1c2620f21c7c" 2018-12-29 03:49:57,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-86e02747-7bdd-4cbf-8681-aa2c1dd0f878 x-compute-request-id: req-86e02747-7bdd-4cbf-8681-aa2c1dd0f878 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:57,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-86e02747-7bdd-4cbf-8681-aa2c1dd0f878 2018-12-29 03:49:57,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40e05cbc206db54415d27cb14b1c2620f21c7c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-32809c18-0fef-4212-b6e9-3a3402b685f1name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-29 03:49:57,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49: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-cd3f008c-5e85-4d04-ad5c-b6d9af1ba813 x-compute-request-id: req-cd3f008c-5e85-4d04-ad5c-b6d9af1ba813 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "name": "CreateFlavorTests-32809c18-0fef-4212-b6e9-3a3402b685f1name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:57,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cd3f008c-5e85-4d04-ad5c-b6d9af1ba813 2018-12-29 03:49:57,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:58,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["fgoCMrR2RZG9YcqykoNpJg"], "issued_at": "2018-12-29T03:49:58.000000Z"}} 2018-12-29 03:49:58,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2edf813d4138e002e7a62b4d94581ac9fb0593" 2018-12-29 03:49:58,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9efc7d5c-103c-493c-91cd-df9bac13a4fa x-compute-request-id: req-9efc7d5c-103c-493c-91cd-df9bac13a4fa Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586", "name": "CreateFlavorTests-32809c18-0fef-4212-b6e9-3a3402b685f1name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:58,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 used request id req-9efc7d5c-103c-493c-91cd-df9bac13a4fa 2018-12-29 03:49:58,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2edf813d4138e002e7a62b4d94581ac9fb0593" 2018-12-29 03:49:58,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-daf76e10-ae86-42a1-ad84-fb8d2f8a8796 x-compute-request-id: req-daf76e10-ae86-42a1-ad84-fb8d2f8a8796 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:49:58,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586/os-extra_specs used request id req-daf76e10-ae86-42a1-ad84-fb8d2f8a8796 2018-12-29 03:49:58,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2edf813d4138e002e7a62b4d94581ac9fb0593" 2018-12-29 03:49:58,310 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bc07730-6fc2-44c9-b985-63144a087f2d x-compute-request-id: req-4bc07730-6fc2-44c9-b985-63144a087f2d Content-Length: 0 Content-Type: application/json 2018-12-29 03:49:58,310 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 used request id req-4bc07730-6fc2-44c9-b985-63144a087f2d 2018-12-29 03:49:58,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2edf813d4138e002e7a62b4d94581ac9fb0593" 2018-12-29 03:49:58,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06bea1f5-f77b-4db4-8444-cf4b528fb80c x-compute-request-id: req-06bea1f5-f77b-4db4-8444-cf4b528fb80c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:58,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-06bea1f5-f77b-4db4-8444-cf4b528fb80c 2018-12-29 03:49:58,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af40e05cbc206db54415d27cb14b1c2620f21c7c" 2018-12-29 03:49:58,360 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68e109c9-889b-48b6-bcda-0ee61711af7e x-compute-request-id: req-68e109c9-889b-48b6-bcda-0ee61711af7e Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 could not be found.", "code": 404}} 2018-12-29 03:49:58,360 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a2fb520c-55cb-42f8-8c2b-ca2ec6a8c586 used request id req-68e109c9-889b-48b6-bcda-0ee61711af7e 2018-12-29 03:49:58,361 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:58,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:58,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:58,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["5OWSQpwMS2aRKnCo-wCppg"], "issued_at": "2018-12-29T03:49:58.000000Z"}} 2018-12-29 03:49:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac83febf920c4ac60e16b8073304c995aeb7545" 2018-12-29 03:49:58,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a402bc9-bb36-485f-a5e8-3803c09ea54a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:49:58,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5a402bc9-bb36-485f-a5e8-3803c09ea54a 2018-12-29 03:49:58,834 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:58,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac83febf920c4ac60e16b8073304c995aeb7545" 2018-12-29 03:49:59,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24720c2e-b4c4-4134-85bb-461097d814fc x-compute-request-id: req-24720c2e-b4c4-4134-85bb-461097d814fc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:49:59,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-24720c2e-b4c4-4134-85bb-461097d814fc 2018-12-29 03:49:59,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac83febf920c4ac60e16b8073304c995aeb7545" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-05401b8e-3375-43bb-a63b-d6c49aaa47ccname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-29 03:49:59,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-808f4be5-5707-4b0c-a4ab-530fcdf7c399 x-compute-request-id: req-808f4be5-5707-4b0c-a4ab-530fcdf7c399 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/46541384-5ee0-4685-b669-15636e68bd66", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "46541384-5ee0-4685-b669-15636e68bd66", "name": "CreateFlavorTests-05401b8e-3375-43bb-a63b-d6c49aaa47ccname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:59,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-808f4be5-5707-4b0c-a4ab-530fcdf7c399 2018-12-29 03:49:59,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:49:59,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:49:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["p7WDoCTUT169pCvjlIyuIw"], "issued_at": "2018-12-29T03:49:59.000000Z"}} 2018-12-29 03:49:59,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2d23e778ef47ff7216ef5e91dff272427e9a0e" 2018-12-29 03:49:59,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc9e92ef-5cd1-4321-a05e-1f2ea6582291 x-compute-request-id: req-cc9e92ef-5cd1-4321-a05e-1f2ea6582291 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/46541384-5ee0-4685-b669-15636e68bd66", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "46541384-5ee0-4685-b669-15636e68bd66", "name": "CreateFlavorTests-05401b8e-3375-43bb-a63b-d6c49aaa47ccname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:49:59,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66 used request id req-cc9e92ef-5cd1-4321-a05e-1f2ea6582291 2018-12-29 03:49:59,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2d23e778ef47ff7216ef5e91dff272427e9a0e" 2018-12-29 03:49:59,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e436479-34cb-46e4-ab9d-c7c33fd7e93e x-compute-request-id: req-7e436479-34cb-46e4-ab9d-c7c33fd7e93e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:49:59,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66/os-extra_specs used request id req-7e436479-34cb-46e4-ab9d-c7c33fd7e93e 2018-12-29 03:49:59,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac83febf920c4ac60e16b8073304c995aeb7545" 2018-12-29 03:49:59,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-392f240b-994a-4507-b8b0-d90229486f14 x-compute-request-id: req-392f240b-994a-4507-b8b0-d90229486f14 Content-Length: 0 Content-Type: application/json 2018-12-29 03:49:59,745 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/46541384-5ee0-4685-b669-15636e68bd66 used request id req-392f240b-994a-4507-b8b0-d90229486f14 2018-12-29 03:49:59,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:49:59,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:49:59,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:00,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["dDO4b4ZKRSKmIIvEgfS-iw"], "issued_at": "2018-12-29T03:50:00.000000Z"}} 2018-12-29 03:50:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f806dd523f6a65f481e91bf26f75b1274ba991a" 2018-12-29 03:50:00,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d91801c2-09ce-4ecd-a745-419e92f481c1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:00,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d91801c2-09ce-4ecd-a745-419e92f481c1 2018-12-29 03:50:00,219 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:00,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f806dd523f6a65f481e91bf26f75b1274ba991a" 2018-12-29 03:50:00,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-5f787b9a-9b5e-458a-930d-ed1a47449702 x-compute-request-id: req-5f787b9a-9b5e-458a-930d-ed1a47449702 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:50:00,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5f787b9a-9b5e-458a-930d-ed1a47449702 2018-12-29 03:50:00,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f806dd523f6a65f481e91bf26f75b1274ba991a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-6be01469-77f0-42f1-aee8-1c8061571687name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-12-29 03:50:00,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-7ffa39c7-110a-4480-9645-c2eb66f68af8 x-compute-request-id: req-7ffa39c7-110a-4480-9645-c2eb66f68af8 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "name": "CreateFlavorTests-6be01469-77f0-42f1-aee8-1c8061571687name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-29 03:50:00,432 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7ffa39c7-110a-4480-9645-c2eb66f68af8 2018-12-29 03:50:00,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:00,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["3XHhUpMCQfW3lDXt7DGfTA"], "issued_at": "2018-12-29T03:50:00.000000Z"}} 2018-12-29 03:50:00,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d4eb70cabe8a7fd2216996e4c37e71a8cc30b" 2018-12-29 03:50:00,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-db08c091-045a-4786-ba38-ea764672ba0e x-compute-request-id: req-db08c091-045a-4786-ba38-ea764672ba0e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136", "name": "CreateFlavorTests-6be01469-77f0-42f1-aee8-1c8061571687name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-12-29 03:50:00,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 used request id req-db08c091-045a-4786-ba38-ea764672ba0e 2018-12-29 03:50:00,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d4eb70cabe8a7fd2216996e4c37e71a8cc30b" 2018-12-29 03:50:01,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-9cc0241e-621c-4bae-8b34-8d1f6b5aa47c x-compute-request-id: req-9cc0241e-621c-4bae-8b34-8d1f6b5aa47c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:50:01,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136/os-extra_specs used request id req-9cc0241e-621c-4bae-8b34-8d1f6b5aa47c 2018-12-29 03:50:01,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d4eb70cabe8a7fd2216996e4c37e71a8cc30b" 2018-12-29 03:50:01,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249b19d9-73fc-4f7f-ba40-b8aafd3cdb31 x-compute-request-id: req-249b19d9-73fc-4f7f-ba40-b8aafd3cdb31 Content-Length: 0 Content-Type: application/json 2018-12-29 03:50:01,056 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 used request id req-249b19d9-73fc-4f7f-ba40-b8aafd3cdb31 2018-12-29 03:50:01,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c65d4eb70cabe8a7fd2216996e4c37e71a8cc30b" 2018-12-29 03:50:01,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf2ac35f-09ff-483a-8457-c75700060f8c x-compute-request-id: req-cf2ac35f-09ff-483a-8457-c75700060f8c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:50:01,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cf2ac35f-09ff-483a-8457-c75700060f8c 2018-12-29 03:50:01,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f806dd523f6a65f481e91bf26f75b1274ba991a" 2018-12-29 03:50:01,114 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b6b43a0-b4f3-49b8-9d2d-3ee2533e6c39 x-compute-request-id: req-8b6b43a0-b4f3-49b8-9d2d-3ee2533e6c39 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 could not be found.", "code": 404}} 2018-12-29 03:50:01,114 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/7b7d3f7c-abe6-4575-aa1d-78ac2f6d3136 used request id req-8b6b43a0-b4f3-49b8-9d2d-3ee2533e6c39 2018-12-29 03:50:01,116 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:01,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:01,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:01,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["qUaL36WuQs6yq30oY26RzQ"], "issued_at": "2018-12-29T03:50:01.000000Z"}} 2018-12-29 03:50:01,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beea77cb2d44e9e35839f4928165fe05febd515a" 2018-12-29 03:50:01,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d60729c-fa3f-4bcb-8e93-776bff02db14 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:01,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5d60729c-fa3f-4bcb-8e93-776bff02db14 2018-12-29 03:50:01,592 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:01,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beea77cb2d44e9e35839f4928165fe05febd515a" 2018-12-29 03:50:01,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d196dea0-1f01-4a3c-b05c-a91e1d005dce x-compute-request-id: req-d196dea0-1f01-4a3c-b05c-a91e1d005dce Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:50:01,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d196dea0-1f01-4a3c-b05c-a91e1d005dce 2018-12-29 03:50:01,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beea77cb2d44e9e35839f4928165fe05febd515a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-12-29 03:50:01,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18f9e57a-1804-4a51-b260-2adcea38288a x-compute-request-id: req-18f9e57a-1804-4a51-b260-2adcea38288a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5de1d87b-1d9b-4a8b-9a54-649144000030", "name": "CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:50:01,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-18f9e57a-1804-4a51-b260-2adcea38288a 2018-12-29 03:50:01,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:02,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NBn1kyS0T5Wm2x0VZhJupA"], "issued_at": "2018-12-29T03:50:02.000000Z"}} 2018-12-29 03:50:02,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a60066a3856edc528d389115e454a8f20602fc1" 2018-12-29 03:50:02,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-9fd11ef6-f7e4-45db-8f6e-4042995bd564 x-compute-request-id: req-9fd11ef6-f7e4-45db-8f6e-4042995bd564 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5de1d87b-1d9b-4a8b-9a54-649144000030", "name": "CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:50:02,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 used request id req-9fd11ef6-f7e4-45db-8f6e-4042995bd564 2018-12-29 03:50:02,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a60066a3856edc528d389115e454a8f20602fc1" 2018-12-29 03:50:02,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-a41c466e-89a8-499a-9f7b-19ea9d35e97e x-compute-request-id: req-a41c466e-89a8-499a-9f7b-19ea9d35e97e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:50:02,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030/os-extra_specs used request id req-a41c466e-89a8-499a-9f7b-19ea9d35e97e 2018-12-29 03:50:02,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:02,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:02,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Xw79ZapERwaud8MLBlAJpg"], "issued_at": "2018-12-29T03:50:02.000000Z"}} 2018-12-29 03:50:02,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d706cbd4719bb55c8d46dfbb0241d49228c80" 2018-12-29 03:50:02,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fdfe87-e85e-40e8-b6a2-9997478c773b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:02,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52fdfe87-e85e-40e8-b6a2-9997478c773b 2018-12-29 03:50:02,888 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:02,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d706cbd4719bb55c8d46dfbb0241d49228c80" 2018-12-29 03:50:03,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-1e177d99-f970-4b23-8048-51ce39f1b717 x-compute-request-id: req-1e177d99-f970-4b23-8048-51ce39f1b717 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5de1d87b-1d9b-4a8b-9a54-649144000030", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "bookmark"}], "name": "CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name"}]} 2018-12-29 03:50:03,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1e177d99-f970-4b23-8048-51ce39f1b717 2018-12-29 03:50:03,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d19d706cbd4719bb55c8d46dfbb0241d49228c80" 2018-12-29 03:50:03,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa8aed24-c2a4-4b24-ac83-83f9e19cd4ff x-compute-request-id: req-aa8aed24-c2a4-4b24-ac83-83f9e19cd4ff Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5de1d87b-1d9b-4a8b-9a54-649144000030", "name": "CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:50:03,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 used request id req-aa8aed24-c2a4-4b24-ac83-83f9e19cd4ff 2018-12-29 03:50:03,103 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-40a18682-a055-446a-8d41-1c1240fbfcd6name 2018-12-29 03:50:03,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beea77cb2d44e9e35839f4928165fe05febd515a" 2018-12-29 03:50:03,136 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2429a34e-09ab-405b-96f1-09f4ec627366 x-compute-request-id: req-2429a34e-09ab-405b-96f1-09f4ec627366 Content-Length: 0 Content-Type: application/json 2018-12-29 03:50:03,136 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/5de1d87b-1d9b-4a8b-9a54-649144000030 used request id req-2429a34e-09ab-405b-96f1-09f4ec627366 2018-12-29 03:50:03,138 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:50:03,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:03,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:03,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["oSUYRIEZRfe33_F0fRWDzA"], "issued_at": "2018-12-29T03:50:03.000000Z"}} 2018-12-29 03:50:03,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:03,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad32c444-5116-475b-a724-8454a68d565d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:03,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad32c444-5116-475b-a724-8454a68d565d 2018-12-29 03:50:03,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:03,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-b2ffb735-9fda-4909-8972-f30d40356ee9 Date: Sat, 29 Dec 2018 03:50:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image"} 2018-12-29 03:50:03,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image used request id req-b2ffb735-9fda-4909-8972-f30d40356ee9 2018-12-29 03:50:03,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:03,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6920dbf5-404a-4571-a978-119cfa56ac19 Date: Sat, 29 Dec 2018 03:50: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-12-29 03:50:03,932 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6920dbf5-404a-4571-a978-119cfa56ac19 2018-12-29 03:50:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image"}' 2018-12-29 03:50:04,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 X-Openstack-Request-Id: req-7e36b6d0-a4cf-4b99-9be0-325c0db7738f Date: Sat, 29 Dec 2018 03:50:04 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823", "min_disk": 0, "protected": false, "id": "05056aac-9431-4432-a834-d333d1e6e823", "file": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:04,162 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7e36b6d0-a4cf-4b99-9be0-325c0db7738f 2018-12-29 03:50:04,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" -d '' 2018-12-29 03:50:06,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb9728db-7035-43c2-beef-be0c709041ee Date: Sat, 29 Dec 2018 03:50:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:50:06,114 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823/file used request id req-fb9728db-7035-43c2-beef-be0c709041ee 2018-12-29 03:50:06,114 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:50:06,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:06,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c85bf924-420e-485b-a457-979dd29aef2f Date: Sat, 29 Dec 2018 03:50:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:06Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/05056aac-9431-4432-a834-d333d1e6e823/snap", "metadata": {}}], "self": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823", "min_disk": 0, "protected": false, "id": "05056aac-9431-4432-a834-d333d1e6e823", "file": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/05056aac-9431-4432-a834-d333d1e6e823/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:06,338 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 used request id req-c85bf924-420e-485b-a457-979dd29aef2f 2018-12-29 03:50:06,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:06,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37e76e30-b434-41ae-8a4b-5ef8179fe68f Date: Sat, 29 Dec 2018 03:50: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-12-29 03:50:06,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-37e76e30-b434-41ae-8a4b-5ef8179fe68f 2018-12-29 03:50:06,916 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image 2018-12-29 03:50:06,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:06,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0487f4ee-934c-4e7d-b535-b953a2c1ebb1 Date: Sat, 29 Dec 2018 03:50:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:06Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/05056aac-9431-4432-a834-d333d1e6e823/snap", "metadata": {}}], "self": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823", "min_disk": 0, "protected": false, "id": "05056aac-9431-4432-a834-d333d1e6e823", "file": "/v2/images/05056aac-9431-4432-a834-d333d1e6e823/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/05056aac-9431-4432-a834-d333d1e6e823/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:06,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 used request id req-0487f4ee-934c-4e7d-b535-b953a2c1ebb1 2018-12-29 03:50:06,935 - create_image - DEBUG - Instance status is - active 2018-12-29 03:50:06,935 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image 2018-12-29 03:50:06,935 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image 2018-12-29 03:50:06,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:06,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:07,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["1jApjaRDTyqN-wTNFp-1MQ"], "issued_at": "2018-12-29T03:50:07.000000Z"}} 2018-12-29 03:50:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddaf1cd6f95965ba24d0b58a08829633f7107b4" 2018-12-29 03:50:07,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724c11ca-6dc3-4ec7-9583-fbe304af6967 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:07,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-724c11ca-6dc3-4ec7-9583-fbe304af6967 2018-12-29 03:50:07,340 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:07,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddaf1cd6f95965ba24d0b58a08829633f7107b4" 2018-12-29 03:50:07,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-d5fc7a49-5585-4325-9d5a-22cddfa85b10 x-compute-request-id: req-d5fc7a49-5585-4325-9d5a-22cddfa85b10 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:50:07,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d5fc7a49-5585-4325-9d5a-22cddfa85b10 2018-12-29 03:50:07,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddaf1cd6f95965ba24d0b58a08829633f7107b4" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-29 03:50:07,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50: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-4eaed35f-21d8-447b-a0b8-60a565b2eb1b x-compute-request-id: req-4eaed35f-21d8-447b-a0b8-60a565b2eb1b Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/998e8c94-7601-4129-bd35-49e6a88cf1ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/998e8c94-7601-4129-bd35-49e6a88cf1ca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "998e8c94-7601-4129-bd35-49e6a88cf1ca", "name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:50:07,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4eaed35f-21d8-447b-a0b8-60a565b2eb1b 2018-12-29 03:50:07,609 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:50:07,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:08,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["P5V0LCHiS8ChNGXDISrVvg"], "issued_at": "2018-12-29T03:50:08.000000Z"}} 2018-12-29 03:50:08,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-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-e992f110-7d47-44df-bb79-e8f740b20533-net", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}}' 2018-12-29 03:50:11,103 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:50:08 GMT Server: Apache x-openstack-request-id: req-cb28925d-abd1-49ee-beea-dd8c83ba10b3 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "d0716a21-96a9-48f9-9df4-157d605ca344", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}]}} 2018-12-29 03:50:11,103 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-cb28925d-abd1-49ee-beea-dd8c83ba10b3 2018-12-29 03:50:11,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:11,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:11 GMT Server: Apache x-openstack-request-id: req-02abd307-879c-4b79-9397-0cb60e9c8c2b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:12,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:11 GMT Server: Apache x-openstack-request-id: req-74d7774f-360e-4903-a799-0bdfc01ce21f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:12,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-74d7774f-360e-4903-a799-0bdfc01ce21f 2018-12-29 03:50:12,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:13,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:12 GMT Server: Apache x-openstack-request-id: req-3e0d9fd5-d578-45e1-b196-dec774eab112 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-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "deletion_time": null, "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "tags": null}]} 2018-12-29 03:50:13,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1 used request id req-3e0d9fd5-d578-45e1-b196-dec774eab112 2018-12-29 03:50:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:14,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:13 GMT Server: Apache x-openstack-request-id: req-34f615b8-6fc4-44e1-a399-ad7c63ac0465 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-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "deletion_time": null, "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "tags": null}]} 2018-12-29 03:50:14,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1 used request id req-34f615b8-6fc4-44e1-a399-ad7c63ac0465 2018-12-29 03:50:14,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:14,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:14 GMT Server: Apache x-openstack-request-id: req-eea10676-c3cb-4a80-b724-a5be2a34c313 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:14,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:14 GMT Server: Apache x-openstack-request-id: req-e57fadf2-cffd-413c-8467-3341ed6c658d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:14,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-e57fadf2-cffd-413c-8467-3341ed6c658d 2018-12-29 03:50:14,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:15,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:14 GMT Server: Apache x-openstack-request-id: req-cd2ea166-d537-4c6b-87d1-ba889c0fb69b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:16,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:15 GMT Server: Apache x-openstack-request-id: req-a40808f0-7566-4ae3-a9b7-721376e0202d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "212bb09e-99a7-411b-9847-d571481142e7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a8fe03fe-2ab8-4b51-a39f-447c443cbcae", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-29T03:50:10Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-12-29T03:50:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:50:16,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources used request id req-a40808f0-7566-4ae3-a9b7-721376e0202d 2018-12-29 03:50:16,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:16,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:16 GMT Server: Apache x-openstack-request-id: req-99145a01-d584-4f7f-a38a-d92bee03a190 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:16,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:16 GMT Server: Apache x-openstack-request-id: req-f29a01b8-c5b0-4f80-95a4-b456e6d88891 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:16,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-f29a01b8-c5b0-4f80-95a4-b456e6d88891 2018-12-29 03:50:16,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:17,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:16 GMT Server: Apache x-openstack-request-id: req-f16ea5d1-65d4-4fcb-8d59-3602aeb7f60f Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:17,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:17 GMT Server: Apache x-openstack-request-id: req-f329d078-d056-4f97-901a-204df0bc9f65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:17,939 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-f329d078-d056-4f97-901a-204df0bc9f65 2018-12-29 03:50:20,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:21,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:20 GMT Server: Apache x-openstack-request-id: req-91b4c87e-a747-421b-8f68-d2b90f285017 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:21,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:21 GMT Server: Apache x-openstack-request-id: req-cdcd2e11-62c7-428a-b94f-d7c2ef63af74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:21,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-cdcd2e11-62c7-428a-b94f-d7c2ef63af74 2018-12-29 03:50:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:25,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:24 GMT Server: Apache x-openstack-request-id: req-38ee972e-d9ce-4d32-aec2-85053eb5b614 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:25,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:25 GMT Server: Apache x-openstack-request-id: req-e95b7ed2-54fc-4722-b6f5-c3d217179f0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:25,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-e95b7ed2-54fc-4722-b6f5-c3d217179f0c 2018-12-29 03:50:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:29,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:28 GMT Server: Apache x-openstack-request-id: req-302eab0b-94ae-416c-b242-c03f283f1bc4 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:30,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:29 GMT Server: Apache x-openstack-request-id: req-aa16e7ff-9d3e-4597-bb25-9306648367cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d0716a21-96a9-48f9-9df4-157d605ca344", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image", "inst_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1", "stack_user_project_id": "2c90f9e83c6c45feb190a1c5205be6e1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:50:10Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d0716a21-96a9-48f9-9df4-157d605ca344", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:30,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-aa16e7ff-9d3e-4597-bb25-9306648367cb 2018-12-29 03:50:30,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:30,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:30 GMT Server: Apache x-openstack-request-id: req-f06b1cdb-472e-4d3c-8246-cbec98c4f66b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:30,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:30 GMT Server: Apache x-openstack-request-id: req-b2735645-f9a8-47d7-b778-59b1c3273f7b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 582 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "212bb09e-99a7-411b-9847-d571481142e7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a8fe03fe-2ab8-4b51-a39f-447c443cbcae", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-29T03:50:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ad9db61d-218a-420b-a1c5-a223539cde32", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:50:30,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources used request id req-b2735645-f9a8-47d7-b778-59b1c3273f7b 2018-12-29 03:50:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:31,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-6fd6376d-1091-4b68-849c-af5c9521af39 Date: Sat, 29 Dec 2018 03:50:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936"],"description":"","tags":[],"updated_at":"2018-12-29T03:50:12Z","provider:segmentation_id":75,"name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:11Z","provider:network_type":"vxlan"}]} 2018-12-29 03:50:31,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae used request id req-6fd6376d-1091-4b68-849c-af5c9521af39 2018-12-29 03:50:31,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:31,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d962057-9305-4800-a4d1-4b30c1e4f7d8 Date: Sat, 29 Dec 2018 03:50:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:50:12Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet"}]} 2018-12-29 03:50:31,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae used request id req-8d962057-9305-4800-a4d1-4b30c1e4f7d8 2018-12-29 03:50:31,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:31,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aa709a3d-78bd-499d-8471-28f7499a8906 Date: Sat, 29 Dec 2018 03:50:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:50:12Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet"}]} 2018-12-29 03:50:31,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae used request id req-aa709a3d-78bd-499d-8471-28f7499a8906 2018-12-29 03:50:31,412 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:31,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:31,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8052e8db-f65a-4209-90fc-72418cb825d0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:31,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8052e8db-f65a-4209-90fc-72418cb825d0 2018-12-29 03:50:31,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:31,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:31 GMT Server: Apache x-openstack-request-id: req-1a7ccbd1-4b21-4a79-ba48-c8bc699af25b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:31,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:31 GMT Server: Apache x-openstack-request-id: req-826e16e8-9d9a-44d1-947d-93937e7b4c64 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 582 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "212bb09e-99a7-411b-9847-d571481142e7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a8fe03fe-2ab8-4b51-a39f-447c443cbcae", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-29T03:50:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ad9db61d-218a-420b-a1c5-a223539cde32", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:50:31,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources used request id req-826e16e8-9d9a-44d1-947d-93937e7b4c64 2018-12-29 03:50:31,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/ad9db61d-218a-420b-a1c5-a223539cde32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ed0513e-cf61-491f-a14e-e0948eac64e8 x-compute-request-id: req-8ed0513e-cf61-491f-a14e-e0948eac64e8 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:dd:77", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ad9db61d-218a-420b-a1c5-a223539cde32", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ad9db61d-218a-420b-a1c5-a223539cde32", "rel": "bookmark"}], "image": {"id": "05056aac-9431-4432-a834-d333d1e6e823", "links": [{"href": "http://172.30.9.30:8774/images/05056aac-9431-4432-a834-d333d1e6e823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-12-29T03:50:22.000000", "flavor": {"id": "998e8c94-7601-4129-bd35-49e6a88cf1ca", "links": [{"href": "http://172.30.9.30:8774/flavors/998e8c94-7601-4129-bd35-49e6a88cf1ca", "rel": "bookmark"}]}, "id": "ad9db61d-218a-420b-a1c5-a223539cde32", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:50:23Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e992f110-7d47-44df-bb79-e8f740b20533-inst", "created": "2018-12-29T03:50:18Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:50:32,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ad9db61d-218a-420b-a1c5-a223539cde32 used request id req-8ed0513e-cf61-491f-a14e-e0948eac64e8 2018-12-29 03:50:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-5c8bc29e-0bf7-48e6-9a7c-c1c665628419 Date: Sat, 29 Dec 2018 03:50:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936"],"description":"","tags":[],"updated_at":"2018-12-29T03:50:12Z","provider:segmentation_id":75,"name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:11Z","provider:network_type":"vxlan"}]} 2018-12-29 03:50:32,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-net used request id req-5c8bc29e-0bf7-48e6-9a7c-c1c665628419 2018-12-29 03:50:32,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:50:32,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:50: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:50:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b3feb1-a7e9-437a-8c00-0eefff183f04 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:50:32,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-78b3feb1-a7e9-437a-8c00-0eefff183f04 2018-12-29 03:50:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ef63f24-e0cf-4eee-8750-344e22ff8c51 Date: Sat, 29 Dec 2018 03:50:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:12Z","dns_nameservers":[],"updated_at":"2018-12-29T03:50:12Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-subnet"}]} 2018-12-29 03:50:32,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae used request id req-6ef63f24-e0cf-4eee-8750-344e22ff8c51 2018-12-29 03:50:32,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-5a8c89ea-2c5c-48a5-8fda-716cb96b6f1f Date: Sat, 29 Dec 2018 03:50:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:50:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","ip_address":"10.0.0.10"}],"id":"212bb09e-99a7-411b-9847-d571481142e7","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:dd:77","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ad9db61d-218a-420b-a1c5-a223539cde32","name":"HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1-server1_port-6u6nxlw5yclo","admin_state_up":true,"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:50:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","ip_address":"10.0.0.3"}],"id":"48f97213-4353-4dad-9b0c-412931eaaaf1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:e5:62","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8fe03fe-2ab8-4b51-a39f-447c443cbcae","name":"","admin_state_up":true,"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:50:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","ip_address":"10.0.0.4"}],"id":"83f6f5da-4a1a-4b4a-96da-f2994cb541ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:16:a4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8fe03fe-2ab8-4b51-a39f-447c443cbcae","name":"","admin_state_up":true,"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:50:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936","ip_address":"10.0.0.2"}],"id":"bedfb29e-98b4-42fa-a5c4-ca41dffa98f5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b9:a7:f4","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8fe03fe-2ab8-4b51-a39f-447c443cbcae","name":"","admin_state_up":true,"network_id":"a8fe03fe-2ab8-4b51-a39f-447c443cbcae","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:50:13Z","binding:vnic_type":"normal"}]} 2018-12-29 03:50:32,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=a8fe03fe-2ab8-4b51-a39f-447c443cbcae used request id req-5a8c89ea-2c5c-48a5-8fda-716cb96b6f1f 2018-12-29 03:50:32,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:32,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:32 GMT Server: Apache x-openstack-request-id: req-438352d5-e10b-4e9d-add0-155ad23c439d Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:33,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:32 GMT Server: Apache x-openstack-request-id: req-3d56ebf9-1d42-4314-97e4-a4f36b5ec53c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 582 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "212bb09e-99a7-411b-9847-d571481142e7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b9ed2aa2-5def-4a67-b98d-f9fbe9e5e936", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-12-29T03:50:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:11Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "a8fe03fe-2ab8-4b51-a39f-447c443cbcae", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-12-29T03:50:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:50:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ad9db61d-218a-420b-a1c5-a223539cde32", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:50:33,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344/resources used request id req-3d56ebf9-1d42-4314-97e4-a4f36b5ec53c 2018-12-29 03:50:33,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d0716a21-96a9-48f9-9df4-157d605ca344 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa130a95cf9f65b7db85b6752f7445c9a9fb2cf4" 2018-12-29 03:50:34,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:33 GMT Server: Apache x-openstack-request-id: req-dafbbc41-531c-4c28-a955-6ae38e6b1327 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:34,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:50:34 GMT Server: Apache x-openstack-request-id: req-6297e6c2-a022-4b40-a08a-89df146d4989 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:50:34,527 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-stack1/d0716a21-96a9-48f9-9df4-157d605ca344 used request id req-6297e6c2-a022-4b40-a08a-89df146d4989 2018-12-29 03:50:34,528 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-e992f110-7d47-44df-bb79-e8f740b20533-image 2018-12-29 03:50:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6243fedd04dcc26c0504cb427bc6be18c2aa1640" 2018-12-29 03:50:36,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eea71b85-2858-496f-893a-0cf7321fa210 Date: Sat, 29 Dec 2018 03:50:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:50:36,663 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/05056aac-9431-4432-a834-d333d1e6e823 used request id req-eea71b85-2858-496f-893a-0cf7321fa210 2018-12-29 03:50:36,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/998e8c94-7601-4129-bd35-49e6a88cf1ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddaf1cd6f95965ba24d0b58a08829633f7107b4" 2018-12-29 03:50:36,699 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:50: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-7496ccea-5e49-4631-bd21-4d10a422b11d x-compute-request-id: req-7496ccea-5e49-4631-bd21-4d10a422b11d Content-Length: 0 Content-Type: application/json 2018-12-29 03:50:36,699 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/998e8c94-7601-4129-bd35-49e6a88cf1ca used request id req-7496ccea-5e49-4631-bd21-4d10a422b11d 2018-12-29 03:50:36,701 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:50:36,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:36,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:37,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["LPk_CqFqQWCZ6pgI-laOHQ"], "issued_at": "2018-12-29T03:50:37.000000Z"}} 2018-12-29 03:50:37,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:37,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7451aa01-444b-4690-8ac2-41ca02f2a0b5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:37,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7451aa01-444b-4690-8ac2-41ca02f2a0b5 2018-12-29 03:50:37,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:37,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-6d5f2230-a882-491d-9c0f-67efacfb383d Date: Sat, 29 Dec 2018 03:50:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image"} 2018-12-29 03:50:37,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image used request id req-6d5f2230-a882-491d-9c0f-67efacfb383d 2018-12-29 03:50:37,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:37,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc614e8c-4fe7-4e4a-80f4-354d65d40b2f Date: Sat, 29 Dec 2018 03:50: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-12-29 03:50:37,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-dc614e8c-4fe7-4e4a-80f4-354d65d40b2f 2018-12-29 03:50:37,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image"}' 2018-12-29 03:50:37,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 X-Openstack-Request-Id: req-9450d143-86b8-493a-a7ad-eae2b0327f4f Date: Sat, 29 Dec 2018 03:50:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270", "min_disk": 0, "protected": false, "id": "61bf53bd-d917-4ba1-9acb-f418f925c270", "file": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:37,808 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-9450d143-86b8-493a-a7ad-eae2b0327f4f 2018-12-29 03:50:37,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" -d '' 2018-12-29 03:50:39,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6f570ca-5dad-422e-924b-1f8e0075a5da Date: Sat, 29 Dec 2018 03:50:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:50:39,719 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270/file used request id req-f6f570ca-5dad-422e-924b-1f8e0075a5da 2018-12-29 03:50:39,720 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:50:39,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:39,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-172413f7-f3f8-47fe-99ec-a9fe2189b660 Date: Sat, 29 Dec 2018 03:50:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:39Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/61bf53bd-d917-4ba1-9acb-f418f925c270/snap", "metadata": {}}], "self": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270", "min_disk": 0, "protected": false, "id": "61bf53bd-d917-4ba1-9acb-f418f925c270", "file": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/61bf53bd-d917-4ba1-9acb-f418f925c270/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:39,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 used request id req-172413f7-f3f8-47fe-99ec-a9fe2189b660 2018-12-29 03:50:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:39,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3ed5025-617f-4dcf-8b59-0deedc4175ef Date: Sat, 29 Dec 2018 03:50: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-12-29 03:50:39,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-f3ed5025-617f-4dcf-8b59-0deedc4175ef 2018-12-29 03:50:39,913 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image 2018-12-29 03:50:39,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:50:40,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-67220d83-f92d-4fc0-a21e-fb0c9dc71dfc Date: Sat, 29 Dec 2018 03:50:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:50:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:50:39Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/61bf53bd-d917-4ba1-9acb-f418f925c270/snap", "metadata": {}}], "self": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270", "min_disk": 0, "protected": false, "id": "61bf53bd-d917-4ba1-9acb-f418f925c270", "file": "/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/61bf53bd-d917-4ba1-9acb-f418f925c270/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:50:40,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 used request id req-67220d83-f92d-4fc0-a21e-fb0c9dc71dfc 2018-12-29 03:50:40,556 - create_image - DEBUG - Instance status is - active 2018-12-29 03:50:40,556 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image 2018-12-29 03:50:40,556 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image 2018-12-29 03:50:40,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:50:40,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:40,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["F5ctYdclQqainKHbGZgpWQ"], "issued_at": "2018-12-29T03:50:40.000000Z"}} 2018-12-29 03:50:40,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de0fac37cdac58da3da0bccdc44f3d590ecb6a" 2018-12-29 03:50:41,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b31fdf-5f45-4673-8ac3-44b74a46cf31 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:50:41,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-99b31fdf-5f45-4673-8ac3-44b74a46cf31 2018-12-29 03:50:41,019 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:50:41,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de0fac37cdac58da3da0bccdc44f3d590ecb6a" 2018-12-29 03:50:41,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcef1421-8857-45ac-aeab-0e9def15c30e x-compute-request-id: req-dcef1421-8857-45ac-aeab-0e9def15c30e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:50:41,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-dcef1421-8857-45ac-aeab-0e9def15c30e 2018-12-29 03:50:41,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de0fac37cdac58da3da0bccdc44f3d590ecb6a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-12-29 03:50:41,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9b1dca4-8034-49f1-bae1-2077c32bd0c9 x-compute-request-id: req-f9b1dca4-8034-49f1-bae1-2077c32bd0c9 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c3b054e5-4a86-4f0b-bf3d-f69b120ec8b7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c3b054e5-4a86-4f0b-bf3d-f69b120ec8b7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3b054e5-4a86-4f0b-bf3d-f69b120ec8b7", "name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:50:41,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f9b1dca4-8034-49f1-bae1-2077c32bd0c9 2018-12-29 03:50:41,343 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:50:41,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:50:41,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["RRe9pU40TtqljKbRgs-RRw"], "issued_at": "2018-12-29T03:50:41.000000Z"}} 2018-12-29 03:50:41,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-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-1a919795-e663-418c-8927-9ab17d3da4fb-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}}' 2018-12-29 03:50:44,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:50:41 GMT Server: Apache x-openstack-request-id: req-58d22d50-5cf8-477a-a11f-ea7d1941b885 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}]}} 2018-12-29 03:50:44,381 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-58d22d50-5cf8-477a-a11f-ea7d1941b885 2018-12-29 03:50:44,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:45,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:44 GMT Server: Apache x-openstack-request-id: req-afef8d96-4361-41a5-8b2a-73a80051630d Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:45,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:45 GMT Server: Apache x-openstack-request-id: req-f501cc65-47d6-4e14-8afe-9f990b8e0fb8 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:45,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-f501cc65-47d6-4e14-8afe-9f990b8e0fb8 2018-12-29 03:50:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:45 GMT Server: Apache x-openstack-request-id: req-bd062462-ac9c-4da2-a4aa-a96128050d91 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-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "deletion_time": null, "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "tags": null}]} 2018-12-29 03:50:46,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1 used request id req-bd062462-ac9c-4da2-a4aa-a96128050d91 2018-12-29 03:50:46,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:46,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:46 GMT Server: Apache x-openstack-request-id: req-1c96b2e4-d286-42f6-adfe-e4ddede1a03f 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-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "deletion_time": null, "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "tags": null}]} 2018-12-29 03:50:46,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1 used request id req-1c96b2e4-d286-42f6-adfe-e4ddede1a03f 2018-12-29 03:50:46,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:46,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:46 GMT Server: Apache x-openstack-request-id: req-83a67c05-9dc1-478c-a328-77a4ee02fec4 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:47,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:46 GMT Server: Apache x-openstack-request-id: req-6bf4697a-561e-4c51-8999-f84a982bcefe 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:47,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-6bf4697a-561e-4c51-8999-f84a982bcefe 2018-12-29 03:50:47,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:47,782 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:47 GMT Server: Apache x-openstack-request-id: req-e2bf84c0-92ec-40fc-bd24-a7708b9e6a83 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:48,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:47 GMT Server: Apache x-openstack-request-id: req-29fc4031-6edc-4bfc-b739-e0b3381ba00c 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:48,559 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-29fc4031-6edc-4bfc-b739-e0b3381ba00c 2018-12-29 03:50:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:51,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:51 GMT Server: Apache x-openstack-request-id: req-fc3f8573-a4e1-4ff7-b2c5-1342ec678ca1 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:52,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:51 GMT Server: Apache x-openstack-request-id: req-3966d99a-efe1-41cf-b30e-ff035221fd3c 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:52,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-3966d99a-efe1-41cf-b30e-ff035221fd3c 2018-12-29 03:50:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:55,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:55 GMT Server: Apache x-openstack-request-id: req-de64c9b2-1492-460b-b037-ebc3bd489d66 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:55,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:55 GMT Server: Apache x-openstack-request-id: req-de1cc479-dfbd-4977-bc3d-0c4af4d179f9 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:55,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-de1cc479-dfbd-4977-bc3d-0c4af4d179f9 2018-12-29 03:50:58,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:50:58,973 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:50:58 GMT Server: Apache x-openstack-request-id: req-6afa7a97-0882-4a14-91c3-fc095155b391 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:50:59,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:50:58 GMT Server: Apache x-openstack-request-id: req-eefaa8a7-ea57-4df0-987c-58e59d789325 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:50:59,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-eefaa8a7-ea57-4df0-987c-58e59d789325 2018-12-29 03:51:02,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:02,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:02 GMT Server: Apache x-openstack-request-id: req-9c192fd4-a9a2-4624-a2fa-7be0b93bee28 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:02,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:02 GMT Server: Apache x-openstack-request-id: req-50ad37b2-73bd-4892-9fc3-c47745f1431e 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:02,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-50ad37b2-73bd-4892-9fc3-c47745f1431e 2018-12-29 03:51:05,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:05,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:05 GMT Server: Apache x-openstack-request-id: req-7afa75b3-b02e-44fa-b688-44e2ced4fd24 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:05,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:05 GMT Server: Apache x-openstack-request-id: req-11d100fc-b37a-4ecf-9a03-f4b1d496bd60 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1", "stack_user_project_id": "92e6bc836c9345c48374a90a66caf970", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:50:43Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0cfe16a7-85cf-43ab-b61f-ca1e64285072", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:05,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-11d100fc-b37a-4ecf-9a03-f4b1d496bd60 2018-12-29 03:51:05,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-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-1a919795-e663-418c-8927-9ab17d3da4fb-net", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}}' 2018-12-29 03:51:07,258 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:51:05 GMT Server: Apache x-openstack-request-id: req-715af997-812b-4c36-8a8e-80180c061dfc Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}]}} 2018-12-29 03:51:07,258 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-715af997-812b-4c36-8a8e-80180c061dfc 2018-12-29 03:51:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:07,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-b8ee070e-4b42-409f-9fe3-8f3de92b94be Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:07,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-6b1a749c-d5b0-4380-8a6c-a7f0de601e78 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:07,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-6b1a749c-d5b0-4380-8a6c-a7f0de601e78 2018-12-29 03:51:07,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:07,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-3e907f6f-7d45-455c-a008-29cf1d7a85b8 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-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "deletion_time": null, "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "tags": null}]} 2018-12-29 03:51:07,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2 used request id req-3e907f6f-7d45-455c-a008-29cf1d7a85b8 2018-12-29 03:51:07,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:07,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-78d37092-cf30-4b70-8d67-2f39f0e5ac1a 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-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "deletion_time": null, "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "updated_time": null, "project": "74f504fcfb7d402d8417edc4f4429463", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "tags": null}]} 2018-12-29 03:51:07,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks?stack_name=HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2 used request id req-78d37092-cf30-4b70-8d67-2f39f0e5ac1a 2018-12-29 03:51:07,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:07,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-317932b4-f4e5-4ec7-aea5-7d48e3cc5bea Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:07,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-2e3bcf07-c856-4715-a4c6-4fdfb3480a78 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:07,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-2e3bcf07-c856-4715-a4c6-4fdfb3480a78 2018-12-29 03:51:07,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:07,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-67cdba2d-0f2d-4dac-a4d6-bf56e33e6b3e Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:07,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:07 GMT Server: Apache x-openstack-request-id: req-71deadbd-a6bc-460b-922d-5d81f7a5a32a 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:07,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-71deadbd-a6bc-460b-922d-5d81f7a5a32a 2018-12-29 03:51:10,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:10,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:10 GMT Server: Apache x-openstack-request-id: req-ee2d2f6f-8fa0-4a4e-9a38-91ba87e121b7 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:10,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:10 GMT Server: Apache x-openstack-request-id: req-f00a84b6-f2f4-4da6-b860-6232b718cf94 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:10,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-f00a84b6-f2f4-4da6-b860-6232b718cf94 2018-12-29 03:51:13,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:13,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:13 GMT Server: Apache x-openstack-request-id: req-daea2e92-4ba3-4a18-b1f1-b65d8fbaf7cd Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:14,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:13 GMT Server: Apache x-openstack-request-id: req-d8831e5f-deaa-40f2-9fdc-2502949cb888 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:14,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-d8831e5f-deaa-40f2-9fdc-2502949cb888 2018-12-29 03:51:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:17,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:17 GMT Server: Apache x-openstack-request-id: req-1bc77996-c86c-444b-b294-c2d5a0c589f7 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:17,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:17 GMT Server: Apache x-openstack-request-id: req-88e7f5e6-c34f-4d84-9a5f-367a95787bb2 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:17,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-88e7f5e6-c34f-4d84-9a5f-367a95787bb2 2018-12-29 03:51:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:20,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:20 GMT Server: Apache x-openstack-request-id: req-67a5ce76-2881-4ccf-83b9-a2a3fb1f03ff Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:20,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:20 GMT Server: Apache x-openstack-request-id: req-90582ecd-1088-4de8-a7c0-1cdab590cf1f 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:20,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-90582ecd-1088-4de8-a7c0-1cdab590cf1f 2018-12-29 03:51:23,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:24,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:23 GMT Server: Apache x-openstack-request-id: req-4dde9f27-561a-41de-8155-c4f9008e149c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:24,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:24 GMT Server: Apache x-openstack-request-id: req-be4a772f-0840-472f-9cda-3f884af7bb92 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:24,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-be4a772f-0840-472f-9cda-3f884af7bb92 2018-12-29 03:51:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:27,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:27 GMT Server: Apache x-openstack-request-id: req-cbb84fc6-5cf1-4e50-8bfa-b85f53178754 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:27,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:27 GMT Server: Apache x-openstack-request-id: req-5837d67c-71e8-4d9e-8349-cfdd178485a5 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:27,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-5837d67c-71e8-4d9e-8349-cfdd178485a5 2018-12-29 03:51:30,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:30,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-e21f16e4-68dd-449f-bed1-0acfbe5408bd Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:30,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-bb14431f-cab4-44d2-b11c-23bd0902a64a 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image", "inst_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2", "stack_user_project_id": "16a64ddc91914f5ba4d478a0fc83f618", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:51:06Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9fdfc3fe-9450-4353-81ea-9120b7804b1a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-12-29 03:51:30,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-bb14431f-cab4-44d2-b11c-23bd0902a64a 2018-12-29 03:51:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/0cfe16a7-85cf-43ab-b61f-ca1e64285072 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:30,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-52f13a62-36a2-4679-954b-2f87509b6e59 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:30,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-931a4abd-f5fc-4e6c-af90-4234506b3d8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:51:30,574 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack1/0cfe16a7-85cf-43ab-b61f-ca1e64285072 used request id req-931a4abd-f5fc-4e6c-af90-4234506b3d8e 2018-12-29 03:51:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/9fdfc3fe-9450-4353-81ea-9120b7804b1a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28aaeab1eef74480fb949bc60e92fb374873c17a" 2018-12-29 03:51:30,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-d66b075f-249d-4647-b7b5-c2dc863874bf Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:30,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:51:30 GMT Server: Apache x-openstack-request-id: req-3fdcb9d0-adc0-4fb0-961e-41c6516413cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:51:30,644 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-stack2/9fdfc3fe-9450-4353-81ea-9120b7804b1a used request id req-3fdcb9d0-adc0-4fb0-961e-41c6516413cb 2018-12-29 03:51:30,645 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-1a919795-e663-418c-8927-9ab17d3da4fb-image 2018-12-29 03:51:30,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1486cefa8e27011dbccc842fe5e7024a6a694fd8" 2018-12-29 03:51:34,047 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-337f2b9e-1495-46ff-ba5e-8ef7b2c1ace9 Date: Sat, 29 Dec 2018 03:51:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:51:34,047 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/61bf53bd-d917-4ba1-9acb-f418f925c270 used request id req-337f2b9e-1495-46ff-ba5e-8ef7b2c1ace9 2018-12-29 03:51:34,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/c3b054e5-4a86-4f0b-bf3d-f69b120ec8b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13de0fac37cdac58da3da0bccdc44f3d590ecb6a" 2018-12-29 03:51:34,112 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2228a294-40e9-4ab4-bbc4-ddd9adaaa901 x-compute-request-id: req-2228a294-40e9-4ab4-bbc4-ddd9adaaa901 Content-Length: 0 Content-Type: application/json 2018-12-29 03:51:34,113 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c3b054e5-4a86-4f0b-bf3d-f69b120ec8b7 used request id req-2228a294-40e9-4ab4-bbc4-ddd9adaaa901 2018-12-29 03:51:34,114 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:51:34,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:51:34,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:51:34,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NxmfJbB6R8y90dVyarvhsA"], "issued_at": "2018-12-29T03:51:34.000000Z"}} 2018-12-29 03:51:34,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:34,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4fa792-367e-4373-9b72-f40705f13d83 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:51:34,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d4fa792-367e-4373-9b72-f40705f13d83 2018-12-29 03:51:34,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:34,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-de72c5a8-2223-4d48-bc4e-39e70d39a6cb Date: Sat, 29 Dec 2018 03:51:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"} 2018-12-29 03:51:34,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 used request id req-de72c5a8-2223-4d48-bc4e-39e70d39a6cb 2018-12-29 03:51:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:34,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aea5e50b-a7b5-4c41-924f-ec1a814ebf67 Date: Sat, 29 Dec 2018 03:51:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:51:34,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-aea5e50b-a7b5-4c41-924f-ec1a814ebf67 2018-12-29 03:51:34,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}' 2018-12-29 03:51:35,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 X-Openstack-Request-Id: req-c323e568-9a8b-4209-8eb7-867c05776db2 Date: Sat, 29 Dec 2018 03:51:35 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0", "min_disk": 0, "protected": false, "id": "f02a34b4-61db-4e90-a345-3fafcbf865d0", "file": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:35,251 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c323e568-9a8b-4209-8eb7-867c05776db2 2018-12-29 03:51:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" -d '' 2018-12-29 03:51:37,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12554cbb-788a-4a9e-9538-6f7c7ab3617c Date: Sat, 29 Dec 2018 03:51:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:51:37,048 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file used request id req-12554cbb-788a-4a9e-9538-6f7c7ab3617c 2018-12-29 03:51:37,048 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:51:37,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:37,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-c9f1a24c-5b1f-42d5-a715-1813d9f91884 Date: Sat, 29 Dec 2018 03:51:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:37Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "metadata": {}}], "self": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0", "min_disk": 0, "protected": false, "id": "f02a34b4-61db-4e90-a345-3fafcbf865d0", "file": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:37,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 used request id req-c9f1a24c-5b1f-42d5-a715-1813d9f91884 2018-12-29 03:51:37,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:37,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5f54dfa4-6825-498f-806d-c2f365aa62be Date: Sat, 29 Dec 2018 03:51: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-12-29 03:51:37,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5f54dfa4-6825-498f-806d-c2f365aa62be 2018-12-29 03:51:37,379 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 2018-12-29 03:51:37,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:51:37,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-dc37f9af-c55b-4d6b-9b43-879cc612e282 Date: Sat, 29 Dec 2018 03:51:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:37Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "metadata": {}}], "self": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0", "min_disk": 0, "protected": false, "id": "f02a34b4-61db-4e90-a345-3fafcbf865d0", "file": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:37,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 used request id req-dc37f9af-c55b-4d6b-9b43-879cc612e282 2018-12-29 03:51:37,399 - create_image - DEBUG - Instance status is - active 2018-12-29 03:51:37,399 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 2018-12-29 03:51:37,399 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 2018-12-29 03:51:37,399 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:51:37,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:51:37,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:51:37,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["edbkBuOfSySPKCw9ZxJPoA"], "issued_at": "2018-12-29T03:51:37.000000Z"}} 2018-12-29 03:51:37,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:37,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bed431a-8318-4a0d-b848-cb03c99f153c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:51:37,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7bed431a-8318-4a0d-b848-cb03c99f153c 2018-12-29 03:51:37,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:37,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-d2e3dc9a-0305-4828-8fb6-648a452358ff Date: Sat, 29 Dec 2018 03:51:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2"} 2018-12-29 03:51:37,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 used request id req-d2e3dc9a-0305-4828-8fb6-648a452358ff 2018-12-29 03:51:37,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:38,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-028dbf11-1ffb-4541-8eae-637424495d53 Date: Sat, 29 Dec 2018 03:51:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:51:38,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-028dbf11-1ffb-4541-8eae-637424495d53 2018-12-29 03:51:38,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2"}' 2018-12-29 03:51:38,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e X-Openstack-Request-Id: req-32c0e689-663a-4554-8c7d-16fb46591843 Date: Sat, 29 Dec 2018 03:51:38 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "min_disk": 0, "protected": false, "id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "file": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file", "checksum": null, "owner": "74f504fcfb7d402d8417edc4f4429463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:38,449 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-32c0e689-663a-4554-8c7d-16fb46591843 2018-12-29 03:51:38,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" -d '' 2018-12-29 03:51:40,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d0044e8-733d-415e-a018-2357dac5ca78 Date: Sat, 29 Dec 2018 03:51:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:51:40,473 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file used request id req-1d0044e8-733d-415e-a018-2357dac5ca78 2018-12-29 03:51:40,473 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:51:40,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:40,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-aaf2b6ab-d42e-4d95-9c15-12bb3be3657b Date: Sat, 29 Dec 2018 03:51:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:40Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "metadata": {}}], "self": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "min_disk": 0, "protected": false, "id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "file": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:40,640 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e used request id req-aaf2b6ab-d42e-4d95-9c15-12bb3be3657b 2018-12-29 03:51:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:40,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6709657d-9116-41c8-b1f7-76c91614a6ef Date: Sat, 29 Dec 2018 03:51: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-12-29 03:51:40,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6709657d-9116-41c8-b1f7-76c91614a6ef 2018-12-29 03:51:40,799 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 2018-12-29 03:51:40,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:51:40,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-60e8a6b9-0b3a-403b-8cc8-185716330ac6 Date: Sat, 29 Dec 2018 03:51:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:40Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "metadata": {}}], "self": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "min_disk": 0, "protected": false, "id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "file": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:51:40,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e used request id req-60e8a6b9-0b3a-403b-8cc8-185716330ac6 2018-12-29 03:51:40,961 - create_image - DEBUG - Instance status is - active 2018-12-29 03:51:40,961 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 2018-12-29 03:51:40,961 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 2018-12-29 03:51:40,962 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:51:41,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:51:41,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["eq7gteJsS86SHQDaWu6Wyg"], "issued_at": "2018-12-29T03:51:41.000000Z"}} 2018-12-29 03:51:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net"}}' 2018-12-29 03:51:45,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:51:41 GMT Server: Apache x-openstack-request-id: req-b4e1135b-7809-4b97-89ed-911698967f37 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}]}} 2018-12-29 03:51:45,250 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-b4e1135b-7809-4b97-89ed-911698967f37 2018-12-29 03:51:45,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:51:45,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:45 GMT Server: Apache x-openstack-request-id: req-6a013f32-2616-4781-bdf7-69d405bd15f8 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:46,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:45 GMT Server: Apache x-openstack-request-id: req-e885c5f7-8dec-4aab-af0d-8c58ed8bdd1a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:51:46,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-e885c5f7-8dec-4aab-af0d-8c58ed8bdd1a 2018-12-29 03:51:46,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:51:46,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:46 GMT Server: Apache x-openstack-request-id: req-3bdc072a-49b2-4459-927b-89566808e120 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:46,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:46 GMT Server: Apache x-openstack-request-id: req-9a6b1445-3a8c-4771-b561-ae8a151ee09b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:51:46,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-9a6b1445-3a8c-4771-b561-ae8a151ee09b 2018-12-29 03:51:49,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:51:49,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:49 GMT Server: Apache x-openstack-request-id: req-c1f827b8-f2c1-49a6-916a-b31a4a0b5ff2 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:50,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:49 GMT Server: Apache x-openstack-request-id: req-6df40309-760f-43ff-a37a-c6f35f096678 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "", "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-12-29 03:51:50,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-6df40309-760f-43ff-a37a-c6f35f096678 2018-12-29 03:51:53,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:51:53,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:53 GMT Server: Apache x-openstack-request-id: req-6f5e45f8-970d-498f-bb93-cc17de168638 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:53,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:53 GMT Server: Apache x-openstack-request-id: req-3d13a753-0e8c-4094-804c-a10f3f50d7d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:51:53,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-3d13a753-0e8c-4094-804c-a10f3f50d7d7 2018-12-29 03:51:56,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:51:57,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:51:56 GMT Server: Apache x-openstack-request-id: req-ead60021-6723-4cf2-8509-2f724c9af66b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:51:58,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:51:57 GMT Server: Apache x-openstack-request-id: req-5a70169c-4d6c-4f74-a5fd-9b0641f15785 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:51:58,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-5a70169c-4d6c-4f74-a5fd-9b0641f15785 2018-12-29 03:52:01,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:01,836 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:01 GMT Server: Apache x-openstack-request-id: req-15bbf153-605d-45a6-a4ad-46f5e28861b0 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:02,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:01 GMT Server: Apache x-openstack-request-id: req-913aeeb8-c84a-4fe7-b74b-2f3634a932c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2071 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:52:02,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-913aeeb8-c84a-4fe7-b74b-2f3634a932c7 2018-12-29 03:52:05,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:05,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-60e252c1-0964-43ab-869a-44bab6a2cdbc Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:05,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-b1b1cbf0-5461-4519-b31b-4f688b94be4b 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:52:05,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-b1b1cbf0-5461-4519-b31b-4f688b94be4b 2018-12-29 03:52:05,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:05,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-6aa6a9cd-65ec-4261-a829-a908d691bc37 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:05,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-641fd40e-6b7f-44a0-b32e-40fe3cb5a1d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c15e4506-0962-42d7-9013-dbf8e76890f7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0a24793f-e971-4738-a92e-2cc20e4eb535", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4824a07f-d726-40e7-9a8d-4aa743d5acf4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "ef782472-913b-42e2-ae3e-d82fc6224dc2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "42", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0:subnet_id=abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6f989936-91bc-48db-8b76-25c4dfea8c26", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c94b76-75d9-4843-b57f-513c39fdb586", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:52:05,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources used request id req-641fd40e-6b7f-44a0-b32e-40fe3cb5a1d1 2018-12-29 03:52:05,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:05,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-b77ef8f2-b535-4297-ad83-42bbec654470 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:05,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-87dc5dc2-285b-4649-9bbf-d160beb57893 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:52:05,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-87dc5dc2-285b-4649-9bbf-d160beb57893 2018-12-29 03:52:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:05 GMT Server: Apache x-openstack-request-id: req-c2d1c925-032d-460b-ab81-07db04b4282b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:06,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:06 GMT Server: Apache x-openstack-request-id: req-169649f4-bacc-4cc1-a368-494268c76b9d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c15e4506-0962-42d7-9013-dbf8e76890f7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0a24793f-e971-4738-a92e-2cc20e4eb535", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4824a07f-d726-40e7-9a8d-4aa743d5acf4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "ef782472-913b-42e2-ae3e-d82fc6224dc2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "42", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0:subnet_id=abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6f989936-91bc-48db-8b76-25c4dfea8c26", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c94b76-75d9-4843-b57f-513c39fdb586", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:52:06,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources used request id req-169649f4-bacc-4cc1-a368-494268c76b9d 2018-12-29 03:52:06,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d55f8200-82bc-459e-8d36-b03479b84a3a Date: Sat, 29 Dec 2018 03:52:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a24793f-e971-4738-a92e-2cc20e4eb535","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["abb18793-a43e-4a48-9c73-6703d2f583ab"],"description":"","tags":[],"updated_at":"2018-12-29T03:51:48Z","provider:segmentation_id":81,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:47Z","provider:network_type":"vxlan"}]} 2018-12-29 03:52:06,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-d55f8200-82bc-459e-8d36-b03479b84a3a 2018-12-29 03:52:06,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0cc8c8e4-c68d-4475-83bc-71fb047b85bb Date: Sat, 29 Dec 2018 03:52:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:48Z","dns_nameservers":[],"updated_at":"2018-12-29T03:51:48Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"abb18793-a43e-4a48-9c73-6703d2f583ab","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet"}]} 2018-12-29 03:52:06,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-0cc8c8e4-c68d-4475-83bc-71fb047b85bb 2018-12-29 03:52:06,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-84d0c249-1dce-4fc1-8dc1-060717378ea7 Date: Sat, 29 Dec 2018 03:52:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:48Z","dns_nameservers":[],"updated_at":"2018-12-29T03:51:48Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"abb18793-a43e-4a48-9c73-6703d2f583ab","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet"}]} 2018-12-29 03:52:06,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-84d0c249-1dce-4fc1-8dc1-060717378ea7 2018-12-29 03:52:06,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:52:06,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3497ae54-45c0-4382-b3d9-a13bae875fbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:52:06,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3497ae54-45c0-4382-b3d9-a13bae875fbd 2018-12-29 03:52:06,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:06,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:06 GMT Server: Apache x-openstack-request-id: req-11edb52a-9c9c-41c8-847a-c1d43ce08221 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:07,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:06 GMT Server: Apache x-openstack-request-id: req-c41348be-b232-4485-8514-4ee92571fd23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c15e4506-0962-42d7-9013-dbf8e76890f7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0a24793f-e971-4738-a92e-2cc20e4eb535", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4824a07f-d726-40e7-9a8d-4aa743d5acf4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "ef782472-913b-42e2-ae3e-d82fc6224dc2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "42", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0:subnet_id=abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6f989936-91bc-48db-8b76-25c4dfea8c26", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c94b76-75d9-4843-b57f-513c39fdb586", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:52:07,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources used request id req-c41348be-b232-4485-8514-4ee92571fd23 2018-12-29 03:52:07,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:07,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52: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-0e012f2f-61e9-475d-afb8-2e18ccf3ff0f x-compute-request-id: req-0e012f2f-61e9-475d-afb8-2e18ccf3ff0f Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:58:c2", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "rel": "bookmark"}], "image": {"id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "links": [{"href": "http://172.30.9.30:8774/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-12-29T03:52:01.000000", "flavor": {"id": "4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "links": [{"href": "http://172.30.9.30:8774/flavors/4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "rel": "bookmark"}]}, "id": "6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "security_groups": [{"name": "default"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:52:01Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "created": "2018-12-29T03:51:53Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:52:07,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2 used request id req-0e012f2f-61e9-475d-afb8-2e18ccf3ff0f 2018-12-29 03:52:07,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:07,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-201b41d0-49eb-4121-80e8-a83aeb930787 Date: Sat, 29 Dec 2018 03:52:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a24793f-e971-4738-a92e-2cc20e4eb535","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["abb18793-a43e-4a48-9c73-6703d2f583ab"],"description":"","tags":[],"updated_at":"2018-12-29T03:51:48Z","provider:segmentation_id":81,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:47Z","provider:network_type":"vxlan"}]} 2018-12-29 03:52:07,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net used request id req-201b41d0-49eb-4121-80e8-a83aeb930787 2018-12-29 03:52:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:52:07,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:52:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:07,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3e8d5b-f3b6-49c1-bb12-c894092939b6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:52:07,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-ca3e8d5b-f3b6-49c1-bb12-c894092939b6 2018-12-29 03:52:07,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e753f588-4950-41d2-ae90-df440532875f Date: Sat, 29 Dec 2018 03:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:48Z","dns_nameservers":[],"updated_at":"2018-12-29T03:51:48Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"abb18793-a43e-4a48-9c73-6703d2f583ab","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet"}]} 2018-12-29 03:52:08,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-e753f588-4950-41d2-ae90-df440532875f 2018-12-29 03:52:08,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-1705e6f2-10e0-44f1-8f0c-bbb5e2cb4731 Date: Sat, 29 Dec 2018 03:52:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.4"}],"id":"1b6e6531-5a71-45e3-8b6d-a34ee91e5884","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:9d:4b","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:53Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.1"}],"id":"2c2c5bad-4fce-4991-8f0d-e25f3072820e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:79:ee","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42f73d39-fcb4-4e7b-99d0-20d077a216a0","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.3"}],"id":"66e9dd50-020c-4b9e-bf03-c908a38024df","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:ff:b8","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.10"}],"id":"6f989936-91bc-48db-8b76-25c4dfea8c26","security_groups":["4824a07f-d726-40e7-9a8d-4aa743d5acf4"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:8f:b5","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"30c94b76-75d9-4843-b57f-513c39fdb586","name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack-port1-pgybnxfitsxw","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.2"}],"id":"74f39ccf-7bf8-45b0-a9ca-e69aa7b3fac3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:7b:92","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.15"}],"id":"d7702f44-d8cd-4d6b-afd2-9999274a0a46","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:58:c2","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:55Z","binding:vnic_type":"normal"}]} 2018-12-29 03:52:08,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-1705e6f2-10e0-44f1-8f0c-bbb5e2cb4731 2018-12-29 03:52:08,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/30c94b76-75d9-4843-b57f-513c39fdb586 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cd785a3-e6e2-4760-972b-265c4c748551 x-compute-request-id: req-6cd785a3-e6e2-4760-972b-265c4c748551 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8f:b5", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8f:b5", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/30c94b76-75d9-4843-b57f-513c39fdb586", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/30c94b76-75d9-4843-b57f-513c39fdb586", "rel": "bookmark"}], "image": {"id": "f02a34b4-61db-4e90-a345-3fafcbf865d0", "links": [{"href": "http://172.30.9.30:8774/images/f02a34b4-61db-4e90-a345-3fafcbf865d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-12-29T03:52:01.000000", "flavor": {"id": "c15e4506-0962-42d7-9013-dbf8e76890f7", "links": [{"href": "http://172.30.9.30:8774/flavors/c15e4506-0962-42d7-9013-dbf8e76890f7", "rel": "bookmark"}]}, "id": "30c94b76-75d9-4843-b57f-513c39fdb586", "security_groups": [{"name": "security_group_name"}], "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:52:02Z", "hostId": "d45ac768536d81d26fced4a8acadbe9d326dab549f476884226a0757", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "created": "2018-12-29T03:51:54Z", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:52:08,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/30c94b76-75d9-4843-b57f-513c39fdb586 used request id req-6cd785a3-e6e2-4760-972b-265c4c748551 2018-12-29 03:52:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-2bfa7f16-9839-42ad-9405-47697c450d64 Date: Sat, 29 Dec 2018 03:52:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a24793f-e971-4738-a92e-2cc20e4eb535","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","subnets":["abb18793-a43e-4a48-9c73-6703d2f583ab"],"description":"","tags":[],"updated_at":"2018-12-29T03:51:48Z","provider:segmentation_id":81,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net","admin_state_up":true,"tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:47Z","provider:network_type":"vxlan"}]} 2018-12-29 03:52:08,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net used request id req-2bfa7f16-9839-42ad-9405-47697c450d64 2018-12-29 03:52:08,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5753ffac-aa8d-40ac-a330-ae061b6e8b6c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:52:08,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-5753ffac-aa8d-40ac-a330-ae061b6e8b6c 2018-12-29 03:52:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35b04d6d-8306-496c-bcbe-927bbcf9514f Date: Sat, 29 Dec 2018 03:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:48Z","dns_nameservers":[],"updated_at":"2018-12-29T03:51:48Z","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":"74f504fcfb7d402d8417edc4f4429463","id":"abb18793-a43e-4a48-9c73-6703d2f583ab","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet"}]} 2018-12-29 03:52:08,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-35b04d6d-8306-496c-bcbe-927bbcf9514f 2018-12-29 03:52:08,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-41e2ebc2-d00c-4acc-9224-f5da6d4dea0f Date: Sat, 29 Dec 2018 03:52:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.4"}],"id":"1b6e6531-5a71-45e3-8b6d-a34ee91e5884","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:9d:4b","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:53Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.1"}],"id":"2c2c5bad-4fce-4991-8f0d-e25f3072820e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:79:ee","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42f73d39-fcb4-4e7b-99d0-20d077a216a0","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.3"}],"id":"66e9dd50-020c-4b9e-bf03-c908a38024df","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:ff:b8","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.10"}],"id":"6f989936-91bc-48db-8b76-25c4dfea8c26","security_groups":["4824a07f-d726-40e7-9a8d-4aa743d5acf4"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:8f:b5","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"30c94b76-75d9-4843-b57f-513c39fdb586","name":"HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack-port1-pgybnxfitsxw","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.2"}],"id":"74f39ccf-7bf8-45b0-a9ca-e69aa7b3fac3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:7b:92","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0a24793f-e971-4738-a92e-2cc20e4eb535","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"abb18793-a43e-4a48-9c73-6703d2f583ab","ip_address":"10.1.2.15"}],"id":"d7702f44-d8cd-4d6b-afd2-9999274a0a46","security_groups":["69f6bc3b-e298-4214-8cd7-653da966f30a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:58:c2","project_id":"74f504fcfb7d402d8417edc4f4429463","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2","name":"","admin_state_up":true,"network_id":"0a24793f-e971-4738-a92e-2cc20e4eb535","tenant_id":"74f504fcfb7d402d8417edc4f4429463","created_at":"2018-12-29T03:51:55Z","binding:vnic_type":"normal"}]} 2018-12-29 03:52:08,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=0a24793f-e971-4738-a92e-2cc20e4eb535 used request id req-41e2ebc2-d00c-4acc-9224-f5da6d4dea0f 2018-12-29 03:52:08,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:08,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:08 GMT Server: Apache x-openstack-request-id: req-89173d05-e3c6-43d3-93d5-8c23d6513a6c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:09,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:08 GMT Server: Apache x-openstack-request-id: req-48f07ef6-726b-46a9-80b8-406e66a54449 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d21001c-9f8c-4329-9a91-bd2a6d2f22a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c15e4506-0962-42d7-9013-dbf8e76890f7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0a24793f-e971-4738-a92e-2cc20e4eb535", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "4824a07f-d726-40e7-9a8d-4aa743d5acf4", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "ef782472-913b-42e2-ae3e-d82fc6224dc2", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "42", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0:subnet_id=abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "abb18793-a43e-4a48-9c73-6703d2f583ab", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "42f73d39-fcb4-4e7b-99d0-20d077a216a0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6f989936-91bc-48db-8b76-25c4dfea8c26", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "6bd2e05d-b5ad-4eea-a3f5-2638340cbfb2", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-12-29T03:51:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:51:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "30c94b76-75d9-4843-b57f-513c39fdb586", "resource_type": "OS::Nova::Server"}]} 2018-12-29 03:52:09,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e/resources used request id req-48f07ef6-726b-46a9-80b8-406e66a54449 2018-12-29 03:52:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:09,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fd6facf6-32b2-4b74-ab23-d501a72dd709 Date: Sat, 29 Dec 2018 03:52:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:40Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "metadata": {}}], "self": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "min_disk": 0, "protected": false, "id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "file": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:52:09,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e used request id req-fd6facf6-32b2-4b74-ab23-d501a72dd709 2018-12-29 03:52:09,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:09,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c124c8f-ee22-40ff-82c7-6ad751bb007d Date: Sat, 29 Dec 2018 03:52: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-12-29 03:52:09,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8c124c8f-ee22-40ff-82c7-6ad751bb007d 2018-12-29 03:52:09,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:09,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f55ae78f-106f-4902-ba86-52e47250fc2e Date: Sat, 29 Dec 2018 03:52:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:40Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "metadata": {}}], "self": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "min_disk": 0, "protected": false, "id": "24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e", "file": "/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:52:09,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e used request id req-f55ae78f-106f-4902-ba86-52e47250fc2e 2018-12-29 03:52:09,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:09,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5c7734cc-a72b-438d-830e-da06bd2c21ad Date: Sat, 29 Dec 2018 03:52:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:51:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:51:37Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "metadata": {}}], "self": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0", "min_disk": 0, "protected": false, "id": "f02a34b4-61db-4e90-a345-3fafcbf865d0", "file": "/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74f504fcfb7d402d8417edc4f4429463", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/f02a34b4-61db-4e90-a345-3fafcbf865d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:52:09,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 used request id req-5c7734cc-a72b-438d-830e-da06bd2c21ad 2018-12-29 03:52:09,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:09,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:09 GMT Server: Apache x-openstack-request-id: req-ca81c132-b8cb-46de-bce2-79f53abf4c5d Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:09,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:09 GMT Server: Apache x-openstack-request-id: req-3fc3b066-749c-47f8-87e8-30d839866da2 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:52:09,983 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-3fc3b066-749c-47f8-87e8-30d839866da2 2018-12-29 03:52:09,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:10,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:09 GMT Server: Apache x-openstack-request-id: req-29395eb6-2ce0-426a-83bd-eaf11bd563e1 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:10,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:10 GMT Server: Apache x-openstack-request-id: req-59e26874-1f0a-4f04-a27f-7b47539811f8 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvGfveyk1sTVIRAuXYm3V8kj4JWhHVAtTEq7DBKRMne7cOR7h\nO/g8nZe/PksAEVFc1kGAiNtCQ14u3jXg6sUzxZDBCrSEysuSVYS0QjBTU8J8QUEY\n7jUC5kEVs3SBJ3n/tSWuDAISePUB7A1kKNdjmYd/C+zYqfJg3cKWUpOiNQbo1SrZ\n3dhhtWK6O9QmZsgP2JqGv1WMux0ZYi58/rHaiePmhJmlqgeYp5KJYxpGtiHuetmx\n5KFIpJVEVgVE43d9ZKBWomncVkFmqpsvbMIr5/1dPrlse6YPPK9Qk+eGS82sNba1\neV6g+LUowR5YDMvR+wEhh9MyA82xqzWi+hTmewIDAQABAoIBABxUDGAaXCZe+pSw\noXx9Q1QAwL7vJPpwEXeXq18BTTvZ9GbqS7d2pbaUYH7/S+1OrITSqH7raNU0Thu/\nQihKqnQkRcJUTjsnzMLrByeEmKLZdVFidlsqwVrZomevNtQ2tcoI9lh730csn7Nc\neBjj+efVxbaHUDSNax8s6OlVpWgPdaUPr+YQLsOHRjArnD/MeTfqG/Pxe6tjC8Yv\nZueDII9+t5G+rxo7YM/L+7zH/eDGKxIItiIFDMZrY1rX1lsFpR9rIO9beWyjd9v5\ntoiAk1T4EBrHsgezCkOc607nQRwxgJmmkoKeIEstbardKgWm/aCrlPhf1qWUOrSX\nNCGhjXECgYEA7f0llN5tXykJ91bpT8XXrygIu2U45npSuesRgQHDYPDUxDvzTgKa\nJ4m0xAtqWKE9IDfQQ3k4lpqtxVH3ZL7vSY5+cUxMgaw4VP1X7SWDtY2xRIOzvJcL\neEh2uGvcQKR4G1tbMLXCn6PANxh7SUyebvlOctz0bMxZJiifi4LMkWcCgYEAyqoo\nk5DLyY6hxT8stgOW7jcA/TsbduVtwKXYbDHgZG9AT6GzQhFBMq8R5b6tG2vsV/+0\nRFBpZvjo2lpg388CF/WCRRVdFkikTvNQZCZTTVE4YFwMDpPHy2pKztJMOFCMJ1jY\noXdenlEefSjz/HCnghYwsPRsLNZSZpkjgRN6cc0CgYEAqkoPEBywCf1lgjQQMeKQ\n2GY/CUf+lPxGIX5QQg0u7jilJdz31YQLJetlCzpX2B9Xi6wkO4OLuEfpu11RNidh\nNTLeytcbj1XZ4QZ+WdQUEF7YzvumKnWx4VmIiaG0MhT9VCXkdFA6eNxE96du4B4Q\n57tAJPRxeUAnMiSzNLJdClUCgYAIeFIX0L5jnx1ts/U3ajD9pbjZ3IWKU45htcy0\nwOTi7a9fZJ+sTDJQXva9hlmPwtPu3ZX4IPA2yIJa1dokoG8y9yTJpFnum3yafBrJ\nBL0IhzN2+4HZfh2kh722pR1gYSVqY5EyNl3y+ervSi3gSAkIK8s/Kgf3W8G33gCY\n3WqJpQKBgFw4jkK3OrgRfNc13U1M6CyZWE9LIdDwwuodkyODR/RWJrpddFlfXRfK\nU/AHg/zmSGMcnszBjGjj3dmhHUnWIPxLIM25RaMT9fCY27CDKQtpx81/Y9dgGDB6\nqhizgMcPTWrs+uXZseBshB7ts0JNBDHujq3zOYZ6EXJiQqAAHyTp\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-12-29 03:52:10,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-59e26874-1f0a-4f04-a27f-7b47539811f8 2018-12-29 03:52:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:10,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:10 GMT Server: Apache x-openstack-request-id: req-38f4d7e9-0df8-4315-a1a0-4a614c3a155f Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:10,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:52:10 GMT Server: Apache x-openstack-request-id: req-77fab8d8-fe97-4b18-9b95-52df4ca318e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:52:10,982 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-77fab8d8-fe97-4b18-9b95-52df4ca318e7 2018-12-29 03:52:10,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:11,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:10 GMT Server: Apache x-openstack-request-id: req-19f17f92-3f82-4b5c-8bd8-7ae9a1dbea5c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:11,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:11 GMT Server: Apache x-openstack-request-id: req-57539f9c-8b65-4ee4-ab35-788a0dc94e54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "tags": null, "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-29T03:52:10Z", "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:52:11,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-57539f9c-8b65-4ee4-ab35-788a0dc94e54 2018-12-29 03:52:14,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:14,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:14 GMT Server: Apache x-openstack-request-id: req-6c04552f-2b0e-47e1-83e5-8d2dc607c618 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:14,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:14 GMT Server: Apache x-openstack-request-id: req-1ecce828-c732-4938-98c2-7b9d0a72448c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "tags": null, "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-29T03:52:10Z", "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:52:14,099 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-1ecce828-c732-4938-98c2-7b9d0a72448c 2018-12-29 03:52:17,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:17,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:17 GMT Server: Apache x-openstack-request-id: req-04605754-73c1-489f-a254-4bf2f34b1d8b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:17,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:17 GMT Server: Apache x-openstack-request-id: req-6220ed44-6d6b-425d-a57a-5795285d3f5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "tags": null, "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-12-29T03:52:10Z", "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:52:17,755 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-6220ed44-6d6b-425d-a57a-5795285d3f5e 2018-12-29 03:52:20,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/d8aa54b0-4397-449f-9376-f064a163ae5e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4f16ae2c4df5831f0326bc49bed2293b86a178" 2018-12-29 03:52:20,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:20 GMT Server: Apache x-openstack-request-id: req-f4766248-c27a-40b4-b171-f8e20a62ed73 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:20,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:20 GMT Server: Apache x-openstack-request-id: req-430e6fe2-cddd-4539-93d7-048a57830738 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor2", "OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "OS::stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-subnet", "net_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack", "stack_user_project_id": "0e6e56d5650d44d89e03d163ba6ee02f", "tags": null, "creation_time": "2018-12-29T03:51:44Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-12-29T03:52:10Z", "id": "d8aa54b0-4397-449f-9376-f064a163ae5e", "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-12-29 03:52:20,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-stack/d8aa54b0-4397-449f-9376-f064a163ae5e used request id req-430e6fe2-cddd-4539-93d7-048a57830738 2018-12-29 03:52:20,958 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image1 2018-12-29 03:52:20,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a5f3af60215f0fe82011b6dbb595048d3313d5d" 2018-12-29 03:52:22,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f28a71e1-7c2a-48f7-ab4d-c9b4d18ddc3f Date: Sat, 29 Dec 2018 03:52:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:52:22,631 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f02a34b4-61db-4e90-a345-3fafcbf865d0 used request id req-f28a71e1-7c2a-48f7-ab4d-c9b4d18ddc3f 2018-12-29 03:52:22,632 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-33d63d99-bcb0-416c-9468-de8c9345c7a5-image2 2018-12-29 03:52:22,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9ffbfd8c82f7f3240104a3937b585cf7af81335" 2018-12-29 03:52:23,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad5f66d5-eb6d-4cd0-abc5-46a335e3c9b7 Date: Sat, 29 Dec 2018 03:52:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:52:23,585 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/24aaf9f0-fc0e-49a6-8d7d-e148b36eb99e used request id req-ad5f66d5-eb6d-4cd0-abc5-46a335e3c9b7 2018-12-29 03:52:23,587 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:52:23,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:52:23,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:23,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["g1QhIWfGRn-O8z0mR20xow"], "issued_at": "2018-12-29T03:52:23.000000Z"}} 2018-12-29 03:52:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" -d '{"stack_name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-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-12-29 03:52:26,632 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:52:24 GMT Server: Apache x-openstack-request-id: req-f70c040e-39cf-4d1b-96be-e99d70b868c2 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "64452e13-839a-4522-8e3a-3884e3ad6bd3", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3", "rel": "self"}]}} 2018-12-29 03:52:26,633 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-f70c040e-39cf-4d1b-96be-e99d70b868c2 2018-12-29 03:52:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/64452e13-839a-4522-8e3a-3884e3ad6bd3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" 2018-12-29 03:52:26,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:26 GMT Server: Apache x-openstack-request-id: req-a7d5963b-ac26-4173-9be0-8c2242eec371 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:26,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:26 GMT Server: Apache x-openstack-request-id: req-499bff1a-8fce-4674-97b8-1cc19fab2edf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 503 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "64452e13-839a-4522-8e3a-3884e3ad6bd3", "OS::stack_name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack", "stack_user_project_id": "2fdd61c74baa4d6b9c36c60eccae9623", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:52:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "64452e13-839a-4522-8e3a-3884e3ad6bd3", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-29 03:52:26,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 used request id req-499bff1a-8fce-4674-97b8-1cc19fab2edf 2018-12-29 03:52:26,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/64452e13-839a-4522-8e3a-3884e3ad6bd3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" 2018-12-29 03:52:27,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:26 GMT Server: Apache x-openstack-request-id: req-9cde244e-478a-479a-8f22-5134deb8fca8 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:27,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:27 GMT Server: Apache x-openstack-request-id: req-f6f3855f-3bab-4c77-991d-e2be09732df5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "64452e13-839a-4522-8e3a-3884e3ad6bd3", "OS::stack_name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack", "stack_user_project_id": "2fdd61c74baa4d6b9c36c60eccae9623", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:52:25Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "64452e13-839a-4522-8e3a-3884e3ad6bd3", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-12-29 03:52:27,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 used request id req-f6f3855f-3bab-4c77-991d-e2be09732df5 2018-12-29 03:52:27,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/64452e13-839a-4522-8e3a-3884e3ad6bd3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" 2018-12-29 03:52:27,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:27 GMT Server: Apache x-openstack-request-id: req-0e05b403-ae13-43b9-a156-acb46ef1e53c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:27,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:27 GMT Server: Apache x-openstack-request-id: req-10c32d44-4a54-4d7d-a960-67b7a81d37fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-12-29T03:52:26Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:52:26Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ff78b013-dffd-4aa5-8993-362613ad53b5", "resource_type": "OS::Nova::Flavor"}]} 2018-12-29 03:52:27,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3/resources used request id req-10c32d44-4a54-4d7d-a960-67b7a81d37fb 2018-12-29 03:52:27,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ff78b013-dffd-4aa5-8993-362613ad53b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" 2018-12-29 03:52:27,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52: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-148dab63-485b-44ca-85f8-a09866326e19 x-compute-request-id: req-148dab63-485b-44ca-85f8-a09866326e19 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ff78b013-dffd-4aa5-8993-362613ad53b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ff78b013-dffd-4aa5-8993-362613ad53b5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "ff78b013-dffd-4aa5-8993-362613ad53b5", "name": "HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack-flavor-ke5ipe6itbaj", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:52:27,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ff78b013-dffd-4aa5-8993-362613ad53b5 used request id req-148dab63-485b-44ca-85f8-a09866326e19 2018-12-29 03:52:27,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/64452e13-839a-4522-8e3a-3884e3ad6bd3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0b9c74e94ee0d8c89b6c8793ae4d46e251a9c1" 2018-12-29 03:52:28,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:27 GMT Server: Apache x-openstack-request-id: req-a23640ec-039c-4658-8bfe-5ad59995ff9c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:28,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:52:28 GMT Server: Apache x-openstack-request-id: req-52fcf1d0-2e73-4ab7-be18-37f811c2c4e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:52:28,228 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsFlavorTests-19420c1b-761e-4b54-8b11-38ed79ec01c0-stack/64452e13-839a-4522-8e3a-3884e3ad6bd3 used request id req-52fcf1d0-2e73-4ab7-be18-37f811c2c4e1 2018-12-29 03:52:28,230 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:52:28,230 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:52:28,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:28,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["onCupRXlSr6gu-1sZxwV1w"], "issued_at": "2018-12-29T03:52:28.000000Z"}} 2018-12-29 03:52:28,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" -d '{"stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-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-394b3391-49a9-452c-a060-3f531f4f4318-kp"}}' 2018-12-29 03:52:30,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:52:28 GMT Server: Apache x-openstack-request-id: req-b546bcf6-6459-4559-9dc4-942a91364133 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "rel": "self"}]}} 2018-12-29 03:52:30,262 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-b546bcf6-6459-4559-9dc4-942a91364133 2018-12-29 03:52:30,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:30,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:30 GMT Server: Apache x-openstack-request-id: req-a1ff5f66-3cbb-409d-a4aa-9c2d0247598b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:30,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:30 GMT Server: Apache x-openstack-request-id: req-3df1340e-de2e-4f2f-ab39-e96a74c165a7 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "OS::stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "keypair_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "stack_user_project_id": "7938a04c5c5547828aabbc189e81db12", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:52:29Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "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-12-29 03:52:30,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 used request id req-3df1340e-de2e-4f2f-ab39-e96a74c165a7 2018-12-29 03:52:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:30,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:30 GMT Server: Apache x-openstack-request-id: req-6764fa1c-ec47-4c45-be4f-1ad9ff298c83 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:31,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:30 GMT Server: Apache x-openstack-request-id: req-46eb8afd-dfef-4b6a-a11c-29feb179fe3a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1904 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "OS::stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "keypair_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "stack_user_project_id": "7938a04c5c5547828aabbc189e81db12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:52:29Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwjgnwdf9tg9a03mNikCZs8y9tVngzWKFttiDQ/cWu3xs8PCe\nONAHGliITDsdjgcpVQdDMerFXb+PgwItHGBRFc18hgixv7epCAzmsC+YHl3yMyxB\njgPfvVweYc9kbkBOCa6E/1prFqy2Unfdpbz2rp9WirGRnbHwLCJRb+OR//tsLRCJ\n6bTei0J/0oM719A8Kr4DcdxovKByDcn801mi5Trs1Vb8Dbx9lvv8cPvNLhLVN5NF\nEiq7Q5sAPNqY+tMhCCvD2E1GM9zTJrukEfQNAH1FeDmeGrGPDJzn/FjKmP2n3jIC\n+9MiG8vPN5EKLWKBx9Yz8R4vmWW8W+ypbl9R2QIDAQABAoIBAQC71H02rgHTUfQ/\n8x1cqG89gPOzcJHFb9PramdAkrUsawAc4EfUn/NOmnJubvl9QxXJArYMj4WCzeEo\nDTG9cLTahhk4sy3cQO27OGbd25mdPLQgo1te0gZO5skHRQBW09/k4yACqNpKWowV\nI5F7WU2kwbp7dZFjVhP1StdBg2/OhBRmtEQEVflvEkeki0QgjfOMJjX2ymW66XBF\nbEaoA4mdyrehnRjOLmzf4mG/HLXUGyUZKcJ1VrN4uBDvUzBfxodREkkXi8sXZ7OL\n8ECur/oamaWkmoatt5qnooE5JlKz0QHZwuynZZ7Dn4twtrk2L6q7BmSRRDn8Scp3\n30BkzzwRAoGBAOnuChEGfbDoCawzMsKSgbZwORnmFJFgwjtPAShHzJKbS5r8S6L5\npcrsFIIRcipsaMr1Xo8AQ3ZQkkgXHVoVmqy9ehxdbQREJgYvn7fI364mMLyElCIu\nWx+fUzDaZx3zsp2aBZzE7n6s2om8XJp4ops3gkY37pvCLe5kdXvsDKcNAoGBANSL\nA3jp1OFmaTUtt0wqzlzHtz4cpwFtsycTAT9io3hF8WHI3nTC14joDPMt/ROXsszL\nf5OqLv/25rxsV3NJR9rXWhtYZRypwA3pLdysuo3+jwRaLWrtAtIxde58P0w5e8r/\n00WGZJdgMtlzjd6gkiiXdM/x2clnmnWvqQCqyKL9AoGBAJeMH7dh5iGqYUHOtU66\nDRB86XEuzhpUfeBgUVagFRbRRoy0b+e4JcEtaifNV5HGQ6lgho7L0+idT/cmClzm\n7BqGccpYeBywbZXKWoV8u/QdR6uJlFIEiAIXfJSEmRMdYpSZSJOEPSGRp85dWfy0\ntFsr/dixuYHsrUboi/fpN1UtAoGAHbnrnGen3HaEVGm2bzK1dgiAunErcmmzWs2v\nqPvUvSebIQAFDPOLTZyW4xQVhz36ReZYS4DL3gTcNJI6kOc444SnF5f/XEjpkYiB\nX5HQ7bcirYsnOwM3F8rPIbHC8JhBlhy9ocWwH/PWaM9ekjqG9qJoNgUvXpnc4oTU\n8EDymskCgYEAxSUAt5iPYGOEIB78VztWNPNoXXY1mEqqEFE5Z2cnTcn9kVsdwSe4\nSZ5izjBC48dMz2gQLC9qU8re68+c+Vdw6Q0bXNVIWpiWEVGdUaHhXcS4DFXIvyr6\nQkJUPecCl1eTsPlS1s77FOtaIE/dgEb7w5W1Lk6XalaGgrf8B8uBD0o=\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-12-29 03:52:31,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 used request id req-46eb8afd-dfef-4b6a-a11c-29feb179fe3a 2018-12-29 03:52:31,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/f0c4aeac-85b7-4aec-93ba-7701ac8a2399/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:31,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:31 GMT Server: Apache x-openstack-request-id: req-1602e314-0b91-4bfc-a4c8-f999d418c4bb Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:32,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:32 GMT Server: Apache x-openstack-request-id: req-950a72eb-3d47-4fe0-93dc-989712c54b8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-12-29T03:52:30Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:52:30Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-12-29 03:52:32,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399/resources used request id req-950a72eb-3d47-4fe0-93dc-989712c54b8d 2018-12-29 03:52:32,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:32,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52: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-e6b73a1e-115f-4223-ab85-02b709e69a62 x-compute-request-id: req-e6b73a1e-115f-4223-ab85-02b709e69a62 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOCfB1/22D1rTeY2KQJmzzL21WeDNYoW22IND9xa7fGzw8J440AcaWIhMOx2OBylVB0Mx6sVdv4+DAi0cYFEVzXyGCLG/t6kIDOawL5geXfIzLEGOA9+9XB5hz2RuQE4JroT/WmsWrLZSd92lvPaun1aKsZGdsfAsIlFv45H/+2wtEInptN6LQn/SgzvX0DwqvgNx3Gi8oHINyfzTWaLlOuzVVvwNvH2W+/xw+80uEtU3k0USKrtDmwA82pj60yEIK8PYTUYz3NMmu6QR9A0AfUV4OZ4asY8MnOf8WMqY/afeMgL70yIby883kQotYoHH1jPxHi+ZZbxb7KluX1HZ Generated-by-Nova", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp", "deleted": false, "created_at": "2018-12-29T03:52:30.000000", "updated_at": null, "fingerprint": "e9:25:46:d8:84:87:78:9b:a3:72:a9:41:78:81:97:a5", "deleted_at": null, "id": 15}} 2018-12-29 03:52:32,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp used request id req-e6b73a1e-115f-4223-ab85-02b709e69a62 2018-12-29 03:52:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:32,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:32 GMT Server: Apache x-openstack-request-id: req-2bd9fb90-0c52-42b0-8a92-cfdab22e626d Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:32,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:32 GMT Server: Apache x-openstack-request-id: req-9e4d3f7b-1c0e-4a38-8bb0-0d5da1940683 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1904 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "OS::stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "keypair_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack", "stack_user_project_id": "7938a04c5c5547828aabbc189e81db12", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:52:29Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f0c4aeac-85b7-4aec-93ba-7701ac8a2399", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwjgnwdf9tg9a03mNikCZs8y9tVngzWKFttiDQ/cWu3xs8PCe\nONAHGliITDsdjgcpVQdDMerFXb+PgwItHGBRFc18hgixv7epCAzmsC+YHl3yMyxB\njgPfvVweYc9kbkBOCa6E/1prFqy2Unfdpbz2rp9WirGRnbHwLCJRb+OR//tsLRCJ\n6bTei0J/0oM719A8Kr4DcdxovKByDcn801mi5Trs1Vb8Dbx9lvv8cPvNLhLVN5NF\nEiq7Q5sAPNqY+tMhCCvD2E1GM9zTJrukEfQNAH1FeDmeGrGPDJzn/FjKmP2n3jIC\n+9MiG8vPN5EKLWKBx9Yz8R4vmWW8W+ypbl9R2QIDAQABAoIBAQC71H02rgHTUfQ/\n8x1cqG89gPOzcJHFb9PramdAkrUsawAc4EfUn/NOmnJubvl9QxXJArYMj4WCzeEo\nDTG9cLTahhk4sy3cQO27OGbd25mdPLQgo1te0gZO5skHRQBW09/k4yACqNpKWowV\nI5F7WU2kwbp7dZFjVhP1StdBg2/OhBRmtEQEVflvEkeki0QgjfOMJjX2ymW66XBF\nbEaoA4mdyrehnRjOLmzf4mG/HLXUGyUZKcJ1VrN4uBDvUzBfxodREkkXi8sXZ7OL\n8ECur/oamaWkmoatt5qnooE5JlKz0QHZwuynZZ7Dn4twtrk2L6q7BmSRRDn8Scp3\n30BkzzwRAoGBAOnuChEGfbDoCawzMsKSgbZwORnmFJFgwjtPAShHzJKbS5r8S6L5\npcrsFIIRcipsaMr1Xo8AQ3ZQkkgXHVoVmqy9ehxdbQREJgYvn7fI364mMLyElCIu\nWx+fUzDaZx3zsp2aBZzE7n6s2om8XJp4ops3gkY37pvCLe5kdXvsDKcNAoGBANSL\nA3jp1OFmaTUtt0wqzlzHtz4cpwFtsycTAT9io3hF8WHI3nTC14joDPMt/ROXsszL\nf5OqLv/25rxsV3NJR9rXWhtYZRypwA3pLdysuo3+jwRaLWrtAtIxde58P0w5e8r/\n00WGZJdgMtlzjd6gkiiXdM/x2clnmnWvqQCqyKL9AoGBAJeMH7dh5iGqYUHOtU66\nDRB86XEuzhpUfeBgUVagFRbRRoy0b+e4JcEtaifNV5HGQ6lgho7L0+idT/cmClzm\n7BqGccpYeBywbZXKWoV8u/QdR6uJlFIEiAIXfJSEmRMdYpSZSJOEPSGRp85dWfy0\ntFsr/dixuYHsrUboi/fpN1UtAoGAHbnrnGen3HaEVGm2bzK1dgiAunErcmmzWs2v\nqPvUvSebIQAFDPOLTZyW4xQVhz36ReZYS4DL3gTcNJI6kOc444SnF5f/XEjpkYiB\nX5HQ7bcirYsnOwM3F8rPIbHC8JhBlhy9ocWwH/PWaM9ekjqG9qJoNgUvXpnc4oTU\n8EDymskCgYEAxSUAt5iPYGOEIB78VztWNPNoXXY1mEqqEFE5Z2cnTcn9kVsdwSe4\nSZ5izjBC48dMz2gQLC9qU8re68+c+Vdw6Q0bXNVIWpiWEVGdUaHhXcS4DFXIvyr6\nQkJUPecCl1eTsPlS1s77FOtaIE/dgEb7w5W1Lk6XalaGgrf8B8uBD0o=\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-12-29 03:52:32,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 used request id req-9e4d3f7b-1c0e-4a38-8bb0-0d5da1940683 2018-12-29 03:52:32,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:32,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52: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-b1546d85-b842-4750-a30f-7f001c6c27ca x-compute-request-id: req-b1546d85-b842-4750-a30f-7f001c6c27ca Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCOCfB1/22D1rTeY2KQJmzzL21WeDNYoW22IND9xa7fGzw8J440AcaWIhMOx2OBylVB0Mx6sVdv4+DAi0cYFEVzXyGCLG/t6kIDOawL5geXfIzLEGOA9+9XB5hz2RuQE4JroT/WmsWrLZSd92lvPaun1aKsZGdsfAsIlFv45H/+2wtEInptN6LQn/SgzvX0DwqvgNx3Gi8oHINyfzTWaLlOuzVVvwNvH2W+/xw+80uEtU3k0USKrtDmwA82pj60yEIK8PYTUYz3NMmu6QR9A0AfUV4OZ4asY8MnOf8WMqY/afeMgL70yIby883kQotYoHH1jPxHi+ZZbxb7KluX1HZ Generated-by-Nova", "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "name": "HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp", "deleted": false, "created_at": "2018-12-29T03:52:30.000000", "updated_at": null, "fingerprint": "e9:25:46:d8:84:87:78:9b:a3:72:a9:41:78:81:97:a5", "deleted_at": null, "id": 15}} 2018-12-29 03:52:32,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-kp used request id req-b1546d85-b842-4750-a30f-7f001c6c27ca 2018-12-29 03:52:32,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e033069fa1fa822783f6f5197802105b876f3584" 2018-12-29 03:52:32,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:32 GMT Server: Apache x-openstack-request-id: req-2e0ff428-90b7-47be-90dc-8eed308739d1 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:32,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:52:32 GMT Server: Apache x-openstack-request-id: req-a2bef503-0f0e-4bf6-a42a-506a725879b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:52:32,882 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsKeypairTests-394b3391-49a9-452c-a060-3f531f4f4318-stack/f0c4aeac-85b7-4aec-93ba-7701ac8a2399 used request id req-a2bef503-0f0e-4bf6-a42a-506a725879b4 2018-12-29 03:52:32,884 - heat_utils - DEBUG - Retrieving Heat Client 2018-12-29 03:52:32,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:33,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["VP9-O8Q0ReGZRF4gadWSpQ"], "issued_at": "2018-12-29T03:52:33.000000Z"}} 2018-12-29 03:52:33,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" -d '{"stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-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-5a531998-f0cd-41b3-9232-20d2a78097bc-sec-grp"}}' 2018-12-29 03:52:34,851 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:52:33 GMT Server: Apache x-openstack-request-id: req-2a64b1a9-0590-45ea-af05-d596fa3485cf Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0", "rel": "self"}]}} 2018-12-29 03:52:34,851 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks used request id req-2a64b1a9-0590-45ea-af05-d596fa3485cf 2018-12-29 03:52:34,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/75d598f9-e2b6-4fd1-98da-f878e75690e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:35,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:34 GMT Server: Apache x-openstack-request-id: req-deb45e92-a25e-4125-9855-2065a10083c8 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:35,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:35 GMT Server: Apache x-openstack-request-id: req-72998abf-0947-421e-99c6-5df1808730e3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "OS::stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "stack_user_project_id": "91fc76b185684135b51e2fd8523bbd9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:52:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-29 03:52:35,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 used request id req-72998abf-0947-421e-99c6-5df1808730e3 2018-12-29 03:52:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/75d598f9-e2b6-4fd1-98da-f878e75690e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:35,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:35 GMT Server: Apache x-openstack-request-id: req-7d9bdd97-96d9-4e1d-8a55-d3b043bd72c2 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:35,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:35 GMT Server: Apache x-openstack-request-id: req-0027ef71-6de2-451a-bf65-4072eabd47e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 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": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "OS::stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "stack_user_project_id": "91fc76b185684135b51e2fd8523bbd9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-12-29T03:52:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-29 03:52:35,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 used request id req-0027ef71-6de2-451a-bf65-4072eabd47e6 2018-12-29 03:52:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/75d598f9-e2b6-4fd1-98da-f878e75690e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:38,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:38 GMT Server: Apache x-openstack-request-id: req-a013d477-ab58-4bc6-9357-17fe27d35930 Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:38,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:38 GMT Server: Apache x-openstack-request-id: req-11d7753b-1716-498d-a143-7f2ec530ec9e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "74f504fcfb7d402d8417edc4f4429463", "OS::stack_id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "OS::stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "security_group_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack", "stack_user_project_id": "91fc76b185684135b51e2fd8523bbd9c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-12-29T03:52:34Z", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "75d598f9-e2b6-4fd1-98da-f878e75690e0", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-12-29 03:52:38,832 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 used request id req-11d7753b-1716-498d-a143-7f2ec530ec9e 2018-12-29 03:52:38,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/75d598f9-e2b6-4fd1-98da-f878e75690e0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:38,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:38 GMT Server: Apache x-openstack-request-id: req-09eebea6-d932-4e3b-bc68-111a5bab347b Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:39,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:38 GMT Server: Apache x-openstack-request-id: req-95e90029-2053-4298-9b12-b62c5b9a6094 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-12-29T03:52:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-12-29T03:52:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7ea709e6-f42d-4d64-889d-5432cf173600", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-12-29 03:52:39,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0/resources used request id req-95e90029-2053-4298-9b12-b62c5b9a6094 2018-12-29 03:52:39,146 - neutron_utils - INFO - Retrieving security group with ID - 7ea709e6-f42d-4d64-889d-5432cf173600 2018-12-29 03:52:39,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=7ea709e6-f42d-4d64-889d-5432cf173600 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:39,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-22e0f8b7-0098-4680-9d7f-b261fed6ceac Date: Sat, 29 Dec 2018 03:52:39 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:52:35Z", "updated_at": "2018-12-29T03:52:36Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T03:52:36Z", "revision_number": 0, "id": "2479fe55-39a4-4eda-96f7-a72f941f54f6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-29T03:52:36Z", "security_group_id": "7ea709e6-f42d-4d64-889d-5432cf173600", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": 22, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:52:36Z", "revision_number": 0, "id": "a1065d1e-c960-419e-b01c-b41c9ae50c3c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-12-29T03:52:36Z", "security_group_id": "7ea709e6-f42d-4d64-889d-5432cf173600", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 6, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "7ea709e6-f42d-4d64-889d-5432cf173600", "name": "HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-sec-grp"}]} 2018-12-29 03:52:39,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=7ea709e6-f42d-4d64-889d-5432cf173600 used request id req-22e0f8b7-0098-4680-9d7f-b261fed6ceac 2018-12-29 03:52:39,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ea709e6-f42d-4d64-889d-5432cf173600 2018-12-29 03:52:39,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7ea709e6-f42d-4d64-889d-5432cf173600 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:39,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-67fc3a66-6ab4-4390-a13a-47a8dff27851 Date: Sat, 29 Dec 2018 03:52:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-12-29T03:52:36Z", "security_group_id": "7ea709e6-f42d-4d64-889d-5432cf173600", "port_range_min": 22, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:52:36Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "2479fe55-39a4-4eda-96f7-a72f941f54f6"}, {"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-12-29T03:52:36Z", "security_group_id": "7ea709e6-f42d-4d64-889d-5432cf173600", "port_range_min": null, "revision_number": 0, "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:52:36Z", "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "a1065d1e-c960-419e-b01c-b41c9ae50c3c"}]} 2018-12-29 03:52:39,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=7ea709e6-f42d-4d64-889d-5432cf173600 used request id req-67fc3a66-6ab4-4390-a13a-47a8dff27851 2018-12-29 03:52:39,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/75d598f9-e2b6-4fd1-98da-f878e75690e0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e9861bbdba30be2489a1e4a44cabac73177368f" 2018-12-29 03:52:39,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 29 Dec 2018 03:52:39 GMT Server: Apache x-openstack-request-id: req-ac8519e0-df85-4963-814b-ac62864b9c5c Location: http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-12-29 03:52:39,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:52:39 GMT Server: Apache x-openstack-request-id: req-af9d8990-164a-4213-ab48-70e837aa6131 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:52:39,666 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463/stacks/HeatUtilsSecurityGroupTests-5a531998-f0cd-41b3-9232-20d2a78097bc-stack/75d598f9-e2b6-4fd1-98da-f878e75690e0 used request id req-af9d8990-164a-4213-ab48-70e837aa6131 2018-12-29 03:52:39,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:40,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["4zUQQo_ASeSWzlGMjKiLuw"], "issued_at": "2018-12-29T03:52:40.000000Z"}} 2018-12-29 03:52:40,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a151bdfd982a0d5fa8e0da712f0add0959b9f8e" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-1f0c5eb9-c82f-4aa3-9a04-fefa6ebb25f3"}}' 2018-12-29 03:52:40,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:40 GMT Server: Apache x-compute-request-id: req-31041c16-f409-475b-8056-d0ed5935194e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31041c16-f409-475b-8056-d0ed5935194e Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d85b7796-097a-411f-8e7d-b9516c85c58f", "name": "CinderUtilsQoSTests-1f0c5eb9-c82f-4aa3-9a04-fefa6ebb25f3"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f", "rel": "bookmark"}]} 2018-12-29 03:52:40,833 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-31041c16-f409-475b-8056-d0ed5935194e 2018-12-29 03:52:40,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31041c16-f409-475b-8056-d0ed5935194e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a151bdfd982a0d5fa8e0da712f0add0959b9f8e" 2018-12-29 03:52:41,017 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:40 GMT Server: Apache x-compute-request-id: req-d0a8d474-4483-44dc-8bed-8e3102de54aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0a8d474-4483-44dc-8bed-8e3102de54aa Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "d85b7796-097a-411f-8e7d-b9516c85c58f", "name": "CinderUtilsQoSTests-1f0c5eb9-c82f-4aa3-9a04-fefa6ebb25f3"}]} 2018-12-29 03:52:41,017 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-d0a8d474-4483-44dc-8bed-8e3102de54aa 2018-12-29 03:52:41,018 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1f0c5eb9-c82f-4aa3-9a04-fefa6ebb25f3 2018-12-29 03:52:41,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31041c16-f409-475b-8056-d0ed5935194e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a151bdfd982a0d5fa8e0da712f0add0959b9f8e" 2018-12-29 03:52:41,301 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-47f4701c-937d-4ba1-839a-fb6df7892fa6 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-12-29 03:52:41,302 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f?force=False used request id req-47f4701c-937d-4ba1-839a-fb6df7892fa6 2018-12-29 03:52:41,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31041c16-f409-475b-8056-d0ed5935194e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a151bdfd982a0d5fa8e0da712f0add0959b9f8e" 2018-12-29 03:52:41,476 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:41 GMT Server: Apache x-compute-request-id: req-3a013826-6731-41ed-b8f5-1dbe097ed71c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a013826-6731-41ed-b8f5-1dbe097ed71c Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-12-29 03:52:41,476 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-3a013826-6731-41ed-b8f5-1dbe097ed71c 2018-12-29 03:52:41,477 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-1f0c5eb9-c82f-4aa3-9a04-fefa6ebb25f3 2018-12-29 03:52:41,480 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31041c16-f409-475b-8056-d0ed5935194e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a151bdfd982a0d5fa8e0da712f0add0959b9f8e" 2018-12-29 03:52:41,654 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:52:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f81373eb-5b58-4050-a523-ae63c10d49b6 x-openstack-request-id: req-f81373eb-5b58-4050-a523-ae63c10d49b6 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec d85b7796-097a-411f-8e7d-b9516c85c58f.", "code": 404}} 2018-12-29 03:52:41,655 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/d85b7796-097a-411f-8e7d-b9516c85c58f?force=False used request id req-f81373eb-5b58-4050-a523-ae63c10d49b6 2018-12-29 03:52:41,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:42,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Di7-bYqtSxeByEA1lFa2ag"], "issued_at": "2018-12-29T03:52:42.000000Z"}} 2018-12-29 03:52:42,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4e055e8d1ab76c95b9f82d368cd167a28abb5e" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-710bfdc0-dbcc-4848-817c-76ea734299d1"}}' 2018-12-29 03:52:42,798 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:42 GMT Server: Apache x-compute-request-id: req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "name": "CinderUtilsQoSTests-710bfdc0-dbcc-4848-817c-76ea734299d1"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "rel": "bookmark"}]} 2018-12-29 03:52:42,798 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d 2018-12-29 03:52:42,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4e055e8d1ab76c95b9f82d368cd167a28abb5e" 2018-12-29 03:52:42,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:42 GMT Server: Apache x-compute-request-id: req-50af4d39-a1fb-4aee-8ea0-55f7b296690e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50af4d39-a1fb-4aee-8ea0-55f7b296690e Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "name": "CinderUtilsQoSTests-710bfdc0-dbcc-4848-817c-76ea734299d1"}]} 2018-12-29 03:52:42,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-50af4d39-a1fb-4aee-8ea0-55f7b296690e 2018-12-29 03:52:42,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4e055e8d1ab76c95b9f82d368cd167a28abb5e" 2018-12-29 03:52:43,146 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:42 GMT Server: Apache x-compute-request-id: req-3256f44f-bea1-415b-a96a-b7e465e8ccb4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3256f44f-bea1-415b-a96a-b7e465e8ccb4 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "name": "CinderUtilsQoSTests-710bfdc0-dbcc-4848-817c-76ea734299d1"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2", "rel": "bookmark"}]} 2018-12-29 03:52:43,146 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2 used request id req-3256f44f-bea1-415b-a96a-b7e465e8ccb4 2018-12-29 03:52:43,146 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-710bfdc0-dbcc-4848-817c-76ea734299d1 2018-12-29 03:52:43,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2e7acfc-ef15-4ea7-b34d-f686c2b3ac7d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c4e055e8d1ab76c95b9f82d368cd167a28abb5e" 2018-12-29 03:52:43,891 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9370255-4f73-408b-8418-0859e8b28d2a 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-12-29 03:52:43,892 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/2a8fbf27-e7a0-4b85-aa04-d7ce388cfcf2?force=False used request id req-f9370255-4f73-408b-8418-0859e8b28d2a 2018-12-29 03:52:43,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:44,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["D42-TcX9Tj2WDvkHH5gTew"], "issued_at": "2018-12-29T03:52:44.000000Z"}} 2018-12-29 03:52:44,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c6bc49d521b1aaa95fa5881359ee857e8283cf" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-36a35284-2818-4b60-912a-5169a96cf3f7"}}' 2018-12-29 03:52:45,007 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:44 GMT Server: Apache x-compute-request-id: req-af9254e9-3fa4-422f-8137-3657a5963ca2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af9254e9-3fa4-422f-8137-3657a5963ca2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "45387cc0-db98-4e49-9ff2-809534f9afc1", "name": "CinderUtilsQoSTests-36a35284-2818-4b60-912a-5169a96cf3f7"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1", "rel": "bookmark"}]} 2018-12-29 03:52:45,007 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-af9254e9-3fa4-422f-8137-3657a5963ca2 2018-12-29 03:52:45,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-af9254e9-3fa4-422f-8137-3657a5963ca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c6bc49d521b1aaa95fa5881359ee857e8283cf" 2018-12-29 03:52:45,189 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:45 GMT Server: Apache x-compute-request-id: req-3b41c9c5-d777-4dbd-8211-5b5b60440145 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b41c9c5-d777-4dbd-8211-5b5b60440145 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "45387cc0-db98-4e49-9ff2-809534f9afc1", "name": "CinderUtilsQoSTests-36a35284-2818-4b60-912a-5169a96cf3f7"}]} 2018-12-29 03:52:45,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-3b41c9c5-d777-4dbd-8211-5b5b60440145 2018-12-29 03:52:45,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-af9254e9-3fa4-422f-8137-3657a5963ca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c6bc49d521b1aaa95fa5881359ee857e8283cf" 2018-12-29 03:52:45,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:45 GMT Server: Apache x-compute-request-id: req-15e1ceda-db6d-4a6a-9814-b716f44de987 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15e1ceda-db6d-4a6a-9814-b716f44de987 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "45387cc0-db98-4e49-9ff2-809534f9afc1", "name": "CinderUtilsQoSTests-36a35284-2818-4b60-912a-5169a96cf3f7"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1", "rel": "bookmark"}]} 2018-12-29 03:52:45,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1 used request id req-15e1ceda-db6d-4a6a-9814-b716f44de987 2018-12-29 03:52:45,372 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-36a35284-2818-4b60-912a-5169a96cf3f7 2018-12-29 03:52:45,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-af9254e9-3fa4-422f-8137-3657a5963ca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c6bc49d521b1aaa95fa5881359ee857e8283cf" 2018-12-29 03:52:46,138 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ba3946e-8b8c-4aef-bccf-5845c6077153 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-12-29 03:52:46,138 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/45387cc0-db98-4e49-9ff2-809534f9afc1?force=False used request id req-3ba3946e-8b8c-4aef-bccf-5845c6077153 2018-12-29 03:52:46,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:46,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["NFj1CXYETwG_Q_FHZMmh-A"], "issued_at": "2018-12-29T03:52:46.000000Z"}} 2018-12-29 03:52:46,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6217b30a62fd1c770d7b27b63713b6bbfcdd20fb" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-fbd0db14-02e1-420a-8633-f0caf9b5cd0b"}}' 2018-12-29 03:52:46,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:46 GMT Server: Apache x-compute-request-id: req-837cfa1e-af95-4b3f-891b-7771389d3c78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-837cfa1e-af95-4b3f-891b-7771389d3c78 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "527f4d18-4171-404a-a612-177af31f1290", "name": "CinderUtilsQoSTests-fbd0db14-02e1-420a-8633-f0caf9b5cd0b"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290", "rel": "bookmark"}]} 2018-12-29 03:52:46,756 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-837cfa1e-af95-4b3f-891b-7771389d3c78 2018-12-29 03:52:46,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cfa1e-af95-4b3f-891b-7771389d3c78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6217b30a62fd1c770d7b27b63713b6bbfcdd20fb" 2018-12-29 03:52:46,921 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:46 GMT Server: Apache x-compute-request-id: req-fd6686c6-b90e-4437-8250-ebedaf6a117f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd6686c6-b90e-4437-8250-ebedaf6a117f Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "527f4d18-4171-404a-a612-177af31f1290", "name": "CinderUtilsQoSTests-fbd0db14-02e1-420a-8633-f0caf9b5cd0b"}]} 2018-12-29 03:52:46,921 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-fd6686c6-b90e-4437-8250-ebedaf6a117f 2018-12-29 03:52:46,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cfa1e-af95-4b3f-891b-7771389d3c78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6217b30a62fd1c770d7b27b63713b6bbfcdd20fb" 2018-12-29 03:52:47,645 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:46 GMT Server: Apache x-compute-request-id: req-03f855fb-3363-4587-ab1c-71088f14ea5e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-03f855fb-3363-4587-ab1c-71088f14ea5e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "527f4d18-4171-404a-a612-177af31f1290", "name": "CinderUtilsQoSTests-fbd0db14-02e1-420a-8633-f0caf9b5cd0b"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290", "rel": "bookmark"}]} 2018-12-29 03:52:47,646 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290 used request id req-03f855fb-3363-4587-ab1c-71088f14ea5e 2018-12-29 03:52:47,646 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-fbd0db14-02e1-420a-8633-f0caf9b5cd0b 2018-12-29 03:52:47,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-837cfa1e-af95-4b3f-891b-7771389d3c78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6217b30a62fd1c770d7b27b63713b6bbfcdd20fb" 2018-12-29 03:52:48,401 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-378ea731-976e-45e3-9fa5-5beaae418095 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-12-29 03:52:48,401 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/527f4d18-4171-404a-a612-177af31f1290?force=False used request id req-378ea731-976e-45e3-9fa5-5beaae418095 2018-12-29 03:52:48,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:48,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["U-qqngsURLmqxhwyS3FSQg"], "issued_at": "2018-12-29T03:52:48.000000Z"}} 2018-12-29 03:52:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:48,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0cba56-13ed-4c84-9a32-0c7a6cb935e8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:52:48,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e0cba56-13ed-4c84-9a32-0c7a6cb935e8 2018-12-29 03:52:48,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-73fb597d-84ae-4247-820e-8e0825a90ad2", "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-12-29 03:52:49,228 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:48 GMT Server: Apache x-compute-request-id: req-c6e04146-f96e-4031-951e-00c7d23315d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6e04146-f96e-4031-951e-00c7d23315d1 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-29T03:52:49.120783", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-73fb597d-84ae-4247-820e-8e0825a90ad2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "size": 1}} 2018-12-29 03:52:49,228 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes used request id req-c6e04146-f96e-4031-951e-00c7d23315d1 2018-12-29 03:52:49,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:49,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:49 GMT Server: Apache x-compute-request-id: req-5bb56c95-472a-4287-8b6f-118f559f9010 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5bb56c95-472a-4287-8b6f-118f559f9010 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:49.000000", "replication_status": null, "snapshot_id": null, "id": "891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-73fb597d-84ae-4247-820e-8e0825a90ad2", "bootable": "false", "created_at": "2018-12-29T03:52:49.000000", "volume_type": null}} 2018-12-29 03:52:49,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-5bb56c95-472a-4287-8b6f-118f559f9010 2018-12-29 03:52:49,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:49,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:49 GMT Server: Apache x-compute-request-id: req-2669f261-3d3c-4c55-a0af-053e8df12953 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2669f261-3d3c-4c55-a0af-053e8df12953 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:49.000000", "replication_status": null, "snapshot_id": null, "id": "891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-73fb597d-84ae-4247-820e-8e0825a90ad2", "bootable": "false", "created_at": "2018-12-29T03:52:49.000000", "volume_type": null}} 2018-12-29 03:52:49,672 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-2669f261-3d3c-4c55-a0af-053e8df12953 2018-12-29 03:52:49,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:49,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:49 GMT Server: Apache x-compute-request-id: req-b3f7580c-da56-4ebf-8e0b-1a1b83086576 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b3f7580c-da56-4ebf-8e0b-1a1b83086576 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:49.000000", "replication_status": null, "snapshot_id": null, "id": "891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-73fb597d-84ae-4247-820e-8e0825a90ad2", "bootable": "false", "created_at": "2018-12-29T03:52:49.000000", "volume_type": null}]} 2018-12-29 03:52:49,721 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-b3f7580c-da56-4ebf-8e0b-1a1b83086576 2018-12-29 03:52:49,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:52:49,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:52:49,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:49,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8a3792a-4fec-453a-ade8-f3b225ce721d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:52:49,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-e8a3792a-4fec-453a-ade8-f3b225ce721d 2018-12-29 03:52:49,822 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-73fb597d-84ae-4247-820e-8e0825a90ad2 2018-12-29 03:52:49,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:50,081 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-201be94d-1902-4427-aa84-b1d5ecc6bf39 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-12-29 03:52:50,082 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-201be94d-1902-4427-aa84-b1d5ecc6bf39 2018-12-29 03:52:50,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:50,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:50 GMT Server: Apache x-compute-request-id: req-0bb54839-5f15-4124-96d8-33869895ccfb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bb54839-5f15-4124-96d8-33869895ccfb Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:50.000000", "replication_status": null, "snapshot_id": null, "id": "891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-73fb597d-84ae-4247-820e-8e0825a90ad2", "bootable": "false", "created_at": "2018-12-29T03:52:49.000000", "volume_type": null}} 2018-12-29 03:52:50,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-0bb54839-5f15-4124-96d8-33869895ccfb 2018-12-29 03:52:53,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:54,075 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:52:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d802730c-7415-4cdf-b29a-406cd51849ad x-openstack-request-id: req-d802730c-7415-4cdf-b29a-406cd51849ad Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 could not be found.", "code": 404}} 2018-12-29 03:52:54,075 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-d802730c-7415-4cdf-b29a-406cd51849ad 2018-12-29 03:52:54,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:54,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:54 GMT Server: Apache x-compute-request-id: req-e6708b32-d518-4379-bc1a-896fffb497e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6708b32-d518-4379-bc1a-896fffb497e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-12-29 03:52:54,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-e6708b32-d518-4379-bc1a-896fffb497e6 2018-12-29 03:52:54,297 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-73fb597d-84ae-4247-820e-8e0825a90ad2 2018-12-29 03:52:54,300 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:54,333 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:52:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f4ff46f9-0d26-4c02-8e5e-2d6374d98641 x-openstack-request-id: req-f4ff46f9-0d26-4c02-8e5e-2d6374d98641 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 could not be found.", "code": 404}} 2018-12-29 03:52:54,334 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-f4ff46f9-0d26-4c02-8e5e-2d6374d98641 2018-12-29 03:52:54,336 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c6e04146-f96e-4031-951e-00c7d23315d1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9c26df38189e17e4c2d0c8bf0ae7aecbaf0f622" 2018-12-29 03:52:54,371 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:52:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-367fbe7e-e9f2-4b2f-b5d6-09bde847a08e x-openstack-request-id: req-367fbe7e-e9f2-4b2f-b5d6-09bde847a08e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 could not be found.", "code": 404}} 2018-12-29 03:52:54,371 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/891d6f20-6d4b-4c40-a0ce-9e9a41a0ff65 used request id req-367fbe7e-e9f2-4b2f-b5d6-09bde847a08e 2018-12-29 03:52:54,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:52:54,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["zmOzz2x9RlK2TjIPfR9hQg"], "issued_at": "2018-12-29T03:52:54.000000Z"}} 2018-12-29 03:52:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:54,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5930ee-69db-438b-b7e7-c250579dc065 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:52:54,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-db5930ee-69db-438b-b7e7-c250579dc065 2018-12-29 03:52:54,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-0011f4cd-4658-435e-8df6-9c68aaf63b15", "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-12-29 03:52:55,758 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:54 GMT Server: Apache x-compute-request-id: req-37002140-7b97-4958-b4c8-a1a75003f611 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-37002140-7b97-4958-b4c8-a1a75003f611 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-12-29T03:52:55.642802", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-0011f4cd-4658-435e-8df6-9c68aaf63b15", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "899f2bbe-57f7-48df-923e-398f265d0526", "size": 1}} 2018-12-29 03:52:55,758 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes used request id req-37002140-7b97-4958-b4c8-a1a75003f611 2018-12-29 03:52:55,761 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:56,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:55 GMT Server: Apache x-compute-request-id: req-fbd767c7-65dc-44a5-8942-c6bfe1fb75e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fbd767c7-65dc-44a5-8942-c6bfe1fb75e5 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:56.000000", "replication_status": null, "snapshot_id": null, "id": "899f2bbe-57f7-48df-923e-398f265d0526", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-0011f4cd-4658-435e-8df6-9c68aaf63b15", "bootable": "false", "created_at": "2018-12-29T03:52:55.000000", "volume_type": null}} 2018-12-29 03:52:56,543 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 used request id req-fbd767c7-65dc-44a5-8942-c6bfe1fb75e5 2018-12-29 03:52:56,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:56,749 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:56 GMT Server: Apache x-compute-request-id: req-1d43e31d-290e-408b-b889-42c7efe70417 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d43e31d-290e-408b-b889-42c7efe70417 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:56.000000", "replication_status": null, "snapshot_id": null, "id": "899f2bbe-57f7-48df-923e-398f265d0526", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-0011f4cd-4658-435e-8df6-9c68aaf63b15", "bootable": "false", "created_at": "2018-12-29T03:52:55.000000", "volume_type": null}} 2018-12-29 03:52:56,749 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 used request id req-1d43e31d-290e-408b-b889-42c7efe70417 2018-12-29 03:52:56,752 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:56,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:56 GMT Server: Apache x-compute-request-id: req-94b0d703-fbfb-4860-8d1c-1a904fcde375 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94b0d703-fbfb-4860-8d1c-1a904fcde375 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:56.000000", "replication_status": null, "snapshot_id": null, "id": "899f2bbe-57f7-48df-923e-398f265d0526", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-0011f4cd-4658-435e-8df6-9c68aaf63b15", "bootable": "false", "created_at": "2018-12-29T03:52:55.000000", "volume_type": null}]} 2018-12-29 03:52:56,957 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/detail used request id req-94b0d703-fbfb-4860-8d1c-1a904fcde375 2018-12-29 03:52:56,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:52:56,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:52: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:52:56,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:56,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16529c91-b899-4e94-afec-3672d4a743b8 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:52:56,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-16529c91-b899-4e94-afec-3672d4a743b8 2018-12-29 03:52:56,982 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0011f4cd-4658-435e-8df6-9c68aaf63b15 2018-12-29 03:52:56,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:57,298 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:52:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2bab68ad-6c7e-4462-a07d-0831a1aa5289 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-12-29 03:52:57,299 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 used request id req-2bab68ad-6c7e-4462-a07d-0831a1aa5289 2018-12-29 03:52:57,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:52:57,503 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:52:57 GMT Server: Apache x-compute-request-id: req-1353f5e4-975d-47ef-add1-8062db5bbf17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1353f5e4-975d-47ef-add1-8062db5bbf17 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-12-29T03:52:57.000000", "replication_status": null, "snapshot_id": null, "id": "899f2bbe-57f7-48df-923e-398f265d0526", "size": 1, "user_id": "6160ac97ef76405fb772acc3c4d9bfcd", "os-vol-tenant-attr:tenant_id": "74f504fcfb7d402d8417edc4f4429463", "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-0011f4cd-4658-435e-8df6-9c68aaf63b15", "bootable": "false", "created_at": "2018-12-29T03:52:55.000000", "volume_type": null}} 2018-12-29 03:52:57,503 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 used request id req-1353f5e4-975d-47ef-add1-8062db5bbf17 2018-12-29 03:53:00,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-37002140-7b97-4958-b4c8-a1a75003f611" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b115c48daa5dc9e5c4c40d6d2f9ed581cea3c15" 2018-12-29 03:53:00,684 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:53:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-71c82099-c865-4ce8-a606-ac26e13720f3 x-openstack-request-id: req-71c82099-c865-4ce8-a606-ac26e13720f3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 899f2bbe-57f7-48df-923e-398f265d0526 could not be found.", "code": 404}} 2018-12-29 03:53:00,684 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/volumes/899f2bbe-57f7-48df-923e-398f265d0526 used request id req-71c82099-c865-4ce8-a606-ac26e13720f3 2018-12-29 03:53:00,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:01,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["_cR-gCTGRjCNThlxFii0pQ"], "issued_at": "2018-12-29T03:53:01.000000Z"}} 2018-12-29 03:53:01,073 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d", "description": null}}' 2018-12-29 03:53:01,278 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:01 GMT Server: Apache x-compute-request-id: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea650068-20d8-49e3-a017-ebb1e81fff7b", "description": null}} 2018-12-29 03:53:01,278 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88 2018-12-29 03:53:01,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:01,465 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:01 GMT Server: Apache x-compute-request-id: req-1e9c3d41-874d-4054-92bd-33ad909af321 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e9c3d41-874d-4054-92bd-33ad909af321 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea650068-20d8-49e3-a017-ebb1e81fff7b", "description": null}]} 2018-12-29 03:53:01,466 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types?is_public=None used request id req-1e9c3d41-874d-4054-92bd-33ad909af321 2018-12-29 03:53:01,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:01,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:01 GMT Server: Apache x-compute-request-id: req-7ac95ac6-615f-43c7-933f-6d41f13a64a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ac95ac6-615f-43c7-933f-6d41f13a64a9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea650068-20d8-49e3-a017-ebb1e81fff7b", "description": null}} 2018-12-29 03:53:01,633 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b used request id req-7ac95ac6-615f-43c7-933f-6d41f13a64a9 2018-12-29 03:53:01,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:01,809 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:01 GMT Server: Apache x-compute-request-id: req-ced2f20b-faf5-49b3-a451-8da7619450ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ced2f20b-faf5-49b3-a451-8da7619450ec Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-29 03:53:01,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b/encryption used request id req-ced2f20b-faf5-49b3-a451-8da7619450ec 2018-12-29 03:53:01,809 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d 2018-12-29 03:53:01,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:02,028 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-987f80e2-5bf8-4d64-a5b9-951aa1de0d88 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-12-29 03:53:02,029 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b used request id req-987f80e2-5bf8-4d64-a5b9-951aa1de0d88 2018-12-29 03:53:02,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:02,192 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:53:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0ad3d77e-b30a-4f1c-a2c5-03526577e7de x-openstack-request-id: req-0ad3d77e-b30a-4f1c-a2c5-03526577e7de Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type ea650068-20d8-49e3-a017-ebb1e81fff7b could not be found.", "code": 404}} 2018-12-29 03:53:02,192 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b used request id req-0ad3d77e-b30a-4f1c-a2c5-03526577e7de 2018-12-29 03:53:02,193 - cinder_utils - INFO - Volume with ID [ea650068-20d8-49e3-a017-ebb1e81fff7b] does not exist 2018-12-29 03:53:02,193 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-410f816b-3f9b-41ed-afee-2c339e97770d 2018-12-29 03:53:02,196 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-06e21fbb-a92d-42dc-bfe5-7112f69e9c88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d0ec271dd6f30eecdc2382df7305fec13a42bac" 2018-12-29 03:53:02,922 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:53:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ff6f7fad-aea2-48c3-af89-f3ae12075baa x-openstack-request-id: req-ff6f7fad-aea2-48c3-af89-f3ae12075baa Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type ea650068-20d8-49e3-a017-ebb1e81fff7b could not be found.", "code": 404}} 2018-12-29 03:53:02,922 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ea650068-20d8-49e3-a017-ebb1e81fff7b used request id req-ff6f7fad-aea2-48c3-af89-f3ae12075baa 2018-12-29 03:53:02,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:03,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["oXWdJ5_aQ2iPc2iFiPMIcQ"], "issued_at": "2018-12-29T03:53:03.000000Z"}} 2018-12-29 03:53:03,316 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "description": null}}' 2018-12-29 03:53:03,524 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:03 GMT Server: Apache x-compute-request-id: req-893d60d1-e148-4414-ac3c-058f21b4cec5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-893d60d1-e148-4414-ac3c-058f21b4cec5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cecb0a49-dae9-45ba-9595-05fe7bc5e956", "description": null}} 2018-12-29 03:53:03,525 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-893d60d1-e148-4414-ac3c-058f21b4cec5 2018-12-29 03:53:03,528 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:03,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:03 GMT Server: Apache x-compute-request-id: req-bdb2a144-5ef8-4cf3-8db8-bb07fa950653 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdb2a144-5ef8-4cf3-8db8-bb07fa950653 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cecb0a49-dae9-45ba-9595-05fe7bc5e956", "description": null}]} 2018-12-29 03:53:03,712 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types?is_public=None used request id req-bdb2a144-5ef8-4cf3-8db8-bb07fa950653 2018-12-29 03:53:03,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:03,892 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:03 GMT Server: Apache x-compute-request-id: req-6415ce0c-f746-444d-a284-51929524ef27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6415ce0c-f746-444d-a284-51929524ef27 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cecb0a49-dae9-45ba-9595-05fe7bc5e956", "description": null}} 2018-12-29 03:53:03,893 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 used request id req-6415ce0c-f746-444d-a284-51929524ef27 2018-12-29 03:53:03,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:04,054 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:03 GMT Server: Apache x-compute-request-id: req-05b57b90-4a3d-4f76-8445-f01272a54173 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05b57b90-4a3d-4f76-8445-f01272a54173 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-29 03:53:04,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956/encryption used request id req-05b57b90-4a3d-4f76-8445-f01272a54173 2018-12-29 03:53:04,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:04,240 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:04 GMT Server: Apache x-compute-request-id: req-ab6d9d34-f787-4040-a609-f20855bba03a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ab6d9d34-f787-4040-a609-f20855bba03a Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cecb0a49-dae9-45ba-9595-05fe7bc5e956", "description": null}} 2018-12-29 03:53:04,241 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 used request id req-ab6d9d34-f787-4040-a609-f20855bba03a 2018-12-29 03:53:04,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:04,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:04 GMT Server: Apache x-compute-request-id: req-960e226a-e76a-411f-b0a4-df725d52b214 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-960e226a-e76a-411f-b0a4-df725d52b214 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cecb0a49-dae9-45ba-9595-05fe7bc5e956", "description": null}} 2018-12-29 03:53:04,428 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 used request id req-960e226a-e76a-411f-b0a4-df725d52b214 2018-12-29 03:53:04,431 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:04,587 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:04 GMT Server: Apache x-compute-request-id: req-e80e0524-3d35-48d1-8acb-f08e77e5c124 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e80e0524-3d35-48d1-8acb-f08e77e5c124 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-29 03:53:04,587 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956/encryption used request id req-e80e0524-3d35-48d1-8acb-f08e77e5c124 2018-12-29 03:53:04,587 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-9254c8f9-b6e0-49b3-8300-74274abbf4e5 2018-12-29 03:53:04,590 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-893d60d1-e148-4414-ac3c-058f21b4cec5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7592b654d3f4fdb4f5dbfce9d427d2cf472f0c" 2018-12-29 03:53:04,819 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b360159-2b32-4d98-90fa-0e29b4a2bbc0 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-12-29 03:53:04,819 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/cecb0a49-dae9-45ba-9595-05fe7bc5e956 used request id req-4b360159-2b32-4d98-90fa-0e29b4a2bbc0 2018-12-29 03:53:04,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:05,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["LU-b3v1XSzOvn023snn9iw"], "issued_at": "2018-12-29T03:53:05.000000Z"}} 2018-12-29 03:53:05,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8aa65a6aee01521ffd0a612fb08c5d23f08146" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-1221c642-2ccb-47e7-b4cf-1b5e475a0b73-type", "description": null}}' 2018-12-29 03:53:05,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:05 GMT Server: Apache x-compute-request-id: req-d00e2fce-58c5-4637-95ad-7219a70537d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d00e2fce-58c5-4637-95ad-7219a70537d9 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1221c642-2ccb-47e7-b4cf-1b5e475a0b73-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3882484-fc87-4540-b50e-8614d53ed1ab", "description": null}} 2018-12-29 03:53:05,400 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-d00e2fce-58c5-4637-95ad-7219a70537d9 2018-12-29 03:53:05,404 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/f3882484-fc87-4540-b50e-8614d53ed1ab/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d00e2fce-58c5-4637-95ad-7219a70537d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8aa65a6aee01521ffd0a612fb08c5d23f08146" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-1221c642-2ccb-47e7-b4cf-1b5e475a0b73", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-29 03:53:05,574 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 29 Dec 2018 03:53:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8fe49259-133b-45dd-a990-369217c2e2f5 x-openstack-request-id: req-8fe49259-133b-45dd-a990-369217c2e2f5 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-12-29 03:53:05,574 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/f3882484-fc87-4540-b50e-8614d53ed1ab/encryption used request id req-8fe49259-133b-45dd-a990-369217c2e2f5 2018-12-29 03:53:05,574 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-1221c642-2ccb-47e7-b4cf-1b5e475a0b73-type 2018-12-29 03:53:05,577 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/f3882484-fc87-4540-b50e-8614d53ed1ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d00e2fce-58c5-4637-95ad-7219a70537d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8aa65a6aee01521ffd0a612fb08c5d23f08146" 2018-12-29 03:53:05,795 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1803dfae-c3be-48a6-a6ef-f877d6d13065 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-12-29 03:53:05,795 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/f3882484-fc87-4540-b50e-8614d53ed1ab used request id req-1803dfae-c3be-48a6-a6ef-f877d6d13065 2018-12-29 03:53:05,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:06,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["PbnGYOJoRsqvxtGzHyWjIg"], "issued_at": "2018-12-29T03:53:06.000000Z"}} 2018-12-29 03:53:06,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "description": null}}' 2018-12-29 03:53:06,424 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:06 GMT Server: Apache x-compute-request-id: req-1e069eef-4e68-4541-95d7-4afc66b7b73d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e069eef-4e68-4541-95d7-4afc66b7b73d Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "description": null}} 2018-12-29 03:53:06,424 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-1e069eef-4e68-4541-95d7-4afc66b7b73d 2018-12-29 03:53:06,428 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7", "provider": "LuksEncryptor"}}' 2018-12-29 03:53:06,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:06 GMT Server: Apache x-compute-request-id: req-6e3c25c6-0e33-47bc-a614-a10be934d21a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e3c25c6-0e33-47bc-a614-a10be934d21a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7", "control_location": "back-end", "encryption_id": "c53390f3-0d02-4c11-abaf-85c44852e5de", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-12-29 03:53:06,632 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption used request id req-6e3c25c6-0e33-47bc-a614-a10be934d21a 2018-12-29 03:53:06,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:06,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:06 GMT Server: Apache x-compute-request-id: req-35c1c2ab-a83c-45c4-8482-0532327bdbbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35c1c2ab-a83c-45c4-8482-0532327bdbbc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "description": null}} 2018-12-29 03:53:06,811 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 used request id req-35c1c2ab-a83c-45c4-8482-0532327bdbbc 2018-12-29 03:53:06,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:06,985 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:06 GMT Server: Apache x-compute-request-id: req-7f28e981-3a27-4036-b0b1-2dee6a8747b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f28e981-3a27-4036-b0b1-2dee6a8747b6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "control_location": "back-end", "deleted": false, "created_at": "2018-12-29T03:53:06.000000", "updated_at": null, "encryption_id": "c53390f3-0d02-4c11-abaf-85c44852e5de", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-12-29 03:53:06,985 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption used request id req-7f28e981-3a27-4036-b0b1-2dee6a8747b6 2018-12-29 03:53:06,986 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type 2018-12-29 03:53:06,989 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,154 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:06 GMT Server: Apache x-compute-request-id: req-4705a1fc-1abc-45a7-8f9f-e0960ae49f9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4705a1fc-1abc-45a7-8f9f-e0960ae49f9d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "description": null}} 2018-12-29 03:53:07,154 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 used request id req-4705a1fc-1abc-45a7-8f9f-e0960ae49f9d 2018-12-29 03:53:07,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,362 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-872ad7af-19ef-484c-a5d5-dcac8c4315fb 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-12-29 03:53:07,362 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption/provider used request id req-872ad7af-19ef-484c-a5d5-dcac8c4315fb 2018-12-29 03:53:07,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,527 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache x-compute-request-id: req-4e922a76-55bb-4f7d-a1bc-de7f130f9762 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e922a76-55bb-4f7d-a1bc-de7f130f9762 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "description": null}} 2018-12-29 03:53:07,528 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 used request id req-4e922a76-55bb-4f7d-a1bc-de7f130f9762 2018-12-29 03:53:07,531 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache x-compute-request-id: req-9eeee334-6c3e-455c-ac46-709692e6b114 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9eeee334-6c3e-455c-ac46-709692e6b114 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-12-29 03:53:07,708 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption used request id req-9eeee334-6c3e-455c-ac46-709692e6b114 2018-12-29 03:53:07,708 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type 2018-12-29 03:53:07,711 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache x-compute-request-id: req-d38e4aca-8619-4e29-8fe6-4bc488b68160 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d38e4aca-8619-4e29-8fe6-4bc488b68160 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ed0f5c45-5956-40a9-8ca5-b5260234bbb6", "description": null}} 2018-12-29 03:53:07,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 used request id req-d38e4aca-8619-4e29-8fe6-4bc488b68160 2018-12-29 03:53:07,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,914 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1a760242-4a8a-4a07-aa64-17f2edd87c28 x-openstack-request-id: req-1a760242-4a8a-4a07-aa64-17f2edd87c28 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type ed0f5c45-5956-40a9-8ca5-b5260234bbb6 does not exist.", "code": 404}} 2018-12-29 03:53:07,914 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6/encryption/provider used request id req-1a760242-4a8a-4a07-aa64-17f2edd87c28 2018-12-29 03:53:07,915 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ccb74e86-fbd4-4e04-a779-89119ec44fd7-type 2018-12-29 03:53:07,917 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1e069eef-4e68-4541-95d7-4afc66b7b73d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e96453b6f8674082a992bceb0b86c3f8ccfa6a" 2018-12-29 03:53:07,974 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05cdfe03-1817-4b2f-8ef8-b48a07988c0d 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-12-29 03:53:07,974 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ed0f5c45-5956-40a9-8ca5-b5260234bbb6 used request id req-05cdfe03-1817-4b2f-8ef8-b48a07988c0d 2018-12-29 03:53:07,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:08,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["__4QytrFSb2p9Tcg379nsg"], "issued_at": "2018-12-29T03:53:08.000000Z"}} 2018-12-29 03:53:08,366 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type", "description": null}}' 2018-12-29 03:53:08,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:08 GMT Server: Apache x-compute-request-id: req-a9a99be8-304c-485d-a6ae-70d165cfd22d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9a99be8-304c-485d-a6ae-70d165cfd22d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ff17ed61-8c64-413c-8e16-0ddbdd9429fd", "description": null}} 2018-12-29 03:53:08,573 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-a9a99be8-304c-485d-a6ae-70d165cfd22d 2018-12-29 03:53:08,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd", "provider": "foo"}}' 2018-12-29 03:53:08,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:08 GMT Server: Apache x-compute-request-id: req-fbab9697-56ee-42bb-a55e-4e7d1e268ad4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fbab9697-56ee-42bb-a55e-4e7d1e268ad4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ff17ed61-8c64-413c-8e16-0ddbdd9429fd", "name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd", "control_location": "front-end", "encryption_id": "8a986973-b3cf-4d0f-8740-d642dd08f09d", "provider": "foo", "provider_class": "foo"}} 2018-12-29 03:53:08,814 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption used request id req-fbab9697-56ee-42bb-a55e-4e7d1e268ad4 2018-12-29 03:53:08,817 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" 2018-12-29 03:53:08,991 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:08 GMT Server: Apache x-compute-request-id: req-1b11e373-05fc-4af5-a9b2-6b9f19b14af6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b11e373-05fc-4af5-a9b2-6b9f19b14af6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ff17ed61-8c64-413c-8e16-0ddbdd9429fd", "description": null}} 2018-12-29 03:53:08,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd used request id req-1b11e373-05fc-4af5-a9b2-6b9f19b14af6 2018-12-29 03:53:08,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" 2018-12-29 03:53:09,171 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:08 GMT Server: Apache x-compute-request-id: req-4aa25956-dad6-4f51-8895-db01504e8ced OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4aa25956-dad6-4f51-8895-db01504e8ced Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "ff17ed61-8c64-413c-8e16-0ddbdd9429fd", "control_location": "front-end", "deleted": false, "created_at": "2018-12-29T03:53:08.000000", "updated_at": null, "encryption_id": "8a986973-b3cf-4d0f-8740-d642dd08f09d", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-12-29 03:53:09,171 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption used request id req-4aa25956-dad6-4f51-8895-db01504e8ced 2018-12-29 03:53:09,172 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type 2018-12-29 03:53:09,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" 2018-12-29 03:53:09,340 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:09 GMT Server: Apache x-compute-request-id: req-d45ba375-a548-4167-9d10-564b2ec20497 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d45ba375-a548-4167-9d10-564b2ec20497 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ff17ed61-8c64-413c-8e16-0ddbdd9429fd", "description": null}} 2018-12-29 03:53:09,340 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd used request id req-d45ba375-a548-4167-9d10-564b2ec20497 2018-12-29 03:53:09,343 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" 2018-12-29 03:53:09,541 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-42b4cd55-c792-40af-9d79-ad84a256b809 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-12-29 03:53:09,541 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd/encryption/provider used request id req-42b4cd55-c792-40af-9d79-ad84a256b809 2018-12-29 03:53:09,542 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-dc4cca17-7e96-46b3-bfcc-840f122f99dd-type 2018-12-29 03:53:09,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9a99be8-304c-485d-a6ae-70d165cfd22d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2657de3583457605ba50bd3fb9d76b566f062ec5" 2018-12-29 03:53:09,597 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55344036-ed79-4026-9646-150bf990ff07 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-12-29 03:53:09,597 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/ff17ed61-8c64-413c-8e16-0ddbdd9429fd used request id req-55344036-ed79-4026-9646-150bf990ff07 2018-12-29 03:53:09,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:09,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["OJBco17VTsie7Hkba-tpyA"], "issued_at": "2018-12-29T03:53:09.000000Z"}} 2018-12-29 03:53:09,983 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type", "description": null}}' 2018-12-29 03:53:10,189 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:09 GMT Server: Apache x-compute-request-id: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feec6b2-5e94-4493-afa4-6ae0aaa82550", "description": null}} 2018-12-29 03:53:10,189 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193 2018-12-29 03:53:10,193 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-12-29 03:53:10,973 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:10 GMT Server: Apache x-compute-request-id: req-2ba220f8-d936-45f6-bb8e-45d78b420f9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ba220f8-d936-45f6-bb8e-45d78b420f9f Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "3feec6b2-5e94-4493-afa4-6ae0aaa82550", "name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9", "control_location": "back-end", "encryption_id": "2481cec1-429a-4103-93c5-844d5975ceaf", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-12-29 03:53:10,973 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption used request id req-2ba220f8-d936-45f6-bb8e-45d78b420f9f 2018-12-29 03:53:10,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" 2018-12-29 03:53:11,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:10 GMT Server: Apache x-compute-request-id: req-a8388a98-0908-493a-b586-529d30a2e6d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8388a98-0908-493a-b586-529d30a2e6d4 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feec6b2-5e94-4493-afa4-6ae0aaa82550", "description": null}} 2018-12-29 03:53:11,150 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 used request id req-a8388a98-0908-493a-b586-529d30a2e6d4 2018-12-29 03:53:11,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" 2018-12-29 03:53:11,318 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:11 GMT Server: Apache x-compute-request-id: req-ce6506e0-aab3-4a48-ab13-dfac64f5fb2a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce6506e0-aab3-4a48-ab13-dfac64f5fb2a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"volume_type_id": "3feec6b2-5e94-4493-afa4-6ae0aaa82550", "control_location": "back-end", "deleted": false, "created_at": "2018-12-29T03:53:10.000000", "updated_at": null, "encryption_id": "2481cec1-429a-4103-93c5-844d5975ceaf", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-12-29 03:53:11,318 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption used request id req-ce6506e0-aab3-4a48-ab13-dfac64f5fb2a 2018-12-29 03:53:11,318 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type 2018-12-29 03:53:11,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" 2018-12-29 03:53:11,574 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:11 GMT Server: Apache x-compute-request-id: req-ea191022-6e01-4853-a959-7ea2cff61a1b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea191022-6e01-4853-a959-7ea2cff61a1b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feec6b2-5e94-4493-afa4-6ae0aaa82550", "description": null}} 2018-12-29 03:53:11,574 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 used request id req-ea191022-6e01-4853-a959-7ea2cff61a1b 2018-12-29 03:53:11,577 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" 2018-12-29 03:53:11,745 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-377e182e-4bce-4dda-96b6-bca9bc238b00 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-12-29 03:53:11,745 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550/encryption/provider used request id req-377e182e-4bce-4dda-96b6-bca9bc238b00 2018-12-29 03:53:11,745 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-75654d5a-5aca-4fe9-bd31-34dfff16a8c9-type 2018-12-29 03:53:11,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d9e8a8b-7110-4bf5-a4fc-024a738ee193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b950d978650a73ff1e4eca00172fd98cb0ce5d8" 2018-12-29 03:53:11,945 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b0fb71a-4b74-4917-a4f1-6c7fe78e4baf 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-12-29 03:53:11,945 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/3feec6b2-5e94-4493-afa4-6ae0aaa82550 used request id req-0b0fb71a-4b74-4917-a4f1-6c7fe78e4baf 2018-12-29 03:53:11,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:12,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["QKsX-I8bQbKjL-yLzHf3xg"], "issued_at": "2018-12-29T03:53:12.000000Z"}} 2018-12-29 03:53:12,335 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2-qos"}}' 2018-12-29 03:53:12,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:12 GMT Server: Apache x-compute-request-id: req-62bf3361-ad38-4970-97c4-ac492e6624d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62bf3361-ad38-4970-97c4-ac492e6624d0 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c24804b0-db75-4a1a-82d9-636efd380dd0", "name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/c24804b0-db75-4a1a-82d9-636efd380dd0", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/c24804b0-db75-4a1a-82d9-636efd380dd0", "rel": "bookmark"}]} 2018-12-29 03:53:12,533 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-62bf3361-ad38-4970-97c4-ac492e6624d0 2018-12-29 03:53:12,536 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2", "description": null}}' 2018-12-29 03:53:12,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:12 GMT Server: Apache x-compute-request-id: req-acb0f399-488e-4eb9-a6ef-a5f9e30c5677 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acb0f399-488e-4eb9-a6ef-a5f9e30c5677 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fe93a3d-a404-44a5-bac7-152e6dc9149c", "description": null}} 2018-12-29 03:53:12,755 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-acb0f399-488e-4eb9-a6ef-a5f9e30c5677 2018-12-29 03:53:12,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-29 03:53:12,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:12 GMT Server: Apache x-compute-request-id: req-0e144dc0-86b1-4a63-a149-d81814952927 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e144dc0-86b1-4a63-a149-d81814952927 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "0fe93a3d-a404-44a5-bac7-152e6dc9149c", "name": "foo", "control_location": "back-end", "encryption_id": "53aeadfc-3ecb-41dc-aeb6-c22e32fa44bc", "provider": "bar", "provider_class": "bar"}} 2018-12-29 03:53:12,963 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption used request id req-0e144dc0-86b1-4a63-a149-d81814952927 2018-12-29 03:53:12,966 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:12 GMT Server: Apache x-compute-request-id: req-8dbe4f21-c5b6-4922-864c-f69316c00f22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8dbe4f21-c5b6-4922-864c-f69316c00f22 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fe93a3d-a404-44a5-bac7-152e6dc9149c", "description": null}} 2018-12-29 03:53:13,131 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c used request id req-8dbe4f21-c5b6-4922-864c-f69316c00f22 2018-12-29 03:53:13,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:13 GMT Server: Apache x-compute-request-id: req-6bf7f05f-a4f4-453e-a047-aa83ee58b7a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bf7f05f-a4f4-453e-a047-aa83ee58b7a2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "0fe93a3d-a404-44a5-bac7-152e6dc9149c", "control_location": "back-end", "deleted": false, "created_at": "2018-12-29T03:53:12.000000", "updated_at": null, "encryption_id": "53aeadfc-3ecb-41dc-aeb6-c22e32fa44bc", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-29 03:53:13,301 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption used request id req-6bf7f05f-a4f4-453e-a047-aa83ee58b7a2 2018-12-29 03:53:13,302 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2 2018-12-29 03:53:13,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:13 GMT Server: Apache x-compute-request-id: req-960518a3-6da8-4f2c-a722-7e6f8931011c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-960518a3-6da8-4f2c-a722-7e6f8931011c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0fe93a3d-a404-44a5-bac7-152e6dc9149c", "description": null}} 2018-12-29 03:53:13,467 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c used request id req-960518a3-6da8-4f2c-a722-7e6f8931011c 2018-12-29 03:53:13,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,673 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d1e11dec-45fc-4895-b463-baf8bb9f4234 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-12-29 03:53:13,673 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c/encryption/provider used request id req-d1e11dec-45fc-4895-b463-baf8bb9f4234 2018-12-29 03:53:13,673 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2 2018-12-29 03:53:13,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,729 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d7590ee-7c64-4d5b-80b5-a35bf72b7407 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-12-29 03:53:13,729 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/0fe93a3d-a404-44a5-bac7-152e6dc9149c used request id req-2d7590ee-7c64-4d5b-80b5-a35bf72b7407 2018-12-29 03:53:13,729 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-2a3ed9fd-3415-428f-a3d3-da81a70dace2-qos 2018-12-29 03:53:13,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/c24804b0-db75-4a1a-82d9-636efd380dd0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62bf3361-ad38-4970-97c4-ac492e6624d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca0324f6f79e64b0d612f18b271dfa0e01117168" 2018-12-29 03:53:13,777 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-309eaecd-dd84-4a70-91ec-4494ac5b82b7 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-12-29 03:53:13,777 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/c24804b0-db75-4a1a-82d9-636efd380dd0?force=False used request id req-309eaecd-dd84-4a70-91ec-4494ac5b82b7 2018-12-29 03:53:13,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:14,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["0VKzqCBGQiKBHJNZAT4EhQ"], "issued_at": "2018-12-29T03:53:14.000000Z"}} 2018-12-29 03:53:14,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb-qos"}}' 2018-12-29 03:53:14,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:14 GMT Server: Apache x-compute-request-id: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "38ae466f-b604-4544-8946-973a40f96688", "name": "CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/38ae466f-b604-4544-8946-973a40f96688", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/38ae466f-b604-4544-8946-973a40f96688", "rel": "bookmark"}]} 2018-12-29 03:53:14,477 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2 2018-12-29 03:53:14,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb", "description": null}}' 2018-12-29 03:53:14,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:14 GMT Server: Apache x-compute-request-id: req-d31fac52-2e76-4c2d-8ea2-99d8720d7a4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d31fac52-2e76-4c2d-8ea2-99d8720d7a4b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67b7531f-48db-4b55-898f-3b5a90ad41aa", "description": null}} 2018-12-29 03:53:14,682 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-d31fac52-2e76-4c2d-8ea2-99d8720d7a4b 2018-12-29 03:53:14,685 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" 2018-12-29 03:53:14,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:14 GMT Server: Apache x-compute-request-id: req-dbfbcdd1-b132-412c-aabc-7b60bc04d8ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbfbcdd1-b132-412c-aabc-7b60bc04d8ed Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "38ae466f-b604-4544-8946-973a40f96688", "name": "CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb-qos"}]} 2018-12-29 03:53:14,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-dbfbcdd1-b132-412c-aabc-7b60bc04d8ed 2018-12-29 03:53:14,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/None/associate?vol_type_id=67b7531f-48db-4b55-898f-3b5a90ad41aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" 2018-12-29 03:53:15,643 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 03:53:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14131830-4a1e-47e0-958e-5989350458c5 x-openstack-request-id: req-14131830-4a1e-47e0-958e-5989350458c5 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-12-29 03:53:15,643 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/None/associate?vol_type_id=67b7531f-48db-4b55-898f-3b5a90ad41aa used request id req-14131830-4a1e-47e0-958e-5989350458c5 2018-12-29 03:53:15,643 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-14131830-4a1e-47e0-958e-5989350458c5) 2018-12-29 03:53:15,643 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb 2018-12-29 03:53:15,646 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/67b7531f-48db-4b55-898f-3b5a90ad41aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" 2018-12-29 03:53:15,705 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-64b2a597-2193-4e5d-8b3e-edd4d7506fdb 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-12-29 03:53:15,705 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/67b7531f-48db-4b55-898f-3b5a90ad41aa used request id req-64b2a597-2193-4e5d-8b3e-edd4d7506fdb 2018-12-29 03:53:15,705 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-a2b56bd2-8145-41f8-adcd-f0db2e2cffdb-qos 2018-12-29 03:53:15,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/38ae466f-b604-4544-8946-973a40f96688?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-23d2b9f7-e78c-461c-b4e5-bb0a46fd56d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ad181a24cf9bc155c5520ba8c06b12767cca79" 2018-12-29 03:53:15,890 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14315260-2cf4-42cf-89a4-dcb0f4f3e126 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-12-29 03:53:15,890 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/38ae466f-b604-4544-8946-973a40f96688?force=False used request id req-14315260-2cf4-42cf-89a4-dcb0f4f3e126 2018-12-29 03:53:15,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:16,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["s-LC0gG0TrexV6WGEFL95w"], "issued_at": "2018-12-29T03:53:16.000000Z"}} 2018-12-29 03:53:16,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004-qos"}}' 2018-12-29 03:53:16,488 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:16 GMT Server: Apache x-compute-request-id: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0f903847-3615-4f7e-8f03-1399baab6a9a", "name": "CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a", "rel": "bookmark"}]} 2018-12-29 03:53:16,488 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764 2018-12-29 03:53:16,492 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004", "description": null}}' 2018-12-29 03:53:16,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:16 GMT Server: Apache x-compute-request-id: req-27dd43dc-c3de-4be7-a8f9-58b6f9319fda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27dd43dc-c3de-4be7-a8f9-58b6f9319fda Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "36eb4435-b12b-4409-ab84-e1437fa47324", "description": null}} 2018-12-29 03:53:16,691 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-27dd43dc-c3de-4be7-a8f9-58b6f9319fda 2018-12-29 03:53:16,694 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" 2018-12-29 03:53:16,868 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:16 GMT Server: Apache x-compute-request-id: req-f60bca51-9763-48f1-b11b-38c1e0e77f56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f60bca51-9763-48f1-b11b-38c1e0e77f56 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "0f903847-3615-4f7e-8f03-1399baab6a9a", "name": "CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004-qos"}]} 2018-12-29 03:53:16,868 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-f60bca51-9763-48f1-b11b-38c1e0e77f56 2018-12-29 03:53:16,871 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a/associate?vol_type_id=36eb4435-b12b-4409-ab84-e1437fa47324 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" 2018-12-29 03:53:17,082 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-66e5e1c3-a022-4961-8fba-e228906c5d72 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-12-29 03:53:17,082 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a/associate?vol_type_id=36eb4435-b12b-4409-ab84-e1437fa47324 used request id req-66e5e1c3-a022-4961-8fba-e228906c5d72 2018-12-29 03:53:17,082 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004 2018-12-29 03:53:17,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/36eb4435-b12b-4409-ab84-e1437fa47324 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" 2018-12-29 03:53:17,304 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd5ff795-142d-471e-8585-6380426d1e15 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-12-29 03:53:17,305 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/36eb4435-b12b-4409-ab84-e1437fa47324 used request id req-dd5ff795-142d-471e-8585-6380426d1e15 2018-12-29 03:53:17,305 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0cf0f3d2-0324-468b-92d8-4aa87356e004-qos 2018-12-29 03:53:17,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4d49d5d2-c80d-4bb1-882c-d47ac63c6764" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab841509169eb565968825244821b683204c68f" 2018-12-29 03:53:17,501 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-70942ab0-3b17-40c5-8bac-cc8485166001 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-12-29 03:53:17,501 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/0f903847-3615-4f7e-8f03-1399baab6a9a?force=False used request id req-70942ab0-3b17-40c5-8bac-cc8485166001 2018-12-29 03:53:17,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:17,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "53da2cfc3b134e40b30805ac7790a1f7", "name": "heat_stack_owner"}, {"id": "35796e35e06e4dd0b6f333201f032922", "name": "Member"}], "expires_at": "2018-12-29T04:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f504fcfb7d402d8417edc4f4429463", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "id": "6160ac97ef76405fb772acc3c4d9bfcd"}, "audit_ids": ["Kdc5djCDRa-ttT62WDKeBw"], "issued_at": "2018-12-29T03:53:17.000000Z"}} 2018-12-29 03:53:17,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7-qos"}}' 2018-12-29 03:53:18,108 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:17 GMT Server: Apache x-compute-request-id: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "97124eee-100e-49d9-b968-fc32691c2332", "name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332", "rel": "self"}, {"href": "http://172.30.9.30:8776/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332", "rel": "bookmark"}]} 2018-12-29 03:53:18,108 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-5abaf72c-7dbc-41aa-a2de-bb9faf860300 2018-12-29 03:53:18,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7", "description": null}}' 2018-12-29 03:53:18,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:18 GMT Server: Apache x-compute-request-id: req-1759a5e6-25bc-4c59-83a4-ac00a86e4af4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1759a5e6-25bc-4c59-83a4-ac00a86e4af4 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9ce988a8-6f2d-4fa3-a404-e1668306ace4", "description": null}} 2018-12-29 03:53:18,316 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types used request id req-1759a5e6-25bc-4c59-83a4-ac00a86e4af4 2018-12-29 03:53:18,319 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-12-29 03:53:18,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:18 GMT Server: Apache x-compute-request-id: req-97c99ab4-64f9-4062-9e13-af30d33b5f72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97c99ab4-64f9-4062-9e13-af30d33b5f72 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9ce988a8-6f2d-4fa3-a404-e1668306ace4", "name": "foo", "control_location": "back-end", "encryption_id": "fcf84006-3a53-4c26-9676-858aad173e48", "provider": "bar", "provider_class": "bar"}} 2018-12-29 03:53:18,525 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption used request id req-97c99ab4-64f9-4062-9e13-af30d33b5f72 2018-12-29 03:53:18,528 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:18,697 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:18 GMT Server: Apache x-compute-request-id: req-55cbdc10-cefa-43f7-9280-69fdb07e6de7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55cbdc10-cefa-43f7-9280-69fdb07e6de7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "97124eee-100e-49d9-b968-fc32691c2332", "name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7-qos"}]} 2018-12-29 03:53:18,697 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs used request id req-55cbdc10-cefa-43f7-9280-69fdb07e6de7 2018-12-29 03:53:18,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332/associate?vol_type_id=9ce988a8-6f2d-4fa3-a404-e1668306ace4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:18,896 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d18aa3c4-ec47-4dee-bfa9-e9f35b02d2fd 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-12-29 03:53:18,897 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332/associate?vol_type_id=9ce988a8-6f2d-4fa3-a404-e1668306ace4 used request id req-d18aa3c4-ec47-4dee-bfa9-e9f35b02d2fd 2018-12-29 03:53:18,899 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,078 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:18 GMT Server: Apache x-compute-request-id: req-db5f4988-6711-436b-951b-c6c6d160dccd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db5f4988-6711-436b-951b-c6c6d160dccd Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7", "qos_specs_id": "97124eee-100e-49d9-b968-fc32691c2332", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9ce988a8-6f2d-4fa3-a404-e1668306ace4", "description": null}} 2018-12-29 03:53:19,078 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 used request id req-db5f4988-6711-436b-951b-c6c6d160dccd 2018-12-29 03:53:19,081 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache x-compute-request-id: req-de083e4b-50b0-45a6-b61a-e77fae2949c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de083e4b-50b0-45a6-b61a-e77fae2949c4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "9ce988a8-6f2d-4fa3-a404-e1668306ace4", "control_location": "back-end", "deleted": false, "created_at": "2018-12-29T03:53:18.000000", "updated_at": null, "encryption_id": "fcf84006-3a53-4c26-9676-858aad173e48", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-12-29 03:53:19,253 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption used request id req-de083e4b-50b0-45a6-b61a-e77fae2949c4 2018-12-29 03:53:19,254 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7 2018-12-29 03:53:19,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache x-compute-request-id: req-93c9747d-efe0-4fd3-a1e6-b6a2c7fefbb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93c9747d-efe0-4fd3-a1e6-b6a2c7fefbb2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7", "qos_specs_id": "97124eee-100e-49d9-b968-fc32691c2332", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9ce988a8-6f2d-4fa3-a404-e1668306ace4", "description": null}} 2018-12-29 03:53:19,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 used request id req-93c9747d-efe0-4fd3-a1e6-b6a2c7fefbb2 2018-12-29 03:53:19,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,469 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7babcdde-8943-4a09-bd16-b470cfee3015 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-12-29 03:53:19,469 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4/encryption/provider used request id req-7babcdde-8943-4a09-bd16-b470cfee3015 2018-12-29 03:53:19,469 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7 2018-12-29 03:53:19,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,525 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-546b942b-db53-4f75-813f-3230c50b07da 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-12-29 03:53:19,525 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/types/9ce988a8-6f2d-4fa3-a404-e1668306ace4 used request id req-546b942b-db53-4f75-813f-3230c50b07da 2018-12-29 03:53:19,526 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-866f435b-ab0f-488b-8ba0-b0e53b69b7f7-qos 2018-12-29 03:53:19,528 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5abaf72c-7dbc-41aa-a2de-bb9faf860300" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c8e56b3539d3b2ae6c7cf7c2f2a279fd7d8f9f" 2018-12-29 03:53:19,729 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-df5aa686-d48b-47d3-9004-6319d99168a8 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-12-29 03:53:19,729 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/74f504fcfb7d402d8417edc4f4429463/qos-specs/97124eee-100e-49d9-b968-fc32691c2332?force=False used request id req-df5aa686-d48b-47d3-9004-6319d99168a8 2018-12-29 03:53:19,730 - 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 741.366s OK 2018-12-29 03:53:19,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 03:53:19,853 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-29 03:53:19,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:19,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:19,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a59733b-2a4c-4f82-aacd-8d5969d78b9f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "53da2cfc3b134e40b30805ac7790a1f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:19,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4a59733b-2a4c-4f82-aacd-8d5969d78b9f 2018-12-29 03:53:19,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0774540901184s 2018-12-29 03:53:19,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:53:19,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b339572a-98dd-490d-bc06-02d58d3bf90a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:20,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/53da2cfc3b134e40b30805ac7790a1f7 used request id req-b339572a-98dd-490d-bc06-02d58d3bf90a 2018-12-29 03:53:20,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.138625860214s 2018-12-29 03:53:20,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:53:20,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66cb4e3-7775-4bbf-b3dd-b832f7375a42 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b", "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "domain_id": "default", "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:53:20,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b66cb4e3-7775-4bbf-b3dd-b832f7375a42 2018-12-29 03:53:20,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100279092789s 2018-12-29 03:53:20,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b66cb4e3-7775-4bbf-b3dd-b832f7375a42 2018-12-29 03:53:20,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:53:20,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6c65af-cccd-450c-8ceb-5930f20830a9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd"}, "enabled": true, "id": "6160ac97ef76405fb772acc3c4d9bfcd", "options": {}, "domain_id": "default", "name": "api_check-user_d1590b29-b5b8-4816-90d2-9bec31b5898b"}} 2018-12-29 03:53:20,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd used request id req-fa6c65af-cccd-450c-8ceb-5930f20830a9 2018-12-29 03:53:20,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0990891456604s 2018-12-29 03:53:20,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd used request id req-fa6c65af-cccd-450c-8ceb-5930f20830a9 2018-12-29 03:53:20,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 03:53:20,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc21b14e-fe4a-4b5b-b491-1bd21f993e51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:20,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd used request id req-cc21b14e-fe4a-4b5b-b491-1bd21f993e51 2018-12-29 03:53:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.344117879868s 2018-12-29 03:53:20,628 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/6160ac97ef76405fb772acc3c4d9bfcd used request id req-cc21b14e-fe4a-4b5b-b491-1bd21f993e51 2018-12-29 03:53:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:53:20,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5052fd1-c70a-403f-9849-73fb80054616 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463"}, "enabled": true, "id": "74f504fcfb7d402d8417edc4f4429463", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d1590b29-b5b8-4816-90d2-9bec31b5898b"}]} 2018-12-29 03:53:20,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f5052fd1-c70a-403f-9849-73fb80054616 2018-12-29 03:53:20,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.163639068604s 2018-12-29 03:53:20,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f5052fd1-c70a-403f-9849-73fb80054616 2018-12-29 03:53:20,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 03:53:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:20,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41b2f721-90a3-4147-9424-aa79fbda24d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:20,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-41b2f721-90a3-4147-9424-aa79fbda24d7 2018-12-29 03:53:20,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.170295000076s 2018-12-29 03:53:20,966 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/74f504fcfb7d402d8417edc4f4429463 used request id req-41b2f721-90a3-4147-9424-aa79fbda24d7 2018-12-29 03:53:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:20,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:21,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5191cceb-e337-4b9e-9c4f-31361f904635 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35796e35e06e4dd0b6f333201f032922", "links": {"self": "http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:21,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5191cceb-e337-4b9e-9c4f-31361f904635 2018-12-29 03:53:21,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759119987488s 2018-12-29 03:53:21,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:53:21,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:21,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58d820e1-6c58-4688-a85b-bd77156dbf2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:21,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/35796e35e06e4dd0b6f333201f032922 used request id req-58d820e1-6c58-4688-a85b-bd77156dbf2b 2018-12-29 03:53:21,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.157644033432s 2018-12-29 03:53:21,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:53:21,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=74f504fcfb7d402d8417edc4f4429463&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:21,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-90c1b2e8-5b13-44e5-8e59-441d249eef21 Date: Sat, 29 Dec 2018 03:53:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}]} 2018-12-29 03:53:21,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=74f504fcfb7d402d8417edc4f4429463&name=default used request id req-90c1b2e8-5b13-44e5-8e59-441d249eef21 2018-12-29 03:53:21,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19554901123s 2018-12-29 03:53:21,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=74f504fcfb7d402d8417edc4f4429463&name=default used request id req-90c1b2e8-5b13-44e5-8e59-441d249eef21 2018-12-29 03:53:21,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:53:21,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:21,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7911e185-95a2-4c7d-8071-fa05ed277798 Date: Sat, 29 Dec 2018 03:53:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:41:24Z", "updated_at": "2018-12-29T03:41:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "b2276544-e6c6-4b68-a2b7-3ee9713b8984", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "f6891ec1-5066-4eb7-9e19-35450bff941a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "9d6e5661-6670-4ab8-b4e7-4c3b3c18848e", "remote_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv6", "project_id": "74f504fcfb7d402d8417edc4f4429463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:41:24Z", "revision_number": 0, "id": "860cadab-b7d0-448b-9166-55a181c54ff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:41:24Z", "security_group_id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "port_range_min": null, "ethertype": "IPv4", "project_id": "74f504fcfb7d402d8417edc4f4429463"}], "revision_number": 4, "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "69f6bc3b-e298-4214-8cd7-653da966f30a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:53:21,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-7911e185-95a2-4c7d-8071-fa05ed277798 2018-12-29 03:53:21,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186787843704s 2018-12-29 03:53:21,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-7911e185-95a2-4c7d-8071-fa05ed277798 2018-12-29 03:53:21,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 03:53:21,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/69f6bc3b-e298-4214-8cd7-653da966f30a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b7781c6acbb2514f029f34f3780de7dd586a10b" 2018-12-29 03:53:21,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b60feab5-c60f-4662-abeb-fb346dc5cd9b Content-Length: 0 Date: Sat, 29 Dec 2018 03:53:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:53:21,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/69f6bc3b-e298-4214-8cd7-653da966f30a.json used request id req-b60feab5-c60f-4662-abeb-fb346dc5cd9b 2018-12-29 03:53:21,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.389332056046s 2018-12-29 03:53:21,987 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/69f6bc3b-e298-4214-8cd7-653da966f30a.json used request id req-b60feab5-c60f-4662-abeb-fb346dc5cd9b 2018-12-29 03:53:22,008 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:53:22,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:53:22,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:53:22,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:53:22,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:53:22,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:53:22,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:53:22,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:53:22,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:53:22,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:53:22,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2ffa3bd-2129-4126-b66d-61e463f1ef53 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:22,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2ffa3bd-2129-4126-b66d-61e463f1ef53 2018-12-29 03:53:22,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:22,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["U6Ii1Y2fQ7KuYynwJ8gMGA"], "issued_at": "2018-12-29T03:53:22.000000Z"}} 2018-12-29 03:53:22,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:22,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:53:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:53:22,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:22,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf07f20-a07b-4461-b7d5-957a85ea48ef Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:53:22,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-ccf07f20-a07b-4461-b7d5-957a85ea48ef 2018-12-29 03:53:22,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.482012033463s 2018-12-29 03:53:22,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 03:53:22,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}}' 2018-12-29 03:53:22,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:53:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55bf87a7-186e-4fee-b188-f5d7d058bf1b 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.30:5000/v3/projects/da997792df9f47e6a7274896a2318747"}, "enabled": true, "id": "da997792df9f47e6a7274896a2318747", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}} 2018-12-29 03:53:22,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-55bf87a7-186e-4fee-b188-f5d7d058bf1b 2018-12-29 03:53:22,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.097305059433s 2018-12-29 03:53:22,621 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-55bf87a7-186e-4fee-b188-f5d7d058bf1b 2018-12-29 03:53:22,622 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07', 'id': u'da997792df9f47e6a7274896a2318747', '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-12-29 03:53:22,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 03:53:23,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.392060041428s 2018-12-29 03:53:23,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58608423-63bf-412c-8838-4ffdafd40333 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07"}} 2018-12-29 03:53:23,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 used request id req-58608423-63bf-412c-8838-4ffdafd40333 2018-12-29 03:53:23,124 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a463d94384df4aeca5772017ab054303', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07'}) 2018-12-29 03:53:23,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:23,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b03e29e-6fb6-4864-9608-1d4c306a07c7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:23,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9b03e29e-6fb6-4864-9608-1d4c306a07c7 2018-12-29 03:53:23,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786361694336s 2018-12-29 03:53:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:23,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3f9efe-ae67-4be5-bf89-7cba67883df0 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:23,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4c3f9efe-ae67-4be5-bf89-7cba67883df0 2018-12-29 03:53:23,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848000049591s 2018-12-29 03:53:23,290 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 03:53:23,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:53:23,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" -d '{"role": {"name": "Member"}}' 2018-12-29 03:53:23,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a30ff2b3-5974-44fc-809e-91f313483237 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}} 2018-12-29 03:53:23,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a30ff2b3-5974-44fc-809e-91f313483237 2018-12-29 03:53:23,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0973358154297s 2018-12-29 03:53:23,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2bc9686-37c5-400c-af8f-d705b681e4c4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "domain_id": null, "name": "Member", "id": "5a5b5df18d574477a614992bd3b7fb5b"}} 2018-12-29 03:53:23,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b used request id req-f2bc9686-37c5-400c-af8f-d705b681e4c4 2018-12-29 03:53:23,465 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b'}, 'domain_id': None, 'human_id': None, 'id': u'5a5b5df18d574477a614992bd3b7fb5b', 'HUMAN_ID': False}) 2018-12-29 03:53:23,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74135492-3f7d-4c5f-bb62-c483648d4e20 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:23,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-74135492-3f7d-4c5f-bb62-c483648d4e20 2018-12-29 03:53:23,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801129341125s 2018-12-29 03:53:23,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:53:23,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584e7a48-98f4-4900-83fa-18355860f73c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:53:23,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-584e7a48-98f4-4900-83fa-18355860f73c 2018-12-29 03:53:23,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0802738666534s 2018-12-29 03:53:23,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:53:23,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac070d5-9a18-4bc9-a816-6f992bccdee4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "domain_id": "default", "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:53:23,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6ac070d5-9a18-4bc9-a816-6f992bccdee4 2018-12-29 03:53:23,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918200016022s 2018-12-29 03:53:23,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6ac070d5-9a18-4bc9-a816-6f992bccdee4 2018-12-29 03:53:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:53:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c40ec66e-93e7-4d5d-8ac2-16a2bf5732cc Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747"}, "enabled": true, "id": "da997792df9f47e6a7274896a2318747", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}]} 2018-12-29 03:53:23,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c40ec66e-93e7-4d5d-8ac2-16a2bf5732cc 2018-12-29 03:53:23,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826749801636s 2018-12-29 03:53:23,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c40ec66e-93e7-4d5d-8ac2-16a2bf5732cc 2018-12-29 03:53:23,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:53:23,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=5a5b5df18d574477a614992bd3b7fb5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:23,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7161b32-14d6-4f7e-80b5-c28594fd2cb5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=5a5b5df18d574477a614992bd3b7fb5b", "previous": null, "next": null}} 2018-12-29 03:53:23,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=5a5b5df18d574477a614992bd3b7fb5b used request id req-c7161b32-14d6-4f7e-80b5-c28594fd2cb5 2018-12-29 03:53:23,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0941569805145s 2018-12-29 03:53:23,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:53:23,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/5a5b5df18d574477a614992bd3b7fb5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46801468-d0e1-45e1-8c8d-e5799a3217f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:24,018 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/5a5b5df18d574477a614992bd3b7fb5b used request id req-46801468-d0e1-45e1-8c8d-e5799a3217f5 2018-12-29 03:53:24,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111478090286s 2018-12-29 03:53:24,019 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07', 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': '901a2ed1-188a-4570-9d2d-a60b41599981', 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_09357975-696c-4d79-963c-acb40ecd9c07', 'project_id': u'da997792df9f47e6a7274896a2318747', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 03:53:24,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:53:24,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:53:24,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:53:24,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:53:24,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:53:24,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:53:24,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:53:24,024 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07', 'password': '901a2ed1-188a-4570-9d2d-a60b41599981', 'project_name': 'snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'da997792df9f47e6a7274896a2318747', 'project_domain_name': 'Default'} 2018-12-29 03:53:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:24,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb5cf00-edd9-4c50-8799-b56d0b1d2889 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:24,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1bb5cf00-edd9-4c50-8799-b56d0b1d2889 2018-12-29 03:53:24,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077803850174s 2018-12-29 03:53:24,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a8ab30-48f7-42dc-9097-0fe6241269de Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:24,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-96a8ab30-48f7-42dc-9097-0fe6241269de 2018-12-29 03:53:24,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786590576172s 2018-12-29 03:53:24,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:53:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522429a3-9eb1-4321-a83e-78c19374b2bf Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:53:24,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-522429a3-9eb1-4321-a83e-78c19374b2bf 2018-12-29 03:53:24,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0200200080872s 2018-12-29 03:53:24,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:53:24,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f691f93f-b00d-4a22-857b-b03349576e3f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "domain_id": "default", "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:53:24,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f691f93f-b00d-4a22-857b-b03349576e3f 2018-12-29 03:53:24,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949051380157s 2018-12-29 03:53:24,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f691f93f-b00d-4a22-857b-b03349576e3f 2018-12-29 03:53:24,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:53:24,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7496d2db-bdb2-4903-bef9-213fa4d196ce Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747"}, "enabled": true, "id": "da997792df9f47e6a7274896a2318747", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}]} 2018-12-29 03:53:24,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7496d2db-bdb2-4903-bef9-213fa4d196ce 2018-12-29 03:53:24,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0851829051971s 2018-12-29 03:53:24,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7496d2db-bdb2-4903-bef9-213fa4d196ce 2018-12-29 03:53:24,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:53:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af828089-ed55-44df-b7ed-280d9a6d3917 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 03:53:24,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-af828089-ed55-44df-b7ed-280d9a6d3917 2018-12-29 03:53:24,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.072774887085s 2018-12-29 03:53:24,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:53:24,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40c6cc51-a120-456e-9a0b-9f57dfd4c837 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:24,581 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-40c6cc51-a120-456e-9a0b-9f57dfd4c837 2018-12-29 03:53:24,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114675045013s 2018-12-29 03:53:24,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:24,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f119d49-e908-4b72-a532-bedde5ede671 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:24,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5f119d49-e908-4b72-a532-bedde5ede671 2018-12-29 03:53:24,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.176445960999s 2018-12-29 03:53:24,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:53:24,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" -d '{"role": {"name": "heat_stack_owner"}}' 2018-12-29 03:53:24,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bec01d32-aba3-4c45-a7c1-fa3648925c63 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8678effffb1f41078322dda90a0f9bb1", "links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "name": "heat_stack_owner"}} 2018-12-29 03:53:24,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-bec01d32-aba3-4c45-a7c1-fa3648925c63 2018-12-29 03:53:24,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100991010666s 2018-12-29 03:53:24,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:24,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730140e3-e635-482f-b531-99a47bc742da Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "domain_id": null, "name": "heat_stack_owner", "id": "8678effffb1f41078322dda90a0f9bb1"}} 2018-12-29 03:53:24,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1 used request id req-730140e3-e635-482f-b531-99a47bc742da 2018-12-29 03:53:24,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:53:24,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4279dbf-93db-46cc-bec1-0c352e30eb09 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "8678effffb1f41078322dda90a0f9bb1", "links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:25,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b4279dbf-93db-46cc-bec1-0c352e30eb09 2018-12-29 03:53:25,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779209136963s 2018-12-29 03:53:25,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:53:25,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40653779-403b-4a34-bd15-871eb278929a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:53:25,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-40653779-403b-4a34-bd15-871eb278929a 2018-12-29 03:53:25,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0738251209259s 2018-12-29 03:53:25,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:53:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4db5a9f-39ad-4da3-a70a-ca34410aa782 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "domain_id": "default", "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:53:25,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e4db5a9f-39ad-4da3-a70a-ca34410aa782 2018-12-29 03:53:25,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0951619148254s 2018-12-29 03:53:25,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e4db5a9f-39ad-4da3-a70a-ca34410aa782 2018-12-29 03:53:25,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:53:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f457998a-582f-4937-83ce-0f29e0a410bd Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747"}, "enabled": true, "id": "da997792df9f47e6a7274896a2318747", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}]} 2018-12-29 03:53:25,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f457998a-582f-4937-83ce-0f29e0a410bd 2018-12-29 03:53:25,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804340839386s 2018-12-29 03:53:25,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f457998a-582f-4937-83ce-0f29e0a410bd 2018-12-29 03:53:25,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:53:25,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=8678effffb1f41078322dda90a0f9bb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a58bd15-b80a-4b7d-bd6d-24fb7de53c39 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=8678effffb1f41078322dda90a0f9bb1", "previous": null, "next": null}} 2018-12-29 03:53:25,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=a463d94384df4aeca5772017ab054303&scope.project.id=da997792df9f47e6a7274896a2318747&role.id=8678effffb1f41078322dda90a0f9bb1 used request id req-0a58bd15-b80a-4b7d-bd6d-24fb7de53c39 2018-12-29 03:53:25,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0750620365143s 2018-12-29 03:53:25,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:53:25,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/8678effffb1f41078322dda90a0f9bb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:53:25,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d7cedc3-f278-43d4-995c-92f9bf0d73cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:25,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747/users/a463d94384df4aeca5772017ab054303/roles/8678effffb1f41078322dda90a0f9bb1 used request id req-6d7cedc3-f278-43d4-995c-92f9bf0d73cd 2018-12-29 03:53:25,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125622034073s 2018-12-29 03:53:25,487 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-12-29 03:53:25,487 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-29 03:53:25,487 - openstack_tests - INFO - OS Credentials = > 2018-12-29 03:53:25,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:25,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:25,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8678effffb1f41078322dda90a0f9bb1", "name": "heat_stack_owner"}, {"id": "5a5b5df18d574477a614992bd3b7fb5b", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da997792df9f47e6a7274896a2318747", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "id": "a463d94384df4aeca5772017ab054303"}, "audit_ids": ["qsdyepMDQlu5wpdcePbKww"], "issued_at": "2018-12-29T03:53:25.000000Z"}} 2018-12-29 03:53:25,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab89fdc2008980f4eafba27dfccaad1579f72fa" 2018-12-29 03:53:26,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-92e51f78-8c32-48c0-94d8-5ed5a8da4dd5 Date: Sat, 29 Dec 2018 03:53:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:53:26,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-92e51f78-8c32-48c0-94d8-5ed5a8da4dd5 2018-12-29 03:53:26,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ab89fdc2008980f4eafba27dfccaad1579f72fa" 2018-12-29 03:53:26,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0e3a01e9-6881-4541-8bc0-636a7dcf846f Date: Sat, 29 Dec 2018 03:53:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 03:53:26,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=172d8bf1-dcb3-48a2-9142-54f150cc212d used request id req-0e3a01e9-6881-4541-8bc0-636a7dcf846f 2018-12-29 03:53:26,459 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-29 03:53:26,459 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-12-29 03:53:26,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:26,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:26,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8678effffb1f41078322dda90a0f9bb1", "name": "heat_stack_owner"}, {"id": "5a5b5df18d574477a614992bd3b7fb5b", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da997792df9f47e6a7274896a2318747", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "id": "a463d94384df4aeca5772017ab054303"}, "audit_ids": ["6PPF3S4QRRKS_gCJ_jWnmw"], "issued_at": "2018-12-29T03:53:26.000000Z"}} 2018-12-29 03:53:26,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e354f9f70f4df2f3eb0c2edfbc83572b3b0d93" 2018-12-29 03:53:26,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3343c065-4e4f-4cac-a117-4acc2cdec532 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:26,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3343c065-4e4f-4cac-a117-4acc2cdec532 2018-12-29 03:53:26,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:26,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:27,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8678effffb1f41078322dda90a0f9bb1", "name": "heat_stack_owner"}, {"id": "5a5b5df18d574477a614992bd3b7fb5b", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da997792df9f47e6a7274896a2318747", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "id": "a463d94384df4aeca5772017ab054303"}, "audit_ids": ["HKLr6bbkQ3qvEOc4vyCZgA"], "issued_at": "2018-12-29T03:53:27.000000Z"}} 2018-12-29 03:53:27,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:27,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e344d0e5-44bd-4311-ac20-759dddd58a7e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:27,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e344d0e5-44bd-4311-ac20-759dddd58a7e 2018-12-29 03:53:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:53:27,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:53: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:53:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-29eb44ce-874d-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:27,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66cce3c-f271-4146-a1b6-34ebc3376b90 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-29eb44ce-874d-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-12-29 03:53:27,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-29eb44ce-874d-4fc-proj used request id req-f66cce3c-f271-4146-a1b6-34ebc3376b90 2018-12-29 03:53:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:27,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681e0e48-358a-4c25-9cc6-41a7477d9147 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:53:27,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-681e0e48-358a-4c25-9cc6-41a7477d9147 2018-12-29 03:53:27,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}}' 2018-12-29 03:53:27,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b8363e2-ff7b-447d-ba40-ef15a29ba0c7 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:27,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6b8363e2-ff7b-447d-ba40-ef15a29ba0c7 2018-12-29 03:53:27,724 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-29eb44ce-874d-4fc-proj 2018-12-29 03:53:27,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:27,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:28,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8678effffb1f41078322dda90a0f9bb1", "name": "heat_stack_owner"}, {"id": "5a5b5df18d574477a614992bd3b7fb5b", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da997792df9f47e6a7274896a2318747", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "id": "a463d94384df4aeca5772017ab054303"}, "audit_ids": ["P4Q3mb5GTZCMMan1iuIiVA"], "issued_at": "2018-12-29T03:53:28.000000Z"}} 2018-12-29 03:53:28,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac66aae687680371d00b6a4ecaa26f7c23d521d1" 2018-12-29 03:53:28,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cc88f7b-db2c-49f4-9331-f1828dbf55ad Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:28,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7cc88f7b-db2c-49f4-9331-f1828dbf55ad 2018-12-29 03:53:28,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:53:28,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:53: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:53:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac66aae687680371d00b6a4ecaa26f7c23d521d1" 2018-12-29 03:53:28,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91933e98-d4dd-45b1-89a9-9a8dedffa415 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "domain_id": "default", "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:53:28,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-91933e98-d4dd-45b1-89a9-9a8dedffa415 2018-12-29 03:53:28,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-29eb44ce-874d-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac66aae687680371d00b6a4ecaa26f7c23d521d1" 2018-12-29 03:53:28,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92499a51-ae41-4c11-add8-629f8683ea4c Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-29eb44ce-874d-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}]} 2018-12-29 03:53:28,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-29eb44ce-874d-4fc-proj used request id req-92499a51-ae41-4c11-add8-629f8683ea4c 2018-12-29 03:53:28,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac66aae687680371d00b6a4ecaa26f7c23d521d1" 2018-12-29 03:53:28,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63f3691-aca1-45fd-a928-16a88717328d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-12-29 03:53:28,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c63f3691-aca1-45fd-a928-16a88717328d 2018-12-29 03:53:28,878 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-29eb44ce-874d-4fc-user 2018-12-29 03:53:28,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:28,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:28,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b823c7-f46b-444f-bce9-8096ac141daf Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "8678effffb1f41078322dda90a0f9bb1", "links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:53:28,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-64b823c7-f46b-444f-bce9-8096ac141daf 2018-12-29 03:53:28,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" -d '{"role": {"name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}}' 2018-12-29 03:53:29,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b4a55c3-6441-453d-8c18-018c5af65607 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f860442a9eb4b21ba98c526d854a80d", "links": {"self": "http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d"}, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}} 2018-12-29 03:53:29,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6b4a55c3-6441-453d-8c18-018c5af65607 2018-12-29 03:53:29,076 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-29eb44ce-874d-4fc-proj-role 2018-12-29 03:53:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:29,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa37c35-795b-488c-babe-f4667327e5f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d"}, "domain_id": null, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role", "id": "2f860442a9eb4b21ba98c526d854a80d"}} 2018-12-29 03:53:29,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d used request id req-6fa37c35-795b-488c-babe-f4667327e5f6 2018-12-29 03:53:29,165 - keystone_utils - INFO - Granting role SimpleHealthCheck-29eb44ce-874d-4fc-proj-role to project SimpleHealthCheck-29eb44ce-874d-4fc-proj 2018-12-29 03:53:29,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e/users/fe9c26bd32c64a2c93ee9288b1a1a5e1/roles/2f860442a9eb4b21ba98c526d854a80d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:53:29,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fde4a7d-c6ad-4f4c-bc98-0347078e5954 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:53:29,288 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e/users/fe9c26bd32c64a2c93ee9288b1a1a5e1/roles/2f860442a9eb4b21ba98c526d854a80d used request id req-8fde4a7d-c6ad-4f4c-bc98-0347078e5954 2018-12-29 03:53:29,288 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:53:29,290 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-12-29 03:53:29,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:29,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:29,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f860442a9eb4b21ba98c526d854a80d", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}], "expires_at": "2018-12-29T04:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bd87650482a433285748fc633dc8b7e", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-user", "id": "fe9c26bd32c64a2c93ee9288b1a1a5e1"}, "audit_ids": ["B6shX3eESlmJDrTS4o3ctw"], "issued_at": "2018-12-29T03:53:29.000000Z"}} 2018-12-29 03:53:29,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:29,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f80cccc-5c74-462c-8af6-efaeb8018ea7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:29,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f80cccc-5c74-462c-8af6-efaeb8018ea7 2018-12-29 03:53:29,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:29,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-b53613f0-e01a-4b19-b2cf-3052b77907c2 Date: Sat, 29 Dec 2018 03:53:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image"} 2018-12-29 03:53:29,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image used request id req-b53613f0-e01a-4b19-b2cf-3052b77907c2 2018-12-29 03:53:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:30,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-026edd3f-713d-40d3-816f-69b095806aba Date: Sat, 29 Dec 2018 03:53:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:53:30,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-026edd3f-713d-40d3-816f-69b095806aba 2018-12-29 03:53:30,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image"}' 2018-12-29 03:53:30,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 X-Openstack-Request-Id: req-bb7f43c6-efb6-49fe-a32b-687015e5bcbf Date: Sat, 29 Dec 2018 03:53:30 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:53:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T03:53:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151", "min_disk": 0, "protected": false, "id": "0bffface-4000-4d44-b112-2febe83d0151", "file": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file", "checksum": null, "owner": "4bd87650482a433285748fc633dc8b7e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:53:30,299 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-bb7f43c6-efb6-49fe-a32b-687015e5bcbf 2018-12-29 03:53:30,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" -d '' 2018-12-29 03:53:31,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11a87889-831d-483c-9882-ac7216c6b88d Date: Sat, 29 Dec 2018 03:53:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:53:31,990 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file used request id req-11a87889-831d-483c-9882-ac7216c6b88d 2018-12-29 03:53:31,990 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:53:31,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:32,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-53d31b16-93e6-4246-b237-79515ee96730 Date: Sat, 29 Dec 2018 03:53:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:53:31Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "metadata": {}}], "self": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151", "min_disk": 0, "protected": false, "id": "0bffface-4000-4d44-b112-2febe83d0151", "file": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bd87650482a433285748fc633dc8b7e", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:53:32,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 used request id req-53d31b16-93e6-4246-b237-79515ee96730 2018-12-29 03:53:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:32,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3b04e16-6528-4053-8367-e905cdcbdc71 Date: Sat, 29 Dec 2018 03:53:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:53:32,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-e3b04e16-6528-4053-8367-e905cdcbdc71 2018-12-29 03:53:32,167 - create_image - INFO - Created image with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image 2018-12-29 03:53:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:53:32,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9e0b757f-9625-4a00-a522-270906ba1d1e Date: Sat, 29 Dec 2018 03:53:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:53:31Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "metadata": {}}], "self": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151", "min_disk": 0, "protected": false, "id": "0bffface-4000-4d44-b112-2febe83d0151", "file": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bd87650482a433285748fc633dc8b7e", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 03:53:32,186 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 used request id req-9e0b757f-9625-4a00-a522-270906ba1d1e 2018-12-29 03:53:32,187 - create_image - DEBUG - Instance status is - active 2018-12-29 03:53:32,187 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image 2018-12-29 03:53:32,187 - create_image - INFO - Image is now active with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image 2018-12-29 03:53:32,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:32,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:32,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f860442a9eb4b21ba98c526d854a80d", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}], "expires_at": "2018-12-29T04:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bd87650482a433285748fc633dc8b7e", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-user", "id": "fe9c26bd32c64a2c93ee9288b1a1a5e1"}, "audit_ids": ["0dSgYy5ySneqhoqtBQubSw"], "issued_at": "2018-12-29T03:53:32.000000Z"}} 2018-12-29 03:53:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:32,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1113463-b7dd-437b-a183-257ef1c9596e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:32,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1113463-b7dd-437b-a183-257ef1c9596e 2018-12-29 03:53:32,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:32,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d163ccce-98d8-4c0f-b492-84a5ed3e3c6b Date: Sat, 29 Dec 2018 03:53:32 GMT RESP BODY: {"networks":[]} 2018-12-29 03:53:32,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-d163ccce-98d8-4c0f-b492-84a5ed3e3c6b 2018-12-29 03:53:32,752 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net 2018-12-29 03:53:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" -d '{"network": {"name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net", "admin_state_up": true}}' 2018-12-29 03:53:33,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-8e43692c-0e2f-48ca-b2f5-fe5b2e441df9 Date: Sat, 29 Dec 2018 03:53:33 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-12-29T03:53:33Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}} 2018-12-29 03:53:33,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-8e43692c-0e2f-48ca-b2f5-fe5b2e441df9 2018-12-29 03:53:33,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:33,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-1963ae28-5228-43dd-bfa2-7a1ac38f5cca Date: Sat, 29 Dec 2018 03:53:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-12-29T03:53:33Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:33,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-1963ae28-5228-43dd-bfa2-7a1ac38f5cca 2018-12-29 03:53:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:33,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8f0b84e-5eb3-4e35-863c-1644d56cf190 Date: Sat, 29 Dec 2018 03:53:33 GMT RESP BODY: {"subnets":[]} 2018-12-29 03:53:33,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-e8f0b84e-5eb3-4e35-863c-1644d56cf190 2018-12-29 03:53:33,663 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet 2018-12-29 03:53:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" -d '{"subnets": [{"ip_version": 4, "network_id": "1f253b3a-e13c-4122-8dcc-aed8ec25bafe", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]}' 2018-12-29 03:53:34,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-035fd7b0-6e3c-4972-b092-b7ea6d3d7333 Date: Sat, 29 Dec 2018 03:53:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:34,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-035fd7b0-6e3c-4972-b092-b7ea6d3d7333 2018-12-29 03:53:34,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:34,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-dabe5480-0545-4040-a187-5fff7432241d Date: Sat, 29 Dec 2018 03:53:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:34,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-dabe5480-0545-4040-a187-5fff7432241d 2018-12-29 03:53:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:53:34,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1adfcea4-0701-4c43-b1ab-ed2ba2df6e5a Date: Sat, 29 Dec 2018 03:53:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:34,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-1adfcea4-0701-4c43-b1ab-ed2ba2df6e5a 2018-12-29 03:53:34,955 - OpenStackNetwork - DEBUG - Network [1f253b3a-e13c-4122-8dcc-aed8ec25bafe] created successfully 2018-12-29 03:53:34,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:34,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:35,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8678effffb1f41078322dda90a0f9bb1", "name": "heat_stack_owner"}, {"id": "5a5b5df18d574477a614992bd3b7fb5b", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da997792df9f47e6a7274896a2318747", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/da997792df9f47e6a7274896a2318747", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "id": "a463d94384df4aeca5772017ab054303"}, "audit_ids": ["og4X4yyTRKaM3pEoOQS09Q"], "issued_at": "2018-12-29T03:53:35.000000Z"}} 2018-12-29 03:53:35,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a109d6f5b496b0f57a4ebb3ff661985a3ce76d" 2018-12-29 03:53:35,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff791de3-dfa8-436f-a8dc-1d07792916df Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:35,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ff791de3-dfa8-436f-a8dc-1d07792916df 2018-12-29 03:53:35,422 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:53:35,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a109d6f5b496b0f57a4ebb3ff661985a3ce76d" 2018-12-29 03:53:35,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-961fc602-c7cd-41b4-95a9-d907cb588825 x-compute-request-id: req-961fc602-c7cd-41b4-95a9-d907cb588825 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-12-29 03:53:35,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-961fc602-c7cd-41b4-95a9-d907cb588825 2018-12-29 03:53:35,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a109d6f5b496b0f57a4ebb3ff661985a3ce76d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-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-12-29 03:53:35,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77afc4d6-c66c-4fad-9643-703289b415de x-compute-request-id: req-77afc4d6-c66c-4fad-9643-703289b415de Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66b26237-a437-4476-96f8-1507d3227865", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:53:35,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-77afc4d6-c66c-4fad-9643-703289b415de 2018-12-29 03:53:35,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:35,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:36,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f860442a9eb4b21ba98c526d854a80d", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}], "expires_at": "2018-12-29T04:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bd87650482a433285748fc633dc8b7e", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-user", "id": "fe9c26bd32c64a2c93ee9288b1a1a5e1"}, "audit_ids": ["71LDievMTO-xnJV93_xMJQ"], "issued_at": "2018-12-29T03:53:36.000000Z"}} 2018-12-29 03:53:36,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4db9326-e142-42ea-86ae-104ac0601c70 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:36,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4db9326-e142-42ea-86ae-104ac0601c70 2018-12-29 03:53:36,149 - nova_utils - DEBUG - Retrieving Nova Client 2018-12-29 03:53:36,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7239c6-0558-48fc-865e-4aefef2224a1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:36,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e7239c6-0558-48fc-865e-4aefef2224a1 2018-12-29 03:53:36,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-60aabafa-2591-482c-b336-12cb8291daee Date: Sat, 29 Dec 2018 03:53:36 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":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:36,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-60aabafa-2591-482c-b336-12cb8291daee 2018-12-29 03:53:36,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:53:36,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:53:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:53:36,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b21b010-c21b-4790-8a3b-38b0353f35d1 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:36,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-9b21b010-c21b-4790-8a3b-38b0353f35d1 2018-12-29 03:53:36,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-62d3513c-ad3a-495e-b39d-24982c9fe7e1 Date: Sat, 29 Dec 2018 03:53:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:36,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-62d3513c-ad3a-495e-b39d-24982c9fe7e1 2018-12-29 03:53:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:36,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fad4d8f7-3a39-4659-b295-b2ac447e1fa7 Date: Sat, 29 Dec 2018 03:53:36 GMT RESP BODY: {"ports":[]} 2018-12-29 03:53:36,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True used request id req-fad4d8f7-3a39-4659-b295-b2ac447e1fa7 2018-12-29 03:53:36,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:37,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-94dc8c1f-aa66-42df-9daa-706fd5c6809e x-compute-request-id: req-94dc8c1f-aa66-42df-9daa-706fd5c6809e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 03:53:37,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst used request id req-94dc8c1f-aa66-42df-9daa-706fd5c6809e 2018-12-29 03:53:37,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:37,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-68221712-1980-4082-8c96-0e5d285e3b53 Date: Sat, 29 Dec 2018 03:53:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:37,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-68221712-1980-4082-8c96-0e5d285e3b53 2018-12-29 03:53:37,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:37,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f930e84-f2dc-4778-b1c5-27e38cb775a3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:37,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-6f930e84-f2dc-4778-b1c5-27e38cb775a3 2018-12-29 03:53:37,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:37,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-906eab09-c838-48d0-90a1-c705aedc668e Date: Sat, 29 Dec 2018 03:53:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:37,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-906eab09-c838-48d0-90a1-c705aedc668e 2018-12-29 03:53:37,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:37,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-59634dc1-fb7e-4995-ae0b-e23a91c22536 Date: Sat, 29 Dec 2018 03:53:37 GMT RESP BODY: {"ports":[]} 2018-12-29 03:53:37,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True used request id req-59634dc1-fb7e-4995-ae0b-e23a91c22536 2018-12-29 03:53:37,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-12-29 03:53:37,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:53:38,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f860442a9eb4b21ba98c526d854a80d", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj-role"}], "expires_at": "2018-12-29T04:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4bd87650482a433285748fc633dc8b7e", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/4bd87650482a433285748fc633dc8b7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-29eb44ce-874d-4fc-user", "id": "fe9c26bd32c64a2c93ee9288b1a1a5e1"}, "audit_ids": ["_il6z0osRraCRo9OuFU8Gw"], "issued_at": "2018-12-29T03:53:38.000000Z"}} 2018-12-29 03:53:38,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f5cbece874f76cd8611bae87966df3ee37d30f" 2018-12-29 03:53:38,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68649250-c695-495a-8dd6-84a8a3973894 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:53:38,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68649250-c695-495a-8dd6-84a8a3973894 2018-12-29 03:53:38,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:38,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c96225e6-f571-48e2-a56a-f3bcbc568326 Date: Sat, 29 Dec 2018 03:53:38 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":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:38,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-c96225e6-f571-48e2-a56a-f3bcbc568326 2018-12-29 03:53:38,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:38,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b26381ba-f2dd-4b3f-bfe8-af271be990ca Date: Sat, 29 Dec 2018 03:53:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:38,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-b26381ba-f2dd-4b3f-bfe8-af271be990ca 2018-12-29 03:53:38,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:38,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3878864f-0db1-4ab2-a840-6ae23a0fca2b Date: Sat, 29 Dec 2018 03:53:38 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":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:38,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-3878864f-0db1-4ab2-a840-6ae23a0fca2b 2018-12-29 03:53:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 03:53:38,982 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:53:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:53:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f5cbece874f76cd8611bae87966df3ee37d30f" 2018-12-29 03:53:39,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e528248-bd7b-4349-8fec-db2eff5adf8e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:39,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-4e528248-bd7b-4349-8fec-db2eff5adf8e 2018-12-29 03:53:39,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:39,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-92a415a0-34f7-4196-aabc-6c80b0368c7f Date: Sat, 29 Dec 2018 03:53:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:39,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-92a415a0-34f7-4196-aabc-6c80b0368c7f 2018-12-29 03:53:39,266 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net 2018-12-29 03:53:39,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" -d '{"port": {"network_id": "1f253b3a-e13c-4122-8dcc-aed8ec25bafe", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1", "admin_state_up": true}}' 2018-12-29 03:53:40,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-5baaed9c-ebed-46fc-bfa7-1c222828900e Date: Sat, 29 Dec 2018 03:53:40 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-12-29T03:53:39Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-12-29T03:53:39Z","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ae:d4:3b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.9"}],"id":"f4889359-936c-4175-8e59-9f086c8c6134","security_groups":["46e7092e-11a5-4d07-8eb5-144b7e4ebf4b"],"device_id":""}} 2018-12-29 03:53:40,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-5baaed9c-ebed-46fc-bfa7-1c222828900e 2018-12-29 03:53:40,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-cdc323ba-d35c-44b5-a693-541a401f3c8b Date: Sat, 29 Dec 2018 03:53:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:40,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-cdc323ba-d35c-44b5-a693-541a401f3c8b 2018-12-29 03:53:40,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f895100e-8112-4ac6-b341-06348393463d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:40,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-f895100e-8112-4ac6-b341-06348393463d 2018-12-29 03:53:40,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9a8f8e53-fbfa-4e5d-928b-d46196d9ed40 Date: Sat, 29 Dec 2018 03:53:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:40,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-9a8f8e53-fbfa-4e5d-928b-d46196d9ed40 2018-12-29 03:53:40,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-3f5cb234-6c33-4092-83fb-76b51c6e6b0c Date: Sat, 29 Dec 2018 03:53:40 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:39Z","admin_state_up":true,"updated_at":"2018-12-29T03:53:39Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ae:d4:3b","id":"f4889359-936c-4175-8e59-9f086c8c6134","port_security_enabled":true,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["46e7092e-11a5-4d07-8eb5-144b7e4ebf4b"],"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1"}]} 2018-12-29 03:53:40,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1&admin_state_up=True used request id req-3f5cb234-6c33-4092-83fb-76b51c6e6b0c 2018-12-29 03:53:40,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3965c144-4d60-4283-a429-0bbc88211616 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:40,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-3965c144-4d60-4283-a429-0bbc88211616 2018-12-29 03:53:40,808 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst 2018-12-29 03:53:40,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f009a7-9740-4991-a02a-36e5321e4e12 x-compute-request-id: req-33f009a7-9740-4991-a02a-36e5321e4e12 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}], "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-flavor-name"}]} 2018-12-29 03:53:40,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-33f009a7-9740-4991-a02a-36e5321e4e12 2018-12-29 03:53:40,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:40,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-582ae3ed-82e2-4cd2-a22a-646322883bcc x-compute-request-id: req-582ae3ed-82e2-4cd2-a22a-646322883bcc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "66b26237-a437-4476-96f8-1507d3227865", "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:53:40,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865 used request id req-582ae3ed-82e2-4cd2-a22a-646322883bcc 2018-12-29 03:53:40,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:41,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-be0ab19e-de6a-462c-a912-fc142dea6837 Date: Sat, 29 Dec 2018 03:53:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T03:53:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-12-29T03:53:31Z", "visibility": "shared", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "metadata": {}}], "self": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151", "min_disk": 0, "protected": false, "id": "0bffface-4000-4d44-b112-2febe83d0151", "file": "/v2/images/0bffface-4000-4d44-b112-2febe83d0151/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4bd87650482a433285748fc633dc8b7e", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/0bffface-4000-4d44-b112-2febe83d0151/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image"} 2018-12-29 03:53:41,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image used request id req-be0ab19e-de6a-462c-a912-fc142dea6837 2018-12-29 03:53:41,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:41,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-663f519e-ed76-4a26-ac8b-756fee183701 Date: Sat, 29 Dec 2018 03:53:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 03:53:41,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-663f519e-ed76-4a26-ac8b-756fee183701 2018-12-29 03:53:41,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" -d '{"server": {"name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "imageRef": "0bffface-4000-4d44-b112-2febe83d0151", "flavorRef": "66b26237-a437-4476-96f8-1507d3227865", "max_count": 1, "min_count": 1, "networks": [{"port": "f4889359-936c-4175-8e59-9f086c8c6134"}]}}' 2018-12-29 03:53:42,776 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:53:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5a402d7-25b3-4b67-b66b-a7a4e23d577d x-compute-request-id: req-a5a402d7-25b3-4b67-b66b-a7a4e23d577d Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "adminPass": "fqMGDuTi2LiE"}} 2018-12-29 03:53:42,777 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-a5a402d7-25b3-4b67-b66b-a7a4e23d577d 2018-12-29 03:53:42,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:43,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f806d1c6-4d13-4922-9f79-b8d30c73bcb6 x-compute-request-id: req-f806d1c6-4d13-4922-9f79-b8d30c73bcb6 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.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "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-12-29T03:53:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:43,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-f806d1c6-4d13-4922-9f79-b8d30c73bcb6 2018-12-29 03:53:43,145 - create_instance - INFO - Created instance with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst 2018-12-29 03:53:43,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:43,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-d7a7c38e-acfb-432a-aeb4-bcdb4098e5b6 x-compute-request-id: req-d7a7c38e-acfb-432a-aeb4-bcdb4098e5b6 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "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-12-29T03:53:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:43,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-d7a7c38e-acfb-432a-aeb4-bcdb4098e5b6 2018-12-29 03:53:43,374 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - BUILD 2018-12-29 03:53:43,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:53:46,378 - create_instance - DEBUG - VM status query timeout in 896.76809001 2018-12-29 03:53:46,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:47,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-34596a09-c76f-412c-b24b-154462e49fcb x-compute-request-id: req-34596a09-c76f-412c-b24b-154462e49fcb Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "security_groups": [{"name": "default"}], "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:53:44Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:47,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-34596a09-c76f-412c-b24b-154462e49fcb 2018-12-29 03:53:47,080 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - BUILD 2018-12-29 03:53:47,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:53:50,083 - create_instance - DEBUG - VM status query timeout in 893.062268019 2018-12-29 03:53:50,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:51,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-0232a8a7-9483-4d19-bb9c-5a4ae58795a1 x-compute-request-id: req-0232a8a7-9483-4d19-bb9c-5a4ae58795a1 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:d4:3b", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "security_groups": [{"name": "default"}], "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:53:47Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:51,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-0232a8a7-9483-4d19-bb9c-5a4ae58795a1 2018-12-29 03:53:51,252 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - ACTIVE 2018-12-29 03:53:51,252 - create_instance - INFO - VM is - ACTIVE 2018-12-29 03:53:51,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:51,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-ffd7856e-4f4c-4f0a-a6d1-09763df22135 x-compute-request-id: req-ffd7856e-4f4c-4f0a-a6d1-09763df22135 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:d4:3b", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "security_groups": [{"name": "default"}], "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:53:47Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:51,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-ffd7856e-4f4c-4f0a-a6d1-09763df22135 2018-12-29 03:53:52,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:52,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-eb9e372b-117d-4206-9c8a-fb0beda63ec2 Date: Sat, 29 Dec 2018 03:53:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["585c84c9-26bc-42df-a8b4-5e5aa1e9240c"],"updated_at":"2018-12-29T03:53:34Z","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4bd87650482a433285748fc633dc8b7e","id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net"}]} 2018-12-29 03:53:52,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net used request id req-eb9e372b-117d-4206-9c8a-fb0beda63ec2 2018-12-29 03:53:52,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:52,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c3de181-2c45-4680-9da5-5aa6dfbef3ee Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:53:52,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-5c3de181-2c45-4680-9da5-5aa6dfbef3ee 2018-12-29 03:53:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:52,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7a07eefa-61da-4b67-86c8-04db264a8da0 Date: Sat, 29 Dec 2018 03:53:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","dns_nameservers":[],"updated_at":"2018-12-29T03:53:34Z","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":"4bd87650482a433285748fc633dc8b7e","id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","subnetpool_id":null,"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet"}]} 2018-12-29 03:53:52,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-7a07eefa-61da-4b67-86c8-04db264a8da0 2018-12-29 03:53:52,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:52,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-b45ff82c-8340-4327-84d0-5d47e7f4ce57 Date: Sat, 29 Dec 2018 03:53:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:35Z","admin_state_up":true,"updated_at":"2018-12-29T03:53:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f253b3a-e13c-4122-8dcc-aed8ec25bafe","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:99:d0:a4","id":"246bfd43-da0e-4932-af71-d8291acdcf39","port_security_enabled":false,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:34Z","admin_state_up":true,"updated_at":"2018-12-29T03:53:35Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f253b3a-e13c-4122-8dcc-aed8ec25bafe","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:8b:33:c6","id":"a33706c5-1e18-4a4b-9a17-780686d19fb6","port_security_enabled":false,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:35Z","admin_state_up":true,"updated_at":"2018-12-29T03:53:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f253b3a-e13c-4122-8dcc-aed8ec25bafe","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4c:53:0a","id":"ca6a0ecf-b5c5-4310-a68a-1d2d584e4e42","port_security_enabled":false,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1f253b3a-e13c-4122-8dcc-aed8ec25bafe","tenant_id":"4bd87650482a433285748fc633dc8b7e","created_at":"2018-12-29T03:53:39Z","admin_state_up":true,"updated_at":"2018-12-29T03:53:44Z","binding:vnic_type":"normal","device_id":"b239cf4e-c198-4c2b-8bd3-5778d4bee7f1","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:ae:d4:3b","id":"f4889359-936c-4175-8e59-9f086c8c6134","port_security_enabled":true,"project_id":"4bd87650482a433285748fc633dc8b7e","fixed_ips":[{"subnet_id":"585c84c9-26bc-42df-a8b4-5e5aa1e9240c","ip_address":"10.55.0.9"}],"extra_dhcp_opts":[],"security_groups":["46e7092e-11a5-4d07-8eb5-144b7e4ebf4b"],"name":"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1"}]} 2018-12-29 03:53:52,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-b45ff82c-8340-4327-84d0-5d47e7f4ce57 2018-12-29 03:53:52,638 - create_instance_tests - INFO - Looking for IP 10.55.0.9 in the console log 2018-12-29 03:53:52,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:53,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d1aa3eb-8c0a-4356-9984-824759710202 x-compute-request-id: req-5d1aa3eb-8c0a-4356-9984-824759710202 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:d4:3b", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "security_groups": [{"name": "default"}], "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:53:47Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:53,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-5d1aa3eb-8c0a-4356-9984-824759710202 2018-12-29 03:53:53,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:53:54,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-4912949d-5f6b-4160-b127-d5f563098f9b x-compute-request-id: req-4912949d-5f6b-4160-b127-d5f563098f9b Content-Encoding: gzip Content-Length: 9431 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 494891250 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.142050] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144086] pid_max: default: 32768 minimum: 301\n[ 0.145203] ACPI: Core revision 20150930\n[ 0.146752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148349] Security Framework initialized\n[ 0.149338] Yama: becoming mindful.\n[ 0.150221] AppArmor: AppArmor initialized\n[ 0.151228] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152784] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.154315] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.156047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158029] Initializing cgroup subsys io\n[ 0.159189] Initializing cgroup subsys memory\n[ 0.160428] Initializing cgroup subsys devices\n[ 0.161689] Initializing cgroup subsys freezer\n[ 0.162945] Initializing cgroup subsys net_cls\n[ 0.164197] Initializing cgroup subsys perf_event\n[ 0.165523] Initializing cgroup subsys net_prio\n[ 0.166788] Initializing cgroup subsys hugetlb\n[ 0.168053] Initializing cgroup subsys pids\n[ 0.169295] CPU: Physical Processor ID: 0\n[ 0.171118] mce: CPU supports 10 MCE banks\n[ 0.172312] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184874] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191893] ftrace: allocating 31920 entries in 125 pages\n[ 0.218307] smpboot: Max logical packages: 1\n[ 0.219517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221439] x2apic enabled\n[ 0.222468] Switched APIC routing to physical x2apic.\n[ 0.224638] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229092] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231623] KVM setup paravirtual spinlock\n[ 0.233266] x86: Booted up 1 node, 1 CPUs\n[ 0.234413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236375] devtmpfs: initialized\n[ 0.238348] evm: security.selinux\n[ 0.239330] evm: security.SMACK64\n[ 0.240308] evm: security.SMACK64EXEC\n[ 0.241364] evm: security.SMACK64TRANSMUTE\n[ 0.242519] evm: security.SMACK64MMAP\n[ 0.243573] evm: security.ima\n[ 0.244467] evm: security.capability\n[ 0.245566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248259] pinctrl core: initialized pinctrl subsystem\n[ 0.249791] RTC time: 3:53:47, date: 12/29/18\n[ 0.251125] NET: Registered protocol family 16\n[ 0.252451] cpuidle: using governor ladder\n[ 0.253604] cpuidle: using governor menu\n[ 0.254741] PCCT header not found.\n[ 0.255776] ACPI: bus type PCI registered\n[ 0.256908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258702] PCI: Using configuration type 1 for base access\n[ 0.260914] ACPI: Added _OSI(Module Device)\n[ 0.262089] ACPI: Added _OSI(Processor Device)\n[ 0.263310] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264586] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267107] ACPI: Interpreter enabled\n[ 0.268195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.276000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278735] ACPI: (supports S0 S5)\n[ 0.279739] ACPI: Using IOAPIC for interrupt routing\n[ 0.281149] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290165] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293313] acpiphp: Slot [3] registered\n[ 0.294426] acpiphp: Slot [4] registered\n[ 0.295543] acpiphp: Slot [5] registered\n[ 0.296664] acpiphp: Slot [6] registered\n[ 0.297775] acpiphp: Slot [7] registered\n[ 0.298901] acpiphp: Slot [8] registered\n[ 0.300017] acpiphp: Slot [9] registered\n[ 0.301133] acpiphp: Slot [10] registered\n[ 0.302261] acpiphp: Slot [11] registered\n[ 0.303396] acpiphp: Slot [12] registered\n[ 0.304524] acpiphp: Slot [13] registered\n[ 0.305652] acpiphp: Slot [14] registered\n[ 0.306807] acpiphp: Slot [15] registered\n[ 0.317670] acpiphp: Slot [16] registered\n[ 0.318827] acpiphp: Slot [17] registered\n[ 0.319979] acpiphp: Slot [18] registered\n[ 0.321112] acpiphp: Slot [19] registered\n[ 0.322245] acpiphp: Slot [20] registered\n[ 0.323375] acpiphp: Slot [21] registered\n[ 0.324505] acpiphp: Slot [22] registered\n[ 0.325633] acpiphp: Slot [23] registered\n[ 0.326773] acpiphp: Slot [24] registered\n[ 0.327921] acpiphp: Slot [25] registered\n[ 0.329053] acpiphp: Slot [26] registered\n[ 0.330197] acpiphp: Slot [27] registered\n[ 0.331374] acpiphp: Slot [28] registered\n[ 0.332501] acpiphp: Slot [29] registered\n[ 0.333634] acpiphp: Slot [30] registered\n[ 0.334766] acpiphp: Slot [31] registered\n[ 0.335899] PCI host bridge to bus 0000:00\n[ 0.337040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338795] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340562] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342612] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.351277] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353140] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.354867] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356726] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363871] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365889] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415283] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429563] vgaarb: loaded\n[ 0.430175] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431300] SCSI subsystem initialized\n[ 0.432119] ACPI: bus type USB registered\n[ 0.432932] usbcore: registered new interface driver usbfs\n[ 0.433947] usbcore: registered new interface driver hub\n[ 0.434944] usbcore: registered new device driver usb\n[ 0.435990] PCI: Using ACPI for IRQ routing\n[ 0.437010] NetLabel: Initializing\n[ 0.437720] NetLabel: domain hash size = 128\n[ 0.438565] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439512] NetLabel: unlabeled traffic allowed by default\n[ 0.440596] clocksource: Switched to clocksource kvm-clock\n[ 0.445946] AppArmor: AppArmor Filesystem Enabled\n[ 0.446922] pnp: PnP ACPI init\n[ 0.447826] pnp: PnP ACPI: found 5 devices\n[ 0.453852] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.455542] NET: Registered protocol family 2\n[ 0.456503] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.457769] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.458928] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.460084] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461157] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462320] NET: Registered protocol family 1\n[ 0.463183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465337] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.479684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493903] Trying to unpack rootfs image as initramfs...\n[ 0.544024] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557944] Scanning for low memory corruption every 60 seconds\n[ 0.559275] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.560412] audit: initializing netlink subsys (disabled)\n[ 0.561437] audit: type=2000 audit(1546055628.191:1): initialized\n[ 0.562728] Initialise system trusted keyring\n[ 0.563644] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564806] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566777] zbud: loaded\n[ 0.567477] VFS: Disk quotas dquot_6.6.0\n[ 0.568287] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569786] fuse init (API version 7.23)\n[ 0.570662] Key type big_key registered\n[ 0.571458] Allocating IMA MOK and blacklist keyrings.\n[ 0.572555] Key type asymmetric registered\n[ 0.573419] Asymmetric key parser 'x509' registered\n[ 0.574364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575812] io scheduler noop registered\n[ 0.576608] io scheduler deadline registered (default)\n[ 0.577586] io scheduler cfq registered\n[ 0.578409] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579443] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582211] ACPI: Power Button [PWRF]\n[ 0.583043] GHES: HEST is not enabled!\n[ 0.596720] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.626532] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.629194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.653523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655639] Linux agpgart interface v0.103\n[ 0.658080] brd: module loaded\n[ 0.659239] loop: module loaded\n[ 0.663492] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.664949] GPT:90111 != 20971519\n[ 0.665624] GPT:Alternate GPT header not at the end of the disk.\n[ 0.666689] GPT:90111 != 20971519\n[ 0.667488] GPT: Use GNU Parted to correct GPT errors.\n[ 0.668673] vda: vda1 vda15\n[ 0.670273] scsi host0: ata_piix\n[ 0.671132] scsi host1: ata_piix\n[ 0.672064] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.673178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.674975] libphy: Fixed MDIO Bus: probed\n[ 0.675780] tun: Universal TUN/TAP device driver, 1.6\n[ 0.676716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679042] PPP generic driver version 2.4.2\n[ 0.679948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.681153] ehci-pci: EHCI PCI platform driver\n[ 0.682011] ehci-platform: EHCI generic platform driver\n[ 0.682973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684196] ohci-pci: OHCI PCI platform driver\n[ 0.685058] ohci-platform: OHCI generic platform driver\n[ 0.686033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.702968] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.703947] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.705046] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706234] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.707617] usb usb1: Product: UHCI Host Controller\n[ 0.708529] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.709644] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710675] hub 1-0:1.0: USB hub found\n[ 0.711446] hub 1-0:1.0: 2 ports detected\n[ 0.712331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.714416] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.715351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.716351] mousedev: PS/2 mouse device common for all mice\n[ 0.717590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.719381] rtc_cmos 00:00: RTC can wake from S4\n[ 0.720446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.721618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.722783] i2c /dev entries driver\n[ 0.723528] device-mapper: uevent: version 1.0.3\n[ 0.724447] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.726051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.727324] NET: Registered protocol family 10\n[ 0.728303] NET: Registered protocol family 17\n[ 0.729186] Key type dns_resolver registered\n[ 0.730097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731180] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733069] registered taskstats version 1\n[ 0.733898] Loading compiled-in X.509 certificates\n[ 0.735317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737147] zswap: loaded using pool lzo/zbud\n[ 0.738507] Key type trusted registered\n[ 0.740042] Key type encrypted registered\n[ 0.740870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.741880] ima: No TPM chip found, activating TPM-bypass!\n[ 0.742892] evm: HMAC attrs: 0x1\n[ 0.743810] Magic number: 14:870:867\n[ 0.744673] rtc_cmos 00:00: setting system clock to 2018-12-29 03:53:48 UTC (1546055628)\n[ 0.746241] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.747333] EDD information not available.\n[ 0.833535] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835039] Write protecting the kernel read-only data: 14336k\n[ 0.846725] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848488] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.365119] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.9...\nLease of 10.55.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDixcF9D/mxqkoiht797u+SfqkG8iEX7jzsVJfcExLd8V9ma++UNaeuXSW7vEuYoP4Xnty+vqVHo5FUpztUPXEFZOtJGXBmIR5kmcAxpo7RDxuo3Wj0pugHa71mxW8bdULLQmFgh0o5caBKgIrMwBA+y4cc8GyRA/8FwYt3W9fNCrhNo2WTT/YyBF8jFmY3c9ueih2Sp+Vh/lQVofFoLyUy73Fg6YFkwY2OGkSwwCkh2OMGylehDZxFhVOepMrIbIKdSK8d3MgcJbDSuKbK24f8s19+uTa4xsfUApR3QAWHr1oGRnHVbAXvgM4VOr1A9Ar50LhbB+j0DRNcdqhKZnCX root@simplehealthcheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAPNz7QLjowvSM11mDGsw6raLPusOmDaajSOlDy/XTuNSxqRYPECAILYlCfnm3LRZaegK6zLNWxHRpzsI9EId4Ilh3RRrXoyoC9UBTiqS+uczXnSS7DsUPXP/JIVxlxka2s+QWSAHFxaVwwzUTCMoL07H3aE8n1B6FEcUwcdpIznlAAAAFQDdRNoRzFZwtOi8GEfCJiiT9zMxpwAAAIEAijvTSGc2yFn0cQBnsboVcTTDrbyB/bkdA/9EpLaXzC3AQ6qzCEnHyBJM6K8Kz3PIBZ2FbNRvI7rfsTDGb4sph04klgtXKxhmElcpPVQT6Pi4KIpGnXNgvF/1RxsaD/xDA0G4qczVcuVRZYSdLivF5mT6vLBiGmjqT2j0A4HIeBMAAACBAPJRror3QZ4l50G33F+Tv/rwX0PY45ACIzIH489v3AvSirYkM2zJN82QpBMFH5qFzq46Hiv5kHPt4X7snKEOVl6Ie7VSurveyYwBVNwkyp6kkCy23YbJXDj93DoyaqZRLEjnSP5NOTrMPV4WssQd05+1y6Snm0yNNPR7EPSXr5tf root@simplehealthcheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:feae:d43b/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 \nip-route:169.254.169.254 via 10.55.0.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-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n"} 2018-12-29 03:53:54,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1/action used request id req-4912949d-5f6b-4160-b127-d5f563098f9b 2018-12-29 03:53:54,202 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 03:53:54,202 - 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 494891250 cycles [ 0.000000] clocksource: kvm-clock: mask: 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.142050] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144086] pid_max: default: 32768 minimum: 301 [ 0.145203] ACPI: Core revision 20150930 [ 0.146752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148349] Security Framework initialized [ 0.149338] Yama: becoming mindful. [ 0.150221] AppArmor: AppArmor initialized [ 0.151228] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152784] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.154315] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.156047] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158029] Initializing cgroup subsys io [ 0.159189] Initializing cgroup subsys memory [ 0.160428] Initializing cgroup subsys devices [ 0.161689] Initializing cgroup subsys freezer [ 0.162945] Initializing cgroup subsys net_cls [ 0.164197] Initializing cgroup subsys perf_event [ 0.165523] Initializing cgroup subsys net_prio [ 0.166788] Initializing cgroup subsys hugetlb [ 0.168053] Initializing cgroup subsys pids [ 0.169295] CPU: Physical Processor ID: 0 [ 0.171118] mce: CPU supports 10 MCE banks [ 0.172312] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.173757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184874] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.191893] ftrace: allocating 31920 entries in 125 pages [ 0.218307] smpboot: Max logical packages: 1 [ 0.219517] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.221439] x2apic enabled [ 0.222468] Switched APIC routing to physical x2apic. [ 0.224638] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.229092] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.231623] KVM setup paravirtual spinlock [ 0.233266] x86: Booted up 1 node, 1 CPUs [ 0.234413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236375] devtmpfs: initialized [ 0.238348] evm: security.selinux [ 0.239330] evm: security.SMACK64 [ 0.240308] evm: security.SMACK64EXEC [ 0.241364] evm: security.SMACK64TRANSMUTE [ 0.242519] evm: security.SMACK64MMAP [ 0.243573] evm: security.ima [ 0.244467] evm: security.capability [ 0.245566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248259] pinctrl core: initialized pinctrl subsystem [ 0.249791] RTC time: 3:53:47, date: 12/29/18 [ 0.251125] NET: Registered protocol family 16 [ 0.252451] cpuidle: using governor ladder [ 0.253604] cpuidle: using governor menu [ 0.254741] PCCT header not found. [ 0.255776] ACPI: bus type PCI registered [ 0.256908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.258702] PCI: Using configuration type 1 for base access [ 0.260914] ACPI: Added _OSI(Module Device) [ 0.262089] ACPI: Added _OSI(Processor Device) [ 0.263310] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264586] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267107] ACPI: Interpreter enabled [ 0.268195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.270789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.273404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.276000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.278735] ACPI: (supports S0 S5) [ 0.279739] ACPI: Using IOAPIC for interrupt routing [ 0.281149] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.286624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.288415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.290165] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.293313] acpiphp: Slot [3] registered [ 0.294426] acpiphp: Slot [4] registered [ 0.295543] acpiphp: Slot [5] registered [ 0.296664] acpiphp: Slot [6] registered [ 0.297775] acpiphp: Slot [7] registered [ 0.298901] acpiphp: Slot [8] registered [ 0.300017] acpiphp: Slot [9] registered [ 0.301133] acpiphp: Slot [10] registered [ 0.302261] acpiphp: Slot [11] registered [ 0.303396] acpiphp: Slot [12] registered [ 0.304524] acpiphp: Slot [13] registered [ 0.305652] acpiphp: Slot [14] registered [ 0.306807] acpiphp: Slot [15] registered [ 0.317670] acpiphp: Slot [16] registered [ 0.318827] acpiphp: Slot [17] registered [ 0.319979] acpiphp: Slot [18] registered [ 0.321112] acpiphp: Slot [19] registered [ 0.322245] acpiphp: Slot [20] registered [ 0.323375] acpiphp: Slot [21] registered [ 0.324505] acpiphp: Slot [22] registered [ 0.325633] acpiphp: Slot [23] registered [ 0.326773] acpiphp: Slot [24] registered [ 0.327921] acpiphp: Slot [25] registered [ 0.329053] acpiphp: Slot [26] registered [ 0.330197] acpiphp: Slot [27] registered [ 0.331374] acpiphp: Slot [28] registered [ 0.332501] acpiphp: Slot [29] registered [ 0.333634] acpiphp: Slot [30] registered [ 0.334766] acpiphp: Slot [31] registered [ 0.335899] PCI host bridge to bus 0000:00 [ 0.337040] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338795] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.340562] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342612] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344700] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.351277] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.353140] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.354867] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.356726] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.363871] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.365889] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413265] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.415283] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.418494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.420417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.422323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424068] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.429563] vgaarb: loaded [ 0.430175] vgaarb: bridge control possible 0000:00:02.0 [ 0.431300] SCSI subsystem initialized [ 0.432119] ACPI: bus type USB registered [ 0.432932] usbcore: registered new interface driver usbfs [ 0.433947] usbcore: registered new interface driver hub [ 0.434944] usbcore: registered new device driver usb [ 0.435990] PCI: Using ACPI for IRQ routing [ 0.437010] NetLabel: Initializing [ 0.437720] NetLabel: domain hash size = 128 [ 0.438565] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439512] NetLabel: unlabeled traffic allowed by default [ 0.440596] clocksource: Switched to clocksource kvm-clock [ 0.445946] AppArmor: AppArmor Filesystem Enabled [ 0.446922] pnp: PnP ACPI init [ 0.447826] pnp: PnP ACPI: found 5 devices [ 0.453852] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.455542] NET: Registered protocol family 2 [ 0.456503] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.457769] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.458928] TCP: Hash tables configured (established 2048 bind 2048) [ 0.460084] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.461157] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462320] NET: Registered protocol family 1 [ 0.463183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.464265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.465337] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.479684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493903] Trying to unpack rootfs image as initramfs... [ 0.544024] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557944] Scanning for low memory corruption every 60 seconds [ 0.559275] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.560412] audit: initializing netlink subsys (disabled) [ 0.561437] audit: type=2000 audit(1546055628.191:1): initialized [ 0.562728] Initialise system trusted keyring [ 0.563644] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564806] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566777] zbud: loaded [ 0.567477] VFS: Disk quotas dquot_6.6.0 [ 0.568287] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569786] fuse init (API version 7.23) [ 0.570662] Key type big_key registered [ 0.571458] Allocating IMA MOK and blacklist keyrings. [ 0.572555] Key type asymmetric registered [ 0.573419] Asymmetric key parser 'x509' registered [ 0.574364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575812] io scheduler noop registered [ 0.576608] io scheduler deadline registered (default) [ 0.577586] io scheduler cfq registered [ 0.578409] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579443] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582211] ACPI: Power Button [PWRF] [ 0.583043] GHES: HEST is not enabled! [ 0.596720] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.626532] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.629194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.653523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.655639] Linux agpgart interface v0.103 [ 0.658080] brd: module loaded [ 0.659239] loop: module loaded [ 0.663492] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.664949] GPT:90111 != 20971519 [ 0.665624] GPT:Alternate GPT header not at the end of the disk. [ 0.666689] GPT:90111 != 20971519 [ 0.667488] GPT: Use GNU Parted to correct GPT errors. [ 0.668673] vda: vda1 vda15 [ 0.670273] scsi host0: ata_piix [ 0.671132] scsi host1: ata_piix [ 0.672064] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.673178] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.674975] libphy: Fixed MDIO Bus: probed [ 0.675780] tun: Universal TUN/TAP device driver, 1.6 [ 0.676716] tun: (C) 1999-2004 Max Krasnyansky [ 0.679042] PPP generic driver version 2.4.2 [ 0.679948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.681153] ehci-pci: EHCI PCI platform driver [ 0.682011] ehci-platform: EHCI generic platform driver [ 0.682973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684196] ohci-pci: OHCI PCI platform driver [ 0.685058] ohci-platform: OHCI generic platform driver [ 0.686033] uhci_hcd: USB Universal Host Controller Interface driver [ 0.700549] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.702968] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.703947] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.705046] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706234] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.707617] usb usb1: Product: UHCI Host Controller [ 0.708529] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.709644] usb usb1: SerialNumber: 0000:00:01.2 [ 0.710675] hub 1-0:1.0: USB hub found [ 0.711446] hub 1-0:1.0: 2 ports detected [ 0.712331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.714416] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.715351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.716351] mousedev: PS/2 mouse device common for all mice [ 0.717590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.719381] rtc_cmos 00:00: RTC can wake from S4 [ 0.720446] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.721618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.722783] i2c /dev entries driver [ 0.723528] device-mapper: uevent: version 1.0.3 [ 0.724447] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.726051] ledtrig-cpu: registered to indicate activity on CPUs [ 0.727324] NET: Registered protocol family 10 [ 0.728303] NET: Registered protocol family 17 [ 0.729186] Key type dns_resolver registered [ 0.730097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.731180] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.733069] registered taskstats version 1 [ 0.733898] Loading compiled-in X.509 certificates [ 0.735317] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.737147] zswap: loaded using pool lzo/zbud [ 0.738507] Key type trusted registered [ 0.740042] Key type encrypted registered [ 0.740870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.741880] ima: No TPM chip found, activating TPM-bypass! [ 0.742892] evm: HMAC attrs: 0x1 [ 0.743810] Magic number: 14:870:867 [ 0.744673] rtc_cmos 00:00: setting system clock to 2018-12-29 03:53:48 UTC (1546055628) [ 0.746241] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.747333] EDD information not available. [ 0.833535] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.835039] Write protecting the kernel read-only data: 14336k [ 0.846725] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.848488] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.365119] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.9... Lease of 10.55.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.24. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDixcF9D/mxqkoiht797u+SfqkG8iEX7jzsVJfcExLd8V9ma++UNaeuXSW7vEuYoP4Xnty+vqVHo5FUpztUPXEFZOtJGXBmIR5kmcAxpo7RDxuo3Wj0pugHa71mxW8bdULLQmFgh0o5caBKgIrMwBA+y4cc8GyRA/8FwYt3W9fNCrhNo2WTT/YyBF8jFmY3c9ueih2Sp+Vh/lQVofFoLyUy73Fg6YFkwY2OGkSwwCkh2OMGylehDZxFhVOepMrIbIKdSK8d3MgcJbDSuKbK24f8s19+uTa4xsfUApR3QAWHr1oGRnHVbAXvgM4VOr1A9Ar50LhbB+j0DRNcdqhKZnCX root@simplehealthcheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst ssh-dss AAAAB3NzaC1kc3MAAACBAPNz7QLjowvSM11mDGsw6raLPusOmDaajSOlDy/XTuNSxqRYPECAILYlCfnm3LRZaegK6zLNWxHRpzsI9EId4Ilh3RRrXoyoC9UBTiqS+uczXnSS7DsUPXP/JIVxlxka2s+QWSAHFxaVwwzUTCMoL07H3aE8n1B6FEcUwcdpIznlAAAAFQDdRNoRzFZwtOi8GEfCJiiT9zMxpwAAAIEAijvTSGc2yFn0cQBnsboVcTTDrbyB/bkdA/9EpLaXzC3AQ6qzCEnHyBJM6K8Kz3PIBZ2FbNRvI7rfsTDGb4sph04klgtXKxhmElcpPVQT6Pi4KIpGnXNgvF/1RxsaD/xDA0G4qczVcuVRZYSdLivF5mT6vLBiGmjqT2j0A4HIeBMAAACBAPJRror3QZ4l50G33F+Tv/rwX0PY45ACIzIH489v3AvSirYkM2zJN82QpBMFH5qFzq46Hiv5kHPt4X7snKEOVl6Ie7VSurveyYwBVNwkyp6kkCy23YbJXDj93DoyaqZRLEjnSP5NOTrMPV4WssQd05+1y6Snm0yNNPR7EPSXr5tf root@simplehealthcheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.9,24,fe80::f816:3eff:feae:d43b/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.9 ip-route:169.254.169.254 via 10.55.0.2 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-f5be5e18-016d-4d09-a78b-703ce334549b-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.56 === 2018-12-29 03:53:54,203 - create_instance - INFO - Deleting Port with ID - f4889359-936c-4175-8e59-9f086c8c6134 2018-12-29 03:53:54,203 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549bport-1 2018-12-29 03:53:54,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/f4889359-936c-4175-8e59-9f086c8c6134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:54,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20dc024c-8eca-41dd-803a-aee0c351e96c Date: Sat, 29 Dec 2018 03:53:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:53:54,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/f4889359-936c-4175-8e59-9f086c8c6134 used request id req-20dc024c-8eca-41dd-803a-aee0c351e96c 2018-12-29 03:53:54,776 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst 2018-12-29 03:53:54,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:54,958 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:53: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-3c9745ad-4b35-4210-897c-a618ca2065b3 x-compute-request-id: req-3c9745ad-4b35-4210-897c-a618ca2065b3 Content-Type: application/json 2018-12-29 03:53:54,958 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-3c9745ad-4b35-4210-897c-a618ca2065b3 2018-12-29 03:53:54,959 - create_instance - INFO - Checking deletion status 2018-12-29 03:53:54,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:55,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-3a43ce47-c10f-4d3d-ba79-601e6fecce8e x-compute-request-id: req-3a43ce47-c10f-4d3d-ba79-601e6fecce8e Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:d4:3b", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:53:54Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:55,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-3a43ce47-c10f-4d3d-ba79-601e6fecce8e 2018-12-29 03:53:55,342 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - ACTIVE 2018-12-29 03:53:55,342 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:53:58,345 - create_instance - DEBUG - VM status query timeout in 296.613657951 2018-12-29 03:53:58,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:53:58,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:53: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-af6dff4b-3add-4b3c-9511-b14af28f4869 x-compute-request-id: req-af6dff4b-3add-4b3c-9511-b14af28f4869 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:53:54Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:53:58,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-af6dff4b-3add-4b3c-9511-b14af28f4869 2018-12-29 03:53:58,755 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - ACTIVE 2018-12-29 03:53:58,755 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-12-29 03:54:01,759 - create_instance - DEBUG - VM status query timeout in 293.200191021 2018-12-29 03:54:01,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab12accea6cc60f0258b1ad57fe4ecee851cba8" 2018-12-29 03:54:02,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-b4d1650d-4a24-41b8-86e3-ad1a836b6b21 x-compute-request-id: req-b4d1650d-4a24-41b8-86e3-ad1a836b6b21 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "rel": "bookmark"}], "image": {"id": "0bffface-4000-4d44-b112-2febe83d0151", "links": [{"href": "http://172.30.9.30:8774/images/0bffface-4000-4d44-b112-2febe83d0151", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-12-29T03:53:47.000000", "flavor": {"id": "66b26237-a437-4476-96f8-1507d3227865", "links": [{"href": "http://172.30.9.30:8774/flavors/66b26237-a437-4476-96f8-1507d3227865", "rel": "bookmark"}]}, "id": "b239cf4e-c198-4c2b-8bd3-5778d4bee7f1", "user_id": "fe9c26bd32c64a2c93ee9288b1a1a5e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-12-29T03:54:01Z", "hostId": "a8026851797a26e1f691b1377dff1ee5bee7fdaf28ef7060a51c60ac", "OS-SRV-USG:terminated_at": "2018-12-29T03:54:01.000000", "key_name": null, "name": "SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst", "created": "2018-12-29T03:53:42Z", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 03:54:02,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b239cf4e-c198-4c2b-8bd3-5778d4bee7f1 used request id req-b4d1650d-4a24-41b8-86e3-ad1a836b6b21 2018-12-29 03:54:02,012 - create_instance - DEBUG - Instance status [SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst] is - DELETED 2018-12-29 03:54:02,013 - create_instance - INFO - VM is - DELETED 2018-12-29 03:54:02,013 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-inst 2018-12-29 03:54:02,014 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet 2018-12-29 03:54:02,014 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-subnet 2018-12-29 03:54:02,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/585c84c9-26bc-42df-a8b4-5e5aa1e9240c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:54:04,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32cca617-ac03-4a9c-8f00-5ef0fbf217ac Date: Sat, 29 Dec 2018 03:54:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:54:04,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/585c84c9-26bc-42df-a8b4-5e5aa1e9240c used request id req-32cca617-ac03-4a9c-8f00-5ef0fbf217ac 2018-12-29 03:54:04,465 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-priv-net 2018-12-29 03:54:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/1f253b3a-e13c-4122-8dcc-aed8ec25bafe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95ad1d3e3dc19fa6e28bf8ba6733e0be5346dc4d" 2018-12-29 03:54:05,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f35e8c6-fbce-4d51-92dd-09845c63af4a Date: Sat, 29 Dec 2018 03:54:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:54:05,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1f253b3a-e13c-4122-8dcc-aed8ec25bafe used request id req-7f35e8c6-fbce-4d51-92dd-09845c63af4a 2018-12-29 03:54:05,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a109d6f5b496b0f57a4ebb3ff661985a3ce76d" 2018-12-29 03:54:05,777 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:54: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-5974e26e-2430-424b-9715-151d209d4204 x-compute-request-id: req-5974e26e-2430-424b-9715-151d209d4204 Content-Length: 0 Content-Type: application/json 2018-12-29 03:54:05,777 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/66b26237-a437-4476-96f8-1507d3227865 used request id req-5974e26e-2430-424b-9715-151d209d4204 2018-12-29 03:54:05,778 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-f5be5e18-016d-4d09-a78b-703ce334549b-image 2018-12-29 03:54:05,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae2cd36c799b800654cb7aa023d891c86e98f309" 2018-12-29 03:54:07,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8564442a-ae0c-4de2-b2c8-e7466d9d8f33 Date: Sat, 29 Dec 2018 03:54:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:54:07,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/0bffface-4000-4d44-b112-2febe83d0151 used request id req-8564442a-ae0c-4de2-b2c8-e7466d9d8f33 2018-12-29 03:54:07,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:07,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-da232c0f-2aa9-4f93-8110-563c93c0562a Date: Sat, 29 Dec 2018 03:54:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4bd87650482a433285748fc633dc8b7e", "created_at": "2018-12-29T03:53:33Z", "updated_at": "2018-12-29T03:53:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "revision_number": 0, "id": "1f1f6d7a-b135-4416-831c-3a5117b866b4", "remote_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "remote_ip_prefix": null, "created_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bd87650482a433285748fc633dc8b7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "revision_number": 0, "id": "2471aa2a-b0b9-4a5d-b6c9-3ad2a6e11978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4bd87650482a433285748fc633dc8b7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "revision_number": 0, "id": "a99f6f6a-8b64-48ba-a377-9549037a8ed4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bd87650482a433285748fc633dc8b7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "revision_number": 0, "id": "b696119b-4446-4e91-9402-e26f718688b6", "remote_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "remote_ip_prefix": null, "created_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "tenant_id": "4bd87650482a433285748fc633dc8b7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4bd87650482a433285748fc633dc8b7e"}], "revision_number": 4, "project_id": "4bd87650482a433285748fc633dc8b7e", "id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da997792df9f47e6a7274896a2318747", "created_at": "2018-12-29T03:54:07Z", "updated_at": "2018-12-29T03:54:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "29cf739d-efcc-472a-82fd-e062d810d604", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "657aa34e-f6a3-4922-bcf4-0cdc715306fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "68740f66-efc3-43f2-ab8c-f8c09e1e64b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "b38ce4ce-3183-432b-9115-db26869638fa", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}], "revision_number": 4, "project_id": "da997792df9f47e6a7274896a2318747", "id": "f130de70-3e05-42ef-9e58-e641abf0494d", "name": "default"}]} 2018-12-29 03:54:07,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-da232c0f-2aa9-4f93-8110-563c93c0562a 2018-12-29 03:54:07,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:07,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4f4db7-773d-479d-b732-c2b145e00b6d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e"}, "enabled": true, "id": "4bd87650482a433285748fc633dc8b7e", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-29eb44ce-874d-4fc-proj"}} 2018-12-29 03:54:07,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-8b4f4db7-773d-479d-b732-c2b145e00b6d 2018-12-29 03:54:07,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 46e7092e-11a5-4d07-8eb5-144b7e4ebf4b 2018-12-29 03:54:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=46e7092e-11a5-4d07-8eb5-144b7e4ebf4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:07,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dd4e010d-fbf1-4086-990a-e67aa3c2247b Date: Sat, 29 Dec 2018 03:54:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "port_range_min": null, "revision_number": 0, "tenant_id": "4bd87650482a433285748fc633dc8b7e", "created_at": "2018-12-29T03:53:33Z", "project_id": "4bd87650482a433285748fc633dc8b7e", "id": "1f1f6d7a-b135-4416-831c-3a5117b866b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "port_range_min": null, "revision_number": 0, "tenant_id": "4bd87650482a433285748fc633dc8b7e", "created_at": "2018-12-29T03:53:33Z", "project_id": "4bd87650482a433285748fc633dc8b7e", "id": "2471aa2a-b0b9-4a5d-b6c9-3ad2a6e11978"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "port_range_min": null, "revision_number": 0, "tenant_id": "4bd87650482a433285748fc633dc8b7e", "created_at": "2018-12-29T03:53:33Z", "project_id": "4bd87650482a433285748fc633dc8b7e", "id": "a99f6f6a-8b64-48ba-a377-9549037a8ed4"}, {"remote_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:53:33Z", "security_group_id": "46e7092e-11a5-4d07-8eb5-144b7e4ebf4b", "port_range_min": null, "revision_number": 0, "tenant_id": "4bd87650482a433285748fc633dc8b7e", "created_at": "2018-12-29T03:53:33Z", "project_id": "4bd87650482a433285748fc633dc8b7e", "id": "b696119b-4446-4e91-9402-e26f718688b6"}]} 2018-12-29 03:54:07,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=46e7092e-11a5-4d07-8eb5-144b7e4ebf4b used request id req-dd4e010d-fbf1-4086-990a-e67aa3c2247b 2018-12-29 03:54:07,658 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 03:54:07,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/46e7092e-11a5-4d07-8eb5-144b7e4ebf4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:07,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08c3fabc-b454-493c-b8cf-144e67f5e33a Content-Length: 0 Date: Sat, 29 Dec 2018 03:54:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:54:07,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/46e7092e-11a5-4d07-8eb5-144b7e4ebf4b used request id req-08c3fabc-b454-493c-b8cf-144e67f5e33a 2018-12-29 03:54:07,977 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-29eb44ce-874d-4fc-proj 2018-12-29 03:54:07,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:08,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-952450d8-cbc8-478d-a130-591a02faa1c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:08,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4bd87650482a433285748fc633dc8b7e used request id req-952450d8-cbc8-478d-a130-591a02faa1c6 2018-12-29 03:54:08,253 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-29eb44ce-874d-4fc-proj-role 2018-12-29 03:54:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:08,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0891b1ed-064b-450b-8876-fd822b5e9a05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:08,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/2f860442a9eb4b21ba98c526d854a80d used request id req-0891b1ed-064b-450b-8876-fd822b5e9a05 2018-12-29 03:54:08,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76096c0fc8d0c47a7cf91102a1cab898d2128c92" 2018-12-29 03:54:08,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d70775b-f4e2-450b-8465-d5f0765daf12 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "8678effffb1f41078322dda90a0f9bb1", "links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:08,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3d70775b-f4e2-450b-8465-d5f0765daf12 2018-12-29 03:54:08,468 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-29eb44ce-874d-4fc-user 2018-12-29 03:54:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/fe9c26bd32c64a2c93ee9288b1a1a5e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac66aae687680371d00b6a4ecaa26f7c23d521d1" 2018-12-29 03:54:08,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6619096e-a96f-4119-8748-4a384b3e98d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:08,704 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/fe9c26bd32c64a2c93ee9288b1a1a5e1 used request id req-6619096e-a96f-4119-8748-4a384b3e98d1 2018-12-29 03:54:08,705 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.245s OK 2018-12-29 03:54:08,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 03:54:08,819 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-12-29 03:54:08,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:54:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:08,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f0e5cc-5c9f-489f-b7e3-cac32b4bc9dc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "8678effffb1f41078322dda90a0f9bb1", "links": {"self": "http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:08,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-54f0e5cc-5c9f-489f-b7e3-cac32b4bc9dc 2018-12-29 03:54:08,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829288959503s 2018-12-29 03:54:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:54:08,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f4b4e35-e05c-40ba-9f1c-368cc20044b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:09,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/8678effffb1f41078322dda90a0f9bb1 used request id req-4f4b4e35-e05c-40ba-9f1c-368cc20044b6 2018-12-29 03:54:09,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.21636390686s 2018-12-29 03:54:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:54:09,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd496ca-cc23-4e7b-b741-ecc9d0d0beea Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07", "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "domain_id": "default", "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:54:09,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1bd496ca-cc23-4e7b-b741-ecc9d0d0beea 2018-12-29 03:54:09,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921890735626s 2018-12-29 03:54:09,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-1bd496ca-cc23-4e7b-b741-ecc9d0d0beea 2018-12-29 03:54:09,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:54:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bfd7673-1c51-44f5-9822-49eb2ae95f05 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303"}, "enabled": true, "id": "a463d94384df4aeca5772017ab054303", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_09357975-696c-4d79-963c-acb40ecd9c07"}} 2018-12-29 03:54:09,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 used request id req-9bfd7673-1c51-44f5-9822-49eb2ae95f05 2018-12-29 03:54:09,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924270153046s 2018-12-29 03:54:09,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 used request id req-9bfd7673-1c51-44f5-9822-49eb2ae95f05 2018-12-29 03:54:09,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 03:54:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a850d65b-d22b-467e-a8b7-9afb6c475897 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:09,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 used request id req-a850d65b-d22b-467e-a8b7-9afb6c475897 2018-12-29 03:54:09,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.263062953949s 2018-12-29 03:54:09,580 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a463d94384df4aeca5772017ab054303 used request id req-a850d65b-d22b-467e-a8b7-9afb6c475897 2018-12-29 03:54:09,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:54:09,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b07a61-e380-4a13-8b8b-01104ebee38a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747"}, "enabled": true, "id": "da997792df9f47e6a7274896a2318747", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_09357975-696c-4d79-963c-acb40ecd9c07"}]} 2018-12-29 03:54:09,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-08b07a61-e380-4a13-8b8b-01104ebee38a 2018-12-29 03:54:09,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817050933838s 2018-12-29 03:54:09,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-08b07a61-e380-4a13-8b8b-01104ebee38a 2018-12-29 03:54:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 03:54:09,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43577986-5038-4888-8da6-56cacf810864 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:09,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747 used request id req-43577986-5038-4888-8da6-56cacf810864 2018-12-29 03:54:09,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217089891434s 2018-12-29 03:54:09,882 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/da997792df9f47e6a7274896a2318747 used request id req-43577986-5038-4888-8da6-56cacf810864 2018-12-29 03:54:09,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:54:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:09,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12121561-e8d6-46ce-8f72-4f43567158ec Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5a5b5df18d574477a614992bd3b7fb5b", "links": {"self": "http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:09,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-12121561-e8d6-46ce-8f72-4f43567158ec 2018-12-29 03:54:09,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807089805603s 2018-12-29 03:54:09,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:54:09,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:10,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bfd7808-8b15-42f0-ba8c-cf700ccf6ca9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:10,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5a5b5df18d574477a614992bd3b7fb5b used request id req-4bfd7808-8b15-42f0-ba8c-cf700ccf6ca9 2018-12-29 03:54:10,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110995054245s 2018-12-29 03:54:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:54:10,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=da997792df9f47e6a7274896a2318747&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:10,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-2fdbadf0-09f3-42aa-ac3a-c5c0137d3a17 Date: Sat, 29 Dec 2018 03:54:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "da997792df9f47e6a7274896a2318747", "created_at": "2018-12-29T03:54:07Z", "updated_at": "2018-12-29T03:54:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "29cf739d-efcc-472a-82fd-e062d810d604", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "657aa34e-f6a3-4922-bcf4-0cdc715306fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "68740f66-efc3-43f2-ab8c-f8c09e1e64b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "b38ce4ce-3183-432b-9115-db26869638fa", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}], "revision_number": 4, "project_id": "da997792df9f47e6a7274896a2318747", "id": "f130de70-3e05-42ef-9e58-e641abf0494d", "name": "default"}]} 2018-12-29 03:54:10,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=da997792df9f47e6a7274896a2318747&name=default used request id req-2fdbadf0-09f3-42aa-ac3a-c5c0137d3a17 2018-12-29 03:54:10,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196892976761s 2018-12-29 03:54:10,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=da997792df9f47e6a7274896a2318747&name=default used request id req-2fdbadf0-09f3-42aa-ac3a-c5c0137d3a17 2018-12-29 03:54:10,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:54:10,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:10,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1b87bb14-d192-42a0-8c74-8148d751db7f Date: Sat, 29 Dec 2018 03:54:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da997792df9f47e6a7274896a2318747", "created_at": "2018-12-29T03:54:07Z", "updated_at": "2018-12-29T03:54:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "68740f66-efc3-43f2-ab8c-f8c09e1e64b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "b38ce4ce-3183-432b-9115-db26869638fa", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv6", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "657aa34e-f6a3-4922-bcf4-0cdc715306fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:07Z", "revision_number": 0, "id": "29cf739d-efcc-472a-82fd-e062d810d604", "remote_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:07Z", "security_group_id": "f130de70-3e05-42ef-9e58-e641abf0494d", "tenant_id": "da997792df9f47e6a7274896a2318747", "port_range_min": null, "ethertype": "IPv4", "project_id": "da997792df9f47e6a7274896a2318747"}], "revision_number": 4, "project_id": "da997792df9f47e6a7274896a2318747", "id": "f130de70-3e05-42ef-9e58-e641abf0494d", "name": "default"}]} 2018-12-29 03:54:10,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1b87bb14-d192-42a0-8c74-8148d751db7f 2018-12-29 03:54:10,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196096897125s 2018-12-29 03:54:10,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1b87bb14-d192-42a0-8c74-8148d751db7f 2018-12-29 03:54:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 03:54:10,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f130de70-3e05-42ef-9e58-e641abf0494d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}526bbb0b607c44baaf91628bc074f8cd4fe1cf07" 2018-12-29 03:54:10,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-832a4c5d-6f0e-44ab-a850-231777dd4347 Content-Length: 0 Date: Sat, 29 Dec 2018 03:54:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:54:10,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f130de70-3e05-42ef-9e58-e641abf0494d.json used request id req-832a4c5d-6f0e-44ab-a850-231777dd4347 2018-12-29 03:54:10,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.283921003342s 2018-12-29 03:54:10,767 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f130de70-3e05-42ef-9e58-e641abf0494d.json used request id req-832a4c5d-6f0e-44ab-a850-231777dd4347 2018-12-29 03:54:10,767 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:21 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-12-29 03:54:10,772 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-29 03:54:16,775 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 03:54:16,780 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 03:54:16,780 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-29 03:54:16,782 - 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-12-29 03:54:16,823 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-12-29 03:54:20,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:54:20,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:54:20,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:54:20,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:54:20,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:54:20,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:54:20,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:54:20,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:54:20,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:54:20,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 03:54:20,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 03:54:20,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:54:20,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad583e8-60f2-44c8-bf3d-24880c655690 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:54:20,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4ad583e8-60f2-44c8-bf3d-24880c655690 2018-12-29 03:54:20,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:54:20,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["3ma-4PduTDWopvqq-AF3Sw"], "issued_at": "2018-12-29T03:54:20.000000Z"}} 2018-12-29 03:54:20,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:20,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-66b66892-3f09-4213-bcb4-8a2eafc886bf Date: Sat, 29 Dec 2018 03:54:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:54:20,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66b66892-3f09-4213-bcb4-8a2eafc886bf 2018-12-29 03:54:20,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279866933823s 2018-12-29 03:54:20,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66b66892-3f09-4213-bcb4-8a2eafc886bf 2018-12-29 03:54:20,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:54:20,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:21,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:54: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:54:21,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:21,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f0c9d3-8600-4519-bfb2-8308a98c3912 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:54:21,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-10f0c9d3-8600-4519-bfb2-8308a98c3912 2018-12-29 03:54:21,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.483735084534s 2018-12-29 03:54:21,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 03:54:21,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}}' 2018-12-29 03:54:21,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0243a880-da66-438e-9109-215e3e85fdac 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.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036"}, "enabled": true, "id": "c1bb6334870747b794081312ab0c9036", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:54:21,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0243a880-da66-438e-9109-215e3e85fdac 2018-12-29 03:54:21,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106029987335s 2018-12-29 03:54:21,586 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0243a880-da66-438e-9109-215e3e85fdac 2018-12-29 03:54:21,587 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 'id': u'c1bb6334870747b794081312ab0c9036', '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-12-29 03:54:21,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 03:54:21,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362764120102s 2018-12-29 03:54:21,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d824f1c5-df5c-4b83-b898-5a5eae0505ea Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c"}, "enabled": true, "id": "deb33f87b7084698bb73d9d96e3d6a6c", "options": {}, "domain_id": "default", "name": "vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:54:22,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c used request id req-d824f1c5-df5c-4b83-b898-5a5eae0505ea 2018-12-29 03:54:22,052 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'deb33f87b7084698bb73d9d96e3d6a6c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47'}) 2018-12-29 03:54:22,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:54:22,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0192d60d-a6fb-4c09-915d-1977ba23b057 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:22,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0192d60d-a6fb-4c09-915d-1977ba23b057 2018-12-29 03:54:22,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0951149463654s 2018-12-29 03:54:22,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:54:22,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eca468b-b384-47d3-a005-f52dbcff9d4f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:22,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0eca468b-b384-47d3-a005-f52dbcff9d4f 2018-12-29 03:54:22,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734720230103s 2018-12-29 03:54:22,224 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 03:54:22,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:54:22,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" -d '{"role": {"name": "Member"}}' 2018-12-29 03:54:22,333 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71bb241f-75cd-4a4a-88aa-717de94fdd3c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04b34880457d4ebb93dc630d7de5a49d", "links": {"self": "http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d"}, "name": "Member"}} 2018-12-29 03:54:22,333 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-71bb241f-75cd-4a4a-88aa-717de94fdd3c 2018-12-29 03:54:22,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108944892883s 2018-12-29 03:54:22,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8139ea-d7cb-4520-b3e6-1a8310d1902d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d"}, "domain_id": null, "name": "Member", "id": "04b34880457d4ebb93dc630d7de5a49d"}} 2018-12-29 03:54:22,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d used request id req-1e8139ea-d7cb-4520-b3e6-1a8310d1902d 2018-12-29 03:54:22,414 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d'}, 'domain_id': None, 'human_id': None, 'id': u'04b34880457d4ebb93dc630d7de5a49d', 'HUMAN_ID': False}) 2018-12-29 03:54:22,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:54:22,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6680047-42c8-406d-b7eb-3ec59c8fdbf2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04b34880457d4ebb93dc630d7de5a49d", "links": {"self": "http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:54:22,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f6680047-42c8-406d-b7eb-3ec59c8fdbf2 2018-12-29 03:54:22,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734770298004s 2018-12-29 03:54:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:54:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca8256b-605f-49ea-bccd-eda3b8336b0b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:54:22,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3ca8256b-605f-49ea-bccd-eda3b8336b0b 2018-12-29 03:54:22,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.157197952271s 2018-12-29 03:54:22,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:54:22,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa60926-db30-4c40-a3bf-6ec9d8b62b4f Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47", "links": {"self": "http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c"}, "domain_id": "default", "enabled": true, "id": "deb33f87b7084698bb73d9d96e3d6a6c", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:54:22,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-aaa60926-db30-4c40-a3bf-6ec9d8b62b4f 2018-12-29 03:54:22,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0989079475403s 2018-12-29 03:54:22,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-aaa60926-db30-4c40-a3bf-6ec9d8b62b4f 2018-12-29 03:54:22,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:54:22,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf31045-f73a-4ce1-9c83-6009171b6772 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036"}, "enabled": true, "id": "c1bb6334870747b794081312ab0c9036", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:22,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6cf31045-f73a-4ce1-9c83-6009171b6772 2018-12-29 03:54:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793919563293s 2018-12-29 03:54:22,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6cf31045-f73a-4ce1-9c83-6009171b6772 2018-12-29 03:54:22,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:54:22,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=deb33f87b7084698bb73d9d96e3d6a6c&scope.project.id=c1bb6334870747b794081312ab0c9036&role.id=04b34880457d4ebb93dc630d7de5a49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:22,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f11ad5b-0011-491b-a7fe-1c3088dd1191 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=deb33f87b7084698bb73d9d96e3d6a6c&scope.project.id=c1bb6334870747b794081312ab0c9036&role.id=04b34880457d4ebb93dc630d7de5a49d", "previous": null, "next": null}} 2018-12-29 03:54:22,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=deb33f87b7084698bb73d9d96e3d6a6c&scope.project.id=c1bb6334870747b794081312ab0c9036&role.id=04b34880457d4ebb93dc630d7de5a49d used request id req-8f11ad5b-0011-491b-a7fe-1c3088dd1191 2018-12-29 03:54:22,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0826308727264s 2018-12-29 03:54:22,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:54:22,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036/users/deb33f87b7084698bb73d9d96e3d6a6c/roles/04b34880457d4ebb93dc630d7de5a49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:23,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c20de8c0-5221-442f-8978-2cd26f0eaf43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:54:23,044 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036/users/deb33f87b7084698bb73d9d96e3d6a6c/roles/04b34880457d4ebb93dc630d7de5a49d used request id req-c20de8c0-5221-442f-8978-2cd26f0eaf43 2018-12-29 03:54:23,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125595092773s 2018-12-29 03:54:23,045 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 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': '7add47db-db8b-4ada-b543-44e777423f31', 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_674b9e92-679c-4739-8db3-0ecab53f4a47', 'project_id': u'c1bb6334870747b794081312ab0c9036', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 03:54:23,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:54:23,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:54:23,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 03:54:23,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 03:54:23,051 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47', 'password': '7add47db-db8b-4ada-b543-44e777423f31', 'project_name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'c1bb6334870747b794081312ab0c9036', 'project_domain_name': 'Default'} 2018-12-29 03:54:23,051 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-12-29 03:54:23,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:54:23,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:23,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5355afb1-da22-413b-9922-22b8015cbe77 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:54:23,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5355afb1-da22-413b-9922-22b8015cbe77 2018-12-29 03:54:23,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0749299526215s 2018-12-29 03:54:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:54:23,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:54:23,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef19a03-c5d0-45ce-868c-a7abdfabd0ac Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036"}, "enabled": true, "id": "c1bb6334870747b794081312ab0c9036", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:23,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bef19a03-c5d0-45ce-868c-a7abdfabd0ac 2018-12-29 03:54:23,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827040672302s 2018-12-29 03:54:23,211 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bef19a03-c5d0-45ce-868c-a7abdfabd0ac 2018-12-29 03:54:23,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-29 03:54:23,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" -d '{"network": {"tenant_id": "c1bb6334870747b794081312ab0c9036", "name": "vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47", "admin_state_up": true}}' 2018-12-29 03:54:23,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7efa4337-17f4-444f-a2b7-3fa38105c789 Date: Sat, 29 Dec 2018 03:54: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":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:54:23Z","is_default":false,"provider:segmentation_id":46,"name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47","admin_state_up":true,"tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","mtu":1450}} 2018-12-29 03:54:23,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7efa4337-17f4-444f-a2b7-3fa38105c789 2018-12-29 03:54:23,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.722350120544s 2018-12-29 03:54:23,937 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7efa4337-17f4-444f-a2b7-3fa38105c789 2018-12-29 03:54:23,938 - 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-12-29T03:54:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47', u'admin_state_up': True, u'tenant_id': u'c1bb6334870747b794081312ab0c9036', u'created_at': u'2018-12-29T03:54:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c1bb6334870747b794081312ab0c9036'}) 2018-12-29 03:54:23,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:54:23,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0330976a-d4f7-458f-8b06-e176a4ca6aac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:54:23,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0330976a-d4f7-458f-8b06-e176a4ca6aac 2018-12-29 03:54:23,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:54:24,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b34880457d4ebb93dc630d7de5a49d", "name": "Member"}], "expires_at": "2018-12-29T04:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1bb6334870747b794081312ab0c9036", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/c1bb6334870747b794081312ab0c9036", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/c1bb6334870747b794081312ab0c9036", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/c1bb6334870747b794081312ab0c9036", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/c1bb6334870747b794081312ab0c9036", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/c1bb6334870747b794081312ab0c9036", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/c1bb6334870747b794081312ab0c9036", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/c1bb6334870747b794081312ab0c9036", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/c1bb6334870747b794081312ab0c9036", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/c1bb6334870747b794081312ab0c9036", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/c1bb6334870747b794081312ab0c9036", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/c1bb6334870747b794081312ab0c9036", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/c1bb6334870747b794081312ab0c9036", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47", "id": "deb33f87b7084698bb73d9d96e3d6a6c"}, "audit_ids": ["pimy-q4tTtaSjrY2A-VtQg"], "issued_at": "2018-12-29T03:54:24.000000Z"}} 2018-12-29 03:54:24,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:24,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:24,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-9d4bd1a5-b661-4071-abef-0cfc759f21c4 Date: Sat, 29 Dec 2018 03:54:24 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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","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-12-29T03:54:23Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:24,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9d4bd1a5-b661-4071-abef-0cfc759f21c4 2018-12-29 03:54:24,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250735998154s 2018-12-29 03:54:24,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9d4bd1a5-b661-4071-abef-0cfc759f21c4 2018-12-29 03:54:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-29 03:54:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"subnet": {"name": "vping_ssh-subnet_674b9e92-679c-4739-8db3-0ecab53f4a47", "enable_dhcp": true, "network_id": "6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-29 03:54:25,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f8e44a78-590b-4f32-b403-858d509598ee Date: Sat, 29 Dec 2018 03:54:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:54:24Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c1bb6334870747b794081312ab0c9036","id":"f173de61-b944-4624-85a4-a297e99b9567","subnetpool_id":null,"name":"vping_ssh-subnet_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:54:25,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f8e44a78-590b-4f32-b403-858d509598ee 2018-12-29 03:54:25,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.635568141937s 2018-12-29 03:54:25,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f8e44a78-590b-4f32-b403-858d509598ee 2018-12-29 03:54:25,207 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-29T03:54:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f173de61-b944-4624-85a4-a297e99b9567', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_674b9e92-679c-4739-8db3-0ecab53f4a47', u'enable_dhcp': True, u'network_id': u'6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6', u'tenant_id': u'c1bb6334870747b794081312ab0c9036', u'created_at': u'2018-12-29T03:54:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c1bb6334870747b794081312ab0c9036'}) 2018-12-29 03:54:25,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-29 03:54:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "vping_ssh-router_674b9e92-679c-4739-8db3-0ecab53f4a47", "admin_state_up": true}}' 2018-12-29 03:54:26,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-8e5f9f2c-978c-486b-9d6e-6ae19a9dc9de Date: Sat, 29 Dec 2018 03:54:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:25Z", "admin_state_up": true, "updated_at": "2018-12-29T03:54:26Z", "revision_number": 2, "routes": [], "project_id": "c1bb6334870747b794081312ab0c9036", "id": "772cffba-d5f3-4873-b869-aaea51cf347b", "name": "vping_ssh-router_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:54:26,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8e5f9f2c-978c-486b-9d6e-6ae19a9dc9de 2018-12-29 03:54:26,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7744641304s 2018-12-29 03:54:26,983 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8e5f9f2c-978c-486b-9d6e-6ae19a9dc9de 2018-12-29 03:54:26,983 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'172d8bf1-dcb3-48a2-9142-54f150cc212d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'717222cb-974c-4168-ab1a-356f49eda1dc', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c1bb6334870747b794081312ab0c9036', u'created_at': u'2018-12-29T03:54:25Z', u'admin_state_up': True, u'updated_at': u'2018-12-29T03:54:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'c1bb6334870747b794081312ab0c9036', u'id': u'772cffba-d5f3-4873-b869-aaea51cf347b', u'name': u'vping_ssh-router_674b9e92-679c-4739-8db3-0ecab53f4a47'}) 2018-12-29 03:54:26,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-29 03:54:26,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"subnet_id": "f173de61-b944-4624-85a4-a297e99b9567"}' 2018-12-29 03:54:28,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-19a90779-68d2-4e24-819a-0e3d715c4cbe Date: Sat, 29 Dec 2018 03:54:28 GMT RESP BODY: {"network_id": "6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6", "tenant_id": "c1bb6334870747b794081312ab0c9036", "subnet_id": "f173de61-b944-4624-85a4-a297e99b9567", "subnet_ids": ["f173de61-b944-4624-85a4-a297e99b9567"], "port_id": "4e4bb211-dd63-4701-83bc-f4f17afe28eb", "id": "772cffba-d5f3-4873-b869-aaea51cf347b"} 2018-12-29 03:54:28,557 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/add_router_interface.json used request id req-19a90779-68d2-4e24-819a-0e3d715c4cbe 2018-12-29 03:54:28,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.57339882851s 2018-12-29 03:54:28,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/add_router_interface.json used request id req-19a90779-68d2-4e24-819a-0e3d715c4cbe returning object 772cffba-d5f3-4873-b869-aaea51cf347b 2018-12-29 03:54:28,558 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:54:28,690 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 03:54:28,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:28,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 03:54:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 03:54:28,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:54:28,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:28,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8d994655-3972-4189-a4dc-aa7ee6dff95d Date: Sat, 29 Dec 2018 03:54:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:54:28,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8d994655-3972-4189-a4dc-aa7ee6dff95d 2018-12-29 03:54:28,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211169958115s 2018-12-29 03:54:28,910 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8d994655-3972-4189-a4dc-aa7ee6dff95d 2018-12-29 03:54:28,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 03:54:28,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47"}' 2018-12-29 03:54:29,193 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0 X-Openstack-Request-Id: req-1e6ea6f2-1fd0-4dd8-887c-9e72dcfc4261 Date: Sat, 29 Dec 2018 03:54:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file", "owner": "c1bb6334870747b794081312ab0c9036", "id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "size": null, "self": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:54:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "checksum": null, "created_at": "2018-12-29T03:54:29Z", "protected": false} 2018-12-29 03:54:29,193 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1e6ea6f2-1fd0-4dd8-887c-9e72dcfc4261 2018-12-29 03:54:29,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.28130197525s 2018-12-29 03:54:29,194 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1e6ea6f2-1fd0-4dd8-887c-9e72dcfc4261 returning object b8d36300-6f35-4023-a4d4-d56a01c6e9c0 2018-12-29 03:54:29,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 03:54:29,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '' 2018-12-29 03:54:30,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a090ffc3-6154-4a6d-87ef-dffcf868e92f Date: Sat, 29 Dec 2018 03:54:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:54:30,398 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file used request id req-a090ffc3-6154-4a6d-87ef-dffcf868e92f 2018-12-29 03:54:30,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20400619507s 2018-12-29 03:54:30,399 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file used request id req-a090ffc3-6154-4a6d-87ef-dffcf868e92f 2018-12-29 03:54:30,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:54:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:30,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-13b7f9bf-12b8-40ab-a1da-06bc7376a372 Date: Sat, 29 Dec 2018 03:54:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "metadata": {}}], "file": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file", "owner": "c1bb6334870747b794081312ab0c9036", "id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "size": 12716032, "self": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:54:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:54:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:54:30,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-13b7f9bf-12b8-40ab-a1da-06bc7376a372 2018-12-29 03:54:30,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179847002029s 2018-12-29 03:54:30,580 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-13b7f9bf-12b8-40ab-a1da-06bc7376a372 2018-12-29 03:54:30,582 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file', 'owner': u'c1bb6334870747b794081312ab0c9036', 'id': u'b8d36300-6f35-4023-a4d4-d56a01c6e9c0', 'size': 12716032, u'self': u'/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c1bb6334870747b794081312ab0c9036', 'name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T03:54:30Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-29T03:54:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47', 'created': u'2018-12-29T03:54:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T03:54:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 03:54:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 03:54:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 03:54:30,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc4798a4-5870-4117-aa83-2bc1d8647d0c x-compute-request-id: req-bc4798a4-5870-4117-aa83-2bc1d8647d0c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "name": "vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:54:30,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bc4798a4-5870-4117-aa83-2bc1d8647d0c 2018-12-29 03:54:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.216995000839s 2018-12-29 03:54:30,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bc4798a4-5870-4117-aa83-2bc1d8647d0c returning object e36c8152-9eb1-4c39-8985-acb96a344d1c 2018-12-29 03:54:30,801 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'e36c8152-9eb1-4c39-8985-acb96a344d1c', 'swap': 0}) 2018-12-29 03:54:30,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 03:54:30,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c/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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" -d '{"extra_specs": {}}' 2018-12-29 03:54:30,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67554d3c-536f-47ba-8e80-1583af46cdf3 x-compute-request-id: req-67554d3c-536f-47ba-8e80-1583af46cdf3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:54:30,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c/os-extra_specs used request id req-67554d3c-536f-47ba-8e80-1583af46cdf3 2018-12-29 03:54:30,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206189155579s 2018-12-29 03:54:30,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c/os-extra_specs used request id req-67554d3c-536f-47ba-8e80-1583af46cdf3 2018-12-29 03:54:30,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-12-29 03:54:30,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"keypair": {"name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47"}}' 2018-12-29 03:54:31,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff4c2f57-6941-444c-af59-ed2e7b53e3b0 x-compute-request-id: req-ff4c2f57-6941-444c-af59-ed2e7b53e3b0 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGviFqqpj/XvhYxBSS8Qrq8chTiWrtRRhPD1H+f9cKtsRPr+GL6lfdyyHkLMWmWatpGExfyzqMKlWiJS1XTeI9UU5JF4MJAtdhRQlEaFin/StZe/NLUvM5o2+RHwrgmRFrsJkLcoHdNfKsAlZZ8hUYisrLbWvgCzAGeyQJFOmXKuDp3/ovg9XoqTsfO/mW8aYKGGJ1BrJNQ9UbBKextipBSX8GhcxfAoCotDT/S8+X2UgroTvjHL1/xrkGnelwwl7iL5RoHvdYM6+doVV5e6Pc8vedJML/EwCnSz4D25ixpeyDx1J2avLUJon3xXdhiY5x3znv0yg9euEPDH6XmzdB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxr4haqqY/174WMQUkvEK6vHIU4lq7UUYTw9R/n/XCrbET6/h\ni+pX3csh5CzFplmraRhMX8s6jCpVoiUtV03iPVFOSReDCQLXYUUJRGhYp/0rWXvz\nS1LzOaNvkR8K4JkRa7CZC3KB3TXyrAJWWfIVGIrKy21r4AswBnskCRTplyrg6d/6\nL4PV6Kk7Hzv5lvGmChhidQayTUPVGwSnsbYqQUl/BoXMXwKAqLQ0/0vPl9lIK6E7\n4xy9f8a5Bp3pcMJe4i+UaB73WDOvnaFVeXuj3PL3nSTC/xMAp0s+A9uYsaXsg8dS\ndmry1CaJ98V3YYmOcd8579MoPXrhDwx+l5s3QQIDAQABAoIBAQCSeJXQMyLHMor9\ngKVZFmTheogVaPVxILclrTjUxAsMTl6oDAvCPle7knXL4GNakkOOFOZUw0bG/nxW\nH+gmq7PNVRrJK5bbEUkC2wpVbEHKrP9B1+Qa42t2U0lqPuKZXLZGE8T3dtDW42eR\n9bcGWy/JAqErA925JQWkASUxvEPbr+Wf5lgOuZWeZSqf1Ib5plP/2pQ0lNqeRWP4\nUGq0rDL03XAiO+6Is6kMd9jFWiVy+MrGIACKgvweef4sLJg/mCYbMus5ueCPDyb6\n4vBhNxX0+de1sYmsnLBo5RLZUvq+lXNAAnDrHIM61gv7bFeqSDEDiU+hAyX7c70Z\n7jqG9cpBAoGBAOlTHhCw8W4oClyRgKm7ssVEU5USoQ+gaYBYbf5C7LBqWd1yGslD\n27cHXT8KcBiMHN2aRXv+zg1QsaFc+Rs7L4ESslTDTp8G1CNVXYe3MaqxRSVHz3Am\nBuJ57HGI55/tV8VxRaGeikAH3Q6sFOWTKKEbEi9QZgbJolYunELCsOE9AoGBANoO\npfg5LEID2tdRocAEuo4OeVO3nmTxapHUpkrD6gVrkq5zTU5Cd6jU9X52VmOtooVU\nOMELZ3qvvTC7VPCTJuyMbPQaEd1ZHPIDphg8lALREVWsx7SX7VQwRFdq9TjkGwGq\nkjj3LwtWCxKZIncZtLdtQvGX7XxefM22zbSrjQZVAoGAHwF5nFQ3MSFHBzgatfOI\ndSh4RvYbyxzRCEo4C7LPCz6GxKO2JYrL9s2WuZrkfI6aA2TN2QVqUmCnyj61p8W8\nsVVPt23g08cvh6Z/cFqK0hkOjD63tTqIba4wGoJL7Xe30zgTPb/4tTuWR63cdQmS\nO56CUyFG/Z3r4bH99+0xXi0CgYEAyjCK9H8O6qdoY/7tXH8F/HKvTVEVLcQsbMwg\n5XKDrELy349KPyaijYnpmDliIUr/R2Gwvk80xC3v3x/Uwr2veec7n5wMtJHMpRt9\nBzwkgfgZerea9XlqNoYK2IP0navk3saqjuekV36RBc24h3bueqZ1TE7zhj6Wuqim\nVMA9I4ECgYAdnsKuPoc1eq9w5rtQnfgRxCntW9yPKwOuye9YjhO6VVhuapJQk9c7\nOHAjZsvCdWpRAWGXITTrMurT4ACiDxorudaUx/bRMYZx7WkNbLonG3M3w2fXvdEv\nMGBSZ/TgwJP7CIFlFYvcGMk+oUgH6FrH6rYhLSY0U//eRMyudWkYxw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "fingerprint": "f8:17:0c:dc:86:3d:3f:d3:34:f3:d0:9e:57:88:3f:81"}} 2018-12-29 03:54:31,086 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-ff4c2f57-6941-444c-af59-ed2e7b53e3b0 2018-12-29 03:54:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.262321949005s 2018-12-29 03:54:31,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-ff4c2f57-6941-444c-af59-ed2e7b53e3b0 2018-12-29 03:54:31,087 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGviFqqpj/XvhYxBSS8Qrq8chTiWrtRRhPD1H+f9cKtsRPr+GL6lfdyyHkLMWmWatpGExfyzqMKlWiJS1XTeI9UU5JF4MJAtdhRQlEaFin/StZe/NLUvM5o2+RHwrgmRFrsJkLcoHdNfKsAlZZ8hUYisrLbWvgCzAGeyQJFOmXKuDp3/ovg9XoqTsfO/mW8aYKGGJ1BrJNQ9UbBKextipBSX8GhcxfAoCotDT/S8+X2UgroTvjHL1/xrkGnelwwl7iL5RoHvdYM6+doVV5e6Pc8vedJML/EwCnSz4D25ixpeyDx1J2avLUJon3xXdhiY5x3znv0yg9euEPDH6XmzdB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxr4haqqY/174WMQUkvEK6vHIU4lq7UUYTw9R/n/XCrbET6/h\ni+pX3csh5CzFplmraRhMX8s6jCpVoiUtV03iPVFOSReDCQLXYUUJRGhYp/0rWXvz\nS1LzOaNvkR8K4JkRa7CZC3KB3TXyrAJWWfIVGIrKy21r4AswBnskCRTplyrg6d/6\nL4PV6Kk7Hzv5lvGmChhidQayTUPVGwSnsbYqQUl/BoXMXwKAqLQ0/0vPl9lIK6E7\n4xy9f8a5Bp3pcMJe4i+UaB73WDOvnaFVeXuj3PL3nSTC/xMAp0s+A9uYsaXsg8dS\ndmry1CaJ98V3YYmOcd8579MoPXrhDwx+l5s3QQIDAQABAoIBAQCSeJXQMyLHMor9\ngKVZFmTheogVaPVxILclrTjUxAsMTl6oDAvCPle7knXL4GNakkOOFOZUw0bG/nxW\nH+gmq7PNVRrJK5bbEUkC2wpVbEHKrP9B1+Qa42t2U0lqPuKZXLZGE8T3dtDW42eR\n9bcGWy/JAqErA925JQWkASUxvEPbr+Wf5lgOuZWeZSqf1Ib5plP/2pQ0lNqeRWP4\nUGq0rDL03XAiO+6Is6kMd9jFWiVy+MrGIACKgvweef4sLJg/mCYbMus5ueCPDyb6\n4vBhNxX0+de1sYmsnLBo5RLZUvq+lXNAAnDrHIM61gv7bFeqSDEDiU+hAyX7c70Z\n7jqG9cpBAoGBAOlTHhCw8W4oClyRgKm7ssVEU5USoQ+gaYBYbf5C7LBqWd1yGslD\n27cHXT8KcBiMHN2aRXv+zg1QsaFc+Rs7L4ESslTDTp8G1CNVXYe3MaqxRSVHz3Am\nBuJ57HGI55/tV8VxRaGeikAH3Q6sFOWTKKEbEi9QZgbJolYunELCsOE9AoGBANoO\npfg5LEID2tdRocAEuo4OeVO3nmTxapHUpkrD6gVrkq5zTU5Cd6jU9X52VmOtooVU\nOMELZ3qvvTC7VPCTJuyMbPQaEd1ZHPIDphg8lALREVWsx7SX7VQwRFdq9TjkGwGq\nkjj3LwtWCxKZIncZtLdtQvGX7XxefM22zbSrjQZVAoGAHwF5nFQ3MSFHBzgatfOI\ndSh4RvYbyxzRCEo4C7LPCz6GxKO2JYrL9s2WuZrkfI6aA2TN2QVqUmCnyj61p8W8\nsVVPt23g08cvh6Z/cFqK0hkOjD63tTqIba4wGoJL7Xe30zgTPb/4tTuWR63cdQmS\nO56CUyFG/Z3r4bH99+0xXi0CgYEAyjCK9H8O6qdoY/7tXH8F/HKvTVEVLcQsbMwg\n5XKDrELy349KPyaijYnpmDliIUr/R2Gwvk80xC3v3x/Uwr2veec7n5wMtJHMpRt9\nBzwkgfgZerea9XlqNoYK2IP0navk3saqjuekV36RBc24h3bueqZ1TE7zhj6Wuqim\nVMA9I4ECgYAdnsKuPoc1eq9w5rtQnfgRxCntW9yPKwOuye9YjhO6VVhuapJQk9c7\nOHAjZsvCdWpRAWGXITTrMurT4ACiDxorudaUx/bRMYZx7WkNbLonG3M3w2fXvdEv\nMGBSZ/TgwJP7CIFlFYvcGMk+oUgH6FrH6rYhLSY0U//eRMyudWkYxw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'deb33f87b7084698bb73d9d96e3d6a6c', 'name': u'vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47', 'created_at': '2018-12-29T03:54:31.087386', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c1bb6334870747b794081312ab0c9036', 'name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f8:17:0c:dc:86:3d:3f:d3:34:f3:d0:9e:57:88:3f:81', 'type': 'ssh', 'id': u'vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47'}) 2018-12-29 03:54:31,087 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxr4haqqY/174WMQUkvEK6vHIU4lq7UUYTw9R/n/XCrbET6/h i+pX3csh5CzFplmraRhMX8s6jCpVoiUtV03iPVFOSReDCQLXYUUJRGhYp/0rWXvz S1LzOaNvkR8K4JkRa7CZC3KB3TXyrAJWWfIVGIrKy21r4AswBnskCRTplyrg6d/6 L4PV6Kk7Hzv5lvGmChhidQayTUPVGwSnsbYqQUl/BoXMXwKAqLQ0/0vPl9lIK6E7 4xy9f8a5Bp3pcMJe4i+UaB73WDOvnaFVeXuj3PL3nSTC/xMAp0s+A9uYsaXsg8dS dmry1CaJ98V3YYmOcd8579MoPXrhDwx+l5s3QQIDAQABAoIBAQCSeJXQMyLHMor9 gKVZFmTheogVaPVxILclrTjUxAsMTl6oDAvCPle7knXL4GNakkOOFOZUw0bG/nxW H+gmq7PNVRrJK5bbEUkC2wpVbEHKrP9B1+Qa42t2U0lqPuKZXLZGE8T3dtDW42eR 9bcGWy/JAqErA925JQWkASUxvEPbr+Wf5lgOuZWeZSqf1Ib5plP/2pQ0lNqeRWP4 UGq0rDL03XAiO+6Is6kMd9jFWiVy+MrGIACKgvweef4sLJg/mCYbMus5ueCPDyb6 4vBhNxX0+de1sYmsnLBo5RLZUvq+lXNAAnDrHIM61gv7bFeqSDEDiU+hAyX7c70Z 7jqG9cpBAoGBAOlTHhCw8W4oClyRgKm7ssVEU5USoQ+gaYBYbf5C7LBqWd1yGslD 27cHXT8KcBiMHN2aRXv+zg1QsaFc+Rs7L4ESslTDTp8G1CNVXYe3MaqxRSVHz3Am BuJ57HGI55/tV8VxRaGeikAH3Q6sFOWTKKEbEi9QZgbJolYunELCsOE9AoGBANoO pfg5LEID2tdRocAEuo4OeVO3nmTxapHUpkrD6gVrkq5zTU5Cd6jU9X52VmOtooVU OMELZ3qvvTC7VPCTJuyMbPQaEd1ZHPIDphg8lALREVWsx7SX7VQwRFdq9TjkGwGq kjj3LwtWCxKZIncZtLdtQvGX7XxefM22zbSrjQZVAoGAHwF5nFQ3MSFHBzgatfOI dSh4RvYbyxzRCEo4C7LPCz6GxKO2JYrL9s2WuZrkfI6aA2TN2QVqUmCnyj61p8W8 sVVPt23g08cvh6Z/cFqK0hkOjD63tTqIba4wGoJL7Xe30zgTPb/4tTuWR63cdQmS O56CUyFG/Z3r4bH99+0xXi0CgYEAyjCK9H8O6qdoY/7tXH8F/HKvTVEVLcQsbMwg 5XKDrELy349KPyaijYnpmDliIUr/R2Gwvk80xC3v3x/Uwr2veec7n5wMtJHMpRt9 BzwkgfgZerea9XlqNoYK2IP0navk3saqjuekV36RBc24h3bueqZ1TE7zhj6Wuqim VMA9I4ECgYAdnsKuPoc1eq9w5rtQnfgRxCntW9yPKwOuye9YjhO6VVhuapJQk9c7 OHAjZsvCdWpRAWGXITTrMurT4ACiDxorudaUx/bRMYZx7WkNbLonG3M3w2fXvdEv MGBSZ/TgwJP7CIFlFYvcGMk+oUgH6FrH6rYhLSY0U//eRMyudWkYxw== -----END RSA PRIVATE KEY----- 2018-12-29 03:54:31,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-12-29 03:54:31,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"security_group": {"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-12-29 03:54:31,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-105026ba-8056-4d85-9efb-1e332e964437 Date: Sat, 29 Dec 2018 03:54:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:31Z", "updated_at": "2018-12-29T03:54:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "352a51b1-ae6d-4978-85db-5d77a275bc06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "b817eedf-a609-435e-b2c4-c6cf2ed62f73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 2, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:54:31,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-105026ba-8056-4d85-9efb-1e332e964437 2018-12-29 03:54:31,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.399775028229s 2018-12-29 03:54:31,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-105026ba-8056-4d85-9efb-1e332e964437 2018-12-29 03:54:31,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:54:31,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:31,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-57b504cd-a30e-4296-8e37-7cc0827837d5 Date: Sat, 29 Dec 2018 03:54:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:23Z", "updated_at": "2018-12-29T03:54:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "3f0f0350-3c52-4ac4-b475-901ec75e0e78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "837b93ea-a331-4502-991b-8e02907137d4", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "9c8815ef-1907-4ade-87c2-4d19892d0e59", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "f98cd32f-bbb2-44fc-882c-ba4ea1274329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:31Z", "updated_at": "2018-12-29T03:54:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "352a51b1-ae6d-4978-85db-5d77a275bc06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "b817eedf-a609-435e-b2c4-c6cf2ed62f73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 2, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:31,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-57b504cd-a30e-4296-8e37-7cc0827837d5 2018-12-29 03:54:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188008069992s 2018-12-29 03:54:31,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-57b504cd-a30e-4296-8e37-7cc0827837d5 2018-12-29 03:54:31,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-29 03:54:31,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -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": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}}' 2018-12-29 03:54:31,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f68284d9-5730-44f0-9f57-a0378c05725c Date: Sat, 29 Dec 2018 03:54:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "port_range_min": 22, "revision_number": 0, "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:31Z", "project_id": "c1bb6334870747b794081312ab0c9036", "id": "717e50c6-7308-4b8a-b451-72f17076531f"}} 2018-12-29 03:54:31,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f68284d9-5730-44f0-9f57-a0378c05725c 2018-12-29 03:54:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.311661958694s 2018-12-29 03:54:31,999 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f68284d9-5730-44f0-9f57-a0378c05725c 2018-12-29 03:54:32,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:54:32,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:32,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-1bfd67fe-d4b4-442d-bb03-7bde53cdce82 Date: Sat, 29 Dec 2018 03:54:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:23Z", "updated_at": "2018-12-29T03:54:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "3f0f0350-3c52-4ac4-b475-901ec75e0e78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "837b93ea-a331-4502-991b-8e02907137d4", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "9c8815ef-1907-4ade-87c2-4d19892d0e59", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "f98cd32f-bbb2-44fc-882c-ba4ea1274329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:31Z", "updated_at": "2018-12-29T03:54:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "352a51b1-ae6d-4978-85db-5d77a275bc06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "717e50c6-7308-4b8a-b451-72f17076531f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "b817eedf-a609-435e-b2c4-c6cf2ed62f73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 3, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:32,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1bfd67fe-d4b4-442d-bb03-7bde53cdce82 2018-12-29 03:54:32,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.206418037415s 2018-12-29 03:54:32,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1bfd67fe-d4b4-442d-bb03-7bde53cdce82 2018-12-29 03:54:32,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-12-29 03:54:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -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": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}}' 2018-12-29 03:54:32,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f3332687-3c0d-4617-8c01-314b8c1091c4 Date: Sat, 29 Dec 2018 03:54:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:54:32Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "port_range_min": null, "revision_number": 0, "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:32Z", "project_id": "c1bb6334870747b794081312ab0c9036", "id": "f99f8a5d-379f-4839-8759-522e030f15e7"}} 2018-12-29 03:54:32,520 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f3332687-3c0d-4617-8c01-314b8c1091c4 2018-12-29 03:54:32,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.306806087494s 2018-12-29 03:54:32,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-f3332687-3c0d-4617-8c01-314b8c1091c4 2018-12-29 03:54:32,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:32,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0f21a0d9-97a4-493a-ae47-c1a690f6a4d7 Date: Sat, 29 Dec 2018 03:54:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f173de61-b944-4624-85a4-a297e99b9567"],"updated_at":"2018-12-29T03:54:24Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:32,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0f21a0d9-97a4-493a-ae47-c1a690f6a4d7 2018-12-29 03:54:32,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257427930832s 2018-12-29 03:54:32,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0f21a0d9-97a4-493a-ae47-c1a690f6a4d7 2018-12-29 03:54:32,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:54:32,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:32,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f1a8f794-8a8c-4347-a2f8-4da6c1addb52 Date: Sat, 29 Dec 2018 03:54:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "metadata": {}}], "file": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file", "owner": "c1bb6334870747b794081312ab0c9036", "id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "size": 12716032, "self": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:54:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:54:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:54:32,963 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f1a8f794-8a8c-4347-a2f8-4da6c1addb52 2018-12-29 03:54:32,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181878089905s 2018-12-29 03:54:32,963 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f1a8f794-8a8c-4347-a2f8-4da6c1addb52 2018-12-29 03:54:32,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 03:54:32,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:32,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-7d924fc6-c283-4346-9435-02fa111724e7 x-compute-request-id: req-7d924fc6-c283-4346-9435-02fa111724e7 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "name": "vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 03:54:32,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7d924fc6-c283-4346-9435-02fa111724e7 2018-12-29 03:54:32,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331909656525s 2018-12-29 03:54:32,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7d924fc6-c283-4346-9435-02fa111724e7 2018-12-29 03:54:33,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-29 03:54:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"server": {"name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "imageRef": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "flavorRef": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6"}], "security_groups": [{"name": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}]}}' 2018-12-29 03:54:34,886 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:54: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-3517183e-21c8-4de2-8059-54c4b82e6e2f x-compute-request-id: req-3517183e-21c8-4de2-8059-54c4b82e6e2f Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}], "OS-DCF:diskConfig": "MANUAL", "id": "15388e14-4134-47c4-9c24-04373fecf058", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "adminPass": "duANY5sHrVf3"}} 2018-12-29 03:54:34,887 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3517183e-21c8-4de2-8059-54c4b82e6e2f 2018-12-29 03:54:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.88656783104s 2018-12-29 03:54:34,887 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3517183e-21c8-4de2-8059-54c4b82e6e2f 2018-12-29 03:54:34,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:34,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:35,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a050f916-06fc-4f0f-a6ed-86cf558edc8c x-compute-request-id: req-a050f916-06fc-4f0f-a6ed-86cf558edc8c 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.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "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-12-29T03:54:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:35,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a050f916-06fc-4f0f-a6ed-86cf558edc8c 2018-12-29 03:54:35,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.263698816299s 2018-12-29 03:54:35,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a050f916-06fc-4f0f-a6ed-86cf558edc8c 2018-12-29 03:54:35,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:35,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:35,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-fd3a4cea-4e7d-444e-90ad-56260e4809f9 Date: Sat, 29 Dec 2018 03:54:35 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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f173de61-b944-4624-85a4-a297e99b9567"],"updated_at":"2018-12-29T03:54:24Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:35,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fd3a4cea-4e7d-444e-90ad-56260e4809f9 2018-12-29 03:54:35,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279238939285s 2018-12-29 03:54:35,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fd3a4cea-4e7d-444e-90ad-56260e4809f9 2018-12-29 03:54:35,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-29 03:54:35,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:35,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-db333039-171b-47f3-9fd2-8e775d72d70c Date: Sat, 29 Dec 2018 03:54:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:54:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c1bb6334870747b794081312ab0c9036","id":"f173de61-b944-4624-85a4-a297e99b9567","subnetpool_id":null,"name":"vping_ssh-subnet_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:35,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db333039-171b-47f3-9fd2-8e775d72d70c 2018-12-29 03:54:35,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0512449741364s 2018-12-29 03:54:35,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db333039-171b-47f3-9fd2-8e775d72d70c 2018-12-29 03:54:35,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:37,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:37,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:38,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-1cf2db5b-874d-497f-a14b-2a9768d23bef x-compute-request-id: req-1cf2db5b-874d-497f-a14b-2a9768d23bef Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:54:35Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:38,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1cf2db5b-874d-497f-a14b-2a9768d23bef 2018-12-29 03:54:38,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656327009201s 2018-12-29 03:54:38,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1cf2db5b-874d-497f-a14b-2a9768d23bef 2018-12-29 03:54:38,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:40,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:40,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-1ec4a073-ed80-4b36-bb19-427a33ce3d95 x-compute-request-id: req-1ec4a073-ed80-4b36-bb19-427a33ce3d95 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:54:35Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:40,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1ec4a073-ed80-4b36-bb19-427a33ce3d95 2018-12-29 03:54:40,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759160995483s 2018-12-29 03:54:40,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1ec4a073-ed80-4b36-bb19-427a33ce3d95 2018-12-29 03:54:40,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:42,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:43,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f09f4d1-2335-4584-ae0b-8301c95f359b x-compute-request-id: req-4f09f4d1-2335-4584-ae0b-8301c95f359b Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:40Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:43,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4f09f4d1-2335-4584-ae0b-8301c95f359b 2018-12-29 03:54:43,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653367996216s 2018-12-29 03:54:43,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4f09f4d1-2335-4584-ae0b-8301c95f359b 2018-12-29 03:54:43,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-29 03:54:43,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=15388e14-4134-47c4-9c24-04373fecf058" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:43,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a9740581-1a55-4056-a1a5-c235ffa8baf3 Date: Sat, 29 Dec 2018 03:54:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:36Z","admin_state_up":true,"updated_at":"2018-12-29T03:54:37Z","binding:vnic_type":"normal","device_id":"15388e14-4134-47c4-9c24-04373fecf058","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:40:ab:37","id":"e2e05ee7-a127-49ef-b4ac-a6ac59eb9e5f","port_security_enabled":true,"project_id":"c1bb6334870747b794081312ab0c9036","fixed_ips":[{"subnet_id":"f173de61-b944-4624-85a4-a297e99b9567","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["ea5b5fbe-12fc-437e-9d18-c93026297b5f"],"name":""}]} 2018-12-29 03:54:43,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=15388e14-4134-47c4-9c24-04373fecf058 used request id req-a9740581-1a55-4056-a1a5-c235ffa8baf3 2018-12-29 03:54:43,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.217611074448s 2018-12-29 03:54:43,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=15388e14-4134-47c4-9c24-04373fecf058 used request id req-a9740581-1a55-4056-a1a5-c235ffa8baf3 2018-12-29 03:54:43,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-29 03:54:43,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e2e05ee7-a127-49ef-b4ac-a6ac59eb9e5f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:43,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-16992f3b-a899-4735-8014-bb124f466165 Date: Sat, 29 Dec 2018 03:54:43 GMT RESP BODY: {"floatingips": []} 2018-12-29 03:54:43,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e2e05ee7-a127-49ef-b4ac-a6ac59eb9e5f used request id req-16992f3b-a899-4735-8014-bb124f466165 2018-12-29 03:54:43,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0181329250336s 2018-12-29 03:54:43,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e2e05ee7-a127-49ef-b4ac-a6ac59eb9e5f used request id req-16992f3b-a899-4735-8014-bb124f466165 2018-12-29 03:54:43,823 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:40:ab:37', 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'b8d36300-6f35-4023-a4d4-d56a01c6e9c0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-29T03:54:40.000000', 'flavor': Munch({u'id': u'e36c8152-9eb1-4c39-8985-acb96a344d1c'}), 'az': u'nova', 'id': u'15388e14-4134-47c4-9c24-04373fecf058', 'security_groups': [Munch({u'name': u'vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'deb33f87b7084698bb73d9d96e3d6a6c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c1bb6334870747b794081312ab0c9036', 'name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', '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-12-29T03:54:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-29T03:54:40Z', 'hostId': u'bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0', '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-12-29T03:54:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c1bb6334870747b794081312ab0c9036', 'name': u'vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47', 'adminPass': u'duANY5sHrVf3', 'tenant_id': u'c1bb6334870747b794081312ab0c9036', 'region': 'regionOne', 'created': u'2018-12-29T03:54:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-29 03:54:43,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:43,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:43,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8accc17b-8a45-4d25-8ccc-10d94b8fa294 Date: Sat, 29 Dec 2018 03:54:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f173de61-b944-4624-85a4-a297e99b9567"],"updated_at":"2018-12-29T03:54:24Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:43,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8accc17b-8a45-4d25-8ccc-10d94b8fa294 2018-12-29 03:54:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113956928253s 2018-12-29 03:54:43,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8accc17b-8a45-4d25-8ccc-10d94b8fa294 2018-12-29 03:54:43,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:54:43,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:44,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-589f486e-2359-4889-8f66-736671f8a41e Date: Sat, 29 Dec 2018 03:54:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "metadata": {}}], "file": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file", "owner": "c1bb6334870747b794081312ab0c9036", "id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "size": 12716032, "self": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:54:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:54:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:54:44,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-589f486e-2359-4889-8f66-736671f8a41e 2018-12-29 03:54:44,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177351951599s 2018-12-29 03:54:44,117 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-589f486e-2359-4889-8f66-736671f8a41e 2018-12-29 03:54:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 03:54:44,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:44,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-69295d91-e4b4-4a43-934e-4d02f9140732 x-compute-request-id: req-69295d91-e4b4-4a43-934e-4d02f9140732 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "name": "vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 03:54:44,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-69295d91-e4b4-4a43-934e-4d02f9140732 2018-12-29 03:54:44,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317659378052s 2018-12-29 03:54:44,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-69295d91-e4b4-4a43-934e-4d02f9140732 2018-12-29 03:54:44,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-29 03:54:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"server": {"name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "imageRef": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "flavorRef": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6"}], "security_groups": [{"name": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}]}}' 2018-12-29 03:54:46,389 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:54: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-c136181a-30df-4610-80b4-77732b6dbca4 x-compute-request-id: req-c136181a-30df-4610-80b4-77732b6dbca4 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ea5b5fbe-12fc-437e-9d18-c93026297b5f"}], "OS-DCF:diskConfig": "MANUAL", "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "adminPass": "Kt2vhxsFBucV"}} 2018-12-29 03:54:46,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c136181a-30df-4610-80b4-77732b6dbca4 2018-12-29 03:54:46,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.23718905449s 2018-12-29 03:54:46,390 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c136181a-30df-4610-80b4-77732b6dbca4 2018-12-29 03:54:46,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:46,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:46,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28176227-6db0-4b29-85c0-e516b7837eea x-compute-request-id: req-28176227-6db0-4b29-85c0-e516b7837eea Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "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-12-29T03:54:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:40Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:46,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-28176227-6db0-4b29-85c0-e516b7837eea 2018-12-29 03:54:46,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491776943207s 2018-12-29 03:54:46,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-28176227-6db0-4b29-85c0-e516b7837eea 2018-12-29 03:54:46,887 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:48,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:48,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:49,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-0fc13331-6614-43bd-9d5f-a7569ee73498 x-compute-request-id: req-0fc13331-6614-43bd-9d5f-a7569ee73498 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:54:48Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:40Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:49,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0fc13331-6614-43bd-9d5f-a7569ee73498 2018-12-29 03:54:49,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677731990814s 2018-12-29 03:54:49,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0fc13331-6614-43bd-9d5f-a7569ee73498 2018-12-29 03:54:49,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:51,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:51,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:52,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-4abede15-6855-4048-8ece-aa1487eda3d6 x-compute-request-id: req-4abede15-6855-4048-8ece-aa1487eda3d6 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:54:48Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:40Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:52,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4abede15-6855-4048-8ece-aa1487eda3d6 2018-12-29 03:54:52,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498973846436s 2018-12-29 03:54:52,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4abede15-6855-4048-8ece-aa1487eda3d6 2018-12-29 03:54:52,079 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:54:54,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:54:54,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:54,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-930eb399-4e41-4a13-8487-1b5356d88f12 x-compute-request-id: req-930eb399-4e41-4a13-8487-1b5356d88f12 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:51.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:52Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:40Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:54:54,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-930eb399-4e41-4a13-8487-1b5356d88f12 2018-12-29 03:54:54,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54819893837s 2018-12-29 03:54:54,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-930eb399-4e41-4a13-8487-1b5356d88f12 2018-12-29 03:54:54,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-29 03:54:54,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:54,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-41c78165-d77e-4b8b-9fdd-7ee0cfc3c9df Date: Sat, 29 Dec 2018 03:54:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:48Z","admin_state_up":true,"updated_at":"2018-12-29T03:54:50Z","binding:vnic_type":"normal","device_id":"a33cadc5-b950-44b5-85a2-d2ba60376486","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:54:74:d8","id":"cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf","port_security_enabled":true,"project_id":"c1bb6334870747b794081312ab0c9036","fixed_ips":[{"subnet_id":"f173de61-b944-4624-85a4-a297e99b9567","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["ea5b5fbe-12fc-437e-9d18-c93026297b5f"],"name":""}]} 2018-12-29 03:54:54,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-41c78165-d77e-4b8b-9fdd-7ee0cfc3c9df 2018-12-29 03:54:54,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0538239479065s 2018-12-29 03:54:54,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-41c78165-d77e-4b8b-9fdd-7ee0cfc3c9df 2018-12-29 03:54:54,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-29 03:54:54,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:54,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8d83468c-0147-48dc-956b-f13a07893794 Date: Sat, 29 Dec 2018 03:54:54 GMT RESP BODY: {"floatingips": []} 2018-12-29 03:54:54,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf used request id req-8d83468c-0147-48dc-956b-f13a07893794 2018-12-29 03:54:54,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176539421082s 2018-12-29 03:54:54,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf used request id req-8d83468c-0147-48dc-956b-f13a07893794 2018-12-29 03:54:54,714 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:54:74:d8', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b8d36300-6f35-4023-a4d4-d56a01c6e9c0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-29T03:54:51.000000', 'flavor': Munch({u'id': u'e36c8152-9eb1-4c39-8985-acb96a344d1c'}), 'az': u'nova', 'id': u'a33cadc5-b950-44b5-85a2-d2ba60376486', 'security_groups': [Munch({u'name': u'vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'deb33f87b7084698bb73d9d96e3d6a6c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c1bb6334870747b794081312ab0c9036', 'name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', '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-12-29T03:54:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-29T03:54:52Z', 'hostId': u'a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade', '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-12-29T03:54:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c1bb6334870747b794081312ab0c9036', 'name': u'vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47', 'adminPass': u'Kt2vhxsFBucV', 'tenant_id': u'c1bb6334870747b794081312ab0c9036', 'region': 'regionOne', 'created': u'2018-12-29T03:54:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-29 03:54:54,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:54:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:54,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-22ec2269-68fc-4eb4-ab72-5794e142bba2 Date: Sat, 29 Dec 2018 03:54:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f173de61-b944-4624-85a4-a297e99b9567"],"updated_at":"2018-12-29T03:54:24Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:54:54,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-22ec2269-68fc-4eb4-ab72-5794e142bba2 2018-12-29 03:54:54,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115473031998s 2018-12-29 03:54:54,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-22ec2269-68fc-4eb4-ab72-5794e142bba2 2018-12-29 03:54:54,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-29 03:54:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:55,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-47fa1e52-2e8c-477b-a082-5d4e783f5541 Date: Sat, 29 Dec 2018 03:54:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:48Z","admin_state_up":true,"updated_at":"2018-12-29T03:54:50Z","binding:vnic_type":"normal","device_id":"a33cadc5-b950-44b5-85a2-d2ba60376486","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:54:74:d8","id":"cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf","port_security_enabled":true,"project_id":"c1bb6334870747b794081312ab0c9036","fixed_ips":[{"subnet_id":"f173de61-b944-4624-85a4-a297e99b9567","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["ea5b5fbe-12fc-437e-9d18-c93026297b5f"],"name":""}]} 2018-12-29 03:54:55,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-47fa1e52-2e8c-477b-a082-5d4e783f5541 2018-12-29 03:54:55,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.196417093277s 2018-12-29 03:54:55,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-47fa1e52-2e8c-477b-a082-5d4e783f5541 2018-12-29 03:54:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-12-29 03:54:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"floatingip": {"floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": "192.168.120.13", "port_id": "cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf"}}' 2018-12-29 03:54:56,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1c65b05e-4226-482d-bf96-29f1dce59e16 Date: Sat, 29 Dec 2018 03:54:56 GMT RESP BODY: {"floatingip": {"router_id": "772cffba-d5f3-4873-b869-aaea51cf347b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-12-29T03:54:55Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf", "id": "4970d609-1d73-4fe3-b95a-a3b85f66c25a", "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:55Z", "project_id": "c1bb6334870747b794081312ab0c9036"}} 2018-12-29 03:54:56,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-1c65b05e-4226-482d-bf96-29f1dce59e16 2018-12-29 03:54:56,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.90747404099s 2018-12-29 03:54:56,939 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-1c65b05e-4226-482d-bf96-29f1dce59e16 2018-12-29 03:54:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-29 03:54:56,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:54:57,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-579ca528-22ae-4ead-b328-0925717296ca Date: Sat, 29 Dec 2018 03:54:57 GMT RESP BODY: {"floatingips": [{"router_id": "772cffba-d5f3-4873-b869-aaea51cf347b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-12-29T03:54:55Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf", "id": "4970d609-1d73-4fe3-b95a-a3b85f66c25a", "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:55Z", "project_id": "c1bb6334870747b794081312ab0c9036"}]} 2018-12-29 03:54:57,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-579ca528-22ae-4ead-b328-0925717296ca 2018-12-29 03:54:57,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.180377006531s 2018-12-29 03:54:57,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-579ca528-22ae-4ead-b328-0925717296ca 2018-12-29 03:54:57,132 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'772cffba-d5f3-4873-b869-aaea51cf347b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c1bb6334870747b794081312ab0c9036', 'created_at': u'2018-12-29T03:54:55Z', 'attached': True, 'updated_at': u'2018-12-29T03:54:55Z', 'id': u'4970d609-1d73-4fe3-b95a-a3b85f66c25a', 'floating_network_id': u'172d8bf1-dcb3-48a2-9142-54f150cc212d', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c1bb6334870747b794081312ab0c9036', 'name': 'vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'772cffba-d5f3-4873-b869-aaea51cf347b', 'project_id': u'c1bb6334870747b794081312ab0c9036', 'port_id': u'cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf', 'port': u'cbf48ec4-8efa-4c8b-b0c7-cc4fd933bcdf', 'network': u'172d8bf1-dcb3-48a2-9142-54f150cc212d'}) 2018-12-29 03:54:57,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:54:57,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:54:58,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:54: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-3a0f3863-70cc-494e-861b-9604a6e0f965 x-compute-request-id: req-3a0f3863-70cc-494e-861b-9604a6e0f965 Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:54:58,204 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-3a0f3863-70cc-494e-861b-9604a6e0f965 2018-12-29 03:54:58,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07125997543s 2018-12-29 03:54:58,205 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-3a0f3863-70cc-494e-861b-9604a6e0f965 2018-12-29 03:54:58,206 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:54:59,208 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-12-29 03:55:08,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:55:08,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:55:09,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:55: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-63a9bf97-49c0-4618-9b9d-31f316f6a1f7 x-compute-request-id: req-63a9bf97-49c0-4618-9b9d-31f316f6a1f7 Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:55:09,309 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-63a9bf97-49c0-4618-9b9d-31f316f6a1f7 2018-12-29 03:55:09,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09072709084s 2018-12-29 03:55:09,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-63a9bf97-49c0-4618-9b9d-31f316f6a1f7 2018-12-29 03:55:09,310 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:55:10,312 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.210: timed out 2018-12-29 03:55:19,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:55:19,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:55:20,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-2d5d2892-9534-44cb-ae29-98c4f961be67 x-compute-request-id: req-2d5d2892-9534-44cb-ae29-98c4f961be67 Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:55:20,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-2d5d2892-9534-44cb-ae29-98c4f961be67 2018-12-29 03:55:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1197988987s 2018-12-29 03:55:20,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-2d5d2892-9534-44cb-ae29-98c4f961be67 2018-12-29 03:55:20,443 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:55:21,445 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.210: timed out 2018-12-29 03:55:30,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:55:30,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:55:31,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:55: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-0a10d8e5-69ab-423b-83c1-7c9c941f06de x-compute-request-id: req-0a10d8e5-69ab-423b-83c1-7c9c941f06de Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:55:31,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-0a10d8e5-69ab-423b-83c1-7c9c941f06de 2018-12-29 03:55:31,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12300682068s 2018-12-29 03:55:31,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-0a10d8e5-69ab-423b-83c1-7c9c941f06de 2018-12-29 03:55:31,579 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:55:32,582 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.210: timed out 2018-12-29 03:55:41,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:55:41,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:55:42,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:55: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-fc71aa4b-1bb5-4f93-ac94-4b298dcacf04 x-compute-request-id: req-fc71aa4b-1bb5-4f93-ac94-4b298dcacf04 Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:55:42,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-fc71aa4b-1bb5-4f93-ac94-4b298dcacf04 2018-12-29 03:55:42,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07889103889s 2018-12-29 03:55:42,671 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-fc71aa4b-1bb5-4f93-ac94-4b298dcacf04 2018-12-29 03:55:42,672 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:55:43,674 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.210: timed out 2018-12-29 03:55:52,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:55:52,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:55:53,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:55: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-f211dcde-3a36-4f6f-88b6-f2d290a697bb x-compute-request-id: req-f211dcde-3a36-4f6f-88b6-f2d290a697bb Content-Encoding: gzip Content-Length: 7693 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529784258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134441] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138058] Security Framework initialized\n[ 0.138869] Yama: becoming mindful.\n[ 0.139612] AppArmor: AppArmor initialized\n[ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145849] Initializing cgroup subsys io\n[ 0.146664] Initializing cgroup subsys memory\n[ 0.147522] Initializing cgroup subsys devices\n[ 0.148416] Initializing cgroup subsys freezer\n[ 0.149284] Initializing cgroup subsys net_cls\n[ 0.150150] Initializing cgroup subsys perf_event\n[ 0.151056] Initializing cgroup subsys net_prio\n[ 0.151976] Initializing cgroup subsys hugetlb\n[ 0.152865] Initializing cgroup subsys pids\n[ 0.153776] CPU: Physical Processor ID: 0\n[ 0.155329] mce: CPU supports 10 MCE banks\n[ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174326] ftrace: allocating 31920 entries in 125 pages\n[ 0.200531] smpboot: Max logical packages: 1\n[ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202841] x2apic enabled\n[ 0.203681] Switched APIC routing to physical x2apic.\n[ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210500] KVM setup paravirtual spinlock\n[ 0.211817] x86: Booted up 1 node, 1 CPUs\n[ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214068] devtmpfs: initialized\n[ 0.215824] evm: security.selinux\n[ 0.216545] evm: security.SMACK64\n[ 0.217249] evm: security.SMACK64EXEC\n[ 0.218057] evm: security.SMACK64TRANSMUTE\n[ 0.218999] evm: security.SMACK64MMAP\n[ 0.219868] evm: security.ima\n[ 0.220610] evm: security.capability\n[ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223710] pinctrl core: initialized pinctrl subsystem\n[ 0.225306] RTC time: 3:54:51, date: 12/29/18\n[ 0.226751] NET: Registered protocol family 16\n[ 0.228202] cpuidle: using governor ladder\n[ 0.229449] cpuidle: using governor menu\n[ 0.230634] PCCT header not found.\n[ 0.231743] ACPI: bus type PCI registered\n[ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234887] PCI: Using configuration type 1 for base access\n[ 0.237277] ACPI: Added _OSI(Module Device)\n[ 0.238560] ACPI: Added _OSI(Processor Device)\n[ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244014] ACPI: Interpreter enabled\n[ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256415] ACPI: (supports S0 S5)\n[ 0.257454] ACPI: Using IOAPIC for interrupt routing\n[ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270749] acpiphp: Slot [3] registered\n[ 0.271748] acpiphp: Slot [4] registered\n[ 0.272748] acpiphp: Slot [5] registered\n[ 0.273738] acpiphp: Slot [6] registered\n[ 0.274726] acpiphp: Slot [7] registered\n[ 0.275713] acpiphp: Slot [8] registered\n[ 0.276711] acpiphp: Slot [9] registered\n[ 0.277707] acpiphp: Slot [10] registered\n[ 0.278708] acpiphp: Slot [11] registered\n[ 0.279713] acpiphp: Slot [12] registered\n[ 0.280723] acpiphp: Slot [13] registered\n[ 0.281762] acpiphp: Slot [14] registered\n[ 0.282770] acpiphp: Slot [15] registered\n[ 0.293769] acpiphp: Slot [16] registered\n[ 0.294795] acpiphp: Slot [17] registered\n[ 0.295807] acpiphp: Slot [18] registered\n[ 0.296819] acpiphp: Slot [19] registered\n[ 0.297837] acpiphp: Slot [20] registered\n[ 0.298850] acpiphp: Slot [21] registered\n[ 0.299834] acpiphp: Slot [22] registered\n[ 0.300844] acpiphp: Slot [23] registered\n[ 0.301864] acpiphp: Slot [24] registered\n[ 0.302847] acpiphp: Slot [25] registered\n[ 0.303848] acpiphp: Slot [26] registered\n[ 0.304848] acpiphp: Slot [27] registered\n[ 0.305867] acpiphp: Slot [28] registered\n[ 0.306882] acpiphp: Slot [29] registered\n[ 0.307865] acpiphp: Slot [30] registered\n[ 0.308846] acpiphp: Slot [31] registered\n[ 0.309827] PCI host bridge to bus 0000:00\n[ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396561] vgaarb: loaded\n[ 0.397291] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398693] SCSI subsystem initialized\n[ 0.399699] ACPI: bus type USB registered\n[ 0.400723] usbcore: registered new interface driver usbfs\n[ 0.402014] usbcore: registered new interface driver hub\n[ 0.403241] usbcore: registered new device driver usb\n[ 0.404510] PCI: Using ACPI for IRQ routing\n[ 0.405704] NetLabel: Initializing\n[ 0.406564] NetLabel: domain hash size = 128\n[ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408750] NetLabel: unlabeled traffic allowed by default\n[ 0.410077] clocksource: Switched to clocksource kvm-clock\n[ 0.416209] AppArmor: AppArmor Filesystem Enabled\n[ 0.417589] pnp: PnP ACPI init\n[ 0.418780] pnp: PnP ACPI: found 5 devices\n[ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.427993] NET: Registered protocol family 2\n[ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432982] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438039] NET: Registered protocol family 1\n[ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471948] Trying to unpack rootfs image as initramfs...\n[ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536922] Scanning for low memory corruption every 60 seconds\n[ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539417] audit: initializing netlink subsys (disabled)\n[ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized\n[ 0.541702] Initialise system trusted keyring\n[ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.545688] zbud: loaded\n[ 0.546393] VFS: Disk quotas dquot_6.6.0\n[ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548684] fuse init (API version 7.23)\n[ 0.549554] Key type big_key registered\n[ 0.550350] Allocating IMA MOK and blacklist keyrings.\n[ 0.551810] Key type asymmetric registered\n[ 0.552620] Asymmetric key parser 'x509' registered\n[ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554983] io scheduler noop registered\n[ 0.555762] io scheduler deadline registered (default)\n[ 0.556726] io scheduler cfq registered\n[ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.561230] ACPI: Power Button [PWRF]\n[ 0.562044] GHES: HEST is not enabled!\n[ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639497] Linux agpgart interface v0.103\n[ 0.642049] brd: module loaded\n[ 0.643313] loop: module loaded\n[ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.649007] GPT:90111 != 2097151\n[ 0.649676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650739] GPT:90111 != 2097151\n[ 0.651393] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652322] vda: vda1 vda15\n[ 0.653977] scsi host0: ata_piix\n[ 0.654711] scsi host1: ata_piix\n[ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658017] libphy: Fixed MDIO Bus: probed\n[ 0.658830] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659749] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661848] PPP generic driver version 2.4.2\n[ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663971] ehci-pci: EHCI PCI platform driver\n[ 0.664816] ehci-platform: EHCI generic platform driver\n[ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666860] ohci-pci: OHCI PCI platform driver\n[ 0.667703] ohci-platform: OHCI generic platform driver\n[ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692038] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692965] hub 1-0:1.0: USB hub found\n[ 0.693720] hub 1-0:1.0: 2 ports detected\n[ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698611] mousedev: PS/2 mouse device common for all mice\n[ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704978] i2c /dev entries driver\n[ 0.705719] device-mapper: uevent: version 1.0.3\n[ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709456] NET: Registered protocol family 10\n[ 0.710423] NET: Registered protocol family 17\n[ 0.711282] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714944] registered taskstats version 1\n[ 0.715747] Loading compiled-in X.509 certificates\n[ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718939] zswap: loaded using pool lzo/zbud\n[ 0.720763] Key type trusted registered\n[ 0.722302] Key type encrypted registered\n[ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724093] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725095] evm: HMAC attrs: 0x1\n[ 0.725996] Magic number: 14:423:918\n[ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692)\n[ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729466] EDD information not available.\n[ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816664] Write protecting the kernel read-only data: 14336k\n[ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830194] 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.873604] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-12-29 03:55:53,804 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-f211dcde-3a36-4f6f-88b6-f2d290a697bb 2018-12-29 03:55:53,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11966896057s 2018-12-29 03:55:53,805 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486/action used request id req-f211dcde-3a36-4f6f-88b6-f2d290a697bb 2018-12-29 03:55:53,805 - 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 529784258 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134441] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136724] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138058] Security Framework initialized [ 0.138869] Yama: becoming mindful. [ 0.139612] AppArmor: AppArmor initialized [ 0.140498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143187] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144437] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145849] Initializing cgroup subsys io [ 0.146664] Initializing cgroup subsys memory [ 0.147522] Initializing cgroup subsys devices [ 0.148416] Initializing cgroup subsys freezer [ 0.149284] Initializing cgroup subsys net_cls [ 0.150150] Initializing cgroup subsys perf_event [ 0.151056] Initializing cgroup subsys net_prio [ 0.151976] Initializing cgroup subsys hugetlb [ 0.152865] Initializing cgroup subsys pids [ 0.153776] CPU: Physical Processor ID: 0 [ 0.155329] mce: CPU supports 10 MCE banks [ 0.156208] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157229] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167904] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174326] ftrace: allocating 31920 entries in 125 pages [ 0.200531] smpboot: Max logical packages: 1 [ 0.201430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202841] x2apic enabled [ 0.203681] Switched APIC routing to physical x2apic. [ 0.205489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210500] KVM setup paravirtual spinlock [ 0.211817] x86: Booted up 1 node, 1 CPUs [ 0.212645] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214068] devtmpfs: initialized [ 0.215824] evm: security.selinux [ 0.216545] evm: security.SMACK64 [ 0.217249] evm: security.SMACK64EXEC [ 0.218057] evm: security.SMACK64TRANSMUTE [ 0.218999] evm: security.SMACK64MMAP [ 0.219868] evm: security.ima [ 0.220610] evm: security.capability [ 0.221529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223710] pinctrl core: initialized pinctrl subsystem [ 0.225306] RTC time: 3:54:51, date: 12/29/18 [ 0.226751] NET: Registered protocol family 16 [ 0.228202] cpuidle: using governor ladder [ 0.229449] cpuidle: using governor menu [ 0.230634] PCCT header not found. [ 0.231743] ACPI: bus type PCI registered [ 0.232964] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234887] PCI: Using configuration type 1 for base access [ 0.237277] ACPI: Added _OSI(Module Device) [ 0.238560] ACPI: Added _OSI(Processor Device) [ 0.239889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244014] ACPI: Interpreter enabled [ 0.245157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256415] ACPI: (supports S0 S5) [ 0.257454] ACPI: Using IOAPIC for interrupt routing [ 0.258930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267952] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271748] acpiphp: Slot [4] registered [ 0.272748] acpiphp: Slot [5] registered [ 0.273738] acpiphp: Slot [6] registered [ 0.274726] acpiphp: Slot [7] registered [ 0.275713] acpiphp: Slot [8] registered [ 0.276711] acpiphp: Slot [9] registered [ 0.277707] acpiphp: Slot [10] registered [ 0.278708] acpiphp: Slot [11] registered [ 0.279713] acpiphp: Slot [12] registered [ 0.280723] acpiphp: Slot [13] registered [ 0.281762] acpiphp: Slot [14] registered [ 0.282770] acpiphp: Slot [15] registered [ 0.293769] acpiphp: Slot [16] registered [ 0.294795] acpiphp: Slot [17] registered [ 0.295807] acpiphp: Slot [18] registered [ 0.296819] acpiphp: Slot [19] registered [ 0.297837] acpiphp: Slot [20] registered [ 0.298850] acpiphp: Slot [21] registered [ 0.299834] acpiphp: Slot [22] registered [ 0.300844] acpiphp: Slot [23] registered [ 0.301864] acpiphp: Slot [24] registered [ 0.302847] acpiphp: Slot [25] registered [ 0.303848] acpiphp: Slot [26] registered [ 0.304848] acpiphp: Slot [27] registered [ 0.305867] acpiphp: Slot [28] registered [ 0.306882] acpiphp: Slot [29] registered [ 0.307865] acpiphp: Slot [30] registered [ 0.308846] acpiphp: Slot [31] registered [ 0.309827] PCI host bridge to bus 0000:00 [ 0.310817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323780] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325389] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326839] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328409] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335064] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.336854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.385058] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386762] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.388448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.390122] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.393303] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.394626] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.396561] vgaarb: loaded [ 0.397291] vgaarb: bridge control possible 0000:00:02.0 [ 0.398693] SCSI subsystem initialized [ 0.399699] ACPI: bus type USB registered [ 0.400723] usbcore: registered new interface driver usbfs [ 0.402014] usbcore: registered new interface driver hub [ 0.403241] usbcore: registered new device driver usb [ 0.404510] PCI: Using ACPI for IRQ routing [ 0.405704] NetLabel: Initializing [ 0.406564] NetLabel: domain hash size = 128 [ 0.407598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.408750] NetLabel: unlabeled traffic allowed by default [ 0.410077] clocksource: Switched to clocksource kvm-clock [ 0.416209] AppArmor: AppArmor Filesystem Enabled [ 0.417589] pnp: PnP ACPI init [ 0.418780] pnp: PnP ACPI: found 5 devices [ 0.425514] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.427993] NET: Registered protocol family 2 [ 0.429333] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432982] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434705] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.436301] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438039] NET: Registered protocol family 1 [ 0.439279] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442504] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.457193] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.471948] Trying to unpack rootfs image as initramfs... [ 0.522368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536922] Scanning for low memory corruption every 60 seconds [ 0.538281] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.539417] audit: initializing netlink subsys (disabled) [ 0.540413] audit: type=2000 audit(1546055692.789:1): initialized [ 0.541702] Initialise system trusted keyring [ 0.542620] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543752] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.545688] zbud: loaded [ 0.546393] VFS: Disk quotas dquot_6.6.0 [ 0.547190] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.548684] fuse init (API version 7.23) [ 0.549554] Key type big_key registered [ 0.550350] Allocating IMA MOK and blacklist keyrings. [ 0.551810] Key type asymmetric registered [ 0.552620] Asymmetric key parser 'x509' registered [ 0.553548] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.554983] io scheduler noop registered [ 0.555762] io scheduler deadline registered (default) [ 0.556726] io scheduler cfq registered [ 0.557544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558575] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.561230] ACPI: Power Button [PWRF] [ 0.562044] GHES: HEST is not enabled! [ 0.575818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610364] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.637345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.639497] Linux agpgart interface v0.103 [ 0.642049] brd: module loaded [ 0.643313] loop: module loaded [ 0.647593] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.649007] GPT:90111 != 2097151 [ 0.649676] GPT:Alternate GPT header not at the end of the disk. [ 0.650739] GPT:90111 != 2097151 [ 0.651393] GPT: Use GNU Parted to correct GPT errors. [ 0.652322] vda: vda1 vda15 [ 0.653977] scsi host0: ata_piix [ 0.654711] scsi host1: ata_piix [ 0.655438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.658017] libphy: Fixed MDIO Bus: probed [ 0.658830] tun: Universal TUN/TAP device driver, 1.6 [ 0.659749] tun: (C) 1999-2004 Max Krasnyansky [ 0.661848] PPP generic driver version 2.4.2 [ 0.662726] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.663971] ehci-pci: EHCI PCI platform driver [ 0.664816] ehci-platform: EHCI generic platform driver [ 0.665766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.666860] ohci-pci: OHCI PCI platform driver [ 0.667703] ohci-platform: OHCI generic platform driver [ 0.668651] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683043] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684013] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685413] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.686393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.687476] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.688655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690022] usb usb1: Product: UHCI Host Controller [ 0.690935] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.692038] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692965] hub 1-0:1.0: USB hub found [ 0.693720] hub 1-0:1.0: 2 ports detected [ 0.694611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696675] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.698611] mousedev: PS/2 mouse device common for all mice [ 0.699818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.701590] rtc_cmos 00:00: RTC can wake from S4 [ 0.702673] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.703834] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.704978] i2c /dev entries driver [ 0.705719] device-mapper: uevent: version 1.0.3 [ 0.706646] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.708221] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709456] NET: Registered protocol family 10 [ 0.710423] NET: Registered protocol family 17 [ 0.711282] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713244] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.714944] registered taskstats version 1 [ 0.715747] Loading compiled-in X.509 certificates [ 0.717145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.718939] zswap: loaded using pool lzo/zbud [ 0.720763] Key type trusted registered [ 0.722302] Key type encrypted registered [ 0.723099] AppArmor: AppArmor sha1 policy hashing enabled [ 0.724093] ima: No TPM chip found, activating TPM-bypass! [ 0.725095] evm: HMAC attrs: 0x1 [ 0.725996] Magic number: 14:423:918 [ 0.726846] rtc_cmos 00:00: setting system clock to 2018-12-29 03:54:52 UTC (1546055692) [ 0.728396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729466] EDD information not available. [ 0.815139] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.816664] Write protecting the kernel read-only data: 14336k [ 0.828428] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.830194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.873604] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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... 2018-12-29 03:55:54,807 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.210: timed out 2018-12-29 03:56:03,817 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.210 2018-12-29 03:56:03,817 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-12-29 03:56:03,954 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 03:56:03,955 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:41 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-12-29 03:56:03,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-29 03:56:03,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:04,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56: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-752e303f-2fa1-458d-bccb-ecca94ed97fd x-compute-request-id: req-752e303f-2fa1-458d-bccb-ecca94ed97fd Content-Type: application/json 2018-12-29 03:56:04,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058 used request id req-752e303f-2fa1-458d-bccb-ecca94ed97fd 2018-12-29 03:56:04,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182311058044s 2018-12-29 03:56:04,143 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058 used request id req-752e303f-2fa1-458d-bccb-ecca94ed97fd 2018-12-29 03:56:04,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:04,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:04,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-1740772a-87c0-40cf-b193-9c0cf9cd13ff x-compute-request-id: req-1740772a-87c0-40cf-b193-9c0cf9cd13ff Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:51.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:52Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:ab:37", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/15388e14-4134-47c4-9c24-04373fecf058", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:40.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "15388e14-4134-47c4-9c24-04373fecf058", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:04Z", "hostId": "bfe7ca3a10144e36b2d7e78da53c309e9d976b3c32762003581190a0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:34Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:04,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1740772a-87c0-40cf-b193-9c0cf9cd13ff 2018-12-29 03:56:04,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525522947311s 2018-12-29 03:56:04,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1740772a-87c0-40cf-b193-9c0cf9cd13ff 2018-12-29 03:56:04,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:06,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:06,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:07,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-2372bcc1-b4af-4406-8d5e-834389939ce7 x-compute-request-id: req-2372bcc1-b4af-4406-8d5e-834389939ce7 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:51.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:54:52Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:07,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2372bcc1-b4af-4406-8d5e-834389939ce7 2018-12-29 03:56:07,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500030040741s 2018-12-29 03:56:07,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2372bcc1-b4af-4406-8d5e-834389939ce7 2018-12-29 03:56:07,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-29 03:56:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:07,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f611ae20-dfcb-4b76-b2e9-acb9981b6b90 x-compute-request-id: req-f611ae20-dfcb-4b76-b2e9-acb9981b6b90 Content-Type: application/json 2018-12-29 03:56:07,347 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-f611ae20-dfcb-4b76-b2e9-acb9981b6b90 2018-12-29 03:56:07,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170451879501s 2018-12-29 03:56:07,347 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486 used request id req-f611ae20-dfcb-4b76-b2e9-acb9981b6b90 2018-12-29 03:56:07,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:07,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:07,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db1cdb3-2dec-43b7-8a27-9bf4e5e98cb9 x-compute-request-id: req-2db1cdb3-2dec-43b7-8a27-9bf4e5e98cb9 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:74:d8", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/a33cadc5-b950-44b5-85a2-d2ba60376486", "rel": "bookmark"}], "image": {"id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "links": [{"href": "http://172.30.9.30:8774/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:54:51.000000", "flavor": {"id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "links": [{"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}]}, "id": "a33cadc5-b950-44b5-85a2-d2ba60376486", "security_groups": [{"name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}], "user_id": "deb33f87b7084698bb73d9d96e3d6a6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:07Z", "hostId": "a64d902eafa3d4f7289c05b15bd7405f4bfc25153225af1131936ade", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47", "name": "vping_ssh-vm_674b9e92-679c-4739-8db3-0ecab53f4a47", "created": "2018-12-29T03:54:46Z", "tenant_id": "c1bb6334870747b794081312ab0c9036", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:07,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2db1cdb3-2dec-43b7-8a27-9bf4e5e98cb9 2018-12-29 03:56:07,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537832975388s 2018-12-29 03:56:07,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2db1cdb3-2dec-43b7-8a27-9bf4e5e98cb9 2018-12-29 03:56:07,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:09,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:09,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c98c49a-b293-48c5-8914-96ff8a825a23 x-compute-request-id: req-8c98c49a-b293-48c5-8914-96ff8a825a23 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 03:56:09,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c98c49a-b293-48c5-8914-96ff8a825a23 2018-12-29 03:56:09,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.101427793503s 2018-12-29 03:56:09,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c98c49a-b293-48c5-8914-96ff8a825a23 2018-12-29 03:56:09,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:56:09,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:10,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-617e0987-04a8-43d1-8fc4-8f6182f9b275 Date: Sat, 29 Dec 2018 03:56:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:23Z", "updated_at": "2018-12-29T03:54:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "3f0f0350-3c52-4ac4-b475-901ec75e0e78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "837b93ea-a331-4502-991b-8e02907137d4", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "9c8815ef-1907-4ade-87c2-4d19892d0e59", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "f98cd32f-bbb2-44fc-882c-ba4ea1274329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:31Z", "updated_at": "2018-12-29T03:54:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "352a51b1-ae6d-4978-85db-5d77a275bc06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "717e50c6-7308-4b8a-b451-72f17076531f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:31Z", "revision_number": 0, "id": "b817eedf-a609-435e-b2c4-c6cf2ed62f73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:31Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:32Z", "revision_number": 0, "id": "f99f8a5d-379f-4839-8759-522e030f15e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:32Z", "security_group_id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "ea5b5fbe-12fc-437e-9d18-c93026297b5f", "name": "vping_ssh-sg_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:56:10,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-617e0987-04a8-43d1-8fc4-8f6182f9b275 2018-12-29 03:56:10,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0504400730133s 2018-12-29 03:56:10,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-617e0987-04a8-43d1-8fc4-8f6182f9b275 2018-12-29 03:56:10,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 03:56:10,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ea5b5fbe-12fc-437e-9d18-c93026297b5f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:10,257 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca04bbfc-ae0c-4d84-9d73-a76dd442ba44 Content-Length: 0 Date: Sat, 29 Dec 2018 03:56:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:56:10,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ea5b5fbe-12fc-437e-9d18-c93026297b5f.json used request id req-ca04bbfc-ae0c-4d84-9d73-a76dd442ba44 2018-12-29 03:56:10,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.207019090652s 2018-12-29 03:56:10,257 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ea5b5fbe-12fc-437e-9d18-c93026297b5f.json used request id req-ca04bbfc-ae0c-4d84-9d73-a76dd442ba44 2018-12-29 03:56:10,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-12-29 03:56:10,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:10,298 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:56: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-3368524f-240f-4cf7-94fc-7f04bd1edb09 x-compute-request-id: req-3368524f-240f-4cf7-94fc-7f04bd1edb09 Content-Length: 0 Content-Type: application/json 2018-12-29 03:56:10,298 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47 used request id req-3368524f-240f-4cf7-94fc-7f04bd1edb09 2018-12-29 03:56:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0404789447784s 2018-12-29 03:56:10,299 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_674b9e92-679c-4739-8db3-0ecab53f4a47 used request id req-3368524f-240f-4cf7-94fc-7f04bd1edb09 2018-12-29 03:56:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-29 03:56:10,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/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}5ee2e10b413f62e94141d593a1173a1130bba72c" -d '{"subnet_id": "f173de61-b944-4624-85a4-a297e99b9567"}' 2018-12-29 03:56:11,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-757b8e3f-b4f5-4d83-a7ca-254c3d1aa146 Date: Sat, 29 Dec 2018 03:56:11 GMT RESP BODY: {"network_id": "6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6", "tenant_id": "c1bb6334870747b794081312ab0c9036", "subnet_id": "f173de61-b944-4624-85a4-a297e99b9567", "subnet_ids": ["f173de61-b944-4624-85a4-a297e99b9567"], "port_id": "4e4bb211-dd63-4701-83bc-f4f17afe28eb", "id": "772cffba-d5f3-4873-b869-aaea51cf347b"} 2018-12-29 03:56:11,358 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/remove_router_interface.json used request id req-757b8e3f-b4f5-4d83-a7ca-254c3d1aa146 2018-12-29 03:56:11,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.05853700638s 2018-12-29 03:56:11,358 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b/remove_router_interface.json used request id req-757b8e3f-b4f5-4d83-a7ca-254c3d1aa146 returning object 772cffba-d5f3-4873-b869-aaea51cf347b 2018-12-29 03:56:11,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-29 03:56:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:11,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-bcf15140-33ca-4913-8ebf-91a6827c8260 Date: Sat, 29 Dec 2018 03:56:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:25Z", "admin_state_up": true, "updated_at": "2018-12-29T03:56:10Z", "revision_number": 4, "routes": [], "project_id": "c1bb6334870747b794081312ab0c9036", "id": "772cffba-d5f3-4873-b869-aaea51cf347b", "name": "vping_ssh-router_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:56:11,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-bcf15140-33ca-4913-8ebf-91a6827c8260 2018-12-29 03:56:11,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0737009048462s 2018-12-29 03:56:11,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-bcf15140-33ca-4913-8ebf-91a6827c8260 2018-12-29 03:56:11,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-29 03:56:11,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:12,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64703d0c-28db-41b7-afd9-135b9b371567 Content-Length: 0 Date: Sat, 29 Dec 2018 03:56:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:56:12,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b.json used request id req-64703d0c-28db-41b7-afd9-135b9b371567 2018-12-29 03:56:12,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25390291214s 2018-12-29 03:56:12,689 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/772cffba-d5f3-4873-b869-aaea51cf347b.json used request id req-64703d0c-28db-41b7-afd9-135b9b371567 2018-12-29 03:56:12,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-29 03:56:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:12,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ea90d1d7-340c-4b1d-8cd0-7558c9285836 Date: Sat, 29 Dec 2018 03:56:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:54:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c1bb6334870747b794081312ab0c9036","id":"f173de61-b944-4624-85a4-a297e99b9567","subnetpool_id":null,"name":"vping_ssh-subnet_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:56:12,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ea90d1d7-340c-4b1d-8cd0-7558c9285836 2018-12-29 03:56:12,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0568549633026s 2018-12-29 03:56:12,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ea90d1d7-340c-4b1d-8cd0-7558c9285836 2018-12-29 03:56:12,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-29 03:56:12,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/f173de61-b944-4624-85a4-a297e99b9567.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:14,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9950d618-fb98-4565-b0c8-ecadddba43e6 Date: Sat, 29 Dec 2018 03:56:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:56:14,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f173de61-b944-4624-85a4-a297e99b9567.json used request id req-9950d618-fb98-4565-b0c8-ecadddba43e6 2018-12-29 03:56:14,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.1980547905s 2018-12-29 03:56:14,946 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f173de61-b944-4624-85a4-a297e99b9567.json used request id req-9950d618-fb98-4565-b0c8-ecadddba43e6 2018-12-29 03:56:14,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:14,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:15,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-5a811ba3-46c5-486f-8b05-b274c026339a Date: Sat, 29 Dec 2018 03:56:15 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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","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-12-29T03:56:14Z","tenant_id":"c1bb6334870747b794081312ab0c9036","created_at":"2018-12-29T03:54:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c1bb6334870747b794081312ab0c9036","id":"6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6","name":"vping_ssh-net_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:56:15,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5a811ba3-46c5-486f-8b05-b274c026339a 2018-12-29 03:56:15,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128607988358s 2018-12-29 03:56:15,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5a811ba3-46c5-486f-8b05-b274c026339a 2018-12-29 03:56:15,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-29 03:56:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:16,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-203c0b89-79e7-429d-beb7-e8499f3f8751 Date: Sat, 29 Dec 2018 03:56:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:56:16,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6.json used request id req-203c0b89-79e7-429d-beb7-e8499f3f8751 2018-12-29 03:56:16,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26058411598s 2018-12-29 03:56:16,338 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6f9c5aa3-5eaa-4937-8e7b-5dc9c1c7f0f6.json used request id req-203c0b89-79e7-429d-beb7-e8499f3f8751 2018-12-29 03:56:16,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:56:16,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:16,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-874d24d2-29d2-4793-8dc7-da5bfce8b455 Date: Sat, 29 Dec 2018 03:56:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "metadata": {}}], "file": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/file", "owner": "c1bb6334870747b794081312ab0c9036", "id": "b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "size": 12716032, "self": "/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:54:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_674b9e92-679c-4739-8db3-0ecab53f4a47", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:54:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:56:16,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-874d24d2-29d2-4793-8dc7-da5bfce8b455 2018-12-29 03:56:16,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173089981079s 2018-12-29 03:56:16,512 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-874d24d2-29d2-4793-8dc7-da5bfce8b455 2018-12-29 03:56:16,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 03:56:16,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ee2e10b413f62e94141d593a1173a1130bba72c" 2018-12-29 03:56:18,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7352dd87-61ff-47da-96fd-a52fd7fb5325 Date: Sat, 29 Dec 2018 03:56:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:56:18,264 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0 used request id req-7352dd87-61ff-47da-96fd-a52fd7fb5325 2018-12-29 03:56:18,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75071406364s 2018-12-29 03:56:18,265 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b8d36300-6f35-4023-a4d4-d56a01c6e9c0 used request id req-7352dd87-61ff-47da-96fd-a52fd7fb5325 2018-12-29 03:56:18,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 03:56:18,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7cfebac-bf8d-42db-a457-9a480a1e6818 x-compute-request-id: req-c7cfebac-bf8d-42db-a457-9a480a1e6818 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e36c8152-9eb1-4c39-8985-acb96a344d1c", "name": "vping_ssh-flavor_674b9e92-679c-4739-8db3-0ecab53f4a47", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 03:56:18,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c7cfebac-bf8d-42db-a457-9a480a1e6818 2018-12-29 03:56:18,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0348031520844s 2018-12-29 03:56:18,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c7cfebac-bf8d-42db-a457-9a480a1e6818 2018-12-29 03:56:18,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 03:56:18,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,335 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4aeccbeb-4bdc-4b41-81ee-b5683052fef3 x-compute-request-id: req-4aeccbeb-4bdc-4b41-81ee-b5683052fef3 Content-Length: 0 Content-Type: application/json 2018-12-29 03:56:18,335 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c used request id req-4aeccbeb-4bdc-4b41-81ee-b5683052fef3 2018-12-29 03:56:18,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0338099002838s 2018-12-29 03:56:18,336 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e36c8152-9eb1-4c39-8985-acb96a344d1c used request id req-4aeccbeb-4bdc-4b41-81ee-b5683052fef3 2018-12-29 03:56:18,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:56:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97645f89-fe7f-422c-a4db-913eb213a135 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47", "links": {"self": "http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c"}, "domain_id": "default", "enabled": true, "id": "deb33f87b7084698bb73d9d96e3d6a6c", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:56:18,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-97645f89-fe7f-422c-a4db-913eb213a135 2018-12-29 03:56:18,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0946090221405s 2018-12-29 03:56:18,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-97645f89-fe7f-422c-a4db-913eb213a135 2018-12-29 03:56:18,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:56:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7c9f96-da51-4d84-8183-b5b8bb38b38c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c"}, "enabled": true, "id": "deb33f87b7084698bb73d9d96e3d6a6c", "options": {}, "domain_id": "default", "name": "vping_ssh-user_674b9e92-679c-4739-8db3-0ecab53f4a47"}} 2018-12-29 03:56:18,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c used request id req-bd7c9f96-da51-4d84-8183-b5b8bb38b38c 2018-12-29 03:56:18,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902998447418s 2018-12-29 03:56:18,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c used request id req-bd7c9f96-da51-4d84-8183-b5b8bb38b38c 2018-12-29 03:56:18,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 03:56:18,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-236414dd-9802-479f-a0cf-40e9b70d2044 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:56:18,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c used request id req-236414dd-9802-479f-a0cf-40e9b70d2044 2018-12-29 03:56:18,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.164358854294s 2018-12-29 03:56:18,693 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/deb33f87b7084698bb73d9d96e3d6a6c used request id req-236414dd-9802-479f-a0cf-40e9b70d2044 2018-12-29 03:56:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:56:18,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3585568c-47c9-4b08-920d-cb8c7296bda8 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036"}, "enabled": true, "id": "c1bb6334870747b794081312ab0c9036", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_674b9e92-679c-4739-8db3-0ecab53f4a47"}]} 2018-12-29 03:56:18,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-3585568c-47c9-4b08-920d-cb8c7296bda8 2018-12-29 03:56:18,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819671154022s 2018-12-29 03:56:18,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-3585568c-47c9-4b08-920d-cb8c7296bda8 2018-12-29 03:56:18,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 03:56:18,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:18,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f949775-f9f1-49fd-a6d9-c5fb44335f41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:56:18,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036 used request id req-7f949775-f9f1-49fd-a6d9-c5fb44335f41 2018-12-29 03:56:18,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158452033997s 2018-12-29 03:56:18,937 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c1bb6334870747b794081312ab0c9036 used request id req-7f949775-f9f1-49fd-a6d9-c5fb44335f41 2018-12-29 03:56:18,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:56:18,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:19,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa5e839d-bc93-49ce-98a5-573203bb93f7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04b34880457d4ebb93dc630d7de5a49d", "links": {"self": "http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:56:19,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-aa5e839d-bc93-49ce-98a5-573203bb93f7 2018-12-29 03:56:19,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752849578857s 2018-12-29 03:56:19,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 03:56:19,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:19,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c08f2f14-82c6-4148-baf7-e41c187f1b83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:56:19,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/04b34880457d4ebb93dc630d7de5a49d used request id req-c08f2f14-82c6-4148-baf7-e41c187f1b83 2018-12-29 03:56:19,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105396032333s 2018-12-29 03:56:19,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:56:19,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=c1bb6334870747b794081312ab0c9036&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:19,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3e6cfb7d-e944-4f4a-9695-c0aba6062fb8 Date: Sat, 29 Dec 2018 03:56:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:23Z", "updated_at": "2018-12-29T03:54:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "3f0f0350-3c52-4ac4-b475-901ec75e0e78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "837b93ea-a331-4502-991b-8e02907137d4", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "9c8815ef-1907-4ade-87c2-4d19892d0e59", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "f98cd32f-bbb2-44fc-882c-ba4ea1274329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "name": "default"}]} 2018-12-29 03:56:19,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=c1bb6334870747b794081312ab0c9036&name=default used request id req-3e6cfb7d-e944-4f4a-9695-c0aba6062fb8 2018-12-29 03:56:19,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197383880615s 2018-12-29 03:56:19,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=c1bb6334870747b794081312ab0c9036&name=default used request id req-3e6cfb7d-e944-4f4a-9695-c0aba6062fb8 2018-12-29 03:56:19,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 03:56:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:19,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-618b5b84-cdc3-426b-b044-fabf59a5a9e0 Date: Sat, 29 Dec 2018 03:56:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:23Z", "updated_at": "2018-12-29T03:54:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "3f0f0350-3c52-4ac4-b475-901ec75e0e78", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "9c8815ef-1907-4ade-87c2-4d19892d0e59", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "f98cd32f-bbb2-44fc-882c-ba4ea1274329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv6", "project_id": "c1bb6334870747b794081312ab0c9036"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:54:23Z", "revision_number": 0, "id": "837b93ea-a331-4502-991b-8e02907137d4", "remote_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "remote_ip_prefix": null, "created_at": "2018-12-29T03:54:23Z", "security_group_id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "tenant_id": "c1bb6334870747b794081312ab0c9036", "port_range_min": null, "ethertype": "IPv4", "project_id": "c1bb6334870747b794081312ab0c9036"}], "revision_number": 4, "project_id": "c1bb6334870747b794081312ab0c9036", "id": "4258b232-5a7d-47b4-952b-5e1229e7cca3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 03:56:19,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-618b5b84-cdc3-426b-b044-fabf59a5a9e0 2018-12-29 03:56:19,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211923122406s 2018-12-29 03:56:19,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-618b5b84-cdc3-426b-b044-fabf59a5a9e0 2018-12-29 03:56:19,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 03:56:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4258b232-5a7d-47b4-952b-5e1229e7cca3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5d8f8bf21150a68d4067d73dd81ece3d4b801263" 2018-12-29 03:56:19,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e75fcc3f-13d2-4c78-b19e-c520cca0cae4 Content-Length: 0 Date: Sat, 29 Dec 2018 03:56:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 03:56:19,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4258b232-5a7d-47b4-952b-5e1229e7cca3.json used request id req-e75fcc3f-13d2-4c78-b19e-c520cca0cae4 2018-12-29 03:56:19,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.289237976074s 2018-12-29 03:56:19,830 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4258b232-5a7d-47b4-952b-5e1229e7cca3.json used request id req-e75fcc3f-13d2-4c78-b19e-c520cca0cae4 2018-12-29 03:56:19,830 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-12-29 03:56:19,884 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-12-29 03:56:19,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:56:19,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 03:56:19,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 03:56:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:56:19,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-864c0f0e-2a33-4edd-bbb8-eae56e42c291 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:56:19,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-864c0f0e-2a33-4edd-bbb8-eae56e42c291 2018-12-29 03:56:19,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:56:20,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T04:56:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["2BWc8ptbRQm7jnEAo1-P9A"], "issued_at": "2018-12-29T03:56:20.000000Z"}} 2018-12-29 03:56:20,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:20,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2bd3717f-21fb-4082-9ba0-e19415225bdf Date: Sat, 29 Dec 2018 03:56:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 03:56:20,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2bd3717f-21fb-4082-9ba0-e19415225bdf 2018-12-29 03:56:20,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229031085968s 2018-12-29 03:56:20,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2bd3717f-21fb-4082-9ba0-e19415225bdf 2018-12-29 03:56:20,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:56:20,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:20,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 03:56:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 03:56:20,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:20,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aacdc68d-f3e2-49c9-83bf-8913ba7ca30b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:56:20,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-aacdc68d-f3e2-49c9-83bf-8913ba7ca30b 2018-12-29 03:56:20,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0950479507446s 2018-12-29 03:56:20,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 03:56:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}}' 2018-12-29 03:56:20,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85bc72a-1088-4b0a-99d5-0cfb72f153e1 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.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb"}, "enabled": true, "id": "577e82948e47429b809e0ad02f08fcdb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}} 2018-12-29 03:56:20,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f85bc72a-1088-4b0a-99d5-0cfb72f153e1 2018-12-29 03:56:20,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10124206543s 2018-12-29 03:56:20,741 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f85bc72a-1088-4b0a-99d5-0cfb72f153e1 2018-12-29 03:56:20,742 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'id': u'577e82948e47429b809e0ad02f08fcdb', '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-12-29 03:56:20,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 03:56:21,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.426186084747s 2018-12-29 03:56:21,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec83d78c-8c99-4163-8918-b4be9b0fecf0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75"}, "enabled": true, "id": "f4cce7e282234708a0552faa0dc45e75", "options": {}, "domain_id": "default", "name": "vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}} 2018-12-29 03:56:21,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 used request id req-ec83d78c-8c99-4163-8918-b4be9b0fecf0 2018-12-29 03:56:21,263 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f4cce7e282234708a0552faa0dc45e75', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6'}) 2018-12-29 03:56:21,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:56:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1223456e-4996-4b30-bb6c-02b294b84b89 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:56:21,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1223456e-4996-4b30-bb6c-02b294b84b89 2018-12-29 03:56:21,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771880149841s 2018-12-29 03:56:21,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:56:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b276344a-842b-40fe-9078-dfcceaaca9a3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:56:21,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b276344a-842b-40fe-9078-dfcceaaca9a3 2018-12-29 03:56:21,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806610584259s 2018-12-29 03:56:21,423 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 03:56:21,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 03:56:21,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" -d '{"role": {"name": "Member"}}' 2018-12-29 03:56:21,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-688ec74b-b5e7-4eaa-af57-05f3a5b20570 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb4e818cae4345c6b84ea956c8957a69", "links": {"self": "http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69"}, "name": "Member"}} 2018-12-29 03:56:21,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-688ec74b-b5e7-4eaa-af57-05f3a5b20570 2018-12-29 03:56:21,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0960059165955s 2018-12-29 03:56:21,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8d57b1-603b-494a-8c05-009549f26036 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69"}, "domain_id": null, "name": "Member", "id": "eb4e818cae4345c6b84ea956c8957a69"}} 2018-12-29 03:56:21,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69 used request id req-bc8d57b1-603b-494a-8c05-009549f26036 2018-12-29 03:56:21,535 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69'}, 'domain_id': None, 'human_id': None, 'id': u'eb4e818cae4345c6b84ea956c8957a69', 'HUMAN_ID': False}) 2018-12-29 03:56:21,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 03:56:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-067bead1-c8b1-4b57-b220-e35e94dc7cc6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eb4e818cae4345c6b84ea956c8957a69", "links": {"self": "http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 03:56:21,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-067bead1-c8b1-4b57-b220-e35e94dc7cc6 2018-12-29 03:56:21,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0784368515015s 2018-12-29 03:56:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 03:56:21,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35d72b5-41cf-44f0-ad2f-bba0c759f674 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 03:56:21,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d35d72b5-41cf-44f0-ad2f-bba0c759f674 2018-12-29 03:56:21,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.095675945282s 2018-12-29 03:56:21,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 03:56:21,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ddaf3f-a696-4de7-aca3-df20b336b7a9 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "links": {"self": "http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75"}, "domain_id": "default", "enabled": true, "id": "f4cce7e282234708a0552faa0dc45e75", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 03:56:21,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-13ddaf3f-a696-4de7-aca3-df20b336b7a9 2018-12-29 03:56:21,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965549945831s 2018-12-29 03:56:21,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-13ddaf3f-a696-4de7-aca3-df20b336b7a9 2018-12-29 03:56:21,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:56:21,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b09b9ce-34c5-4625-8ac0-838622054fdd Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb"}, "enabled": true, "id": "577e82948e47429b809e0ad02f08fcdb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:21,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7b09b9ce-34c5-4625-8ac0-838622054fdd 2018-12-29 03:56:21,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773799419403s 2018-12-29 03:56:21,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7b09b9ce-34c5-4625-8ac0-838622054fdd 2018-12-29 03:56:21,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 03:56:21,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=f4cce7e282234708a0552faa0dc45e75&scope.project.id=577e82948e47429b809e0ad02f08fcdb&role.id=eb4e818cae4345c6b84ea956c8957a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:21,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c33cd2c-15c9-49cd-9f35-58da71955a31 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=f4cce7e282234708a0552faa0dc45e75&scope.project.id=577e82948e47429b809e0ad02f08fcdb&role.id=eb4e818cae4345c6b84ea956c8957a69", "previous": null, "next": null}} 2018-12-29 03:56:21,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f4cce7e282234708a0552faa0dc45e75&scope.project.id=577e82948e47429b809e0ad02f08fcdb&role.id=eb4e818cae4345c6b84ea956c8957a69 used request id req-4c33cd2c-15c9-49cd-9f35-58da71955a31 2018-12-29 03:56:21,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841608047485s 2018-12-29 03:56:21,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 03:56:21,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb/users/f4cce7e282234708a0552faa0dc45e75/roles/eb4e818cae4345c6b84ea956c8957a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:22,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 03:56:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ccf892f-46e1-46da-94e3-519bbd4d6ad0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 03:56:22,098 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb/users/f4cce7e282234708a0552faa0dc45e75/roles/eb4e818cae4345c6b84ea956c8957a69 used request id req-5ccf892f-46e1-46da-94e3-519bbd4d6ad0 2018-12-29 03:56:22,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118282794952s 2018-12-29 03:56:22,099 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 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': '1c605ece-2401-4422-be3a-f8bc3a6ef193', 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_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'project_id': u'577e82948e47429b809e0ad02f08fcdb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 03:56:22,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 03:56:22,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 03:56:22,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 03:56:22,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 03:56:22,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 03:56:22,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 03:56:22,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 03:56:22,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 03:56:22,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 03:56:22,104 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'password': '1c605ece-2401-4422-be3a-f8bc3a6ef193', 'project_name': 'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '577e82948e47429b809e0ad02f08fcdb', 'project_domain_name': 'Default'} 2018-12-29 03:56:22,105 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-12-29 03:56:22,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 03:56:22,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:22,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e5d0f9-c1aa-4e29-bb7b-c26adf67664b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 03:56:22,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-33e5d0f9-c1aa-4e29-bb7b-c26adf67664b 2018-12-29 03:56:22,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0799391269684s 2018-12-29 03:56:22,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 03:56:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 03:56:22,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f45ad4-4496-4f80-8aaf-398ccdff4671 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb"}, "enabled": true, "id": "577e82948e47429b809e0ad02f08fcdb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:22,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10f45ad4-4496-4f80-8aaf-398ccdff4671 2018-12-29 03:56:22,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821788311005s 2018-12-29 03:56:22,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10f45ad4-4496-4f80-8aaf-398ccdff4671 2018-12-29 03:56:22,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-29 03:56:22,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" -d '{"network": {"tenant_id": "577e82948e47429b809e0ad02f08fcdb", "name": "vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "admin_state_up": true}}' 2018-12-29 03:56:23,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-d2ed53ea-79f2-40a8-9ac0-61e8c24e657a Date: Sat, 29 Dec 2018 03:56: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":"552b53a7-236f-4c9c-99c4-955533695263","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T03:56:22Z","is_default":false,"provider:segmentation_id":4,"name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6","admin_state_up":true,"tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","mtu":1450}} 2018-12-29 03:56:23,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d2ed53ea-79f2-40a8-9ac0-61e8c24e657a 2018-12-29 03:56:23,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.802749872208s 2018-12-29 03:56:23,076 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d2ed53ea-79f2-40a8-9ac0-61e8c24e657a 2018-12-29 03:56:23,076 - 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-12-29T03:56:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'552b53a7-236f-4c9c-99c4-955533695263', u'provider:segmentation_id': 4, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', u'admin_state_up': True, u'tenant_id': u'577e82948e47429b809e0ad02f08fcdb', u'created_at': u'2018-12-29T03:56:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'577e82948e47429b809e0ad02f08fcdb'}) 2018-12-29 03:56:23,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 03:56:23,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a622d995-27af-4382-9965-47e867099416 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 03:56:23,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a622d995-27af-4382-9965-47e867099416 2018-12-29 03:56:23,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 03:56:23,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb4e818cae4345c6b84ea956c8957a69", "name": "Member"}], "expires_at": "2018-12-29T04:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "577e82948e47429b809e0ad02f08fcdb", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/577e82948e47429b809e0ad02f08fcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/577e82948e47429b809e0ad02f08fcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/577e82948e47429b809e0ad02f08fcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/577e82948e47429b809e0ad02f08fcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/577e82948e47429b809e0ad02f08fcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/577e82948e47429b809e0ad02f08fcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/577e82948e47429b809e0ad02f08fcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "id": "f4cce7e282234708a0552faa0dc45e75"}, "audit_ids": ["wOdqQl9yQz6DYX0DLFaZvg"], "issued_at": "2018-12-29T03:56:23.000000Z"}} 2018-12-29 03:56:23,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:23,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-f02ca0cd-ae42-4a44-b3c4-65d43127e7fa Date: Sat, 29 Dec 2018 03:56: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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","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-12-29T03:56:22Z","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","id":"552b53a7-236f-4c9c-99c4-955533695263","name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:23,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f02ca0cd-ae42-4a44-b3c4-65d43127e7fa 2018-12-29 03:56:23,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246644020081s 2018-12-29 03:56:23,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-f02ca0cd-ae42-4a44-b3c4-65d43127e7fa 2018-12-29 03:56:23,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-29 03:56:23,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"subnet": {"name": "vping_userdata-subnet_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "enable_dhcp": true, "network_id": "552b53a7-236f-4c9c-99c4-955533695263", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-29 03:56:24,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97faf54f-01f6-44e5-b750-ad0a9f6be31f Date: Sat, 29 Dec 2018 03:56:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"552b53a7-236f-4c9c-99c4-955533695263","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:56:24Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"577e82948e47429b809e0ad02f08fcdb","id":"77e71955-7ccf-4005-8b7f-d9704aec8772","subnetpool_id":null,"name":"vping_userdata-subnet_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}} 2018-12-29 03:56:24,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-97faf54f-01f6-44e5-b750-ad0a9f6be31f 2018-12-29 03:56:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.889564990997s 2018-12-29 03:56:24,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-97faf54f-01f6-44e5-b750-ad0a9f6be31f 2018-12-29 03:56:24,609 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-29T03:56:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'77e71955-7ccf-4005-8b7f-d9704aec8772', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', u'enable_dhcp': True, u'network_id': u'552b53a7-236f-4c9c-99c4-955533695263', u'tenant_id': u'577e82948e47429b809e0ad02f08fcdb', u'created_at': u'2018-12-29T03:56:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'577e82948e47429b809e0ad02f08fcdb'}) 2018-12-29 03:56:24,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-29 03:56:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "vping_userdata-router_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "admin_state_up": true}}' 2018-12-29 03:56:25,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ee55b50e-d9dd-49e5-bbff-2b51dd67ab92 Date: Sat, 29 Dec 2018 03:56:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "created_at": "2018-12-29T03:56:24Z", "admin_state_up": true, "updated_at": "2018-12-29T03:56:25Z", "revision_number": 2, "routes": [], "project_id": "577e82948e47429b809e0ad02f08fcdb", "id": "be701a32-f7d1-4065-bd04-4704e5050717", "name": "vping_userdata-router_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}} 2018-12-29 03:56:25,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ee55b50e-d9dd-49e5-bbff-2b51dd67ab92 2018-12-29 03:56:25,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.13871502876s 2018-12-29 03:56:25,748 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ee55b50e-d9dd-49e5-bbff-2b51dd67ab92 2018-12-29 03:56:25,749 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'172d8bf1-dcb3-48a2-9142-54f150cc212d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'717222cb-974c-4168-ab1a-356f49eda1dc', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'577e82948e47429b809e0ad02f08fcdb', u'created_at': u'2018-12-29T03:56:24Z', u'admin_state_up': True, u'updated_at': u'2018-12-29T03:56:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'577e82948e47429b809e0ad02f08fcdb', u'id': u'be701a32-f7d1-4065-bd04-4704e5050717', u'name': u'vping_userdata-router_0329f81f-e251-44e6-aa8d-7d646c9ff0a6'}) 2018-12-29 03:56:25,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-29 03:56:25,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"subnet_id": "77e71955-7ccf-4005-8b7f-d9704aec8772"}' 2018-12-29 03:56:27,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-efc82690-ec11-4560-acc3-9bd4737cf26d Date: Sat, 29 Dec 2018 03:56:27 GMT RESP BODY: {"network_id": "552b53a7-236f-4c9c-99c4-955533695263", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "subnet_id": "77e71955-7ccf-4005-8b7f-d9704aec8772", "subnet_ids": ["77e71955-7ccf-4005-8b7f-d9704aec8772"], "port_id": "f9caac4b-9e92-46f3-be5d-09d6a5ebabcc", "id": "be701a32-f7d1-4065-bd04-4704e5050717"} 2018-12-29 03:56:27,904 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/add_router_interface.json used request id req-efc82690-ec11-4560-acc3-9bd4737cf26d 2018-12-29 03:56:27,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1550989151s 2018-12-29 03:56:27,905 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/add_router_interface.json used request id req-efc82690-ec11-4560-acc3-9bd4737cf26d returning object be701a32-f7d1-4065-bd04-4704e5050717 2018-12-29 03:56:27,905 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 03:56:28,033 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 03:56:28,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:28,040 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 03:56:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 03:56:28,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:56:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:28,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e93579db-6f85-4d80-8336-c33650609513 Date: Sat, 29 Dec 2018 03:56:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:56:28,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e93579db-6f85-4d80-8336-c33650609513 2018-12-29 03:56:28,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172655105591s 2018-12-29 03:56:28,217 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e93579db-6f85-4d80-8336-c33650609513 2018-12-29 03:56:28,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 03:56:28,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}' 2018-12-29 03:56:28,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a X-Openstack-Request-Id: req-f04398a3-42ed-402d-8e40-fcfa01a9cd92 Date: Sat, 29 Dec 2018 03:56:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file", "owner": "577e82948e47429b809e0ad02f08fcdb", "id": "fd2f8967-1399-4207-800b-5edd48aee86a", "size": null, "self": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:56:28Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "checksum": null, "created_at": "2018-12-29T03:56:28Z", "protected": false} 2018-12-29 03:56:28,416 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f04398a3-42ed-402d-8e40-fcfa01a9cd92 2018-12-29 03:56:28,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.197247982025s 2018-12-29 03:56:28,416 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f04398a3-42ed-402d-8e40-fcfa01a9cd92 returning object fd2f8967-1399-4207-800b-5edd48aee86a 2018-12-29 03:56:28,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 03:56:28,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '' 2018-12-29 03:56:29,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb58cfe2-b592-49f4-b322-544748a60fc5 Date: Sat, 29 Dec 2018 03:56:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 03:56:29,638 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file used request id req-fb58cfe2-b592-49f4-b322-544748a60fc5 2018-12-29 03:56:29,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22059512138s 2018-12-29 03:56:29,638 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file used request id req-fb58cfe2-b592-49f4-b322-544748a60fc5 2018-12-29 03:56:29,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:56:29,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:29,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-adc82894-bec8-480b-ab36-8db1bec6fb68 Date: Sat, 29 Dec 2018 03:56:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "metadata": {}}], "file": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file", "owner": "577e82948e47429b809e0ad02f08fcdb", "id": "fd2f8967-1399-4207-800b-5edd48aee86a", "size": 12716032, "self": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:56:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:56:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:56:29,811 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-adc82894-bec8-480b-ab36-8db1bec6fb68 2018-12-29 03:56:29,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172319889069s 2018-12-29 03:56:29,811 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-adc82894-bec8-480b-ab36-8db1bec6fb68 2018-12-29 03:56:29,813 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file', 'owner': u'577e82948e47429b809e0ad02f08fcdb', 'id': u'fd2f8967-1399-4207-800b-5edd48aee86a', 'size': 12716032, u'self': u'/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'577e82948e47429b809e0ad02f08fcdb', 'name': 'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T03:56:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-12-29T03:56:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'created': u'2018-12-29T03:56:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T03:56:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 03:56:29,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 03:56:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 03:56:30,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-6edfa5c3-a43e-40ee-90de-dca7e9a881d5 x-compute-request-id: req-6edfa5c3-a43e-40ee-90de-dca7e9a881d5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "name": "vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 03:56:30,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6edfa5c3-a43e-40ee-90de-dca7e9a881d5 2018-12-29 03:56:30,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201321125031s 2018-12-29 03:56:30,016 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6edfa5c3-a43e-40ee-90de-dca7e9a881d5 returning object 4970f2ea-bf87-4294-bec1-cf6d82075f59 2018-12-29 03:56:30,017 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'4970f2ea-bf87-4294-bec1-cf6d82075f59', 'swap': 0}) 2018-12-29 03:56:30,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 03:56:30,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59/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}651992c6d502f52886101d9529bd6b6b2e257665" -d '{"extra_specs": {}}' 2018-12-29 03:56:30,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-56efffe0-f800-412d-a741-553ecb5e54e3 x-compute-request-id: req-56efffe0-f800-412d-a741-553ecb5e54e3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 03:56:30,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59/os-extra_specs used request id req-56efffe0-f800-412d-a741-553ecb5e54e3 2018-12-29 03:56:30,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223290920258s 2018-12-29 03:56:30,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59/os-extra_specs used request id req-56efffe0-f800-412d-a741-553ecb5e54e3 2018-12-29 03:56:30,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:30,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:30,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d7631f28-407f-4ac7-8216-c75dad761a56 Date: Sat, 29 Dec 2018 03:56:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77e71955-7ccf-4005-8b7f-d9704aec8772"],"updated_at":"2018-12-29T03:56:24Z","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","id":"552b53a7-236f-4c9c-99c4-955533695263","name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:30,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d7631f28-407f-4ac7-8216-c75dad761a56 2018-12-29 03:56:30,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241460084915s 2018-12-29 03:56:30,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d7631f28-407f-4ac7-8216-c75dad761a56 2018-12-29 03:56:30,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:56:30,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:30,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-43d85612-8aa1-441b-b594-ce352c927f52 Date: Sat, 29 Dec 2018 03:56:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "metadata": {}}], "file": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file", "owner": "577e82948e47429b809e0ad02f08fcdb", "id": "fd2f8967-1399-4207-800b-5edd48aee86a", "size": 12716032, "self": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:56:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:56:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:56:30,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-43d85612-8aa1-441b-b594-ce352c927f52 2018-12-29 03:56:30,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190561056137s 2018-12-29 03:56:30,475 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-43d85612-8aa1-441b-b594-ce352c927f52 2018-12-29 03:56:30,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 03:56:30,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:30,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-7d9366dd-304d-4ccc-a962-cba1a244c26b x-compute-request-id: req-7d9366dd-304d-4ccc-a962-cba1a244c26b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "name": "vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 03:56:30,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7d9366dd-304d-4ccc-a962-cba1a244c26b 2018-12-29 03:56:30,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183407068253s 2018-12-29 03:56:30,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-7d9366dd-304d-4ccc-a962-cba1a244c26b 2018-12-29 03:56:30,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-29 03:56:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"server": {"name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "imageRef": "fd2f8967-1399-4207-800b-5edd48aee86a", "flavorRef": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "max_count": 1, "min_count": 1, "networks": [{"uuid": "552b53a7-236f-4c9c-99c4-955533695263"}]}}' 2018-12-29 03:56:31,917 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:56: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-436b1252-61b0-4e39-b58b-f94c23668471 x-compute-request-id: req-436b1252-61b0-4e39-b58b-f94c23668471 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "adminPass": "qkSyREMfzKC7"}} 2018-12-29 03:56:31,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-436b1252-61b0-4e39-b58b-f94c23668471 2018-12-29 03:56:31,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.2543489933s 2018-12-29 03:56:31,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-436b1252-61b0-4e39-b58b-f94c23668471 2018-12-29 03:56:31,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:31,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:32,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-c223ae41-88b8-4a0c-b40b-12fc7cf549f5 x-compute-request-id: req-c223ae41-88b8-4a0c-b40b-12fc7cf549f5 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.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "user_id": "f4cce7e282234708a0552faa0dc45e75", "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-12-29T03:56:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:32,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c223ae41-88b8-4a0c-b40b-12fc7cf549f5 2018-12-29 03:56:32,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423528909683s 2018-12-29 03:56:32,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c223ae41-88b8-4a0c-b40b-12fc7cf549f5 2018-12-29 03:56:32,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:32,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:32,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6b85c278-7b6e-4939-8ffb-1061ab7f5739 Date: Sat, 29 Dec 2018 03:56:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77e71955-7ccf-4005-8b7f-d9704aec8772"],"updated_at":"2018-12-29T03:56:24Z","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","id":"552b53a7-236f-4c9c-99c4-955533695263","name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:32,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6b85c278-7b6e-4939-8ffb-1061ab7f5739 2018-12-29 03:56:32,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113384962082s 2018-12-29 03:56:32,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6b85c278-7b6e-4939-8ffb-1061ab7f5739 2018-12-29 03:56:32,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-29 03:56:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:32,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-85a60c5a-127d-4a42-a3a4-3172e5237329 Date: Sat, 29 Dec 2018 03:56:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"552b53a7-236f-4c9c-99c4-955533695263","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:56:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"577e82948e47429b809e0ad02f08fcdb","id":"77e71955-7ccf-4005-8b7f-d9704aec8772","subnetpool_id":null,"name":"vping_userdata-subnet_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:32,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-85a60c5a-127d-4a42-a3a4-3172e5237329 2018-12-29 03:56:32,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0519471168518s 2018-12-29 03:56:32,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-85a60c5a-127d-4a42-a3a4-3172e5237329 2018-12-29 03:56:32,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:34,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:34,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:35,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf34a4ac-7c54-46b0-89a8-3753f035de17 x-compute-request-id: req-bf34a4ac-7c54-46b0-89a8-3753f035de17 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.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:56:33Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:35,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bf34a4ac-7c54-46b0-89a8-3753f035de17 2018-12-29 03:56:35,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672936916351s 2018-12-29 03:56:35,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bf34a4ac-7c54-46b0-89a8-3753f035de17 2018-12-29 03:56:35,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:37,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:37,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-c85916dc-2b0b-45f7-93b4-323bbdc9c141 x-compute-request-id: req-c85916dc-2b0b-45f7-93b4-323bbdc9c141 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:37,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c85916dc-2b0b-45f7-93b4-323bbdc9c141 2018-12-29 03:56:37,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632292985916s 2018-12-29 03:56:37,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c85916dc-2b0b-45f7-93b4-323bbdc9c141 2018-12-29 03:56:37,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-29 03:56:37,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=e8e2b76b-a2ff-45bc-8437-6241e2eb76c2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:38,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-045f7d65-680c-41ce-9b04-ca7b30f210ea Date: Sat, 29 Dec 2018 03:56:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"552b53a7-236f-4c9c-99c4-955533695263","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:33Z","admin_state_up":true,"updated_at":"2018-12-29T03:56:34Z","binding:vnic_type":"normal","device_id":"e8e2b76b-a2ff-45bc-8437-6241e2eb76c2","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:70:e1:88","id":"705be52c-db8b-49c2-96e5-e780030ba849","port_security_enabled":true,"project_id":"577e82948e47429b809e0ad02f08fcdb","fixed_ips":[{"subnet_id":"77e71955-7ccf-4005-8b7f-d9704aec8772","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["6ad49c75-b81b-4923-a9e6-438d6b181479"],"name":""}]} 2018-12-29 03:56:38,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 used request id req-045f7d65-680c-41ce-9b04-ca7b30f210ea 2018-12-29 03:56:38,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.209796905518s 2018-12-29 03:56:38,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 used request id req-045f7d65-680c-41ce-9b04-ca7b30f210ea 2018-12-29 03:56:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-29 03:56:38,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=705be52c-db8b-49c2-96e5-e780030ba849" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:38,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bb25630b-ed98-4e9d-b33b-fa2d013a51b3 Date: Sat, 29 Dec 2018 03:56:38 GMT RESP BODY: {"floatingips": []} 2018-12-29 03:56:38,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=705be52c-db8b-49c2-96e5-e780030ba849 used request id req-bb25630b-ed98-4e9d-b33b-fa2d013a51b3 2018-12-29 03:56:38,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.16752910614s 2018-12-29 03:56:38,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=705be52c-db8b-49c2-96e5-e780030ba849 used request id req-bb25630b-ed98-4e9d-b33b-fa2d013a51b3 2018-12-29 03:56:38,219 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:70:e1:88', 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'fd2f8967-1399-4207-800b-5edd48aee86a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-29T03:56:36.000000', 'flavor': Munch({u'id': u'4970f2ea-bf87-4294-bec1-cf6d82075f59'}), 'az': u'nova', 'id': u'e8e2b76b-a2ff-45bc-8437-6241e2eb76c2', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f4cce7e282234708a0552faa0dc45e75', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'577e82948e47429b809e0ad02f08fcdb', 'name': 'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', '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-12-29T03:56:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-29T03:56:36Z', 'hostId': u'7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7', '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-12-29T03:56:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'577e82948e47429b809e0ad02f08fcdb', 'name': u'vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'adminPass': u'qkSyREMfzKC7', 'tenant_id': u'577e82948e47429b809e0ad02f08fcdb', 'region': 'regionOne', 'created': u'2018-12-29T03:56:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-29 03:56:38,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 03:56:38,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:38,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-1c4a60bb-2a23-4b45-98ef-4fbd300f3e22 Date: Sat, 29 Dec 2018 03:56:38 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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77e71955-7ccf-4005-8b7f-d9704aec8772"],"updated_at":"2018-12-29T03:56:24Z","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","id":"552b53a7-236f-4c9c-99c4-955533695263","name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 03:56:38,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1c4a60bb-2a23-4b45-98ef-4fbd300f3e22 2018-12-29 03:56:38,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395359992981s 2018-12-29 03:56:38,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1c4a60bb-2a23-4b45-98ef-4fbd300f3e22 2018-12-29 03:56:38,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 03:56:38,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:38,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f8b35fd2-2a96-4510-8445-b23f67ac2ee1 Date: Sat, 29 Dec 2018 03:56:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "metadata": {}}], "file": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file", "owner": "577e82948e47429b809e0ad02f08fcdb", "id": "fd2f8967-1399-4207-800b-5edd48aee86a", "size": 12716032, "self": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:56:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:56:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 03:56:38,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f8b35fd2-2a96-4510-8445-b23f67ac2ee1 2018-12-29 03:56:38,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181470870972s 2018-12-29 03:56:38,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f8b35fd2-2a96-4510-8445-b23f67ac2ee1 2018-12-29 03:56:38,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 03:56:38,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:38,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-19eb779f-19f5-4eb6-897e-f1afcc500ce5 x-compute-request-id: req-19eb779f-19f5-4eb6-897e-f1afcc500ce5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "name": "vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 03:56:38,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-19eb779f-19f5-4eb6-897e-f1afcc500ce5 2018-12-29 03:56:38,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329530239105s 2018-12-29 03:56:38,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-19eb779f-19f5-4eb6-897e-f1afcc500ce5 2018-12-29 03:56:38,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-12-29 03:56:38,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"server": {"name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "imageRef": "fd2f8967-1399-4207-800b-5edd48aee86a", "flavorRef": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "552b53a7-236f-4c9c-99c4-955533695263"}]}}' 2018-12-29 03:56:40,347 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 03:56:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91cd16b2-9cc2-4ef5-b47b-5261611e2b5f x-compute-request-id: req-91cd16b2-9cc2-4ef5-b47b-5261611e2b5f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "adminPass": "p22SuTxTA9N4"}} 2018-12-29 03:56:40,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-91cd16b2-9cc2-4ef5-b47b-5261611e2b5f 2018-12-29 03:56:40,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.51164412498s 2018-12-29 03:56:40,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-91cd16b2-9cc2-4ef5-b47b-5261611e2b5f 2018-12-29 03:56:40,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:40,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:41,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-eef53dd9-d559-46ae-8120-0dd1fedd7120 x-compute-request-id: req-eef53dd9-d559-46ae-8120-0dd1fedd7120 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "user_id": "f4cce7e282234708a0552faa0dc45e75", "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-12-29T03:56:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:41,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eef53dd9-d559-46ae-8120-0dd1fedd7120 2018-12-29 03:56:41,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652644872665s 2018-12-29 03:56:41,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eef53dd9-d559-46ae-8120-0dd1fedd7120 2018-12-29 03:56:41,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:43,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:43,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-434edba5-0c87-400e-bfa1-9fbaab4846a7 x-compute-request-id: req-434edba5-0c87-400e-bfa1-9fbaab4846a7 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T03:56:42Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:43,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-434edba5-0c87-400e-bfa1-9fbaab4846a7 2018-12-29 03:56:43,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520755052567s 2018-12-29 03:56:43,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-434edba5-0c87-400e-bfa1-9fbaab4846a7 2018-12-29 03:56:43,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 03:56:45,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:45,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:46,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98596970-53e8-4b94-b2b3-7c2153e95119 x-compute-request-id: req-98596970-53e8-4b94-b2b3-7c2153e95119 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:46,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98596970-53e8-4b94-b2b3-7c2153e95119 2018-12-29 03:56:46,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637321949005s 2018-12-29 03:56:46,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98596970-53e8-4b94-b2b3-7c2153e95119 2018-12-29 03:56:46,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-12-29 03:56:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=8a7d5ec2-dd96-4336-baeb-af8c5e486751" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:46,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b9feef41-458d-42f0-abc7-b483c47846ab Date: Sat, 29 Dec 2018 03:56:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"552b53a7-236f-4c9c-99c4-955533695263","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:42Z","admin_state_up":true,"updated_at":"2018-12-29T03:56:43Z","binding:vnic_type":"normal","device_id":"8a7d5ec2-dd96-4336-baeb-af8c5e486751","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:63:95:d1","id":"c546bd4d-ffa3-4dc3-93a0-c167ea282b2f","port_security_enabled":true,"project_id":"577e82948e47429b809e0ad02f08fcdb","fixed_ips":[{"subnet_id":"77e71955-7ccf-4005-8b7f-d9704aec8772","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["6ad49c75-b81b-4923-a9e6-438d6b181479"],"name":""}]} 2018-12-29 03:56:46,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=8a7d5ec2-dd96-4336-baeb-af8c5e486751 used request id req-b9feef41-458d-42f0-abc7-b483c47846ab 2018-12-29 03:56:46,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.054878950119s 2018-12-29 03:56:46,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=8a7d5ec2-dd96-4336-baeb-af8c5e486751 used request id req-b9feef41-458d-42f0-abc7-b483c47846ab 2018-12-29 03:56:46,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-12-29 03:56:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c546bd4d-ffa3-4dc3-93a0-c167ea282b2f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:46,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7e6b7a18-1c9b-46e0-8a4c-e7e7363e34d1 Date: Sat, 29 Dec 2018 03:56:46 GMT RESP BODY: {"floatingips": []} 2018-12-29 03:56:46,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c546bd4d-ffa3-4dc3-93a0-c167ea282b2f used request id req-7e6b7a18-1c9b-46e0-8a4c-e7e7363e34d1 2018-12-29 03:56:46,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0183579921722s 2018-12-29 03:56:46,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=c546bd4d-ffa3-4dc3-93a0-c167ea282b2f used request id req-7e6b7a18-1c9b-46e0-8a4c-e7e7363e34d1 2018-12-29 03:56:46,260 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:63:95:d1', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fd2f8967-1399-4207-800b-5edd48aee86a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-12-29T03:56:44.000000', 'flavor': Munch({u'id': u'4970f2ea-bf87-4294-bec1-cf6d82075f59'}), 'az': u'nova', 'id': u'8a7d5ec2-dd96-4336-baeb-af8c5e486751', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f4cce7e282234708a0552faa0dc45e75', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'577e82948e47429b809e0ad02f08fcdb', 'name': 'vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', '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-12-29T03:56:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-12-29T03:56:45Z', 'hostId': u'31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86', '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-12-29T03:56:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'577e82948e47429b809e0ad02f08fcdb', 'name': u'vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6', 'adminPass': u'p22SuTxTA9N4', 'tenant_id': u'577e82948e47429b809e0ad02f08fcdb', 'region': 'regionOne', 'created': u'2018-12-29T03:56:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-12-29 03:56:46,261 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-12-29 03:56:47,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:47,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:47,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-85c13ebf-8b33-40d7-9c87-1ba5058eeb88 x-compute-request-id: req-85c13ebf-8b33-40d7-9c87-1ba5058eeb88 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:47,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85c13ebf-8b33-40d7-9c87-1ba5058eeb88 2018-12-29 03:56:47,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51061797142s 2018-12-29 03:56:47,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85c13ebf-8b33-40d7-9c87-1ba5058eeb88 2018-12-29 03:56:47,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:56:47,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:56:48,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-2ee3c468-1a9d-483d-ba77-ceaa2a6e3652 x-compute-request-id: req-2ee3c468-1a9d-483d-ba77-ceaa2a6e3652 Content-Encoding: gzip Content-Length: 7830 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-12-29 03:56:48,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2ee3c468-1a9d-483d-ba77-ceaa2a6e3652 2018-12-29 03:56:48,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07200503349s 2018-12-29 03:56:48,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2ee3c468-1a9d-483d-ba77-ceaa2a6e3652 2018-12-29 03:56:48,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-12-29 03:56:48,850 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:56:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:50,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-eb614d26-375b-4a2d-919c-77eae387ee84 x-compute-request-id: req-eb614d26-375b-4a2d-919c-77eae387ee84 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:50,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb614d26-375b-4a2d-919c-77eae387ee84 2018-12-29 03:56:50,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680910110474s 2018-12-29 03:56:50,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb614d26-375b-4a2d-919c-77eae387ee84 2018-12-29 03:56:50,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:56:50,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:56:51,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bcc58be-1fa5-49de-9333-a9287d717498 x-compute-request-id: req-5bcc58be-1fa5-49de-9333-a9287d717498 Content-Encoding: gzip Content-Length: 7998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of 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-12-29 03:56:51,637 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5bcc58be-1fa5-49de-9333-a9287d717498 2018-12-29 03:56:51,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10118103027s 2018-12-29 03:56:51,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5bcc58be-1fa5-49de-9333-a9287d717498 2018-12-29 03:56:51,639 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top 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-12-29 03:56:52,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:52,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:52,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-e621a503-3462-4302-b804-41d65eb1ba7d x-compute-request-id: req-e621a503-3462-4302-b804-41d65eb1ba7d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:52,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e621a503-3462-4302-b804-41d65eb1ba7d 2018-12-29 03:56:52,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22007393837s 2018-12-29 03:56:52,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e621a503-3462-4302-b804-41d65eb1ba7d 2018-12-29 03:56:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:56:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:56:53,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-82f97132-9412-4801-a8e5-2ab31df1d256 x-compute-request-id: req-82f97132-9412-4801-a8e5-2ab31df1d256 Content-Encoding: gzip Content-Length: 8022 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\n"} 2018-12-29 03:56:53,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-82f97132-9412-4801-a8e5-2ab31df1d256 2018-12-29 03:56:53,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10455703735s 2018-12-29 03:56:53,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-82f97132-9412-4801-a8e5-2ab31df1d256 2018-12-29 03:56:53,970 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] 2018-12-29 03:56:54,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:54,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:55,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-21afecab-80ad-4813-a5ec-bb16f9c402ba x-compute-request-id: req-21afecab-80ad-4813-a5ec-bb16f9c402ba Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:55,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21afecab-80ad-4813-a5ec-bb16f9c402ba 2018-12-29 03:56:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676818847656s 2018-12-29 03:56:55,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21afecab-80ad-4813-a5ec-bb16f9c402ba 2018-12-29 03:56:55,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:56:55,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:56:56,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56: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-ace54e87-5525-407d-9f6a-4e1c6d358665 x-compute-request-id: req-ace54e87-5525-407d-9f6a-4e1c6d358665 Content-Encoding: gzip Content-Length: 8022 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\n"} 2018-12-29 03:56:56,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ace54e87-5525-407d-9f6a-4e1c6d358665 2018-12-29 03:56:56,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10356283188s 2018-12-29 03:56:56,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ace54e87-5525-407d-9f6a-4e1c6d358665 2018-12-29 03:56:56,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] 2018-12-29 03:56:57,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:56:57,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:56:58,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-0149541d-c893-4b78-8ee3-bca00af72edf x-compute-request-id: req-0149541d-c893-4b78-8ee3-bca00af72edf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:56:58,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0149541d-c893-4b78-8ee3-bca00af72edf 2018-12-29 03:56:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661962985992s 2018-12-29 03:56:58,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0149541d-c893-4b78-8ee3-bca00af72edf 2018-12-29 03:56:58,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:56:58,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:56:59,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc4885dc-d49b-43ac-aafe-bcdf919943d1 x-compute-request-id: req-fc4885dc-d49b-43ac-aafe-bcdf919943d1 Content-Encoding: gzip Content-Length: 8022 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\n"} 2018-12-29 03:56:59,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fc4885dc-d49b-43ac-aafe-bcdf919943d1 2018-12-29 03:56:59,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07007288933s 2018-12-29 03:56:59,496 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fc4885dc-d49b-43ac-aafe-bcdf919943d1 2018-12-29 03:56:59,496 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] 2018-12-29 03:57:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:01,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56305276-f5c0-4e2f-9f89-9e0b2c61eb20 x-compute-request-id: req-56305276-f5c0-4e2f-9f89-9e0b2c61eb20 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:01,154 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-56305276-f5c0-4e2f-9f89-9e0b2c61eb20 2018-12-29 03:57:01,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655267953873s 2018-12-29 03:57:01,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-56305276-f5c0-4e2f-9f89-9e0b2c61eb20 2018-12-29 03:57:01,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:01,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:02,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-e05d8ded-c2d5-4376-9d1c-8cca1c3a0b3d x-compute-request-id: req-e05d8ded-c2d5-4376-9d1c-8cca1c3a0b3d Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\n"} 2018-12-29 03:57:02,263 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e05d8ded-c2d5-4376-9d1c-8cca1c3a0b3d 2018-12-29 03:57:02,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10656094551s 2018-12-29 03:57:02,264 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e05d8ded-c2d5-4376-9d1c-8cca1c3a0b3d 2018-12-29 03:57:02,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO 2018-12-29 03:57:03,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:03,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:03,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-75204ea4-0dd5-4abd-8a45-2e905498ac93 x-compute-request-id: req-75204ea4-0dd5-4abd-8a45-2e905498ac93 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:03,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75204ea4-0dd5-4abd-8a45-2e905498ac93 2018-12-29 03:57:03,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651546955109s 2018-12-29 03:57:03,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75204ea4-0dd5-4abd-8a45-2e905498ac93 2018-12-29 03:57:03,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:03,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:05,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-6b3863e8-e9f9-4042-ab38-3e5ddb0e60f7 x-compute-request-id: req-6b3863e8-e9f9-4042-ab38-3e5ddb0e60f7 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\n"} 2018-12-29 03:57:05,017 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6b3863e8-e9f9-4042-ab38-3e5ddb0e60f7 2018-12-29 03:57:05,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09386205673s 2018-12-29 03:57:05,018 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6b3863e8-e9f9-4042-ab38-3e5ddb0e60f7 2018-12-29 03:57:05,018 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO 2018-12-29 03:57:06,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:06,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:06,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-8fb0a610-c5f1-42d5-9234-6bdfc2075f0b x-compute-request-id: req-8fb0a610-c5f1-42d5-9234-6bdfc2075f0b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:06,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8fb0a610-c5f1-42d5-9234-6bdfc2075f0b 2018-12-29 03:57:06,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530917882919s 2018-12-29 03:57:06,552 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8fb0a610-c5f1-42d5-9234-6bdfc2075f0b 2018-12-29 03:57:06,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:07,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-584249d1-9b0a-43f2-bd53-4a4709fe1dba x-compute-request-id: req-584249d1-9b0a-43f2-bd53-4a4709fe1dba Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\n"} 2018-12-29 03:57:07,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-584249d1-9b0a-43f2-bd53-4a4709fe1dba 2018-12-29 03:57:07,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09577703476s 2018-12-29 03:57:07,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-584249d1-9b0a-43f2-bd53-4a4709fe1dba 2018-12-29 03:57:07,652 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO 2018-12-29 03:57:08,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:08,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:09,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-b7c3c38c-5251-4cc1-bb38-19fef278fb65 x-compute-request-id: req-b7c3c38c-5251-4cc1-bb38-19fef278fb65 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:09,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7c3c38c-5251-4cc1-bb38-19fef278fb65 2018-12-29 03:57:09,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08857297897s 2018-12-29 03:57:09,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7c3c38c-5251-4cc1-bb38-19fef278fb65 2018-12-29 03:57:09,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:09,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:10,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-e54ec8a4-2e09-48ca-a39b-84a0794a7b9e x-compute-request-id: req-e54ec8a4-2e09-48ca-a39b-84a0794a7b9e Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\n"} 2018-12-29 03:57:10,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e54ec8a4-2e09-48ca-a39b-84a0794a7b9e 2018-12-29 03:57:10,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10140800476s 2018-12-29 03:57:10,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e54ec8a4-2e09-48ca-a39b-84a0794a7b9e 2018-12-29 03:57:10,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO 2018-12-29 03:57:11,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:11,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:12,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a72d8656-b15e-4303-bdd4-6941283a82cf x-compute-request-id: req-a72d8656-b15e-4303-bdd4-6941283a82cf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:12,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a72d8656-b15e-4303-bdd4-6941283a82cf 2018-12-29 03:57:12,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671573877335s 2018-12-29 03:57:12,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a72d8656-b15e-4303-bdd4-6941283a82cf 2018-12-29 03:57:12,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:12,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:13,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-38c7b131-2ffd-4336-9cbf-d31524ca6d9c x-compute-request-id: req-38c7b131-2ffd-4336-9cbf-d31524ca6d9c Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:13,631 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-38c7b131-2ffd-4336-9cbf-d31524ca6d9c 2018-12-29 03:57:13,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10492181778s 2018-12-29 03:57:13,632 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-38c7b131-2ffd-4336-9cbf-d31524ca6d9c 2018-12-29 03:57:13,632 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO 2018-12-29 03:57:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:14,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:15,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-5ce5d0c6-f870-4250-9260-76188069e2fc x-compute-request-id: req-5ce5d0c6-f870-4250-9260-76188069e2fc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:15,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ce5d0c6-f870-4250-9260-76188069e2fc 2018-12-29 03:57:15,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.826028823853s 2018-12-29 03:57:15,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ce5d0c6-f870-4250-9260-76188069e2fc 2018-12-29 03:57:15,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:15,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:16,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-65cafc66-fb51-444a-8b07-8705d5b55e2b x-compute-request-id: req-65cafc66-fb51-444a-8b07-8705d5b55e2b Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:16,550 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-65cafc66-fb51-444a-8b07-8705d5b55e2b 2018-12-29 03:57:16,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08527994156s 2018-12-29 03:57:16,551 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-65cafc66-fb51-444a-8b07-8705d5b55e2b 2018-12-29 03:57:16,551 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO 2018-12-29 03:57:16,552 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:57:17,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:17,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:18,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-eeda68d4-47cf-4d2b-a9ac-e7be48e4b154 x-compute-request-id: req-eeda68d4-47cf-4d2b-a9ac-e7be48e4b154 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:18,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eeda68d4-47cf-4d2b-a9ac-e7be48e4b154 2018-12-29 03:57:18,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79990196228s 2018-12-29 03:57:18,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eeda68d4-47cf-4d2b-a9ac-e7be48e4b154 2018-12-29 03:57:18,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:18,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:19,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-912a7b80-2b13-4a35-b7d8-918e3e3a0ec9 x-compute-request-id: req-912a7b80-2b13-4a35-b7d8-918e3e3a0ec9 Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:19,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-912a7b80-2b13-4a35-b7d8-918e3e3a0ec9 2018-12-29 03:57:19,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06928920746s 2018-12-29 03:57:19,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-912a7b80-2b13-4a35-b7d8-918e3e3a0ec9 2018-12-29 03:57:19,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO 2018-12-29 03:57:20,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:20,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-bd78c2ba-9fe1-4d85-940a-4fafc2709ca4 x-compute-request-id: req-bd78c2ba-9fe1-4d85-940a-4fafc2709ca4 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:20,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd78c2ba-9fe1-4d85-940a-4fafc2709ca4 2018-12-29 03:57:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490581035614s 2018-12-29 03:57:20,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bd78c2ba-9fe1-4d85-940a-4fafc2709ca4 2018-12-29 03:57:20,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:20,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:22,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-a9439ce2-068b-45e2-80be-0bcb4bd1594b x-compute-request-id: req-a9439ce2-068b-45e2-80be-0bcb4bd1594b Content-Encoding: gzip Content-Length: 8029 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:22,023 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a9439ce2-068b-45e2-80be-0bcb4bd1594b 2018-12-29 03:57:22,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10019493103s 2018-12-29 03:57:22,024 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a9439ce2-068b-45e2-80be-0bcb4bd1594b 2018-12-29 03:57:22,024 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO 2018-12-29 03:57:23,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:23,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:23,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-9faec121-cc92-4e2e-bb20-5a0b0a84a071 x-compute-request-id: req-9faec121-cc92-4e2e-bb20-5a0b0a84a071 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:23,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9faec121-cc92-4e2e-bb20-5a0b0a84a071 2018-12-29 03:57:23,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540600061417s 2018-12-29 03:57:23,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9faec121-cc92-4e2e-bb20-5a0b0a84a071 2018-12-29 03:57:23,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:23,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:24,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-20f2f553-93e5-4f1c-a1ce-11f7e2fac6b9 x-compute-request-id: req-20f2f553-93e5-4f1c-a1ce-11f7e2fac6b9 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:24,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-20f2f553-93e5-4f1c-a1ce-11f7e2fac6b9 2018-12-29 03:57:24,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06887602806s 2018-12-29 03:57:24,640 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-20f2f553-93e5-4f1c-a1ce-11f7e2fac6b9 2018-12-29 03:57:24,640 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO 2018-12-29 03:57:25,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:25,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:26,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-20966a6b-b6c5-493a-86c8-812e5f4df1b5 x-compute-request-id: req-20966a6b-b6c5-493a-86c8-812e5f4df1b5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:26,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-20966a6b-b6c5-493a-86c8-812e5f4df1b5 2018-12-29 03:57:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533349990845s 2018-12-29 03:57:26,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-20966a6b-b6c5-493a-86c8-812e5f4df1b5 2018-12-29 03:57:26,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:26,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:27,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-9ef07935-b212-4c8f-89cb-87f38b94efed x-compute-request-id: req-9ef07935-b212-4c8f-89cb-87f38b94efed Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:27,251 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ef07935-b212-4c8f-89cb-87f38b94efed 2018-12-29 03:57:27,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.071600914s 2018-12-29 03:57:27,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ef07935-b212-4c8f-89cb-87f38b94efed 2018-12-29 03:57:27,252 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO 2018-12-29 03:57:28,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:28,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:28,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-1fa90be9-2516-4ad0-b7be-61cc93b3ab9c x-compute-request-id: req-1fa90be9-2516-4ad0-b7be-61cc93b3ab9c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:28,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1fa90be9-2516-4ad0-b7be-61cc93b3ab9c 2018-12-29 03:57:28,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701878070831s 2018-12-29 03:57:28,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1fa90be9-2516-4ad0-b7be-61cc93b3ab9c 2018-12-29 03:57:28,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:28,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:30,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-14cabe3e-39a9-422f-9b36-bbaa29a88d84 x-compute-request-id: req-14cabe3e-39a9-422f-9b36-bbaa29a88d84 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:30,072 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-14cabe3e-39a9-422f-9b36-bbaa29a88d84 2018-12-29 03:57:30,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11232995987s 2018-12-29 03:57:30,073 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-14cabe3e-39a9-422f-9b36-bbaa29a88d84 2018-12-29 03:57:30,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO 2018-12-29 03:57:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:31,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-f285d807-6de8-4cb1-bb3e-8a169ddf61da x-compute-request-id: req-f285d807-6de8-4cb1-bb3e-8a169ddf61da Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:31,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f285d807-6de8-4cb1-bb3e-8a169ddf61da 2018-12-29 03:57:31,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56730890274s 2018-12-29 03:57:31,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f285d807-6de8-4cb1-bb3e-8a169ddf61da 2018-12-29 03:57:31,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:31,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:32,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-f3a88962-2281-48ff-b4f0-ba4152b2d8bc x-compute-request-id: req-f3a88962-2281-48ff-b4f0-ba4152b2d8bc Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:32,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f3a88962-2281-48ff-b4f0-ba4152b2d8bc 2018-12-29 03:57:32,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10248613358s 2018-12-29 03:57:32,750 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f3a88962-2281-48ff-b4f0-ba4152b2d8bc 2018-12-29 03:57:32,750 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO 2018-12-29 03:57:33,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:33,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:34,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97acdf34-c8f3-4d39-a1c8-22a14a5d631c x-compute-request-id: req-97acdf34-c8f3-4d39-a1c8-22a14a5d631c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:34,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-97acdf34-c8f3-4d39-a1c8-22a14a5d631c 2018-12-29 03:57:34,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869720935822s 2018-12-29 03:57:34,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-97acdf34-c8f3-4d39-a1c8-22a14a5d631c 2018-12-29 03:57:34,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:34,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:35,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-0f62e1bb-2665-4651-88fc-4aa98701c23a x-compute-request-id: req-0f62e1bb-2665-4651-88fc-4aa98701c23a Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:35,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0f62e1bb-2665-4651-88fc-4aa98701c23a 2018-12-29 03:57:35,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07588100433s 2018-12-29 03:57:35,702 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0f62e1bb-2665-4651-88fc-4aa98701c23a 2018-12-29 03:57:35,702 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:36,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:36,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:37,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-ca40aa0c-36fd-40da-8a92-cf73308ba450 x-compute-request-id: req-ca40aa0c-36fd-40da-8a92-cf73308ba450 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:37,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ca40aa0c-36fd-40da-8a92-cf73308ba450 2018-12-29 03:57:37,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505589008331s 2018-12-29 03:57:37,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ca40aa0c-36fd-40da-8a92-cf73308ba450 2018-12-29 03:57:37,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:38,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-422fb8f9-36b0-455e-8ab3-1490469de8f1 x-compute-request-id: req-422fb8f9-36b0-455e-8ab3-1490469de8f1 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:38,325 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-422fb8f9-36b0-455e-8ab3-1490469de8f1 2018-12-29 03:57:38,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11169290543s 2018-12-29 03:57:38,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-422fb8f9-36b0-455e-8ab3-1490469de8f1 2018-12-29 03:57:38,326 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:39,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:39,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-f8d0782e-9422-41c4-b140-41f8166f3f08 x-compute-request-id: req-f8d0782e-9422-41c4-b140-41f8166f3f08 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:39,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f8d0782e-9422-41c4-b140-41f8166f3f08 2018-12-29 03:57:39,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594003915787s 2018-12-29 03:57:39,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f8d0782e-9422-41c4-b140-41f8166f3f08 2018-12-29 03:57:39,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:39,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:40,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-b881c057-0ab7-48a6-b52b-dc6753a4bd99 x-compute-request-id: req-b881c057-0ab7-48a6-b52b-dc6753a4bd99 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:40,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b881c057-0ab7-48a6-b52b-dc6753a4bd99 2018-12-29 03:57:40,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07048177719s 2018-12-29 03:57:40,997 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b881c057-0ab7-48a6-b52b-dc6753a4bd99 2018-12-29 03:57:40,997 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:42,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:42,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:42,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-472b3270-3c67-4aea-96c6-0bb2705988fc x-compute-request-id: req-472b3270-3c67-4aea-96c6-0bb2705988fc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:42,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-472b3270-3c67-4aea-96c6-0bb2705988fc 2018-12-29 03:57:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513314008713s 2018-12-29 03:57:42,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-472b3270-3c67-4aea-96c6-0bb2705988fc 2018-12-29 03:57:42,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:42,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:43,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-53d7cfb2-dd49-4470-825d-daa8fc15b933 x-compute-request-id: req-53d7cfb2-dd49-4470-825d-daa8fc15b933 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:43,600 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-53d7cfb2-dd49-4470-825d-daa8fc15b933 2018-12-29 03:57:43,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08384299278s 2018-12-29 03:57:43,601 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-53d7cfb2-dd49-4470-825d-daa8fc15b933 2018-12-29 03:57:43,601 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:43,602 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:57:44,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:45,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-448cce2f-3f23-4812-ae73-7f93f10f3fcb x-compute-request-id: req-448cce2f-3f23-4812-ae73-7f93f10f3fcb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:45,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-448cce2f-3f23-4812-ae73-7f93f10f3fcb 2018-12-29 03:57:45,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62127995491s 2018-12-29 03:57:45,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-448cce2f-3f23-4812-ae73-7f93f10f3fcb 2018-12-29 03:57:45,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:45,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:46,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-448486b1-58ea-4ca3-8b49-e80f530b99cb x-compute-request-id: req-448486b1-58ea-4ca3-8b49-e80f530b99cb Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:46,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-448486b1-58ea-4ca3-8b49-e80f530b99cb 2018-12-29 03:57:46,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07228803635s 2018-12-29 03:57:46,301 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-448486b1-58ea-4ca3-8b49-e80f530b99cb 2018-12-29 03:57:46,301 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:47,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:47,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:47,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-d05c71f5-424e-4b3e-8e83-16853d3b14bd x-compute-request-id: req-d05c71f5-424e-4b3e-8e83-16853d3b14bd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:47,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d05c71f5-424e-4b3e-8e83-16853d3b14bd 2018-12-29 03:57:47,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446960926056s 2018-12-29 03:57:47,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d05c71f5-424e-4b3e-8e83-16853d3b14bd 2018-12-29 03:57:47,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:47,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:48,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-82f7fbb6-d93a-4bc1-a70f-438c530a17b9 x-compute-request-id: req-82f7fbb6-d93a-4bc1-a70f-438c530a17b9 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:48,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-82f7fbb6-d93a-4bc1-a70f-438c530a17b9 2018-12-29 03:57:48,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06983113289s 2018-12-29 03:57:48,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-82f7fbb6-d93a-4bc1-a70f-438c530a17b9 2018-12-29 03:57:48,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:49,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:50,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-b2703eda-31a2-441c-8dce-46490a71dc24 x-compute-request-id: req-b2703eda-31a2-441c-8dce-46490a71dc24 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:50,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2703eda-31a2-441c-8dce-46490a71dc24 2018-12-29 03:57:50,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646939992905s 2018-12-29 03:57:50,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2703eda-31a2-441c-8dce-46490a71dc24 2018-12-29 03:57:50,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:50,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:51,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-1ebb5020-609c-4e1e-99b8-1223d91f5f04 x-compute-request-id: req-1ebb5020-609c-4e1e-99b8-1223d91f5f04 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:51,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1ebb5020-609c-4e1e-99b8-1223d91f5f04 2018-12-29 03:57:51,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10617113113s 2018-12-29 03:57:51,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1ebb5020-609c-4e1e-99b8-1223d91f5f04 2018-12-29 03:57:51,585 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:52,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:53,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-f859eb04-012a-40dc-b101-30d66d51b638 x-compute-request-id: req-f859eb04-012a-40dc-b101-30d66d51b638 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:53,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f859eb04-012a-40dc-b101-30d66d51b638 2018-12-29 03:57:53,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643136978149s 2018-12-29 03:57:53,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f859eb04-012a-40dc-b101-30d66d51b638 2018-12-29 03:57:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:53,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:54,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-2f3d129b-f775-4410-be4d-ccf0200b16cc x-compute-request-id: req-2f3d129b-f775-4410-be4d-ccf0200b16cc Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:54,303 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2f3d129b-f775-4410-be4d-ccf0200b16cc 2018-12-29 03:57:54,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06893610954s 2018-12-29 03:57:54,304 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2f3d129b-f775-4410-be4d-ccf0200b16cc 2018-12-29 03:57:54,304 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:55,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:55,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:55,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cac2a3c-b4d7-40b6-94d6-38d1dbba0514 x-compute-request-id: req-1cac2a3c-b4d7-40b6-94d6-38d1dbba0514 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:55,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1cac2a3c-b4d7-40b6-94d6-38d1dbba0514 2018-12-29 03:57:55,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631376981735s 2018-12-29 03:57:55,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1cac2a3c-b4d7-40b6-94d6-38d1dbba0514 2018-12-29 03:57:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:55,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:57,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1d18385-0855-4b1a-aaf6-c238f61f2d91 x-compute-request-id: req-d1d18385-0855-4b1a-aaf6-c238f61f2d91 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:57,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d1d18385-0855-4b1a-aaf6-c238f61f2d91 2018-12-29 03:57:57,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10449695587s 2018-12-29 03:57:57,046 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d1d18385-0855-4b1a-aaf6-c238f61f2d91 2018-12-29 03:57:57,046 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:57:58,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:57:58,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:57:58,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-0e901d54-2178-4e49-977d-d1055b5e50cc x-compute-request-id: req-0e901d54-2178-4e49-977d-d1055b5e50cc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:57:58,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0e901d54-2178-4e49-977d-d1055b5e50cc 2018-12-29 03:57:58,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229825973511s 2018-12-29 03:57:58,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0e901d54-2178-4e49-977d-d1055b5e50cc 2018-12-29 03:57:58,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:57:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:57:59,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:57: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-a1112379-3359-43a7-a92b-5dd97c6d9332 x-compute-request-id: req-a1112379-3359-43a7-a92b-5dd97c6d9332 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:57:59,379 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a1112379-3359-43a7-a92b-5dd97c6d9332 2018-12-29 03:57:59,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09727811813s 2018-12-29 03:57:59,380 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a1112379-3359-43a7-a92b-5dd97c6d9332 2018-12-29 03:57:59,380 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:00,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:00,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-64b72c71-19e5-4b46-9192-23f7834efcb0 x-compute-request-id: req-64b72c71-19e5-4b46-9192-23f7834efcb0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:00,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-64b72c71-19e5-4b46-9192-23f7834efcb0 2018-12-29 03:58:00,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526327848434s 2018-12-29 03:58:00,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-64b72c71-19e5-4b46-9192-23f7834efcb0 2018-12-29 03:58:00,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:00,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:01,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-f8fc2fdf-e4eb-4a3b-a961-51750b7cbbbc x-compute-request-id: req-f8fc2fdf-e4eb-4a3b-a961-51750b7cbbbc Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:01,983 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f8fc2fdf-e4eb-4a3b-a961-51750b7cbbbc 2018-12-29 03:58:01,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07093906403s 2018-12-29 03:58:01,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f8fc2fdf-e4eb-4a3b-a961-51750b7cbbbc 2018-12-29 03:58:01,984 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:02,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:02,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:03,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-05aca164-8e4a-4216-8f73-c757a7a412b5 x-compute-request-id: req-05aca164-8e4a-4216-8f73-c757a7a412b5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:03,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05aca164-8e4a-4216-8f73-c757a7a412b5 2018-12-29 03:58:03,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649441957474s 2018-12-29 03:58:03,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05aca164-8e4a-4216-8f73-c757a7a412b5 2018-12-29 03:58:03,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:03,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:04,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-5a3cacc7-2f3f-4b42-b5b4-abdf431ad014 x-compute-request-id: req-5a3cacc7-2f3f-4b42-b5b4-abdf431ad014 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:04,709 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5a3cacc7-2f3f-4b42-b5b4-abdf431ad014 2018-12-29 03:58:04,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06977200508s 2018-12-29 03:58:04,710 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5a3cacc7-2f3f-4b42-b5b4-abdf431ad014 2018-12-29 03:58:04,710 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:05,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:06,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-053a2e8e-1c51-4bff-a26c-1363ae594228 x-compute-request-id: req-053a2e8e-1c51-4bff-a26c-1363ae594228 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:06,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-053a2e8e-1c51-4bff-a26c-1363ae594228 2018-12-29 03:58:06,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717797040939s 2018-12-29 03:58:06,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-053a2e8e-1c51-4bff-a26c-1363ae594228 2018-12-29 03:58:06,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:06,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:07,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-a02fb311-0d58-4778-aae3-ca303de17864 x-compute-request-id: req-a02fb311-0d58-4778-aae3-ca303de17864 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:07,533 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a02fb311-0d58-4778-aae3-ca303de17864 2018-12-29 03:58:07,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0994579792s 2018-12-29 03:58:07,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a02fb311-0d58-4778-aae3-ca303de17864 2018-12-29 03:58:07,534 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:08,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:08,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-0449c545-6919-402e-bd11-9de37fd25a8e x-compute-request-id: req-0449c545-6919-402e-bd11-9de37fd25a8e Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:08,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0449c545-6919-402e-bd11-9de37fd25a8e 2018-12-29 03:58:08,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380766153336s 2018-12-29 03:58:08,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0449c545-6919-402e-bd11-9de37fd25a8e 2018-12-29 03:58:08,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:09,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-498cb93c-24e4-4d6f-851c-b79c9166a5f1 x-compute-request-id: req-498cb93c-24e4-4d6f-851c-b79c9166a5f1 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:09,991 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-498cb93c-24e4-4d6f-851c-b79c9166a5f1 2018-12-29 03:58:09,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07020497322s 2018-12-29 03:58:09,992 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-498cb93c-24e4-4d6f-851c-b79c9166a5f1 2018-12-29 03:58:09,992 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:09,993 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:58:10,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:10,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:11,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-f7d4efe0-0e80-4440-8e69-329699a4af36 x-compute-request-id: req-f7d4efe0-0e80-4440-8e69-329699a4af36 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:11,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f7d4efe0-0e80-4440-8e69-329699a4af36 2018-12-29 03:58:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5225481987s 2018-12-29 03:58:11,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f7d4efe0-0e80-4440-8e69-329699a4af36 2018-12-29 03:58:11,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:12,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-c893c44d-f8b5-4591-89df-a0c0fb6bf8e4 x-compute-request-id: req-c893c44d-f8b5-4591-89df-a0c0fb6bf8e4 Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:12,593 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c893c44d-f8b5-4591-89df-a0c0fb6bf8e4 2018-12-29 03:58:12,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07237291336s 2018-12-29 03:58:12,594 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c893c44d-f8b5-4591-89df-a0c0fb6bf8e4 2018-12-29 03:58:12,594 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:13,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:13,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:14,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-8dd37cd9-44f6-4957-aea8-f499744ed6c9 x-compute-request-id: req-8dd37cd9-44f6-4957-aea8-f499744ed6c9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:14,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8dd37cd9-44f6-4957-aea8-f499744ed6c9 2018-12-29 03:58:14,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609427928925s 2018-12-29 03:58:14,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8dd37cd9-44f6-4957-aea8-f499744ed6c9 2018-12-29 03:58:14,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:15,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-e841221d-0bb8-42c4-abf4-afeb20a498fa x-compute-request-id: req-e841221d-0bb8-42c4-abf4-afeb20a498fa Content-Encoding: gzip Content-Length: 8030 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:15,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e841221d-0bb8-42c4-abf4-afeb20a498fa 2018-12-29 03:58:15,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07224011421s 2018-12-29 03:58:15,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e841221d-0bb8-42c4-abf4-afeb20a498fa 2018-12-29 03:58:15,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:16,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:16,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:16,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a44ebf30-752d-4ac3-bba1-9b56120d8fdc x-compute-request-id: req-a44ebf30-752d-4ac3-bba1-9b56120d8fdc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:16,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a44ebf30-752d-4ac3-bba1-9b56120d8fdc 2018-12-29 03:58:16,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50585603714s 2018-12-29 03:58:16,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a44ebf30-752d-4ac3-bba1-9b56120d8fdc 2018-12-29 03:58:16,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:17,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cb3fc31-6407-472e-8ed3-2d45bed2599c x-compute-request-id: req-8cb3fc31-6407-472e-8ed3-2d45bed2599c Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:17,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8cb3fc31-6407-472e-8ed3-2d45bed2599c 2018-12-29 03:58:17,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10935711861s 2018-12-29 03:58:17,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8cb3fc31-6407-472e-8ed3-2d45bed2599c 2018-12-29 03:58:17,904 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:19,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-21fc3998-db46-4a49-8cba-7851f751d45f x-compute-request-id: req-21fc3998-db46-4a49-8cba-7851f751d45f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:19,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21fc3998-db46-4a49-8cba-7851f751d45f 2018-12-29 03:58:19,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510049104691s 2018-12-29 03:58:19,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21fc3998-db46-4a49-8cba-7851f751d45f 2018-12-29 03:58:19,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:20,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-6cc2dcc7-1381-4f61-9084-f39ed94b7ca6 x-compute-request-id: req-6cc2dcc7-1381-4f61-9084-f39ed94b7ca6 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:20,491 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6cc2dcc7-1381-4f61-9084-f39ed94b7ca6 2018-12-29 03:58:20,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07127094269s 2018-12-29 03:58:20,492 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6cc2dcc7-1381-4f61-9084-f39ed94b7ca6 2018-12-29 03:58:20,492 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:21,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:21,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:22,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-dc9f1a6f-92a4-4656-8449-2d11b28ee795 x-compute-request-id: req-dc9f1a6f-92a4-4656-8449-2d11b28ee795 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:22,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dc9f1a6f-92a4-4656-8449-2d11b28ee795 2018-12-29 03:58:22,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694557905197s 2018-12-29 03:58:22,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dc9f1a6f-92a4-4656-8449-2d11b28ee795 2018-12-29 03:58:22,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:22,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:23,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-b5de8e31-a571-4dd8-beef-67c658738eda x-compute-request-id: req-b5de8e31-a571-4dd8-beef-67c658738eda Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:23,262 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b5de8e31-a571-4dd8-beef-67c658738eda 2018-12-29 03:58:23,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06884002686s 2018-12-29 03:58:23,263 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b5de8e31-a571-4dd8-beef-67c658738eda 2018-12-29 03:58:23,263 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:24,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:24,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:24,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-d6ad6c14-8d97-4a91-a087-3ae3ffa24cc1 x-compute-request-id: req-d6ad6c14-8d97-4a91-a087-3ae3ffa24cc1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:24,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d6ad6c14-8d97-4a91-a087-3ae3ffa24cc1 2018-12-29 03:58:24,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509039878845s 2018-12-29 03:58:24,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d6ad6c14-8d97-4a91-a087-3ae3ffa24cc1 2018-12-29 03:58:24,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:24,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:25,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-4fbfc6c3-488f-409d-9869-efda8ebd4bb8 x-compute-request-id: req-4fbfc6c3-488f-409d-9869-efda8ebd4bb8 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:25,852 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4fbfc6c3-488f-409d-9869-efda8ebd4bb8 2018-12-29 03:58:25,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07375001907s 2018-12-29 03:58:25,853 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4fbfc6c3-488f-409d-9869-efda8ebd4bb8 2018-12-29 03:58:25,853 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:26,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:26,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:27,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8906c43f-c269-4a9f-929e-d79b87607387 x-compute-request-id: req-8906c43f-c269-4a9f-929e-d79b87607387 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:27,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8906c43f-c269-4a9f-929e-d79b87607387 2018-12-29 03:58:27,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463056087494s 2018-12-29 03:58:27,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8906c43f-c269-4a9f-929e-d79b87607387 2018-12-29 03:58:27,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:28,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ba58cf0-14b5-4076-81be-1ad7aeefa394 x-compute-request-id: req-9ba58cf0-14b5-4076-81be-1ad7aeefa394 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:28,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ba58cf0-14b5-4076-81be-1ad7aeefa394 2018-12-29 03:58:28,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07037496567s 2018-12-29 03:58:28,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ba58cf0-14b5-4076-81be-1ad7aeefa394 2018-12-29 03:58:28,393 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:29,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:29,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-3d997b77-92e6-437a-9e5c-bfe86faff7da x-compute-request-id: req-3d997b77-92e6-437a-9e5c-bfe86faff7da Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:29,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3d997b77-92e6-437a-9e5c-bfe86faff7da 2018-12-29 03:58:29,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527364969254s 2018-12-29 03:58:29,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3d997b77-92e6-437a-9e5c-bfe86faff7da 2018-12-29 03:58:29,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:30,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-1e34480e-b28e-4e62-9653-7c769d67b84b x-compute-request-id: req-1e34480e-b28e-4e62-9653-7c769d67b84b Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:30,997 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1e34480e-b28e-4e62-9653-7c769d67b84b 2018-12-29 03:58:30,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07073688507s 2018-12-29 03:58:30,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1e34480e-b28e-4e62-9653-7c769d67b84b 2018-12-29 03:58:30,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:32,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:32,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:32,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-c45c5656-a4c8-415b-9248-1a1863011510 x-compute-request-id: req-c45c5656-a4c8-415b-9248-1a1863011510 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:32,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c45c5656-a4c8-415b-9248-1a1863011510 2018-12-29 03:58:32,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545769929886s 2018-12-29 03:58:32,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c45c5656-a4c8-415b-9248-1a1863011510 2018-12-29 03:58:32,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:32,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:33,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-76ca7123-4eda-4584-9890-4496bacaeea4 x-compute-request-id: req-76ca7123-4eda-4584-9890-4496bacaeea4 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:33,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-76ca7123-4eda-4584-9890-4496bacaeea4 2018-12-29 03:58:33,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06901502609s 2018-12-29 03:58:33,619 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-76ca7123-4eda-4584-9890-4496bacaeea4 2018-12-29 03:58:33,620 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:34,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:34,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:35,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-4bf3552a-47fd-4d09-b4b7-6ee3fccea89f x-compute-request-id: req-4bf3552a-47fd-4d09-b4b7-6ee3fccea89f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:35,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4bf3552a-47fd-4d09-b4b7-6ee3fccea89f 2018-12-29 03:58:35,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533034086227s 2018-12-29 03:58:35,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4bf3552a-47fd-4d09-b4b7-6ee3fccea89f 2018-12-29 03:58:35,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:36,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-584ea1c8-dcc0-4264-8ebb-26008d7d28ba x-compute-request-id: req-584ea1c8-dcc0-4264-8ebb-26008d7d28ba Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:36,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-584ea1c8-dcc0-4264-8ebb-26008d7d28ba 2018-12-29 03:58:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07122802734s 2018-12-29 03:58:36,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-584ea1c8-dcc0-4264-8ebb-26008d7d28ba 2018-12-29 03:58:36,231 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:36,232 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:58:37,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:37,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:37,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1291e1ec-4d68-48fe-8377-437d628c257a x-compute-request-id: req-1291e1ec-4d68-48fe-8377-437d628c257a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:37,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1291e1ec-4d68-48fe-8377-437d628c257a 2018-12-29 03:58:37,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529759883881s 2018-12-29 03:58:37,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1291e1ec-4d68-48fe-8377-437d628c257a 2018-12-29 03:58:37,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:37,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:38,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4bbaf52-059b-42eb-93b6-00b8b00c1d49 x-compute-request-id: req-e4bbaf52-059b-42eb-93b6-00b8b00c1d49 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:38,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e4bbaf52-059b-42eb-93b6-00b8b00c1d49 2018-12-29 03:58:38,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0733230114s 2018-12-29 03:58:38,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e4bbaf52-059b-42eb-93b6-00b8b00c1d49 2018-12-29 03:58:38,841 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:39,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:40,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-9408ae46-a109-483f-bd88-a00060f26332 x-compute-request-id: req-9408ae46-a109-483f-bd88-a00060f26332 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:40,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9408ae46-a109-483f-bd88-a00060f26332 2018-12-29 03:58:40,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530704021454s 2018-12-29 03:58:40,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9408ae46-a109-483f-bd88-a00060f26332 2018-12-29 03:58:40,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:40,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:41,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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,Accept-Encoding x-openstack-request-id: req-d29395d7-acc6-457e-b75f-9217d9ddb96b x-compute-request-id: req-d29395d7-acc6-457e-b75f-9217d9ddb96b Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:41,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d29395d7-acc6-457e-b75f-9217d9ddb96b 2018-12-29 03:58:41,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0801680088s 2018-12-29 03:58:41,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d29395d7-acc6-457e-b75f-9217d9ddb96b 2018-12-29 03:58:41,459 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:42,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:42,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:42,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-1af7d5ff-2c19-4f61-9bcf-846ed227cc38 x-compute-request-id: req-1af7d5ff-2c19-4f61-9bcf-846ed227cc38 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:42,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1af7d5ff-2c19-4f61-9bcf-846ed227cc38 2018-12-29 03:58:42,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531001806259s 2018-12-29 03:58:42,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1af7d5ff-2c19-4f61-9bcf-846ed227cc38 2018-12-29 03:58:42,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:42,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:44,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-d8397230-1a92-4ce3-b631-d1c311e3298c x-compute-request-id: req-d8397230-1a92-4ce3-b631-d1c311e3298c Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:44,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d8397230-1a92-4ce3-b631-d1c311e3298c 2018-12-29 03:58:44,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.069480896s 2018-12-29 03:58:44,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d8397230-1a92-4ce3-b631-d1c311e3298c 2018-12-29 03:58:44,066 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:45,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:45,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:45,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-4f324a49-3898-46ad-bfd8-4dbc5e966878 x-compute-request-id: req-4f324a49-3898-46ad-bfd8-4dbc5e966878 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:45,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4f324a49-3898-46ad-bfd8-4dbc5e966878 2018-12-29 03:58:45,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379100084305s 2018-12-29 03:58:45,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4f324a49-3898-46ad-bfd8-4dbc5e966878 2018-12-29 03:58:45,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:45,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:46,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-d562bb83-f2cb-4f61-a700-6455ced8c700 x-compute-request-id: req-d562bb83-f2cb-4f61-a700-6455ced8c700 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:46,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d562bb83-f2cb-4f61-a700-6455ced8c700 2018-12-29 03:58:46,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.16084003448s 2018-12-29 03:58:46,612 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d562bb83-f2cb-4f61-a700-6455ced8c700 2018-12-29 03:58:46,613 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:47,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e32bbde4-52a6-4241-a540-e835e5147a02 x-compute-request-id: req-e32bbde4-52a6-4241-a540-e835e5147a02 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:47,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e32bbde4-52a6-4241-a540-e835e5147a02 2018-12-29 03:58:47,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378038167953s 2018-12-29 03:58:47,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e32bbde4-52a6-4241-a540-e835e5147a02 2018-12-29 03:58:47,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:47,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:49,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4892d71-4f72-4b03-aae2-0caf477654d3 x-compute-request-id: req-b4892d71-4f72-4b03-aae2-0caf477654d3 Content-Encoding: gzip Content-Length: 8031 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:49,068 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b4892d71-4f72-4b03-aae2-0caf477654d3 2018-12-29 03:58:49,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07194209099s 2018-12-29 03:58:49,069 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b4892d71-4f72-4b03-aae2-0caf477654d3 2018-12-29 03:58:49,070 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:50,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:50,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:50,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-636b51e2-3812-4730-aad9-00b0390eaac3 x-compute-request-id: req-636b51e2-3812-4730-aad9-00b0390eaac3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:50,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-636b51e2-3812-4730-aad9-00b0390eaac3 2018-12-29 03:58:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470858812332s 2018-12-29 03:58:50,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-636b51e2-3812-4730-aad9-00b0390eaac3 2018-12-29 03:58:50,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:50,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:51,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-eb0202f4-28b3-4de2-bfea-6974fb1bef08 x-compute-request-id: req-eb0202f4-28b3-4de2-bfea-6974fb1bef08 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:51,620 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-eb0202f4-28b3-4de2-bfea-6974fb1bef08 2018-12-29 03:58:51,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07336902618s 2018-12-29 03:58:51,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-eb0202f4-28b3-4de2-bfea-6974fb1bef08 2018-12-29 03:58:51,621 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:52,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:53,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-42363eaa-2f3d-48c8-9399-2f7dd34d0303 x-compute-request-id: req-42363eaa-2f3d-48c8-9399-2f7dd34d0303 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:53,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42363eaa-2f3d-48c8-9399-2f7dd34d0303 2018-12-29 03:58:53,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548666000366s 2018-12-29 03:58:53,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42363eaa-2f3d-48c8-9399-2f7dd34d0303 2018-12-29 03:58:53,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:54,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-850b0b5b-7e35-4af3-b19b-0ba38df9853c x-compute-request-id: req-850b0b5b-7e35-4af3-b19b-0ba38df9853c Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:54,249 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-850b0b5b-7e35-4af3-b19b-0ba38df9853c 2018-12-29 03:58:54,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0739839077s 2018-12-29 03:58:54,250 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-850b0b5b-7e35-4af3-b19b-0ba38df9853c 2018-12-29 03:58:54,250 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:55,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:56,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-e909fa62-2ca5-4333-a574-b51e282b055a x-compute-request-id: req-e909fa62-2ca5-4333-a574-b51e282b055a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:56,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e909fa62-2ca5-4333-a574-b51e282b055a 2018-12-29 03:58:56,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770216941833s 2018-12-29 03:58:56,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e909fa62-2ca5-4333-a574-b51e282b055a 2018-12-29 03:58:56,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:57,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58: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-045b79d2-5d34-4f6d-a8cd-493707f29478 x-compute-request-id: req-045b79d2-5d34-4f6d-a8cd-493707f29478 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:57,097 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-045b79d2-5d34-4f6d-a8cd-493707f29478 2018-12-29 03:58:57,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07133698463s 2018-12-29 03:58:57,098 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-045b79d2-5d34-4f6d-a8cd-493707f29478 2018-12-29 03:58:57,098 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:58:58,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:58:58,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:58:58,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2839e60c-1b24-447b-9019-2c0bab184016 x-compute-request-id: req-2839e60c-1b24-447b-9019-2c0bab184016 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:58:58,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2839e60c-1b24-447b-9019-2c0bab184016 2018-12-29 03:58:58,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532346010208s 2018-12-29 03:58:58,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2839e60c-1b24-447b-9019-2c0bab184016 2018-12-29 03:58:58,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:58:58,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:58:59,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4188658b-3f0b-45b6-bcae-7438497b71cf x-compute-request-id: req-4188658b-3f0b-45b6-bcae-7438497b71cf Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:58:59,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4188658b-3f0b-45b6-bcae-7438497b71cf 2018-12-29 03:58:59,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07030010223s 2018-12-29 03:58:59,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4188658b-3f0b-45b6-bcae-7438497b71cf 2018-12-29 03:58:59,708 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:00,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:00,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:01,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-6207249e-e296-4342-9aa0-7b53b4491bde x-compute-request-id: req-6207249e-e296-4342-9aa0-7b53b4491bde Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:01,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6207249e-e296-4342-9aa0-7b53b4491bde 2018-12-29 03:59:01,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365926027298s 2018-12-29 03:59:01,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6207249e-e296-4342-9aa0-7b53b4491bde 2018-12-29 03:59:01,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:01,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:02,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-06f3ba87-23f5-421b-b91d-a9f01a5a3431 x-compute-request-id: req-06f3ba87-23f5-421b-b91d-a9f01a5a3431 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:02,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-06f3ba87-23f5-421b-b91d-a9f01a5a3431 2018-12-29 03:59:02,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07410097122s 2018-12-29 03:59:02,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-06f3ba87-23f5-421b-b91d-a9f01a5a3431 2018-12-29 03:59:02,155 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:02,156 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:59:03,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-6dee70c3-0a82-4d4b-a11f-55b24985d1fa x-compute-request-id: req-6dee70c3-0a82-4d4b-a11f-55b24985d1fa Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:03,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6dee70c3-0a82-4d4b-a11f-55b24985d1fa 2018-12-29 03:59:03,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540215969086s 2018-12-29 03:59:03,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6dee70c3-0a82-4d4b-a11f-55b24985d1fa 2018-12-29 03:59:03,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:03,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:04,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-3d855d80-de13-42b0-a07b-a27fed9157cd x-compute-request-id: req-3d855d80-de13-42b0-a07b-a27fed9157cd Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:04,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3d855d80-de13-42b0-a07b-a27fed9157cd 2018-12-29 03:59:04,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10737895966s 2018-12-29 03:59:04,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3d855d80-de13-42b0-a07b-a27fed9157cd 2018-12-29 03:59:04,810 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:05,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:06,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-36aa7e10-e529-4926-bb45-d34406a5a7de x-compute-request-id: req-36aa7e10-e529-4926-bb45-d34406a5a7de Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:06,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-36aa7e10-e529-4926-bb45-d34406a5a7de 2018-12-29 03:59:06,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371669054031s 2018-12-29 03:59:06,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-36aa7e10-e529-4926-bb45-d34406a5a7de 2018-12-29 03:59:06,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:06,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:07,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-fa3076be-5203-4ecc-9030-d1bb6c0a2ce1 x-compute-request-id: req-fa3076be-5203-4ecc-9030-d1bb6c0a2ce1 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:07,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fa3076be-5203-4ecc-9030-d1bb6c0a2ce1 2018-12-29 03:59:07,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10023999214s 2018-12-29 03:59:07,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fa3076be-5203-4ecc-9030-d1bb6c0a2ce1 2018-12-29 03:59:07,289 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:08,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:08,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:08,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f5317a8-2e97-41cb-938d-5daaad227114 x-compute-request-id: req-6f5317a8-2e97-41cb-938d-5daaad227114 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:08,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f5317a8-2e97-41cb-938d-5daaad227114 2018-12-29 03:59:08,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.481243133545s 2018-12-29 03:59:08,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f5317a8-2e97-41cb-938d-5daaad227114 2018-12-29 03:59:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:09,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-804d692d-3d65-42e1-ba86-ad2a5453e733 x-compute-request-id: req-804d692d-3d65-42e1-ba86-ad2a5453e733 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:09,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-804d692d-3d65-42e1-ba86-ad2a5453e733 2018-12-29 03:59:09,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07309603691s 2018-12-29 03:59:09,850 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-804d692d-3d65-42e1-ba86-ad2a5453e733 2018-12-29 03:59:09,850 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:10,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:10,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:11,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-2b6104a0-9eda-45fb-9a23-37c4b0196ed9 x-compute-request-id: req-2b6104a0-9eda-45fb-9a23-37c4b0196ed9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:11,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b6104a0-9eda-45fb-9a23-37c4b0196ed9 2018-12-29 03:59:11,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527447938919s 2018-12-29 03:59:11,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b6104a0-9eda-45fb-9a23-37c4b0196ed9 2018-12-29 03:59:11,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:11,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:12,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-b31dc855-f876-4c06-90cf-f8af9b0c9d9a x-compute-request-id: req-b31dc855-f876-4c06-90cf-f8af9b0c9d9a Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:12,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b31dc855-f876-4c06-90cf-f8af9b0c9d9a 2018-12-29 03:59:12,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0697619915s 2018-12-29 03:59:12,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b31dc855-f876-4c06-90cf-f8af9b0c9d9a 2018-12-29 03:59:12,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:13,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:13,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:13,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-e627e349-9d76-4615-b41f-538bba466800 x-compute-request-id: req-e627e349-9d76-4615-b41f-538bba466800 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:13,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e627e349-9d76-4615-b41f-538bba466800 2018-12-29 03:59:13,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493572950363s 2018-12-29 03:59:13,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e627e349-9d76-4615-b41f-538bba466800 2018-12-29 03:59:13,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:15,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-633df099-6d22-4978-a495-eaccae772959 x-compute-request-id: req-633df099-6d22-4978-a495-eaccae772959 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:15,024 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-633df099-6d22-4978-a495-eaccae772959 2018-12-29 03:59:15,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07058000565s 2018-12-29 03:59:15,025 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-633df099-6d22-4978-a495-eaccae772959 2018-12-29 03:59:15,025 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:16,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:16,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:16,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-becee75c-686c-4b0d-bdc3-2dae33e35ac8 x-compute-request-id: req-becee75c-686c-4b0d-bdc3-2dae33e35ac8 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:16,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-becee75c-686c-4b0d-bdc3-2dae33e35ac8 2018-12-29 03:59:16,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46564912796s 2018-12-29 03:59:16,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-becee75c-686c-4b0d-bdc3-2dae33e35ac8 2018-12-29 03:59:16,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:16,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:17,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-32bd28a8-25b3-42ba-8059-867e9befa018 x-compute-request-id: req-32bd28a8-25b3-42ba-8059-867e9befa018 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:17,572 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-32bd28a8-25b3-42ba-8059-867e9befa018 2018-12-29 03:59:17,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07563185692s 2018-12-29 03:59:17,573 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-32bd28a8-25b3-42ba-8059-867e9befa018 2018-12-29 03:59:17,573 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:18,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:18,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:18,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-ccc63f65-5e43-4f29-8f06-43027eec5dc9 x-compute-request-id: req-ccc63f65-5e43-4f29-8f06-43027eec5dc9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:18,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ccc63f65-5e43-4f29-8f06-43027eec5dc9 2018-12-29 03:59:18,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373073101044s 2018-12-29 03:59:18,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ccc63f65-5e43-4f29-8f06-43027eec5dc9 2018-12-29 03:59:18,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:18,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:20,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-07f28996-1801-4316-b2d2-800b87f2a3cc x-compute-request-id: req-07f28996-1801-4316-b2d2-800b87f2a3cc Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:20,022 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-07f28996-1801-4316-b2d2-800b87f2a3cc 2018-12-29 03:59:20,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07003712654s 2018-12-29 03:59:20,023 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-07f28996-1801-4316-b2d2-800b87f2a3cc 2018-12-29 03:59:20,023 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:21,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:21,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-ded7312a-6d83-4798-a325-f17a8462ba6d x-compute-request-id: req-ded7312a-6d83-4798-a325-f17a8462ba6d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:21,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ded7312a-6d83-4798-a325-f17a8462ba6d 2018-12-29 03:59:21,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540335178375s 2018-12-29 03:59:21,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ded7312a-6d83-4798-a325-f17a8462ba6d 2018-12-29 03:59:21,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:22,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-30ababe4-54d9-46af-ba6d-65063e18671c x-compute-request-id: req-30ababe4-54d9-46af-ba6d-65063e18671c Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:22,663 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-30ababe4-54d9-46af-ba6d-65063e18671c 2018-12-29 03:59:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09367394447s 2018-12-29 03:59:22,664 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-30ababe4-54d9-46af-ba6d-65063e18671c 2018-12-29 03:59:22,664 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:23,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:23,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:24,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-bc234455-3ca9-44c0-84f2-837c71571ccd x-compute-request-id: req-bc234455-3ca9-44c0-84f2-837c71571ccd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:24,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bc234455-3ca9-44c0-84f2-837c71571ccd 2018-12-29 03:59:24,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.476581811905s 2018-12-29 03:59:24,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bc234455-3ca9-44c0-84f2-837c71571ccd 2018-12-29 03:59:24,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:24,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:25,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-687d3a7b-3a77-4c09-94f7-e37fcc77fdb9 x-compute-request-id: req-687d3a7b-3a77-4c09-94f7-e37fcc77fdb9 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:25,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-687d3a7b-3a77-4c09-94f7-e37fcc77fdb9 2018-12-29 03:59:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07277703285s 2018-12-29 03:59:25,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-687d3a7b-3a77-4c09-94f7-e37fcc77fdb9 2018-12-29 03:59:25,220 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:26,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:26,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:26,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-ad22b8f7-f419-4f3a-874b-0827ead45918 x-compute-request-id: req-ad22b8f7-f419-4f3a-874b-0827ead45918 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:26,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad22b8f7-f419-4f3a-874b-0827ead45918 2018-12-29 03:59:26,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607131004333s 2018-12-29 03:59:26,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad22b8f7-f419-4f3a-874b-0827ead45918 2018-12-29 03:59:26,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:26,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:27,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-ae6ab42a-60b6-43bc-b9b3-e07d96585837 x-compute-request-id: req-ae6ab42a-60b6-43bc-b9b3-e07d96585837 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:27,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ae6ab42a-60b6-43bc-b9b3-e07d96585837 2018-12-29 03:59:27,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07367897034s 2018-12-29 03:59:27,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ae6ab42a-60b6-43bc-b9b3-e07d96585837 2018-12-29 03:59:27,908 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:27,909 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:59:28,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:28,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:29,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03: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-993685f4-cc85-46b2-892d-cd65f241fe3d x-compute-request-id: req-993685f4-cc85-46b2-892d-cd65f241fe3d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:29,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-993685f4-cc85-46b2-892d-cd65f241fe3d 2018-12-29 03:59:29,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37416100502s 2018-12-29 03:59:29,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-993685f4-cc85-46b2-892d-cd65f241fe3d 2018-12-29 03:59:29,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:29,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:30,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-f95c1fef-99df-435a-b378-c2cdf3052ad9 x-compute-request-id: req-f95c1fef-99df-435a-b378-c2cdf3052ad9 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:30,363 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f95c1fef-99df-435a-b378-c2cdf3052ad9 2018-12-29 03:59:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07542896271s 2018-12-29 03:59:30,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f95c1fef-99df-435a-b378-c2cdf3052ad9 2018-12-29 03:59:30,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:31,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:31,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-447f314f-282e-420d-9bc7-bbc6604d4609 x-compute-request-id: req-447f314f-282e-420d-9bc7-bbc6604d4609 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:31,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-447f314f-282e-420d-9bc7-bbc6604d4609 2018-12-29 03:59:31,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535067081451s 2018-12-29 03:59:31,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-447f314f-282e-420d-9bc7-bbc6604d4609 2018-12-29 03:59:31,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:32,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19611693-e414-4005-9993-f75c1df31c45 x-compute-request-id: req-19611693-e414-4005-9993-f75c1df31c45 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:32,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-19611693-e414-4005-9993-f75c1df31c45 2018-12-29 03:59:32,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07146215439s 2018-12-29 03:59:32,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-19611693-e414-4005-9993-f75c1df31c45 2018-12-29 03:59:32,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:33,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:33,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:34,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-e3726346-6ddd-4134-b519-0ab24fa98b5c x-compute-request-id: req-e3726346-6ddd-4134-b519-0ab24fa98b5c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:34,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e3726346-6ddd-4134-b519-0ab24fa98b5c 2018-12-29 03:59:34,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50183391571s 2018-12-29 03:59:34,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e3726346-6ddd-4134-b519-0ab24fa98b5c 2018-12-29 03:59:34,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:34,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:35,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-4872acc3-82ff-459e-8663-a0a4ae19a22d x-compute-request-id: req-4872acc3-82ff-459e-8663-a0a4ae19a22d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:35,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4872acc3-82ff-459e-8663-a0a4ae19a22d 2018-12-29 03:59:35,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07043910027s 2018-12-29 03:59:35,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4872acc3-82ff-459e-8663-a0a4ae19a22d 2018-12-29 03:59:35,557 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:36,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:36,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:37,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-49d47bcc-0805-45f8-9cf0-d280812b6ae1 x-compute-request-id: req-49d47bcc-0805-45f8-9cf0-d280812b6ae1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:37,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-49d47bcc-0805-45f8-9cf0-d280812b6ae1 2018-12-29 03:59:37,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525314807892s 2018-12-29 03:59:37,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-49d47bcc-0805-45f8-9cf0-d280812b6ae1 2018-12-29 03:59:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:38,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-bed474c5-86b0-4fce-aadb-71d0c02417e0 x-compute-request-id: req-bed474c5-86b0-4fce-aadb-71d0c02417e0 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:38,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-bed474c5-86b0-4fce-aadb-71d0c02417e0 2018-12-29 03:59:38,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06996297836s 2018-12-29 03:59:38,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-bed474c5-86b0-4fce-aadb-71d0c02417e0 2018-12-29 03:59:38,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:39,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:39,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:39,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-16d193e5-e70b-4926-ac1f-7cbaca943199 x-compute-request-id: req-16d193e5-e70b-4926-ac1f-7cbaca943199 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:39,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-16d193e5-e70b-4926-ac1f-7cbaca943199 2018-12-29 03:59:39,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535651922226s 2018-12-29 03:59:39,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-16d193e5-e70b-4926-ac1f-7cbaca943199 2018-12-29 03:59:39,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:39,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:40,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-f310d468-4479-4b28-b035-2eaa9647f23d x-compute-request-id: req-f310d468-4479-4b28-b035-2eaa9647f23d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:40,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f310d468-4479-4b28-b035-2eaa9647f23d 2018-12-29 03:59:40,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07746505737s 2018-12-29 03:59:40,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f310d468-4479-4b28-b035-2eaa9647f23d 2018-12-29 03:59:40,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:41,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:41,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:42,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94783475-6eaf-49dc-96f1-18d5e6e1e141 x-compute-request-id: req-94783475-6eaf-49dc-96f1-18d5e6e1e141 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:42,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94783475-6eaf-49dc-96f1-18d5e6e1e141 2018-12-29 03:59:42,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471450090408s 2018-12-29 03:59:42,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94783475-6eaf-49dc-96f1-18d5e6e1e141 2018-12-29 03:59:42,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:42,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b14ad48e-3b02-4bd2-9b41-e23a884cb581 x-compute-request-id: req-b14ad48e-3b02-4bd2-9b41-e23a884cb581 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:43,325 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b14ad48e-3b02-4bd2-9b41-e23a884cb581 2018-12-29 03:59:43,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06865811348s 2018-12-29 03:59:43,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b14ad48e-3b02-4bd2-9b41-e23a884cb581 2018-12-29 03:59:43,326 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:44,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:44,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:44,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-48a1b120-e76b-4ab3-9c30-ff1ab1cee828 x-compute-request-id: req-48a1b120-e76b-4ab3-9c30-ff1ab1cee828 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:44,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48a1b120-e76b-4ab3-9c30-ff1ab1cee828 2018-12-29 03:59:44,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524089813232s 2018-12-29 03:59:44,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48a1b120-e76b-4ab3-9c30-ff1ab1cee828 2018-12-29 03:59:44,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:44,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:45,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-7de8372b-07cd-418a-83bc-c81d000f3939 x-compute-request-id: req-7de8372b-07cd-418a-83bc-c81d000f3939 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:45,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7de8372b-07cd-418a-83bc-c81d000f3939 2018-12-29 03:59:45,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07013988495s 2018-12-29 03:59:45,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7de8372b-07cd-418a-83bc-c81d000f3939 2018-12-29 03:59:45,927 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:46,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:46,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:47,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-7ab7dd5f-79df-41ce-84fb-71824f6162a0 x-compute-request-id: req-7ab7dd5f-79df-41ce-84fb-71824f6162a0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:47,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7ab7dd5f-79df-41ce-84fb-71824f6162a0 2018-12-29 03:59:47,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373128890991s 2018-12-29 03:59:47,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7ab7dd5f-79df-41ce-84fb-71824f6162a0 2018-12-29 03:59:47,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:47,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:48,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-9e175be9-49bd-4ee7-9cb3-e6636c3e1c6d x-compute-request-id: req-9e175be9-49bd-4ee7-9cb3-e6636c3e1c6d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:48,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9e175be9-49bd-4ee7-9cb3-e6636c3e1c6d 2018-12-29 03:59:48,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0722219944s 2018-12-29 03:59:48,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9e175be9-49bd-4ee7-9cb3-e6636c3e1c6d 2018-12-29 03:59:48,379 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:49,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:49,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-cbeecb40-0f53-4ce2-af5f-47ea72c6ac35 x-compute-request-id: req-cbeecb40-0f53-4ce2-af5f-47ea72c6ac35 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:49,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cbeecb40-0f53-4ce2-af5f-47ea72c6ac35 2018-12-29 03:59:49,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382086992264s 2018-12-29 03:59:49,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cbeecb40-0f53-4ce2-af5f-47ea72c6ac35 2018-12-29 03:59:49,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:49,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:50,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-e5aed574-bf5e-42ac-8673-bf3e94fecc24 x-compute-request-id: req-e5aed574-bf5e-42ac-8673-bf3e94fecc24 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:50,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e5aed574-bf5e-42ac-8673-bf3e94fecc24 2018-12-29 03:59:50,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0698621273s 2018-12-29 03:59:50,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e5aed574-bf5e-42ac-8673-bf3e94fecc24 2018-12-29 03:59:50,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:51,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:51,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:52,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-2b17c42e-60f1-4f54-ad95-668ed51a6d87 x-compute-request-id: req-2b17c42e-60f1-4f54-ad95-668ed51a6d87 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:52,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b17c42e-60f1-4f54-ad95-668ed51a6d87 2018-12-29 03:59:52,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712455034256s 2018-12-29 03:59:52,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b17c42e-60f1-4f54-ad95-668ed51a6d87 2018-12-29 03:59:52,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:53,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72b6a2bf-b375-4a21-a521-da184b76dc49 x-compute-request-id: req-72b6a2bf-b375-4a21-a521-da184b76dc49 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:53,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-72b6a2bf-b375-4a21-a521-da184b76dc49 2018-12-29 03:59:53,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0708861351s 2018-12-29 03:59:53,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-72b6a2bf-b375-4a21-a521-da184b76dc49 2018-12-29 03:59:53,628 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:53,629 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 03:59:54,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:55,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-677a4111-f721-4bb2-865d-f381892fceae x-compute-request-id: req-677a4111-f721-4bb2-865d-f381892fceae Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:55,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-677a4111-f721-4bb2-865d-f381892fceae 2018-12-29 03:59:55,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540964126587s 2018-12-29 03:59:55,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-677a4111-f721-4bb2-865d-f381892fceae 2018-12-29 03:59:55,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:55,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:56,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-184fd080-ef16-4375-ab3c-3c503617db7e x-compute-request-id: req-184fd080-ef16-4375-ab3c-3c503617db7e Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:56,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-184fd080-ef16-4375-ab3c-3c503617db7e 2018-12-29 03:59:56,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07248401642s 2018-12-29 03:59:56,248 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-184fd080-ef16-4375-ab3c-3c503617db7e 2018-12-29 03:59:56,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:57,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:57,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 03:59:57,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-05ab576d-f61a-43da-8b07-fb4cd008c6cb x-compute-request-id: req-05ab576d-f61a-43da-8b07-fb4cd008c6cb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 03:59:57,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05ab576d-f61a-43da-8b07-fb4cd008c6cb 2018-12-29 03:59:57,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574567079544s 2018-12-29 03:59:57,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05ab576d-f61a-43da-8b07-fb4cd008c6cb 2018-12-29 03:59:57,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 03:59:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 03:59:58,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-3b21bc1d-59c5-46d2-8d36-2c6d4edbd481 x-compute-request-id: req-3b21bc1d-59c5-46d2-8d36-2c6d4edbd481 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 03:59:58,900 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3b21bc1d-59c5-46d2-8d36-2c6d4edbd481 2018-12-29 03:59:58,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07126283646s 2018-12-29 03:59:58,901 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3b21bc1d-59c5-46d2-8d36-2c6d4edbd481 2018-12-29 03:59:58,901 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 03:59:59,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 03:59:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:00,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 03:59: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-8cf4ec95-d840-44cc-81f8-7d46850d4614 x-compute-request-id: req-8cf4ec95-d840-44cc-81f8-7d46850d4614 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:00,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8cf4ec95-d840-44cc-81f8-7d46850d4614 2018-12-29 04:00:00,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558833122253s 2018-12-29 04:00:00,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8cf4ec95-d840-44cc-81f8-7d46850d4614 2018-12-29 04:00:00,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:00,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:01,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-50f21619-e07c-46c3-83e5-ca99766eea83 x-compute-request-id: req-50f21619-e07c-46c3-83e5-ca99766eea83 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:01,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-50f21619-e07c-46c3-83e5-ca99766eea83 2018-12-29 04:00:01,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1319937706s 2018-12-29 04:00:01,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-50f21619-e07c-46c3-83e5-ca99766eea83 2018-12-29 04:00:01,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:02,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:02,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:02,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-bf31eb80-fbac-4563-934c-1f883dc7876b x-compute-request-id: req-bf31eb80-fbac-4563-934c-1f883dc7876b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:02,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bf31eb80-fbac-4563-934c-1f883dc7876b 2018-12-29 04:00:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364717960358s 2018-12-29 04:00:02,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bf31eb80-fbac-4563-934c-1f883dc7876b 2018-12-29 04:00:02,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:02,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:04,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-292fea1d-d355-4123-a07f-eb0909eca32d x-compute-request-id: req-292fea1d-d355-4123-a07f-eb0909eca32d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:04,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-292fea1d-d355-4123-a07f-eb0909eca32d 2018-12-29 04:00:04,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07680797577s 2018-12-29 04:00:04,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-292fea1d-d355-4123-a07f-eb0909eca32d 2018-12-29 04:00:04,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:05,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:05,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:05,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a0f2ae0-5018-4537-b379-9f3d5885eeb5 x-compute-request-id: req-2a0f2ae0-5018-4537-b379-9f3d5885eeb5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:05,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2a0f2ae0-5018-4537-b379-9f3d5885eeb5 2018-12-29 04:00:05,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521939992905s 2018-12-29 04:00:05,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2a0f2ae0-5018-4537-b379-9f3d5885eeb5 2018-12-29 04:00:05,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:05,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:06,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6df7d8f-7f0e-49f6-9f03-75242a18d58d x-compute-request-id: req-a6df7d8f-7f0e-49f6-9f03-75242a18d58d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:06,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a6df7d8f-7f0e-49f6-9f03-75242a18d58d 2018-12-29 04:00:06,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06859993935s 2018-12-29 04:00:06,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a6df7d8f-7f0e-49f6-9f03-75242a18d58d 2018-12-29 04:00:06,645 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:07,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:08,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-9f493db1-b784-4ba1-8d81-17392184d88c x-compute-request-id: req-9f493db1-b784-4ba1-8d81-17392184d88c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:08,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9f493db1-b784-4ba1-8d81-17392184d88c 2018-12-29 04:00:08,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632838010788s 2018-12-29 04:00:08,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9f493db1-b784-4ba1-8d81-17392184d88c 2018-12-29 04:00:08,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:08,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:09,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3a7e816-5ad6-4dea-91e3-9320604efc90 x-compute-request-id: req-f3a7e816-5ad6-4dea-91e3-9320604efc90 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:09,353 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f3a7e816-5ad6-4dea-91e3-9320604efc90 2018-12-29 04:00:09,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06963801384s 2018-12-29 04:00:09,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f3a7e816-5ad6-4dea-91e3-9320604efc90 2018-12-29 04:00:09,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:10,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:10,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:10,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-75925ee8-dc0f-4c38-9b89-318a669e6437 x-compute-request-id: req-75925ee8-dc0f-4c38-9b89-318a669e6437 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:10,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75925ee8-dc0f-4c38-9b89-318a669e6437 2018-12-29 04:00:10,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376497983932s 2018-12-29 04:00:10,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75925ee8-dc0f-4c38-9b89-318a669e6437 2018-12-29 04:00:10,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:10,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:11,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-6f968c2d-8b95-4873-b80f-e063fbca2397 x-compute-request-id: req-6f968c2d-8b95-4873-b80f-e063fbca2397 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:11,806 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6f968c2d-8b95-4873-b80f-e063fbca2397 2018-12-29 04:00:11,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06929183006s 2018-12-29 04:00:11,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6f968c2d-8b95-4873-b80f-e063fbca2397 2018-12-29 04:00:11,807 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:12,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:13,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-4930d49e-dd13-44f2-becd-8f65282de78b x-compute-request-id: req-4930d49e-dd13-44f2-becd-8f65282de78b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:13,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4930d49e-dd13-44f2-becd-8f65282de78b 2018-12-29 04:00:13,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562927961349s 2018-12-29 04:00:13,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4930d49e-dd13-44f2-becd-8f65282de78b 2018-12-29 04:00:13,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:13,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:14,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-b093daba-b2f9-4521-b024-cac8f5a8af9f x-compute-request-id: req-b093daba-b2f9-4521-b024-cac8f5a8af9f Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:14,460 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b093daba-b2f9-4521-b024-cac8f5a8af9f 2018-12-29 04:00:14,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08437418938s 2018-12-29 04:00:14,461 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b093daba-b2f9-4521-b024-cac8f5a8af9f 2018-12-29 04:00:14,461 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:15,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:15,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:15,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-273bb32f-4a59-49ab-b26e-b480c0d1638b x-compute-request-id: req-273bb32f-4a59-49ab-b26e-b480c0d1638b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:15,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-273bb32f-4a59-49ab-b26e-b480c0d1638b 2018-12-29 04:00:15,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520917892456s 2018-12-29 04:00:15,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-273bb32f-4a59-49ab-b26e-b480c0d1638b 2018-12-29 04:00:15,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:15,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:17,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-bc6fa157-34dd-4ae7-ab19-01a54f34fc01 x-compute-request-id: req-bc6fa157-34dd-4ae7-ab19-01a54f34fc01 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:17,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-bc6fa157-34dd-4ae7-ab19-01a54f34fc01 2018-12-29 04:00:17,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07882118225s 2018-12-29 04:00:17,068 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-bc6fa157-34dd-4ae7-ab19-01a54f34fc01 2018-12-29 04:00:17,068 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:18,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24a1618e-266e-444b-b3ee-faae3d9e52b2 x-compute-request-id: req-24a1618e-266e-444b-b3ee-faae3d9e52b2 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:18,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24a1618e-266e-444b-b3ee-faae3d9e52b2 2018-12-29 04:00:18,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523967981339s 2018-12-29 04:00:18,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24a1618e-266e-444b-b3ee-faae3d9e52b2 2018-12-29 04:00:18,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:18,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:19,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e82175a5-0a39-4072-b86a-d142a6bf7503 x-compute-request-id: req-e82175a5-0a39-4072-b86a-d142a6bf7503 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:19,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e82175a5-0a39-4072-b86a-d142a6bf7503 2018-12-29 04:00:19,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07271194458s 2018-12-29 04:00:19,671 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e82175a5-0a39-4072-b86a-d142a6bf7503 2018-12-29 04:00:19,671 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:19,672 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:00:20,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:20,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:21,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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,Accept-Encoding x-openstack-request-id: req-c876a769-8f75-44a2-ac2b-078a681b4f10 x-compute-request-id: req-c876a769-8f75-44a2-ac2b-078a681b4f10 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:21,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c876a769-8f75-44a2-ac2b-078a681b4f10 2018-12-29 04:00:21,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452763795853s 2018-12-29 04:00:21,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c876a769-8f75-44a2-ac2b-078a681b4f10 2018-12-29 04:00:21,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:21,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:22,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-1cf082b0-79ac-4dd9-ab9f-f3c1fe321a32 x-compute-request-id: req-1cf082b0-79ac-4dd9-ab9f-f3c1fe321a32 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:22,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1cf082b0-79ac-4dd9-ab9f-f3c1fe321a32 2018-12-29 04:00:22,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07099509239s 2018-12-29 04:00:22,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1cf082b0-79ac-4dd9-ab9f-f3c1fe321a32 2018-12-29 04:00:22,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:23,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:23,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-98a2485c-2f79-4e23-9eb5-53be809694a3 x-compute-request-id: req-98a2485c-2f79-4e23-9eb5-53be809694a3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:23,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98a2485c-2f79-4e23-9eb5-53be809694a3 2018-12-29 04:00:23,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52802491188s 2018-12-29 04:00:23,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98a2485c-2f79-4e23-9eb5-53be809694a3 2018-12-29 04:00:23,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:23,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:24,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-a9f48f44-5d3b-4f15-baf3-c49d251410bf x-compute-request-id: req-a9f48f44-5d3b-4f15-baf3-c49d251410bf Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:24,808 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a9f48f44-5d3b-4f15-baf3-c49d251410bf 2018-12-29 04:00:24,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07177209854s 2018-12-29 04:00:24,809 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a9f48f44-5d3b-4f15-baf3-c49d251410bf 2018-12-29 04:00:24,809 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:25,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:25,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:26,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-9a144ee0-44b0-4acf-8e47-ed0dc8683466 x-compute-request-id: req-9a144ee0-44b0-4acf-8e47-ed0dc8683466 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:26,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a144ee0-44b0-4acf-8e47-ed0dc8683466 2018-12-29 04:00:26,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502884149551s 2018-12-29 04:00:26,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a144ee0-44b0-4acf-8e47-ed0dc8683466 2018-12-29 04:00:26,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:27,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-468a0cd0-333e-4df4-ad99-6d72f259f361 x-compute-request-id: req-468a0cd0-333e-4df4-ad99-6d72f259f361 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:27,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-468a0cd0-333e-4df4-ad99-6d72f259f361 2018-12-29 04:00:27,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07358002663s 2018-12-29 04:00:27,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-468a0cd0-333e-4df4-ad99-6d72f259f361 2018-12-29 04:00:27,392 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:28,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:28,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:28,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5c810aa-5a99-4648-8a44-2c0d7abc0f46 x-compute-request-id: req-c5c810aa-5a99-4648-8a44-2c0d7abc0f46 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:28,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5c810aa-5a99-4648-8a44-2c0d7abc0f46 2018-12-29 04:00:28,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493849039078s 2018-12-29 04:00:28,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5c810aa-5a99-4648-8a44-2c0d7abc0f46 2018-12-29 04:00:28,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:28,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:29,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b253a05-f7fa-4719-9b78-d976bd973cdd x-compute-request-id: req-7b253a05-f7fa-4719-9b78-d976bd973cdd Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:29,962 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7b253a05-f7fa-4719-9b78-d976bd973cdd 2018-12-29 04:00:29,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06976795197s 2018-12-29 04:00:29,963 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7b253a05-f7fa-4719-9b78-d976bd973cdd 2018-12-29 04:00:29,963 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:30,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:30,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:31,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ba6cba3-d86d-40d1-a243-8c3cbb6dd4f7 x-compute-request-id: req-9ba6cba3-d86d-40d1-a243-8c3cbb6dd4f7 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:31,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9ba6cba3-d86d-40d1-a243-8c3cbb6dd4f7 2018-12-29 04:00:31,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651012897491s 2018-12-29 04:00:31,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9ba6cba3-d86d-40d1-a243-8c3cbb6dd4f7 2018-12-29 04:00:31,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:31,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:32,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-cf2135bd-5fef-461e-ad33-ebbeeee34cd5 x-compute-request-id: req-cf2135bd-5fef-461e-ad33-ebbeeee34cd5 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:32,694 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cf2135bd-5fef-461e-ad33-ebbeeee34cd5 2018-12-29 04:00:32,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07402896881s 2018-12-29 04:00:32,695 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cf2135bd-5fef-461e-ad33-ebbeeee34cd5 2018-12-29 04:00:32,695 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:33,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:33,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:34,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c10fdc1-3815-429d-83d9-7a875a8b87f1 x-compute-request-id: req-6c10fdc1-3815-429d-83d9-7a875a8b87f1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:34,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6c10fdc1-3815-429d-83d9-7a875a8b87f1 2018-12-29 04:00:34,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38374209404s 2018-12-29 04:00:34,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6c10fdc1-3815-429d-83d9-7a875a8b87f1 2018-12-29 04:00:34,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:34,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:35,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-181e181f-75d6-462e-b023-ff5b03222309 x-compute-request-id: req-181e181f-75d6-462e-b023-ff5b03222309 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:35,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-181e181f-75d6-462e-b023-ff5b03222309 2018-12-29 04:00:35,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0685968399s 2018-12-29 04:00:35,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-181e181f-75d6-462e-b023-ff5b03222309 2018-12-29 04:00:35,154 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:36,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:36,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:36,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-0691dde5-cea7-45bb-a2e9-2cdbf1ef815a x-compute-request-id: req-0691dde5-cea7-45bb-a2e9-2cdbf1ef815a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:36,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0691dde5-cea7-45bb-a2e9-2cdbf1ef815a 2018-12-29 04:00:36,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517366170883s 2018-12-29 04:00:36,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0691dde5-cea7-45bb-a2e9-2cdbf1ef815a 2018-12-29 04:00:36,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:37,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-6eeba9b0-c605-475d-a5f5-7306768bf546 x-compute-request-id: req-6eeba9b0-c605-475d-a5f5-7306768bf546 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:37,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6eeba9b0-c605-475d-a5f5-7306768bf546 2018-12-29 04:00:37,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07333898544s 2018-12-29 04:00:37,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6eeba9b0-c605-475d-a5f5-7306768bf546 2018-12-29 04:00:37,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:38,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:38,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a7e6429-2136-4b64-abed-152dc3625047 x-compute-request-id: req-5a7e6429-2136-4b64-abed-152dc3625047 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:38,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5a7e6429-2136-4b64-abed-152dc3625047 2018-12-29 04:00:38,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220081090927s 2018-12-29 04:00:38,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5a7e6429-2136-4b64-abed-152dc3625047 2018-12-29 04:00:38,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:40,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67271dc3-f6dc-40a6-80d6-d05c606efb72 x-compute-request-id: req-67271dc3-f6dc-40a6-80d6-d05c606efb72 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:40,049 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-67271dc3-f6dc-40a6-80d6-d05c606efb72 2018-12-29 04:00:40,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07106614113s 2018-12-29 04:00:40,049 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-67271dc3-f6dc-40a6-80d6-d05c606efb72 2018-12-29 04:00:40,050 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:41,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:41,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:41,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c71d7d5b-18ac-4ac3-b353-97caf46ba563 x-compute-request-id: req-c71d7d5b-18ac-4ac3-b353-97caf46ba563 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:41,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c71d7d5b-18ac-4ac3-b353-97caf46ba563 2018-12-29 04:00:41,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227723836899s 2018-12-29 04:00:41,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c71d7d5b-18ac-4ac3-b353-97caf46ba563 2018-12-29 04:00:41,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:41,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:42,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e2b859f-fb4a-4d6c-bf75-b9de133eb3d9 x-compute-request-id: req-7e2b859f-fb4a-4d6c-bf75-b9de133eb3d9 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:42,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7e2b859f-fb4a-4d6c-bf75-b9de133eb3d9 2018-12-29 04:00:42,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07771492004s 2018-12-29 04:00:42,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7e2b859f-fb4a-4d6c-bf75-b9de133eb3d9 2018-12-29 04:00:42,362 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:43,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:43,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-051bb3ae-de2f-4d4d-9b2f-ed7476e41c9c x-compute-request-id: req-051bb3ae-de2f-4d4d-9b2f-ed7476e41c9c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:43,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-051bb3ae-de2f-4d4d-9b2f-ed7476e41c9c 2018-12-29 04:00:43,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516381978989s 2018-12-29 04:00:43,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-051bb3ae-de2f-4d4d-9b2f-ed7476e41c9c 2018-12-29 04:00:43,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:43,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:44,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-dbbd738f-6670-4498-ae9d-c0bf8e16eb22 x-compute-request-id: req-dbbd738f-6670-4498-ae9d-c0bf8e16eb22 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:44,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-dbbd738f-6670-4498-ae9d-c0bf8e16eb22 2018-12-29 04:00:44,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09981989861s 2018-12-29 04:00:44,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-dbbd738f-6670-4498-ae9d-c0bf8e16eb22 2018-12-29 04:00:44,985 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:44,986 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:00:45,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:46,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc784260-8872-4fd2-a16f-5fd8a35473a9 x-compute-request-id: req-dc784260-8872-4fd2-a16f-5fd8a35473a9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:46,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dc784260-8872-4fd2-a16f-5fd8a35473a9 2018-12-29 04:00:46,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545204162598s 2018-12-29 04:00:46,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dc784260-8872-4fd2-a16f-5fd8a35473a9 2018-12-29 04:00:46,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:46,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:47,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-432fb58e-7c68-48d3-83bb-e1c65898db84 x-compute-request-id: req-432fb58e-7c68-48d3-83bb-e1c65898db84 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:47,608 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-432fb58e-7c68-48d3-83bb-e1c65898db84 2018-12-29 04:00:47,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07155895233s 2018-12-29 04:00:47,608 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-432fb58e-7c68-48d3-83bb-e1c65898db84 2018-12-29 04:00:47,609 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:48,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:48,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:49,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbd8d2ff-897f-4477-b436-503b5642f62e x-compute-request-id: req-dbd8d2ff-897f-4477-b436-503b5642f62e Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:49,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dbd8d2ff-897f-4477-b436-503b5642f62e 2018-12-29 04:00:49,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494035959244s 2018-12-29 04:00:49,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dbd8d2ff-897f-4477-b436-503b5642f62e 2018-12-29 04:00:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:50,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcffffab-7733-44b4-a86a-c1873f7efaef x-compute-request-id: req-fcffffab-7733-44b4-a86a-c1873f7efaef Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:50,181 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fcffffab-7733-44b4-a86a-c1873f7efaef 2018-12-29 04:00:50,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07225894928s 2018-12-29 04:00:50,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fcffffab-7733-44b4-a86a-c1873f7efaef 2018-12-29 04:00:50,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:51,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:51,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03f9e452-77cd-449c-88a9-da075b8dee14 x-compute-request-id: req-03f9e452-77cd-449c-88a9-da075b8dee14 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:51,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03f9e452-77cd-449c-88a9-da075b8dee14 2018-12-29 04:00:51,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554826974869s 2018-12-29 04:00:51,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03f9e452-77cd-449c-88a9-da075b8dee14 2018-12-29 04:00:51,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:52,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a839cc5e-0084-4a07-8ea9-161c220743f0 x-compute-request-id: req-a839cc5e-0084-4a07-8ea9-161c220743f0 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:52,839 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a839cc5e-0084-4a07-8ea9-161c220743f0 2018-12-29 04:00:52,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09675002098s 2018-12-29 04:00:52,840 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-a839cc5e-0084-4a07-8ea9-161c220743f0 2018-12-29 04:00:52,841 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:53,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:53,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:54,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-28bf06af-bb06-4e70-a2d8-0419d21e8064 x-compute-request-id: req-28bf06af-bb06-4e70-a2d8-0419d21e8064 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:54,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-28bf06af-bb06-4e70-a2d8-0419d21e8064 2018-12-29 04:00:54,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533085107803s 2018-12-29 04:00:54,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-28bf06af-bb06-4e70-a2d8-0419d21e8064 2018-12-29 04:00:54,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:55,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-cfae9496-810a-4d61-a4a9-ea003b975430 x-compute-request-id: req-cfae9496-810a-4d61-a4a9-ea003b975430 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:55,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cfae9496-810a-4d61-a4a9-ea003b975430 2018-12-29 04:00:55,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07758498192s 2018-12-29 04:00:55,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cfae9496-810a-4d61-a4a9-ea003b975430 2018-12-29 04:00:55,459 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:57,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-af93722b-6be3-4727-a0a2-6d5205b7f998 x-compute-request-id: req-af93722b-6be3-4727-a0a2-6d5205b7f998 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:57,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-af93722b-6be3-4727-a0a2-6d5205b7f998 2018-12-29 04:00:57,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545128107071s 2018-12-29 04:00:57,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-af93722b-6be3-4727-a0a2-6d5205b7f998 2018-12-29 04:00:57,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:57,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:00:58,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00: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-3429e25a-1b19-470b-a23b-8124e6ef2411 x-compute-request-id: req-3429e25a-1b19-470b-a23b-8124e6ef2411 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:00:58,082 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3429e25a-1b19-470b-a23b-8124e6ef2411 2018-12-29 04:00:58,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07229709625s 2018-12-29 04:00:58,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3429e25a-1b19-470b-a23b-8124e6ef2411 2018-12-29 04:00:58,083 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:00:59,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:00:59,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:00:59,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a73e1801-afac-484e-9fd5-3d8d3b4e60dd x-compute-request-id: req-a73e1801-afac-484e-9fd5-3d8d3b4e60dd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:00:59,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a73e1801-afac-484e-9fd5-3d8d3b4e60dd 2018-12-29 04:00:59,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515719175339s 2018-12-29 04:00:59,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a73e1801-afac-484e-9fd5-3d8d3b4e60dd 2018-12-29 04:00:59,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:00:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:00,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb01338c-092c-4a55-b255-c7d814832a1a x-compute-request-id: req-eb01338c-092c-4a55-b255-c7d814832a1a Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:00,674 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-eb01338c-092c-4a55-b255-c7d814832a1a 2018-12-29 04:01:00,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0698428154s 2018-12-29 04:01:00,675 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-eb01338c-092c-4a55-b255-c7d814832a1a 2018-12-29 04:01:00,676 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:01,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:02,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d87a3a-6996-49d4-80b4-9be7b911d5e3 x-compute-request-id: req-d5d87a3a-6996-49d4-80b4-9be7b911d5e3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:02,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d5d87a3a-6996-49d4-80b4-9be7b911d5e3 2018-12-29 04:01:02,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497175216675s 2018-12-29 04:01:02,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d5d87a3a-6996-49d4-80b4-9be7b911d5e3 2018-12-29 04:01:02,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:02,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:03,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-052a6e0b-5523-4ff3-b928-327d5533ab15 x-compute-request-id: req-052a6e0b-5523-4ff3-b928-327d5533ab15 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:03,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-052a6e0b-5523-4ff3-b928-327d5533ab15 2018-12-29 04:01:03,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07812809944s 2018-12-29 04:01:03,258 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-052a6e0b-5523-4ff3-b928-327d5533ab15 2018-12-29 04:01:03,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:04,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:04,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:04,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b6a0cc0-509e-4065-bcf9-b432843d39fe x-compute-request-id: req-8b6a0cc0-509e-4065-bcf9-b432843d39fe Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:04,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8b6a0cc0-509e-4065-bcf9-b432843d39fe 2018-12-29 04:01:04,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358939170837s 2018-12-29 04:01:04,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8b6a0cc0-509e-4065-bcf9-b432843d39fe 2018-12-29 04:01:04,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:05,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26b437cc-c6c5-4190-a62e-274521e11fad x-compute-request-id: req-26b437cc-c6c5-4190-a62e-274521e11fad Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:05,694 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-26b437cc-c6c5-4190-a62e-274521e11fad 2018-12-29 04:01:05,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07061886787s 2018-12-29 04:01:05,695 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-26b437cc-c6c5-4190-a62e-274521e11fad 2018-12-29 04:01:05,695 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:06,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:06,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:07,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-c8405d34-f5f9-44e8-a461-14736784b2e4 x-compute-request-id: req-c8405d34-f5f9-44e8-a461-14736784b2e4 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:07,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8405d34-f5f9-44e8-a461-14736784b2e4 2018-12-29 04:01:07,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526002883911s 2018-12-29 04:01:07,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8405d34-f5f9-44e8-a461-14736784b2e4 2018-12-29 04:01:07,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:07,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:08,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d37b6f91-fbf7-418f-9804-70773b9e3830 x-compute-request-id: req-d37b6f91-fbf7-418f-9804-70773b9e3830 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:08,298 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d37b6f91-fbf7-418f-9804-70773b9e3830 2018-12-29 04:01:08,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07122612s 2018-12-29 04:01:08,299 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d37b6f91-fbf7-418f-9804-70773b9e3830 2018-12-29 04:01:08,299 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:09,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:09,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:09,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e866b667-09ea-4fc6-a0e0-aa33f516e195 x-compute-request-id: req-e866b667-09ea-4fc6-a0e0-aa33f516e195 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:09,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e866b667-09ea-4fc6-a0e0-aa33f516e195 2018-12-29 04:01:09,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568340063095s 2018-12-29 04:01:09,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e866b667-09ea-4fc6-a0e0-aa33f516e195 2018-12-29 04:01:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:09,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:10,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67e0bf92-86de-43a2-a795-c1b560aba173 x-compute-request-id: req-67e0bf92-86de-43a2-a795-c1b560aba173 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:10,984 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-67e0bf92-86de-43a2-a795-c1b560aba173 2018-12-29 04:01:10,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11021494865s 2018-12-29 04:01:10,984 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-67e0bf92-86de-43a2-a795-c1b560aba173 2018-12-29 04:01:10,985 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:10,986 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:01:11,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:11,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:12,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-5d500972-bb8b-4cf2-80fb-69c0d663d889 x-compute-request-id: req-5d500972-bb8b-4cf2-80fb-69c0d663d889 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:12,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d500972-bb8b-4cf2-80fb-69c0d663d889 2018-12-29 04:01:12,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37539601326s 2018-12-29 04:01:12,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d500972-bb8b-4cf2-80fb-69c0d663d889 2018-12-29 04:01:12,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:12,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:13,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-28ca834e-cdc3-4798-bfbc-16d106eca794 x-compute-request-id: req-28ca834e-cdc3-4798-bfbc-16d106eca794 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:13,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-28ca834e-cdc3-4798-bfbc-16d106eca794 2018-12-29 04:01:13,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07067704201s 2018-12-29 04:01:13,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-28ca834e-cdc3-4798-bfbc-16d106eca794 2018-12-29 04:01:13,438 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:14,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:14,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:14,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dc65961-ea8d-4e85-9a8c-fc17047272a0 x-compute-request-id: req-5dc65961-ea8d-4e85-9a8c-fc17047272a0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:14,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5dc65961-ea8d-4e85-9a8c-fc17047272a0 2018-12-29 04:01:14,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225162982941s 2018-12-29 04:01:14,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5dc65961-ea8d-4e85-9a8c-fc17047272a0 2018-12-29 04:01:14,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:14,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:15,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-066c6314-3063-4a0e-b0da-9745cf2a1289 x-compute-request-id: req-066c6314-3063-4a0e-b0da-9745cf2a1289 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:15,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-066c6314-3063-4a0e-b0da-9745cf2a1289 2018-12-29 04:01:15,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07451605797s 2018-12-29 04:01:15,744 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-066c6314-3063-4a0e-b0da-9745cf2a1289 2018-12-29 04:01:15,744 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:16,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:17,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-941d3a8e-8316-4a9b-9dd3-ee5d060f208c x-compute-request-id: req-941d3a8e-8316-4a9b-9dd3-ee5d060f208c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:17,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-941d3a8e-8316-4a9b-9dd3-ee5d060f208c 2018-12-29 04:01:17,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392389059067s 2018-12-29 04:01:17,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-941d3a8e-8316-4a9b-9dd3-ee5d060f208c 2018-12-29 04:01:17,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:18,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-08fbc410-d19b-43d9-bd21-f7ae5d7dc38d x-compute-request-id: req-08fbc410-d19b-43d9-bd21-f7ae5d7dc38d Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:18,216 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-08fbc410-d19b-43d9-bd21-f7ae5d7dc38d 2018-12-29 04:01:18,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07290005684s 2018-12-29 04:01:18,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-08fbc410-d19b-43d9-bd21-f7ae5d7dc38d 2018-12-29 04:01:18,217 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:19,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:19,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:19,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5511004-1cab-49d9-927b-87a9f7b02d76 x-compute-request-id: req-c5511004-1cab-49d9-927b-87a9f7b02d76 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:19,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5511004-1cab-49d9-927b-87a9f7b02d76 2018-12-29 04:01:19,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513099908829s 2018-12-29 04:01:19,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5511004-1cab-49d9-927b-87a9f7b02d76 2018-12-29 04:01:19,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:19,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:20,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f6333b7-ef24-4064-b8ff-b2dd6e1bbdac x-compute-request-id: req-8f6333b7-ef24-4064-b8ff-b2dd6e1bbdac Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:20,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8f6333b7-ef24-4064-b8ff-b2dd6e1bbdac 2018-12-29 04:01:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07306098938s 2018-12-29 04:01:20,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8f6333b7-ef24-4064-b8ff-b2dd6e1bbdac 2018-12-29 04:01:20,811 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:21,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:22,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7774dce-bf6a-46da-87c1-d045432c29d3 x-compute-request-id: req-b7774dce-bf6a-46da-87c1-d045432c29d3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:22,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7774dce-bf6a-46da-87c1-d045432c29d3 2018-12-29 04:01:22,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533041000366s 2018-12-29 04:01:22,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7774dce-bf6a-46da-87c1-d045432c29d3 2018-12-29 04:01:22,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:23,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-f9ce8c7d-f373-4ea1-80c8-79a004812f0e x-compute-request-id: req-f9ce8c7d-f373-4ea1-80c8-79a004812f0e Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:23,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f9ce8c7d-f373-4ea1-80c8-79a004812f0e 2018-12-29 04:01:23,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07365083694s 2018-12-29 04:01:23,425 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f9ce8c7d-f373-4ea1-80c8-79a004812f0e 2018-12-29 04:01:23,425 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:24,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:24,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:24,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-54932841-ea42-4afa-a32a-20ad61cfbb29 x-compute-request-id: req-54932841-ea42-4afa-a32a-20ad61cfbb29 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:24,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-54932841-ea42-4afa-a32a-20ad61cfbb29 2018-12-29 04:01:24,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558924913406s 2018-12-29 04:01:24,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-54932841-ea42-4afa-a32a-20ad61cfbb29 2018-12-29 04:01:24,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:24,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:26,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-054e1837-4fb5-485e-8ace-1abd79897a22 x-compute-request-id: req-054e1837-4fb5-485e-8ace-1abd79897a22 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:26,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-054e1837-4fb5-485e-8ace-1abd79897a22 2018-12-29 04:01:26,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07019805908s 2018-12-29 04:01:26,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-054e1837-4fb5-485e-8ace-1abd79897a22 2018-12-29 04:01:26,062 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:27,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:27,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17030be7-f473-48d3-be9c-20147c9729a9 x-compute-request-id: req-17030be7-f473-48d3-be9c-20147c9729a9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:27,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17030be7-f473-48d3-be9c-20147c9729a9 2018-12-29 04:01:27,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.825714111328s 2018-12-29 04:01:27,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17030be7-f473-48d3-be9c-20147c9729a9 2018-12-29 04:01:27,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:27,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:28,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b177be0-aa04-4284-aeb4-f7ca9f83c91a x-compute-request-id: req-6b177be0-aa04-4284-aeb4-f7ca9f83c91a Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:28,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6b177be0-aa04-4284-aeb4-f7ca9f83c91a 2018-12-29 04:01:28,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07258796692s 2018-12-29 04:01:28,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6b177be0-aa04-4284-aeb4-f7ca9f83c91a 2018-12-29 04:01:28,968 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:29,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:29,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:30,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-134b80f2-40d7-45fc-8f8b-3bf8e72d655d x-compute-request-id: req-134b80f2-40d7-45fc-8f8b-3bf8e72d655d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:30,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-134b80f2-40d7-45fc-8f8b-3bf8e72d655d 2018-12-29 04:01:30,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528199195862s 2018-12-29 04:01:30,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-134b80f2-40d7-45fc-8f8b-3bf8e72d655d 2018-12-29 04:01:30,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:30,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:31,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-f5016e33-447c-45ab-a20a-cdfaf1d5785b x-compute-request-id: req-f5016e33-447c-45ab-a20a-cdfaf1d5785b Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:31,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f5016e33-447c-45ab-a20a-cdfaf1d5785b 2018-12-29 04:01:31,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07993221283s 2018-12-29 04:01:31,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f5016e33-447c-45ab-a20a-cdfaf1d5785b 2018-12-29 04:01:31,583 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:32,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:32,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:33,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-9369a820-f8cb-4638-a80d-c2159acb423a x-compute-request-id: req-9369a820-f8cb-4638-a80d-c2159acb423a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:33,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9369a820-f8cb-4638-a80d-c2159acb423a 2018-12-29 04:01:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809729814529s 2018-12-29 04:01:33,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9369a820-f8cb-4638-a80d-c2159acb423a 2018-12-29 04:01:33,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:33,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:34,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6155f4bd-823c-4c94-b757-cf01b583b01c x-compute-request-id: req-6155f4bd-823c-4c94-b757-cf01b583b01c Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:34,469 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6155f4bd-823c-4c94-b757-cf01b583b01c 2018-12-29 04:01:34,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06990981102s 2018-12-29 04:01:34,470 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6155f4bd-823c-4c94-b757-cf01b583b01c 2018-12-29 04:01:34,470 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:35,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:35,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:36,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-286d9cf1-c899-404e-aa48-0348d425c31c x-compute-request-id: req-286d9cf1-c899-404e-aa48-0348d425c31c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:36,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-286d9cf1-c899-404e-aa48-0348d425c31c 2018-12-29 04:01:36,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592749118805s 2018-12-29 04:01:36,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-286d9cf1-c899-404e-aa48-0348d425c31c 2018-12-29 04:01:36,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:36,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:37,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4942e19-b0ef-418c-a6b4-9d007c0ff129 x-compute-request-id: req-f4942e19-b0ef-418c-a6b4-9d007c0ff129 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:37,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f4942e19-b0ef-418c-a6b4-9d007c0ff129 2018-12-29 04:01:37,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07174491882s 2018-12-29 04:01:37,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f4942e19-b0ef-418c-a6b4-9d007c0ff129 2018-12-29 04:01:37,142 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:37,142 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:01:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:38,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:38,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2445ce59-1307-420a-a9fd-8e89e8d70a32 x-compute-request-id: req-2445ce59-1307-420a-a9fd-8e89e8d70a32 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:38,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2445ce59-1307-420a-a9fd-8e89e8d70a32 2018-12-29 04:01:38,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504620790482s 2018-12-29 04:01:38,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2445ce59-1307-420a-a9fd-8e89e8d70a32 2018-12-29 04:01:38,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:39,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e3890a0-7699-40a7-8883-f970802ca62d x-compute-request-id: req-0e3890a0-7699-40a7-8883-f970802ca62d Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:39,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0e3890a0-7699-40a7-8883-f970802ca62d 2018-12-29 04:01:39,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0718960762s 2018-12-29 04:01:39,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0e3890a0-7699-40a7-8883-f970802ca62d 2018-12-29 04:01:39,725 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:40,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:40,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:41,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-a4ef6870-b6e7-4152-ad7a-5efe973a3900 x-compute-request-id: req-a4ef6870-b6e7-4152-ad7a-5efe973a3900 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:41,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a4ef6870-b6e7-4152-ad7a-5efe973a3900 2018-12-29 04:01:41,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530666828156s 2018-12-29 04:01:41,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a4ef6870-b6e7-4152-ad7a-5efe973a3900 2018-12-29 04:01:41,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:41,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:42,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-278ce647-2dd1-4395-8fd9-838c65d1798e x-compute-request-id: req-278ce647-2dd1-4395-8fd9-838c65d1798e Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:42,337 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-278ce647-2dd1-4395-8fd9-838c65d1798e 2018-12-29 04:01:42,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07611894608s 2018-12-29 04:01:42,338 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-278ce647-2dd1-4395-8fd9-838c65d1798e 2018-12-29 04:01:42,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:43,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:43,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:43,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f299844d-7206-4488-94f4-07b40ffb999a x-compute-request-id: req-f299844d-7206-4488-94f4-07b40ffb999a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:43,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f299844d-7206-4488-94f4-07b40ffb999a 2018-12-29 04:01:43,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51313495636s 2018-12-29 04:01:43,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f299844d-7206-4488-94f4-07b40ffb999a 2018-12-29 04:01:43,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:43,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:44,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d06b3bfd-42ab-46f3-ac75-27c5334614fe x-compute-request-id: req-d06b3bfd-42ab-46f3-ac75-27c5334614fe Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:44,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d06b3bfd-42ab-46f3-ac75-27c5334614fe 2018-12-29 04:01:44,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07258200645s 2018-12-29 04:01:44,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d06b3bfd-42ab-46f3-ac75-27c5334614fe 2018-12-29 04:01:44,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:45,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:46,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e883998-318b-41e6-9ee9-3f3f6249b591 x-compute-request-id: req-9e883998-318b-41e6-9ee9-3f3f6249b591 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:46,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e883998-318b-41e6-9ee9-3f3f6249b591 2018-12-29 04:01:46,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505261898041s 2018-12-29 04:01:46,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e883998-318b-41e6-9ee9-3f3f6249b591 2018-12-29 04:01:46,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:46,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:47,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-4d89f059-a903-49e4-8f5c-7eff718d4b8b x-compute-request-id: req-4d89f059-a903-49e4-8f5c-7eff718d4b8b Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:47,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4d89f059-a903-49e4-8f5c-7eff718d4b8b 2018-12-29 04:01:47,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12508606911s 2018-12-29 04:01:47,569 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4d89f059-a903-49e4-8f5c-7eff718d4b8b 2018-12-29 04:01:47,569 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:48,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:48,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:49,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c842a4e-f634-474b-bb99-0461cbfbc3bf x-compute-request-id: req-5c842a4e-f634-474b-bb99-0461cbfbc3bf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:49,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c842a4e-f634-474b-bb99-0461cbfbc3bf 2018-12-29 04:01:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658149003983s 2018-12-29 04:01:49,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c842a4e-f634-474b-bb99-0461cbfbc3bf 2018-12-29 04:01:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:49,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:50,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2a051c2-4a12-43a4-a276-6ed2200dc273 x-compute-request-id: req-c2a051c2-4a12-43a4-a276-6ed2200dc273 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:50,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c2a051c2-4a12-43a4-a276-6ed2200dc273 2018-12-29 04:01:50,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07142591476s 2018-12-29 04:01:50,306 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c2a051c2-4a12-43a4-a276-6ed2200dc273 2018-12-29 04:01:50,306 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:51,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:51,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:51,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66f02620-dd32-42ac-83ea-c9d629cd5540 x-compute-request-id: req-66f02620-dd32-42ac-83ea-c9d629cd5540 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:51,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-66f02620-dd32-42ac-83ea-c9d629cd5540 2018-12-29 04:01:51,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678260803223s 2018-12-29 04:01:51,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-66f02620-dd32-42ac-83ea-c9d629cd5540 2018-12-29 04:01:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:53,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6adcfd70-4107-4ca3-b33e-bee9d5aa0be5 x-compute-request-id: req-6adcfd70-4107-4ca3-b33e-bee9d5aa0be5 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:53,062 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6adcfd70-4107-4ca3-b33e-bee9d5aa0be5 2018-12-29 04:01:53,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07170391083s 2018-12-29 04:01:53,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6adcfd70-4107-4ca3-b33e-bee9d5aa0be5 2018-12-29 04:01:53,063 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:54,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:54,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-e8baa0b7-17e7-45b2-a5da-d74d694cc5bd x-compute-request-id: req-e8baa0b7-17e7-45b2-a5da-d74d694cc5bd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:54,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8baa0b7-17e7-45b2-a5da-d74d694cc5bd 2018-12-29 04:01:54,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380603075027s 2018-12-29 04:01:54,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8baa0b7-17e7-45b2-a5da-d74d694cc5bd 2018-12-29 04:01:54,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:54,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:55,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-e27c6590-5f2e-438c-b4a7-3c4e36dbf2e5 x-compute-request-id: req-e27c6590-5f2e-438c-b4a7-3c4e36dbf2e5 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:55,521 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e27c6590-5f2e-438c-b4a7-3c4e36dbf2e5 2018-12-29 04:01:55,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07204794884s 2018-12-29 04:01:55,522 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e27c6590-5f2e-438c-b4a7-3c4e36dbf2e5 2018-12-29 04:01:55,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:56,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:57,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01: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-d603a2c9-d9b1-4177-b6c8-73650a1f2b8a x-compute-request-id: req-d603a2c9-d9b1-4177-b6c8-73650a1f2b8a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:57,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d603a2c9-d9b1-4177-b6c8-73650a1f2b8a 2018-12-29 04:01:57,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518639087677s 2018-12-29 04:01:57,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d603a2c9-d9b1-4177-b6c8-73650a1f2b8a 2018-12-29 04:01:57,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:01:58,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-644bde2a-a7e6-4794-96c3-172025346510 x-compute-request-id: req-644bde2a-a7e6-4794-96c3-172025346510 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:01:58,121 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-644bde2a-a7e6-4794-96c3-172025346510 2018-12-29 04:01:58,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07447814941s 2018-12-29 04:01:58,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-644bde2a-a7e6-4794-96c3-172025346510 2018-12-29 04:01:58,123 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:01:59,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:01:59,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:01:59,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a877955-30fb-4bcf-a90f-25c624c19888 x-compute-request-id: req-8a877955-30fb-4bcf-a90f-25c624c19888 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:01:59,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a877955-30fb-4bcf-a90f-25c624c19888 2018-12-29 04:01:59,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684062004089s 2018-12-29 04:01:59,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a877955-30fb-4bcf-a90f-25c624c19888 2018-12-29 04:01:59,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:01:59,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:00,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:01:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07dddbf6-f4f5-4091-a8c7-ce483c06308a x-compute-request-id: req-07dddbf6-f4f5-4091-a8c7-ce483c06308a Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:00,918 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-07dddbf6-f4f5-4091-a8c7-ce483c06308a 2018-12-29 04:02:00,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10578918457s 2018-12-29 04:02:00,919 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-07dddbf6-f4f5-4091-a8c7-ce483c06308a 2018-12-29 04:02:00,920 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:01,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:01,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:02,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-26874a4a-3b18-4056-96be-18a1d691492a x-compute-request-id: req-26874a4a-3b18-4056-96be-18a1d691492a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:02,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-26874a4a-3b18-4056-96be-18a1d691492a 2018-12-29 04:02:02,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492814064026s 2018-12-29 04:02:02,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-26874a4a-3b18-4056-96be-18a1d691492a 2018-12-29 04:02:02,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:02,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:03,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-d890d182-c92d-4f7b-84e9-506258194fa7 x-compute-request-id: req-d890d182-c92d-4f7b-84e9-506258194fa7 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:03,492 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d890d182-c92d-4f7b-84e9-506258194fa7 2018-12-29 04:02:03,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07406592369s 2018-12-29 04:02:03,493 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d890d182-c92d-4f7b-84e9-506258194fa7 2018-12-29 04:02:03,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:03,494 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:02:04,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:04,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:05,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-e8de3488-97d6-43a6-b143-fe0e01e47378 x-compute-request-id: req-e8de3488-97d6-43a6-b143-fe0e01e47378 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:05,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8de3488-97d6-43a6-b143-fe0e01e47378 2018-12-29 04:02:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547021865845s 2018-12-29 04:02:05,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8de3488-97d6-43a6-b143-fe0e01e47378 2018-12-29 04:02:05,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:05,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:06,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29b658c9-c134-46e4-9196-84fe8cd512c9 x-compute-request-id: req-29b658c9-c134-46e4-9196-84fe8cd512c9 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:06,121 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-29b658c9-c134-46e4-9196-84fe8cd512c9 2018-12-29 04:02:06,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07506489754s 2018-12-29 04:02:06,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-29b658c9-c134-46e4-9196-84fe8cd512c9 2018-12-29 04:02:06,122 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:07,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:07,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:07,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48122fb1-d3f7-4df8-8c0d-96744f8754f1 x-compute-request-id: req-48122fb1-d3f7-4df8-8c0d-96744f8754f1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:07,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48122fb1-d3f7-4df8-8c0d-96744f8754f1 2018-12-29 04:02:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513566017151s 2018-12-29 04:02:07,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-48122fb1-d3f7-4df8-8c0d-96744f8754f1 2018-12-29 04:02:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:08,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e075b6f-bce1-43c4-94b0-23e04b580b5a x-compute-request-id: req-8e075b6f-bce1-43c4-94b0-23e04b580b5a Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:08,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8e075b6f-bce1-43c4-94b0-23e04b580b5a 2018-12-29 04:02:08,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07493209839s 2018-12-29 04:02:08,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8e075b6f-bce1-43c4-94b0-23e04b580b5a 2018-12-29 04:02:08,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:09,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:09,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:10,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-808d53a1-3c11-4cae-a769-a6f3c5b9ead9 x-compute-request-id: req-808d53a1-3c11-4cae-a769-a6f3c5b9ead9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:10,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-808d53a1-3c11-4cae-a769-a6f3c5b9ead9 2018-12-29 04:02:10,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811345100403s 2018-12-29 04:02:10,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-808d53a1-3c11-4cae-a769-a6f3c5b9ead9 2018-12-29 04:02:10,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:10,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:11,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5659411d-6628-42b9-bfdb-0cac26e1ef54 x-compute-request-id: req-5659411d-6628-42b9-bfdb-0cac26e1ef54 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:11,604 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5659411d-6628-42b9-bfdb-0cac26e1ef54 2018-12-29 04:02:11,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06966710091s 2018-12-29 04:02:11,605 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-5659411d-6628-42b9-bfdb-0cac26e1ef54 2018-12-29 04:02:11,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:12,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:12,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:13,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-c08bbf4b-b359-4031-b16d-2e2898cbcdf2 x-compute-request-id: req-c08bbf4b-b359-4031-b16d-2e2898cbcdf2 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:13,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c08bbf4b-b359-4031-b16d-2e2898cbcdf2 2018-12-29 04:02:13,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659593105316s 2018-12-29 04:02:13,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c08bbf4b-b359-4031-b16d-2e2898cbcdf2 2018-12-29 04:02:13,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:13,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:14,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f89e485-cd2d-4b99-9ca0-eeece7233fe5 x-compute-request-id: req-2f89e485-cd2d-4b99-9ca0-eeece7233fe5 Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:14,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2f89e485-cd2d-4b99-9ca0-eeece7233fe5 2018-12-29 04:02:14,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07372283936s 2018-12-29 04:02:14,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2f89e485-cd2d-4b99-9ca0-eeece7233fe5 2018-12-29 04:02:14,346 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:15,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:15,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:15,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ce71051-62e4-4466-b020-065ce27ddd56 x-compute-request-id: req-0ce71051-62e4-4466-b020-065ce27ddd56 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:15,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ce71051-62e4-4466-b020-065ce27ddd56 2018-12-29 04:02:15,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548748970032s 2018-12-29 04:02:15,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ce71051-62e4-4466-b020-065ce27ddd56 2018-12-29 04:02:15,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:15,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:16,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-360fb9f3-b551-4ef6-9d27-e5176c2bf56e x-compute-request-id: req-360fb9f3-b551-4ef6-9d27-e5176c2bf56e Content-Encoding: gzip Content-Length: 8032 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:16,992 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-360fb9f3-b551-4ef6-9d27-e5176c2bf56e 2018-12-29 04:02:16,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09082508087s 2018-12-29 04:02:16,993 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-360fb9f3-b551-4ef6-9d27-e5176c2bf56e 2018-12-29 04:02:16,993 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:17,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:17,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:18,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-4a2a854b-4c13-4570-ae0e-8faad8e350d7 x-compute-request-id: req-4a2a854b-4c13-4570-ae0e-8faad8e350d7 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:18,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4a2a854b-4c13-4570-ae0e-8faad8e350d7 2018-12-29 04:02:18,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656241178513s 2018-12-29 04:02:18,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4a2a854b-4c13-4570-ae0e-8faad8e350d7 2018-12-29 04:02:18,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:18,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:19,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-461e3eb7-4123-445f-be52-d143c662f8ab x-compute-request-id: req-461e3eb7-4123-445f-be52-d143c662f8ab Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:19,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-461e3eb7-4123-445f-be52-d143c662f8ab 2018-12-29 04:02:19,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08389687538s 2018-12-29 04:02:19,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-461e3eb7-4123-445f-be52-d143c662f8ab 2018-12-29 04:02:19,740 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:20,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:20,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:21,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-5f46277a-cefe-4566-a797-8325d5911c76 x-compute-request-id: req-5f46277a-cefe-4566-a797-8325d5911c76 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:21,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5f46277a-cefe-4566-a797-8325d5911c76 2018-12-29 04:02:21,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556664943695s 2018-12-29 04:02:21,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5f46277a-cefe-4566-a797-8325d5911c76 2018-12-29 04:02:21,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:21,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:22,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-954cd7a1-d658-4b4c-abcc-39ac4d7d7646 x-compute-request-id: req-954cd7a1-d658-4b4c-abcc-39ac4d7d7646 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:22,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-954cd7a1-d658-4b4c-abcc-39ac4d7d7646 2018-12-29 04:02:22,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10488796234s 2018-12-29 04:02:22,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-954cd7a1-d658-4b4c-abcc-39ac4d7d7646 2018-12-29 04:02:22,408 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:23,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:23,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-2c8617f4-be55-40df-a44f-a82483684a1d x-compute-request-id: req-2c8617f4-be55-40df-a44f-a82483684a1d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:23,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c8617f4-be55-40df-a44f-a82483684a1d 2018-12-29 04:02:23,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395107984543s 2018-12-29 04:02:23,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c8617f4-be55-40df-a44f-a82483684a1d 2018-12-29 04:02:23,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-e370eb40-1f11-484a-963a-ba5556f2fd43 x-compute-request-id: req-e370eb40-1f11-484a-963a-ba5556f2fd43 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:24,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e370eb40-1f11-484a-963a-ba5556f2fd43 2018-12-29 04:02:24,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07051992416s 2018-12-29 04:02:24,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e370eb40-1f11-484a-963a-ba5556f2fd43 2018-12-29 04:02: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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:25,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:25,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:26,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdf4adfd-c992-4574-bb98-5b376c3b7d5a x-compute-request-id: req-cdf4adfd-c992-4574-bb98-5b376c3b7d5a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:26,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cdf4adfd-c992-4574-bb98-5b376c3b7d5a 2018-12-29 04:02:26,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651676893234s 2018-12-29 04:02:26,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cdf4adfd-c992-4574-bb98-5b376c3b7d5a 2018-12-29 04:02:26,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:27,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-7b318e50-94b4-4b5a-8e9b-55af506ba04e x-compute-request-id: req-7b318e50-94b4-4b5a-8e9b-55af506ba04e Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:27,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7b318e50-94b4-4b5a-8e9b-55af506ba04e 2018-12-29 04:02:27,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07088685036s 2018-12-29 04:02:27,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-7b318e50-94b4-4b5a-8e9b-55af506ba04e 2018-12-29 04:02:27,610 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:28,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:28,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:28,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de6940bc-24bb-4e63-87e7-cbc7905c53e9 x-compute-request-id: req-de6940bc-24bb-4e63-87e7-cbc7905c53e9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:28,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de6940bc-24bb-4e63-87e7-cbc7905c53e9 2018-12-29 04:02:28,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23282289505s 2018-12-29 04:02:28,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de6940bc-24bb-4e63-87e7-cbc7905c53e9 2018-12-29 04:02:28,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:28,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:29,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22efb8df-dec2-4bbd-a6f2-005e8b0b9e8d x-compute-request-id: req-22efb8df-dec2-4bbd-a6f2-005e8b0b9e8d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:29,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-22efb8df-dec2-4bbd-a6f2-005e8b0b9e8d 2018-12-29 04:02:29,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07284188271s 2018-12-29 04:02:29,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-22efb8df-dec2-4bbd-a6f2-005e8b0b9e8d 2018-12-29 04:02:29,923 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:29,924 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:02:30,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:30,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:31,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-a6da0ec5-1b44-41aa-bf6d-0ee9ecbe7cf2 x-compute-request-id: req-a6da0ec5-1b44-41aa-bf6d-0ee9ecbe7cf2 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:31,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a6da0ec5-1b44-41aa-bf6d-0ee9ecbe7cf2 2018-12-29 04:02:31,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535192012787s 2018-12-29 04:02:31,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a6da0ec5-1b44-41aa-bf6d-0ee9ecbe7cf2 2018-12-29 04:02:31,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:31,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:32,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21379818-4b63-4ab4-99de-1ec7e0b69c30 x-compute-request-id: req-21379818-4b63-4ab4-99de-1ec7e0b69c30 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:32,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-21379818-4b63-4ab4-99de-1ec7e0b69c30 2018-12-29 04:02:32,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07114505768s 2018-12-29 04:02:32,537 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-21379818-4b63-4ab4-99de-1ec7e0b69c30 2018-12-29 04:02:32,537 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:33,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:34,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-9830fdae-b2df-4454-a9f6-166f297fd72f x-compute-request-id: req-9830fdae-b2df-4454-a9f6-166f297fd72f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:34,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9830fdae-b2df-4454-a9f6-166f297fd72f 2018-12-29 04:02:34,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637657165527s 2018-12-29 04:02:34,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9830fdae-b2df-4454-a9f6-166f297fd72f 2018-12-29 04:02:34,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:35,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-9eb570b1-8f98-438a-bc01-aa3478c9bef2 x-compute-request-id: req-9eb570b1-8f98-438a-bc01-aa3478c9bef2 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:35,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9eb570b1-8f98-438a-bc01-aa3478c9bef2 2018-12-29 04:02:35,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0716149807s 2018-12-29 04:02:35,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9eb570b1-8f98-438a-bc01-aa3478c9bef2 2018-12-29 04:02:35,253 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:36,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:36,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6864ee59-9663-4602-a9d6-4970a1cbaa3f x-compute-request-id: req-6864ee59-9663-4602-a9d6-4970a1cbaa3f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:36,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6864ee59-9663-4602-a9d6-4970a1cbaa3f 2018-12-29 04:02:36,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517575025558s 2018-12-29 04:02:36,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6864ee59-9663-4602-a9d6-4970a1cbaa3f 2018-12-29 04:02:36,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:36,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:37,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-487a8eef-deaf-4559-b97d-866df4ac07a5 x-compute-request-id: req-487a8eef-deaf-4559-b97d-866df4ac07a5 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:37,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-487a8eef-deaf-4559-b97d-866df4ac07a5 2018-12-29 04:02:37,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07110118866s 2018-12-29 04:02:37,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-487a8eef-deaf-4559-b97d-866df4ac07a5 2018-12-29 04:02:37,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:38,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:38,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:39,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-a0849984-f9de-4ccd-aa95-ebb5441cf05f x-compute-request-id: req-a0849984-f9de-4ccd-aa95-ebb5441cf05f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:39,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a0849984-f9de-4ccd-aa95-ebb5441cf05f 2018-12-29 04:02:39,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508876800537s 2018-12-29 04:02:39,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a0849984-f9de-4ccd-aa95-ebb5441cf05f 2018-12-29 04:02:39,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:39,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:40,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-4e1a8e2b-28b8-498f-88cf-0a63f8fa70f5 x-compute-request-id: req-4e1a8e2b-28b8-498f-88cf-0a63f8fa70f5 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:40,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4e1a8e2b-28b8-498f-88cf-0a63f8fa70f5 2018-12-29 04:02:40,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07081604004s 2018-12-29 04:02:40,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4e1a8e2b-28b8-498f-88cf-0a63f8fa70f5 2018-12-29 04:02:40,435 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:41,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:41,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-297ef58d-0616-478a-b272-ec8d89fc546b x-compute-request-id: req-297ef58d-0616-478a-b272-ec8d89fc546b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:41,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-297ef58d-0616-478a-b272-ec8d89fc546b 2018-12-29 04:02:41,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522521018982s 2018-12-29 04:02:41,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-297ef58d-0616-478a-b272-ec8d89fc546b 2018-12-29 04:02:41,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:41,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:43,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cbd4936-d1c5-46b5-82e9-77ea11c3da00 x-compute-request-id: req-4cbd4936-d1c5-46b5-82e9-77ea11c3da00 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:43,036 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4cbd4936-d1c5-46b5-82e9-77ea11c3da00 2018-12-29 04:02:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07237696648s 2018-12-29 04:02:43,037 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4cbd4936-d1c5-46b5-82e9-77ea11c3da00 2018-12-29 04:02:43,038 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:44,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-3c4f9978-f028-41d4-aae6-7b0a33638450 x-compute-request-id: req-3c4f9978-f028-41d4-aae6-7b0a33638450 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:44,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3c4f9978-f028-41d4-aae6-7b0a33638450 2018-12-29 04:02:44,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367256879807s 2018-12-29 04:02:44,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3c4f9978-f028-41d4-aae6-7b0a33638450 2018-12-29 04:02:44,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:44,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:45,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-d9dc0374-5018-4371-a5fd-21225b7a2eef x-compute-request-id: req-d9dc0374-5018-4371-a5fd-21225b7a2eef Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:45,482 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d9dc0374-5018-4371-a5fd-21225b7a2eef 2018-12-29 04:02:45,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0709810257s 2018-12-29 04:02:45,482 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d9dc0374-5018-4371-a5fd-21225b7a2eef 2018-12-29 04:02:45,483 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:46,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:46,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:46,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81530e7b-88bb-423f-8071-410b869496bc x-compute-request-id: req-81530e7b-88bb-423f-8071-410b869496bc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:46,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-81530e7b-88bb-423f-8071-410b869496bc 2018-12-29 04:02:46,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365594863892s 2018-12-29 04:02:46,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-81530e7b-88bb-423f-8071-410b869496bc 2018-12-29 04:02:46,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:47,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44a02290-9196-4709-bdc5-d2dbf8e3f20d x-compute-request-id: req-44a02290-9196-4709-bdc5-d2dbf8e3f20d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:47,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-44a02290-9196-4709-bdc5-d2dbf8e3f20d 2018-12-29 04:02:47,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06979203224s 2018-12-29 04:02:47,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-44a02290-9196-4709-bdc5-d2dbf8e3f20d 2018-12-29 04:02:47,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:48,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:49,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d5d2480-b1ff-4857-9d65-74fa97bdda46 x-compute-request-id: req-8d5d2480-b1ff-4857-9d65-74fa97bdda46 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:49,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8d5d2480-b1ff-4857-9d65-74fa97bdda46 2018-12-29 04:02:49,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367002010345s 2018-12-29 04:02:49,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8d5d2480-b1ff-4857-9d65-74fa97bdda46 2018-12-29 04:02:49,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:49,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:50,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56863ba8-ff5b-4df3-9617-f982278cd390 x-compute-request-id: req-56863ba8-ff5b-4df3-9617-f982278cd390 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:50,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-56863ba8-ff5b-4df3-9617-f982278cd390 2018-12-29 04:02:50,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07180094719s 2018-12-29 04:02:50,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-56863ba8-ff5b-4df3-9617-f982278cd390 2018-12-29 04:02:50,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:51,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:51,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:51,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-ec1449a3-24e7-4771-97ca-f07d77444832 x-compute-request-id: req-ec1449a3-24e7-4771-97ca-f07d77444832 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:51,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ec1449a3-24e7-4771-97ca-f07d77444832 2018-12-29 04:02:51,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375345945358s 2018-12-29 04:02:51,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ec1449a3-24e7-4771-97ca-f07d77444832 2018-12-29 04:02:51,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:51,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:52,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-923ea225-e36f-485c-98c2-3f4dacf90a32 x-compute-request-id: req-923ea225-e36f-485c-98c2-3f4dacf90a32 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:52,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-923ea225-e36f-485c-98c2-3f4dacf90a32 2018-12-29 04:02:52,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07015609741s 2018-12-29 04:02:52,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-923ea225-e36f-485c-98c2-3f4dacf90a32 2018-12-29 04:02:52,823 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:54,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02: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-3baeb9e3-6d21-4931-8ed2-05de36b977f0 x-compute-request-id: req-3baeb9e3-6d21-4931-8ed2-05de36b977f0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:54,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3baeb9e3-6d21-4931-8ed2-05de36b977f0 2018-12-29 04:02:54,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530441045761s 2018-12-29 04:02:54,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3baeb9e3-6d21-4931-8ed2-05de36b977f0 2018-12-29 04:02:54,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:54,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:55,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08ffb671-817c-4bb6-81c2-24d181c2e63b x-compute-request-id: req-08ffb671-817c-4bb6-81c2-24d181c2e63b Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:55,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-08ffb671-817c-4bb6-81c2-24d181c2e63b 2018-12-29 04:02:55,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0778028965s 2018-12-29 04:02:55,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-08ffb671-817c-4bb6-81c2-24d181c2e63b 2018-12-29 04:02:55,438 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:55,439 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:02:56,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:56,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:56,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a5dddf2-3586-499a-8fc6-236ff021cd7b x-compute-request-id: req-9a5dddf2-3586-499a-8fc6-236ff021cd7b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:56,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a5dddf2-3586-499a-8fc6-236ff021cd7b 2018-12-29 04:02:56,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518768072128s 2018-12-29 04:02:56,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a5dddf2-3586-499a-8fc6-236ff021cd7b 2018-12-29 04:02:56,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:56,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:02:58,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d1e2e1d-73fa-47c0-903b-0e2bb0cbfc02 x-compute-request-id: req-2d1e2e1d-73fa-47c0-903b-0e2bb0cbfc02 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:02:58,036 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2d1e2e1d-73fa-47c0-903b-0e2bb0cbfc02 2018-12-29 04:02:58,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07282400131s 2018-12-29 04:02:58,037 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2d1e2e1d-73fa-47c0-903b-0e2bb0cbfc02 2018-12-29 04:02:58,037 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:02:59,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:02:59,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:02:59,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6912a7d9-ac5d-4706-a22a-6d8aec5cca8e x-compute-request-id: req-6912a7d9-ac5d-4706-a22a-6d8aec5cca8e Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:02:59,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6912a7d9-ac5d-4706-a22a-6d8aec5cca8e 2018-12-29 04:02:59,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.673532962799s 2018-12-29 04:02:59,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6912a7d9-ac5d-4706-a22a-6d8aec5cca8e 2018-12-29 04:02:59,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:02:59,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:00,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acc72ab2-e970-4717-85d5-1defbc567589 x-compute-request-id: req-acc72ab2-e970-4717-85d5-1defbc567589 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:00,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-acc72ab2-e970-4717-85d5-1defbc567589 2018-12-29 04:03:00,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06951212883s 2018-12-29 04:03:00,786 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-acc72ab2-e970-4717-85d5-1defbc567589 2018-12-29 04:03:00,787 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:01,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:01,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:02,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b9d413b-8af3-4c20-b43b-6e56bdebc7ad x-compute-request-id: req-2b9d413b-8af3-4c20-b43b-6e56bdebc7ad Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:02,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b9d413b-8af3-4c20-b43b-6e56bdebc7ad 2018-12-29 04:03:02,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518121004105s 2018-12-29 04:03:02,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2b9d413b-8af3-4c20-b43b-6e56bdebc7ad 2018-12-29 04:03:02,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:02,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:03,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbe730db-c417-4c08-adfc-dce240182a5d x-compute-request-id: req-cbe730db-c417-4c08-adfc-dce240182a5d Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:03,380 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cbe730db-c417-4c08-adfc-dce240182a5d 2018-12-29 04:03:03,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06964683533s 2018-12-29 04:03:03,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cbe730db-c417-4c08-adfc-dce240182a5d 2018-12-29 04:03:03,381 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:04,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:04,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:04,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-ba057557-2059-4e17-91e2-07024bc8d78e x-compute-request-id: req-ba057557-2059-4e17-91e2-07024bc8d78e Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:04,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ba057557-2059-4e17-91e2-07024bc8d78e 2018-12-29 04:03:04,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388517141342s 2018-12-29 04:03:04,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ba057557-2059-4e17-91e2-07024bc8d78e 2018-12-29 04:03:04,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:05,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-aa27b5c1-b598-4164-956a-b235cca02ce9 x-compute-request-id: req-aa27b5c1-b598-4164-956a-b235cca02ce9 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:05,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-aa27b5c1-b598-4164-956a-b235cca02ce9 2018-12-29 04:03:05,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07263994217s 2018-12-29 04:03:05,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-aa27b5c1-b598-4164-956a-b235cca02ce9 2018-12-29 04:03:05,850 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:06,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:06,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:07,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-bc11218b-5572-4ddb-af0e-b5e1ed065f4b x-compute-request-id: req-bc11218b-5572-4ddb-af0e-b5e1ed065f4b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:07,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bc11218b-5572-4ddb-af0e-b5e1ed065f4b 2018-12-29 04:03:07,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661623001099s 2018-12-29 04:03:07,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bc11218b-5572-4ddb-af0e-b5e1ed065f4b 2018-12-29 04:03:07,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:07,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:08,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b7dd77f-7ec5-4f7b-92d5-14cd85430bf0 x-compute-request-id: req-4b7dd77f-7ec5-4f7b-92d5-14cd85430bf0 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:08,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4b7dd77f-7ec5-4f7b-92d5-14cd85430bf0 2018-12-29 04:03:08,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06966996193s 2018-12-29 04:03:08,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4b7dd77f-7ec5-4f7b-92d5-14cd85430bf0 2018-12-29 04:03:08,588 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:09,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:10,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94003dc4-20a5-4144-95ec-d8144d131951 x-compute-request-id: req-94003dc4-20a5-4144-95ec-d8144d131951 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:10,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94003dc4-20a5-4144-95ec-d8144d131951 2018-12-29 04:03:10,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689344882965s 2018-12-29 04:03:10,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94003dc4-20a5-4144-95ec-d8144d131951 2018-12-29 04:03:10,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:10,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:11,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-fec89685-ca00-4bc7-b7ad-e80bed7aed4a x-compute-request-id: req-fec89685-ca00-4bc7-b7ad-e80bed7aed4a Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:11,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fec89685-ca00-4bc7-b7ad-e80bed7aed4a 2018-12-29 04:03:11,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07420897484s 2018-12-29 04:03:11,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fec89685-ca00-4bc7-b7ad-e80bed7aed4a 2018-12-29 04:03:11,358 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:12,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:12,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:12,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0754b621-924a-4868-bb90-b2774ad22af3 x-compute-request-id: req-0754b621-924a-4868-bb90-b2774ad22af3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:12,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0754b621-924a-4868-bb90-b2774ad22af3 2018-12-29 04:03:12,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376266002655s 2018-12-29 04:03:12,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0754b621-924a-4868-bb90-b2774ad22af3 2018-12-29 04:03:12,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:12,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:13,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a9fcc8a-18d7-4bad-9680-84234070f3e6 x-compute-request-id: req-4a9fcc8a-18d7-4bad-9680-84234070f3e6 Content-Encoding: gzip Content-Length: 8033 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:13,814 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4a9fcc8a-18d7-4bad-9680-84234070f3e6 2018-12-29 04:03:13,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07364082336s 2018-12-29 04:03:13,815 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4a9fcc8a-18d7-4bad-9680-84234070f3e6 2018-12-29 04:03:13,815 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:14,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:14,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:15,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-ad9bec5c-5090-4925-97fa-0f0c0d0ef931 x-compute-request-id: req-ad9bec5c-5090-4925-97fa-0f0c0d0ef931 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:15,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad9bec5c-5090-4925-97fa-0f0c0d0ef931 2018-12-29 04:03:15,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3599588871s 2018-12-29 04:03:15,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad9bec5c-5090-4925-97fa-0f0c0d0ef931 2018-12-29 04:03:15,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:15,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:16,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93a7822c-7de7-489c-b8be-a1362f2720a0 x-compute-request-id: req-93a7822c-7de7-489c-b8be-a1362f2720a0 Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:16,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-93a7822c-7de7-489c-b8be-a1362f2720a0 2018-12-29 04:03:16,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07119989395s 2018-12-29 04:03:16,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-93a7822c-7de7-489c-b8be-a1362f2720a0 2018-12-29 04:03:16,253 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:17,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:17,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:17,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29473cd0-a591-4109-8672-07fb0b69f12b x-compute-request-id: req-29473cd0-a591-4109-8672-07fb0b69f12b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:17,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-29473cd0-a591-4109-8672-07fb0b69f12b 2018-12-29 04:03:17,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687560081482s 2018-12-29 04:03:17,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-29473cd0-a591-4109-8672-07fb0b69f12b 2018-12-29 04:03:17,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:19,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce7e9bd7-7794-4c6a-902c-8519dd2d8b74 x-compute-request-id: req-ce7e9bd7-7794-4c6a-902c-8519dd2d8b74 Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:19,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ce7e9bd7-7794-4c6a-902c-8519dd2d8b74 2018-12-29 04:03:19,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07258605957s 2018-12-29 04:03:19,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ce7e9bd7-7794-4c6a-902c-8519dd2d8b74 2018-12-29 04:03:19,020 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:20,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:20,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-30428872-eafd-4982-b8e1-dba3c460bb14 x-compute-request-id: req-30428872-eafd-4982-b8e1-dba3c460bb14 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:20,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-30428872-eafd-4982-b8e1-dba3c460bb14 2018-12-29 04:03:20,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385392904282s 2018-12-29 04:03:20,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-30428872-eafd-4982-b8e1-dba3c460bb14 2018-12-29 04:03:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:21,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-4081965b-ee86-42aa-a727-0f375b58571c x-compute-request-id: req-4081965b-ee86-42aa-a727-0f375b58571c Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:21,485 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4081965b-ee86-42aa-a727-0f375b58571c 2018-12-29 04:03:21,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0730650425s 2018-12-29 04:03:21,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-4081965b-ee86-42aa-a727-0f375b58571c 2018-12-29 04:03:21,486 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:21,487 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:03:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:22,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:23,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5202b666-a1c0-40c1-a059-7912e42b5dad x-compute-request-id: req-5202b666-a1c0-40c1-a059-7912e42b5dad Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:23,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5202b666-a1c0-40c1-a059-7912e42b5dad 2018-12-29 04:03:23,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514163017273s 2018-12-29 04:03:23,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5202b666-a1c0-40c1-a059-7912e42b5dad 2018-12-29 04:03:23,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:23,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:24,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-e4782b59-47f8-416c-b740-eeff6a19b2cf x-compute-request-id: req-e4782b59-47f8-416c-b740-eeff6a19b2cf Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:24,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e4782b59-47f8-416c-b740-eeff6a19b2cf 2018-12-29 04:03:24,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06988382339s 2018-12-29 04:03:24,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e4782b59-47f8-416c-b740-eeff6a19b2cf 2018-12-29 04:03:24,077 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:25,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:25,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:25,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02cc1936-8102-44b1-94b7-559329f4a3eb x-compute-request-id: req-02cc1936-8102-44b1-94b7-559329f4a3eb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:25,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-02cc1936-8102-44b1-94b7-559329f4a3eb 2018-12-29 04:03:25,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374398946762s 2018-12-29 04:03:25,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-02cc1936-8102-44b1-94b7-559329f4a3eb 2018-12-29 04:03:25,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:25,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:26,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dc17d20-39b0-440a-80d4-21f51da591e0 x-compute-request-id: req-3dc17d20-39b0-440a-80d4-21f51da591e0 Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:26,530 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3dc17d20-39b0-440a-80d4-21f51da591e0 2018-12-29 04:03:26,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07275104523s 2018-12-29 04:03:26,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3dc17d20-39b0-440a-80d4-21f51da591e0 2018-12-29 04:03:26,531 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:27,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:27,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-21ed6de6-4ab2-4daa-9e02-678d68a55a11 x-compute-request-id: req-21ed6de6-4ab2-4daa-9e02-678d68a55a11 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:28,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21ed6de6-4ab2-4daa-9e02-678d68a55a11 2018-12-29 04:03:28,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.928478956223s 2018-12-29 04:03:28,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21ed6de6-4ab2-4daa-9e02-678d68a55a11 2018-12-29 04:03:28,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:29,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13483584-1980-46a1-9fe2-ea004a5260a8 x-compute-request-id: req-13483584-1980-46a1-9fe2-ea004a5260a8 Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:29,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-13483584-1980-46a1-9fe2-ea004a5260a8 2018-12-29 04:03:29,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07035088539s 2018-12-29 04:03:29,537 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-13483584-1980-46a1-9fe2-ea004a5260a8 2018-12-29 04:03:29,537 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:30,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:31,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9677b443-1812-4eb0-8444-34d8c31e31a5 x-compute-request-id: req-9677b443-1812-4eb0-8444-34d8c31e31a5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:31,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9677b443-1812-4eb0-8444-34d8c31e31a5 2018-12-29 04:03:31,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653924942017s 2018-12-29 04:03:31,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9677b443-1812-4eb0-8444-34d8c31e31a5 2018-12-29 04:03:31,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:31,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:32,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f9a8a1a-0acc-4322-8350-ada9047a35f6 x-compute-request-id: req-0f9a8a1a-0acc-4322-8350-ada9047a35f6 Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:32,268 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0f9a8a1a-0acc-4322-8350-ada9047a35f6 2018-12-29 04:03:32,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07176184654s 2018-12-29 04:03:32,269 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-0f9a8a1a-0acc-4322-8350-ada9047a35f6 2018-12-29 04:03:32,270 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:33,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:33,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:33,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-10340c64-ae56-4477-bd5a-e9f515328d50 x-compute-request-id: req-10340c64-ae56-4477-bd5a-e9f515328d50 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:33,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-10340c64-ae56-4477-bd5a-e9f515328d50 2018-12-29 04:03:33,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530614852905s 2018-12-29 04:03:33,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-10340c64-ae56-4477-bd5a-e9f515328d50 2018-12-29 04:03:33,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:33,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:34,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-c80b32cb-4b81-467c-b886-3ebb8da6749a x-compute-request-id: req-c80b32cb-4b81-467c-b886-3ebb8da6749a Content-Encoding: gzip Content-Length: 8034 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:34,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c80b32cb-4b81-467c-b886-3ebb8da6749a 2018-12-29 04:03:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11554098129s 2018-12-29 04:03:34,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c80b32cb-4b81-467c-b886-3ebb8da6749a 2018-12-29 04:03:34,923 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:35,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:36,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-1eabfabb-564a-45a2-8daf-e83e49bd025b x-compute-request-id: req-1eabfabb-564a-45a2-8daf-e83e49bd025b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:36,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1eabfabb-564a-45a2-8daf-e83e49bd025b 2018-12-29 04:03:36,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796895980835s 2018-12-29 04:03:36,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1eabfabb-564a-45a2-8daf-e83e49bd025b 2018-12-29 04:03:36,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:36,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:37,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-11255b94-402e-4f61-954c-a69c387dd48a x-compute-request-id: req-11255b94-402e-4f61-954c-a69c387dd48a Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:37,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-11255b94-402e-4f61-954c-a69c387dd48a 2018-12-29 04:03:37,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07463383675s 2018-12-29 04:03:37,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-11255b94-402e-4f61-954c-a69c387dd48a 2018-12-29 04:03:37,801 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:38,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:38,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:39,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87494150-26a1-4eff-9e4d-7c522eeaf727 x-compute-request-id: req-87494150-26a1-4eff-9e4d-7c522eeaf727 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:39,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87494150-26a1-4eff-9e4d-7c522eeaf727 2018-12-29 04:03:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51567697525s 2018-12-29 04:03:39,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87494150-26a1-4eff-9e4d-7c522eeaf727 2018-12-29 04:03:39,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:39,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:40,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-8e79a93b-63eb-4ef1-8af4-8d1e4bff98d2 x-compute-request-id: req-8e79a93b-63eb-4ef1-8af4-8d1e4bff98d2 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:40,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8e79a93b-63eb-4ef1-8af4-8d1e4bff98d2 2018-12-29 04:03:40,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06983494759s 2018-12-29 04:03:40,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8e79a93b-63eb-4ef1-8af4-8d1e4bff98d2 2018-12-29 04:03:40,393 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:41,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:41,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:42,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-91877345-55bf-4148-9f22-d8fb72c8472b x-compute-request-id: req-91877345-55bf-4148-9f22-d8fb72c8472b Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:42,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-91877345-55bf-4148-9f22-d8fb72c8472b 2018-12-29 04:03:42,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687176942825s 2018-12-29 04:03:42,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-91877345-55bf-4148-9f22-d8fb72c8472b 2018-12-29 04:03:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:43,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c90b71fc-747c-490e-8510-3e6a12ccc934 x-compute-request-id: req-c90b71fc-747c-490e-8510-3e6a12ccc934 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:43,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c90b71fc-747c-490e-8510-3e6a12ccc934 2018-12-29 04:03:43,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07173705101s 2018-12-29 04:03:43,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c90b71fc-747c-490e-8510-3e6a12ccc934 2018-12-29 04:03:43,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:44,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:44,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:44,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de584c23-e9c3-46be-98b3-67f21ef8ea80 x-compute-request-id: req-de584c23-e9c3-46be-98b3-67f21ef8ea80 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:44,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de584c23-e9c3-46be-98b3-67f21ef8ea80 2018-12-29 04:03:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524762868881s 2018-12-29 04:03:44,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-de584c23-e9c3-46be-98b3-67f21ef8ea80 2018-12-29 04:03:44,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:45,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-deadaaef-448c-43ac-adbb-ea16263a8929 x-compute-request-id: req-deadaaef-448c-43ac-adbb-ea16263a8929 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:45,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-deadaaef-448c-43ac-adbb-ea16263a8929 2018-12-29 04:03:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07277607918s 2018-12-29 04:03:45,764 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-deadaaef-448c-43ac-adbb-ea16263a8929 2018-12-29 04:03:45,764 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:46,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:46,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:47,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-203039b8-4949-4a53-b56c-57d3df6bca18 x-compute-request-id: req-203039b8-4949-4a53-b56c-57d3df6bca18 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:47,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-203039b8-4949-4a53-b56c-57d3df6bca18 2018-12-29 04:03:47,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368659973145s 2018-12-29 04:03:47,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-203039b8-4949-4a53-b56c-57d3df6bca18 2018-12-29 04:03:47,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:47,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:48,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-928fcc46-2973-4340-bd6f-57eb82385407 x-compute-request-id: req-928fcc46-2973-4340-bd6f-57eb82385407 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:48,210 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-928fcc46-2973-4340-bd6f-57eb82385407 2018-12-29 04:03:48,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07174110413s 2018-12-29 04:03:48,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-928fcc46-2973-4340-bd6f-57eb82385407 2018-12-29 04:03:48,212 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:48,213 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:03:49,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:49,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:49,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-0d54fc19-b625-4498-87f8-90eca9694809 x-compute-request-id: req-0d54fc19-b625-4498-87f8-90eca9694809 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:49,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d54fc19-b625-4498-87f8-90eca9694809 2018-12-29 04:03:49,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383116960526s 2018-12-29 04:03:49,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d54fc19-b625-4498-87f8-90eca9694809 2018-12-29 04:03:49,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:49,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:50,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-e018725e-d0b8-4df3-909e-a3cbc74fa4a2 x-compute-request-id: req-e018725e-d0b8-4df3-909e-a3cbc74fa4a2 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:50,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e018725e-d0b8-4df3-909e-a3cbc74fa4a2 2018-12-29 04:03:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07181191444s 2018-12-29 04:03:50,674 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-e018725e-d0b8-4df3-909e-a3cbc74fa4a2 2018-12-29 04:03:50,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:51,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:51,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:52,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60b1ea2d-b15f-4cda-9fef-da4b9701e077 x-compute-request-id: req-60b1ea2d-b15f-4cda-9fef-da4b9701e077 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:52,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-60b1ea2d-b15f-4cda-9fef-da4b9701e077 2018-12-29 04:03:52,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511483192444s 2018-12-29 04:03:52,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-60b1ea2d-b15f-4cda-9fef-da4b9701e077 2018-12-29 04:03:52,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:52,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:53,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-24b9d3d7-3434-43d6-b737-029c7d9b2fed x-compute-request-id: req-24b9d3d7-3434-43d6-b737-029c7d9b2fed Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:53,263 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-24b9d3d7-3434-43d6-b737-029c7d9b2fed 2018-12-29 04:03:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07130002975s 2018-12-29 04:03:53,264 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-24b9d3d7-3434-43d6-b737-029c7d9b2fed 2018-12-29 04:03:53,264 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:54,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:54,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:54,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-af71f8da-25aa-4607-b9b3-910e0ad5d8cc x-compute-request-id: req-af71f8da-25aa-4607-b9b3-910e0ad5d8cc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:54,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-af71f8da-25aa-4607-b9b3-910e0ad5d8cc 2018-12-29 04:03:54,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39580488205s 2018-12-29 04:03:54,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-af71f8da-25aa-4607-b9b3-910e0ad5d8cc 2018-12-29 04:03:54,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:54,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:55,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03: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-84dcbc7f-47b6-47a5-ad05-3ce88e545782 x-compute-request-id: req-84dcbc7f-47b6-47a5-ad05-3ce88e545782 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:55,739 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-84dcbc7f-47b6-47a5-ad05-3ce88e545782 2018-12-29 04:03:55,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07306790352s 2018-12-29 04:03:55,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-84dcbc7f-47b6-47a5-ad05-3ce88e545782 2018-12-29 04:03:55,740 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:56,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:56,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:03:57,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c2e383f-216e-468e-9b5c-69d2b8e4bfa5 x-compute-request-id: req-9c2e383f-216e-468e-9b5c-69d2b8e4bfa5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:03:57,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9c2e383f-216e-468e-9b5c-69d2b8e4bfa5 2018-12-29 04:03:57,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819240093231s 2018-12-29 04:03:57,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9c2e383f-216e-468e-9b5c-69d2b8e4bfa5 2018-12-29 04:03:57,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:03:57,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:03:58,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78c072b3-fbaa-4474-906f-88ea5430fb0f x-compute-request-id: req-78c072b3-fbaa-4474-906f-88ea5430fb0f Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:03:58,637 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-78c072b3-fbaa-4474-906f-88ea5430fb0f 2018-12-29 04:03:58,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07179784775s 2018-12-29 04:03:58,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-78c072b3-fbaa-4474-906f-88ea5430fb0f 2018-12-29 04:03:58,638 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:03:59,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:03:59,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:00,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:03:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2090b9f9-630e-4010-93a1-dff153bd11d1 x-compute-request-id: req-2090b9f9-630e-4010-93a1-dff153bd11d1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:00,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2090b9f9-630e-4010-93a1-dff153bd11d1 2018-12-29 04:04:00,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571384906769s 2018-12-29 04:04:00,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2090b9f9-630e-4010-93a1-dff153bd11d1 2018-12-29 04:04:00,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:00,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:01,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f04db3-5745-4af7-91dc-ff4be39e71f2 x-compute-request-id: req-b9f04db3-5745-4af7-91dc-ff4be39e71f2 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:01,286 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b9f04db3-5745-4af7-91dc-ff4be39e71f2 2018-12-29 04:04:01,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07038021088s 2018-12-29 04:04:01,286 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b9f04db3-5745-4af7-91dc-ff4be39e71f2 2018-12-29 04:04:01,287 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:02,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:02,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:02,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d0f2b85-ed01-441f-b24e-2f51ce255288 x-compute-request-id: req-4d0f2b85-ed01-441f-b24e-2f51ce255288 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:02,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4d0f2b85-ed01-441f-b24e-2f51ce255288 2018-12-29 04:04:02,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512392044067s 2018-12-29 04:04:02,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4d0f2b85-ed01-441f-b24e-2f51ce255288 2018-12-29 04:04:02,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:03,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3cc684a-04cd-4dc0-8403-b3e479c2b59e x-compute-request-id: req-b3cc684a-04cd-4dc0-8403-b3e479c2b59e Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:03,877 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b3cc684a-04cd-4dc0-8403-b3e479c2b59e 2018-12-29 04:04:03,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0718960762s 2018-12-29 04:04:03,878 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b3cc684a-04cd-4dc0-8403-b3e479c2b59e 2018-12-29 04:04:03,879 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:04,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:05,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c2b736f-c65e-4bde-8e13-3c5889001969 x-compute-request-id: req-4c2b736f-c65e-4bde-8e13-3c5889001969 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:05,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c2b736f-c65e-4bde-8e13-3c5889001969 2018-12-29 04:04:05,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36442399025s 2018-12-29 04:04:05,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c2b736f-c65e-4bde-8e13-3c5889001969 2018-12-29 04:04:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:05,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:06,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b411d3ab-4f4e-4548-a956-bcad55abea67 x-compute-request-id: req-b411d3ab-4f4e-4548-a956-bcad55abea67 Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:06,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b411d3ab-4f4e-4548-a956-bcad55abea67 2018-12-29 04:04:06,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07209086418s 2018-12-29 04:04:06,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-b411d3ab-4f4e-4548-a956-bcad55abea67 2018-12-29 04:04:06,323 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:07,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:07,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:07,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-0887c616-613c-4a48-9b2a-53b89d7e36cf x-compute-request-id: req-0887c616-613c-4a48-9b2a-53b89d7e36cf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:07,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0887c616-613c-4a48-9b2a-53b89d7e36cf 2018-12-29 04:04:07,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516789913177s 2018-12-29 04:04:07,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0887c616-613c-4a48-9b2a-53b89d7e36cf 2018-12-29 04:04:07,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:07,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:08,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-1b3cef74-4f3e-4dbd-8dd9-50796d69cd7d x-compute-request-id: req-1b3cef74-4f3e-4dbd-8dd9-50796d69cd7d Content-Encoding: gzip Content-Length: 8035 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:08,919 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1b3cef74-4f3e-4dbd-8dd9-50796d69cd7d 2018-12-29 04:04:08,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07325196266s 2018-12-29 04:04:08,920 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1b3cef74-4f3e-4dbd-8dd9-50796d69cd7d 2018-12-29 04:04:08,920 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:09,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:10,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f14e0cb-ec88-4061-a2f1-1acb9cbfa4a0 x-compute-request-id: req-0f14e0cb-ec88-4061-a2f1-1acb9cbfa4a0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:10,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0f14e0cb-ec88-4061-a2f1-1acb9cbfa4a0 2018-12-29 04:04:10,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556840896606s 2018-12-29 04:04:10,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0f14e0cb-ec88-4061-a2f1-1acb9cbfa4a0 2018-12-29 04:04:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:11,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ce0fc0f-d0f2-42a2-9b30-2a3bdc9a87eb x-compute-request-id: req-9ce0fc0f-d0f2-42a2-9b30-2a3bdc9a87eb Content-Encoding: gzip Content-Length: 8059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\n"} 2018-12-29 04:04:11,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ce0fc0f-d0f2-42a2-9b30-2a3bdc9a87eb 2018-12-29 04:04:11,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07561206818s 2018-12-29 04:04:11,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-9ce0fc0f-d0f2-42a2-9b30-2a3bdc9a87eb 2018-12-29 04:04:11,560 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized 2018-12-29 04:04:12,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:13,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-ce8efd10-9485-4537-af97-09c10f2aaeda x-compute-request-id: req-ce8efd10-9485-4537-af97-09c10f2aaeda Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:13,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce8efd10-9485-4537-af97-09c10f2aaeda 2018-12-29 04:04:13,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633080005646s 2018-12-29 04:04:13,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce8efd10-9485-4537-af97-09c10f2aaeda 2018-12-29 04:04:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:13,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:14,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-fc68d3e5-0c8e-4a70-a8ce-2222c5ba3870 x-compute-request-id: req-fc68d3e5-0c8e-4a70-a8ce-2222c5ba3870 Content-Encoding: gzip Content-Length: 8059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\n"} 2018-12-29 04:04:14,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fc68d3e5-0c8e-4a70-a8ce-2222c5ba3870 2018-12-29 04:04:14,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07550597191s 2018-12-29 04:04:14,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fc68d3e5-0c8e-4a70-a8ce-2222c5ba3870 2018-12-29 04:04:14,276 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized 2018-12-29 04:04:14,277 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:04:15,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:15,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9e12826-9a1f-45ea-aff2-8d6a13cab7f3 x-compute-request-id: req-d9e12826-9a1f-45ea-aff2-8d6a13cab7f3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:15,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9e12826-9a1f-45ea-aff2-8d6a13cab7f3 2018-12-29 04:04:15,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365505933762s 2018-12-29 04:04:15,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9e12826-9a1f-45ea-aff2-8d6a13cab7f3 2018-12-29 04:04:15,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:15,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:16,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ad9b35d-2309-4120-afcf-5240f64706a4 x-compute-request-id: req-3ad9b35d-2309-4120-afcf-5240f64706a4 Content-Encoding: gzip Content-Length: 8059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\n"} 2018-12-29 04:04:16,722 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3ad9b35d-2309-4120-afcf-5240f64706a4 2018-12-29 04:04:16,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0745010376s 2018-12-29 04:04:16,723 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-3ad9b35d-2309-4120-afcf-5240f64706a4 2018-12-29 04:04:16,724 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized 2018-12-29 04:04:17,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:17,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:18,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-d27bb964-4b47-4487-bd50-7580dab94b6f x-compute-request-id: req-d27bb964-4b47-4487-bd50-7580dab94b6f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:18,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d27bb964-4b47-4487-bd50-7580dab94b6f 2018-12-29 04:04:18,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538247823715s 2018-12-29 04:04:18,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d27bb964-4b47-4487-bd50-7580dab94b6f 2018-12-29 04:04:18,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:18,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:19,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b1d6cf6-d996-4055-83fc-1dff8811323d x-compute-request-id: req-1b1d6cf6-d996-4055-83fc-1dff8811323d Content-Encoding: gzip Content-Length: 8059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\n"} 2018-12-29 04:04:19,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1b1d6cf6-d996-4055-83fc-1dff8811323d 2018-12-29 04:04:19,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07721209526s 2018-12-29 04:04:19,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-1b1d6cf6-d996-4055-83fc-1dff8811323d 2018-12-29 04:04:19,346 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized 2018-12-29 04:04:20,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:20,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:20,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07716f2f-db23-4ebc-9dce-9c6fcc7d26fe x-compute-request-id: req-07716f2f-db23-4ebc-9dce-9c6fcc7d26fe Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:20,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-07716f2f-db23-4ebc-9dce-9c6fcc7d26fe 2018-12-29 04:04:20,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532565116882s 2018-12-29 04:04:20,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-07716f2f-db23-4ebc-9dce-9c6fcc7d26fe 2018-12-29 04:04:20,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:20,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:21,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f77f3a36-d9b6-4404-9c8e-9bc9280b27b3 x-compute-request-id: req-f77f3a36-d9b6-4404-9c8e-9bc9280b27b3 Content-Encoding: gzip Content-Length: 8061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\n"} 2018-12-29 04:04:21,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f77f3a36-d9b6-4404-9c8e-9bc9280b27b3 2018-12-29 04:04:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07451796532s 2018-12-29 04:04:21,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-f77f3a36-d9b6-4404-9c8e-9bc9280b27b3 2018-12-29 04:04:21,961 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO 2018-12-29 04:04:22,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:22,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:23,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-62193be2-c547-4ebd-9299-e44582b8ca50 x-compute-request-id: req-62193be2-c547-4ebd-9299-e44582b8ca50 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:23,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-62193be2-c547-4ebd-9299-e44582b8ca50 2018-12-29 04:04:23,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504647016525s 2018-12-29 04:04:23,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-62193be2-c547-4ebd-9299-e44582b8ca50 2018-12-29 04:04:23,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:23,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:24,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-daed09eb-4f2f-46d1-8fe8-66111fe1945d x-compute-request-id: req-daed09eb-4f2f-46d1-8fe8-66111fe1945d Content-Encoding: gzip Content-Length: 8061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\n"} 2018-12-29 04:04:24,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-daed09eb-4f2f-46d1-8fe8-66111fe1945d 2018-12-29 04:04:24,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07130908966s 2018-12-29 04:04:24,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-daed09eb-4f2f-46d1-8fe8-66111fe1945d 2018-12-29 04:04:24,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO 2018-12-29 04:04:25,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:26,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25408c9b-385e-4619-96e1-5f96f3bcc6ab x-compute-request-id: req-25408c9b-385e-4619-96e1-5f96f3bcc6ab Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:26,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-25408c9b-385e-4619-96e1-5f96f3bcc6ab 2018-12-29 04:04:26,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666515111923s 2018-12-29 04:04:26,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-25408c9b-385e-4619-96e1-5f96f3bcc6ab 2018-12-29 04:04:26,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:27,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cf0afde-a371-45fa-9f2b-7557a9fde7b8 x-compute-request-id: req-6cf0afde-a371-45fa-9f2b-7557a9fde7b8 Content-Encoding: gzip Content-Length: 8061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\n"} 2018-12-29 04:04:27,284 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6cf0afde-a371-45fa-9f2b-7557a9fde7b8 2018-12-29 04:04:27,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06796503067s 2018-12-29 04:04:27,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-6cf0afde-a371-45fa-9f2b-7557a9fde7b8 2018-12-29 04:04:27,285 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO 2018-12-29 04:04:28,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:28,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:28,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6da00ff1-1403-4a85-9d55-499185b039f8 x-compute-request-id: req-6da00ff1-1403-4a85-9d55-499185b039f8 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:28,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6da00ff1-1403-4a85-9d55-499185b039f8 2018-12-29 04:04:28,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521320104599s 2018-12-29 04:04:28,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6da00ff1-1403-4a85-9d55-499185b039f8 2018-12-29 04:04:28,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:28,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:29,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59284182-af82-4a35-8f37-2ffc27bae133 x-compute-request-id: req-59284182-af82-4a35-8f37-2ffc27bae133 Content-Encoding: gzip Content-Length: 8061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\n"} 2018-12-29 04:04:29,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-59284182-af82-4a35-8f37-2ffc27bae133 2018-12-29 04:04:29,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07045102119s 2018-12-29 04:04:29,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-59284182-af82-4a35-8f37-2ffc27bae133 2018-12-29 04:04:29,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO 2018-12-29 04:04:30,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:31,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35d0ec2e-5317-4f85-87f6-67978e1945cb x-compute-request-id: req-35d0ec2e-5317-4f85-87f6-67978e1945cb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:31,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-35d0ec2e-5317-4f85-87f6-67978e1945cb 2018-12-29 04:04:31,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672670125961s 2018-12-29 04:04:31,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-35d0ec2e-5317-4f85-87f6-67978e1945cb 2018-12-29 04:04:31,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:31,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:32,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d65ad326-0f9b-4b4a-bb1c-d99b9e3a535e x-compute-request-id: req-d65ad326-0f9b-4b4a-bb1c-d99b9e3a535e Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:32,634 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d65ad326-0f9b-4b4a-bb1c-d99b9e3a535e 2018-12-29 04:04:32,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0716149807s 2018-12-29 04:04:32,635 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d65ad326-0f9b-4b4a-bb1c-d99b9e3a535e 2018-12-29 04:04:32,636 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO 2018-12-29 04:04:33,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:33,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:34,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef159166-78eb-48eb-973f-42e93eb8f481 x-compute-request-id: req-ef159166-78eb-48eb-973f-42e93eb8f481 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:34,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef159166-78eb-48eb-973f-42e93eb8f481 2018-12-29 04:04:34,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532533168793s 2018-12-29 04:04:34,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef159166-78eb-48eb-973f-42e93eb8f481 2018-12-29 04:04:34,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:34,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:35,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c9ad68a-f821-41c0-b79c-b623a9991aca x-compute-request-id: req-8c9ad68a-f821-41c0-b79c-b623a9991aca Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:35,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8c9ad68a-f821-41c0-b79c-b623a9991aca 2018-12-29 04:04:35,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07398700714s 2018-12-29 04:04:35,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8c9ad68a-f821-41c0-b79c-b623a9991aca 2018-12-29 04:04:35,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO 2018-12-29 04:04:36,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:36,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d16def-2275-4242-b159-1b261edfc9bb x-compute-request-id: req-e0d16def-2275-4242-b159-1b261edfc9bb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:36,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0d16def-2275-4242-b159-1b261edfc9bb 2018-12-29 04:04:36,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652019023895s 2018-12-29 04:04:36,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0d16def-2275-4242-b159-1b261edfc9bb 2018-12-29 04:04:36,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:36,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:37,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80c1965d-0244-4540-aa6c-b77e60d972f6 x-compute-request-id: req-80c1965d-0244-4540-aa6c-b77e60d972f6 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:37,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-80c1965d-0244-4540-aa6c-b77e60d972f6 2018-12-29 04:04:37,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07079815865s 2018-12-29 04:04:37,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-80c1965d-0244-4540-aa6c-b77e60d972f6 2018-12-29 04:04:37,979 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO 2018-12-29 04:04:38,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:39,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7bfd901-284b-44e2-8d29-de08ccda9904 x-compute-request-id: req-b7bfd901-284b-44e2-8d29-de08ccda9904 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:39,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7bfd901-284b-44e2-8d29-de08ccda9904 2018-12-29 04:04:39,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58118891716s 2018-12-29 04:04:39,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b7bfd901-284b-44e2-8d29-de08ccda9904 2018-12-29 04:04:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:39,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:40,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcb93f5c-0f86-47c5-b90a-8919e78bc3c3 x-compute-request-id: req-fcb93f5c-0f86-47c5-b90a-8919e78bc3c3 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:40,640 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fcb93f5c-0f86-47c5-b90a-8919e78bc3c3 2018-12-29 04:04:40,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07346796989s 2018-12-29 04:04:40,640 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-fcb93f5c-0f86-47c5-b90a-8919e78bc3c3 2018-12-29 04:04:40,641 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO 2018-12-29 04:04:40,642 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:04:41,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:42,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-491646b6-250d-4544-a39d-4a477af41cc1 x-compute-request-id: req-491646b6-250d-4544-a39d-4a477af41cc1 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:42,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-491646b6-250d-4544-a39d-4a477af41cc1 2018-12-29 04:04:42,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551342964172s 2018-12-29 04:04:42,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-491646b6-250d-4544-a39d-4a477af41cc1 2018-12-29 04:04:42,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:42,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:43,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-738e8cd1-a05b-44ef-bd66-da9f5d84ed61 x-compute-request-id: req-738e8cd1-a05b-44ef-bd66-da9f5d84ed61 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:43,272 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-738e8cd1-a05b-44ef-bd66-da9f5d84ed61 2018-12-29 04:04:43,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07462310791s 2018-12-29 04:04:43,273 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-738e8cd1-a05b-44ef-bd66-da9f5d84ed61 2018-12-29 04:04:43,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-12-29 04:04:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:44,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:44,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-57bb4b82-76bc-415a-a0e2-28b6f08c1fc3 x-compute-request-id: req-57bb4b82-76bc-415a-a0e2-28b6f08c1fc3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:44,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57bb4b82-76bc-415a-a0e2-28b6f08c1fc3 2018-12-29 04:04:44,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533588886261s 2018-12-29 04:04:44,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57bb4b82-76bc-415a-a0e2-28b6f08c1fc3 2018-12-29 04:04:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:45,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-89d4a334-709f-4b06-80a0-00b2d54f203c x-compute-request-id: req-89d4a334-709f-4b06-80a0-00b2d54f203c Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:45,884 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-89d4a334-709f-4b06-80a0-00b2d54f203c 2018-12-29 04:04:45,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0713391304s 2018-12-29 04:04:45,885 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-89d4a334-709f-4b06-80a0-00b2d54f203c 2018-12-29 04:04:45,885 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-12-29 04:04:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:46,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:47,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-d88aaa3e-5f1e-40d1-a071-50e3205ce0f0 x-compute-request-id: req-d88aaa3e-5f1e-40d1-a071-50e3205ce0f0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:47,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d88aaa3e-5f1e-40d1-a071-50e3205ce0f0 2018-12-29 04:04:47,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388846158981s 2018-12-29 04:04:47,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d88aaa3e-5f1e-40d1-a071-50e3205ce0f0 2018-12-29 04:04:47,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:47,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:48,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-d392bbb4-973a-4a05-b82f-3e463d1d2b9c x-compute-request-id: req-d392bbb4-973a-4a05-b82f-3e463d1d2b9c Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:48,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d392bbb4-973a-4a05-b82f-3e463d1d2b9c 2018-12-29 04:04:48,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07167100906s 2018-12-29 04:04:48,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d392bbb4-973a-4a05-b82f-3e463d1d2b9c 2018-12-29 04:04:48,353 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-12-29 04:04:49,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:49,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:49,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-ad49a2cf-ddf6-4381-a75c-da6f6ada3cbd x-compute-request-id: req-ad49a2cf-ddf6-4381-a75c-da6f6ada3cbd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:49,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad49a2cf-ddf6-4381-a75c-da6f6ada3cbd 2018-12-29 04:04:49,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526635885239s 2018-12-29 04:04:49,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ad49a2cf-ddf6-4381-a75c-da6f6ada3cbd 2018-12-29 04:04:49,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:50,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-79f6415a-a974-4231-a3c5-5a686a207b31 x-compute-request-id: req-79f6415a-a974-4231-a3c5-5a686a207b31 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:50,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-79f6415a-a974-4231-a3c5-5a686a207b31 2018-12-29 04:04:50,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.071860075s 2018-12-29 04:04:50,958 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-79f6415a-a974-4231-a3c5-5a686a207b31 2018-12-29 04:04:50,958 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-12-29 04:04:51,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:52,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-283b6f8c-eed1-431e-8072-2ffc2c8708dc x-compute-request-id: req-283b6f8c-eed1-431e-8072-2ffc2c8708dc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:52,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-283b6f8c-eed1-431e-8072-2ffc2c8708dc 2018-12-29 04:04:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523810863495s 2018-12-29 04:04:52,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-283b6f8c-eed1-431e-8072-2ffc2c8708dc 2018-12-29 04:04:52,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:52,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:53,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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,Accept-Encoding x-openstack-request-id: req-2cef264a-3358-461a-b9f0-a0f6c1647e9a x-compute-request-id: req-2cef264a-3358-461a-b9f0-a0f6c1647e9a Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:53,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2cef264a-3358-461a-b9f0-a0f6c1647e9a 2018-12-29 04:04:53,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07177996635s 2018-12-29 04:04:53,561 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2cef264a-3358-461a-b9f0-a0f6c1647e9a 2018-12-29 04:04:53,561 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:54,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:54,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:55,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67ec2f14-2dc3-409e-8596-8f883b158351 x-compute-request-id: req-67ec2f14-2dc3-409e-8596-8f883b158351 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:55,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-67ec2f14-2dc3-409e-8596-8f883b158351 2018-12-29 04:04:55,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442319869995s 2018-12-29 04:04:55,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-67ec2f14-2dc3-409e-8596-8f883b158351 2018-12-29 04:04:55,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:55,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:56,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-ab9006f8-1dde-4f77-8ab7-ea7d0d91d6b2 x-compute-request-id: req-ab9006f8-1dde-4f77-8ab7-ea7d0d91d6b2 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:56,079 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ab9006f8-1dde-4f77-8ab7-ea7d0d91d6b2 2018-12-29 04:04:56,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06975698471s 2018-12-29 04:04:56,080 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ab9006f8-1dde-4f77-8ab7-ea7d0d91d6b2 2018-12-29 04:04:56,080 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:57,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:57,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:04:57,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-e1ee8fd7-5c1c-43dc-8c4e-10150855566a x-compute-request-id: req-e1ee8fd7-5c1c-43dc-8c4e-10150855566a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:04:57,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e1ee8fd7-5c1c-43dc-8c4e-10150855566a 2018-12-29 04:04:57,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532023191452s 2018-12-29 04:04:57,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e1ee8fd7-5c1c-43dc-8c4e-10150855566a 2018-12-29 04:04:57,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:04:57,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:04:58,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-dfe63f24-a7e2-481c-a57a-900a6b7ebd0a x-compute-request-id: req-dfe63f24-a7e2-481c-a57a-900a6b7ebd0a Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:04:58,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-dfe63f24-a7e2-481c-a57a-900a6b7ebd0a 2018-12-29 04:04:58,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06909322739s 2018-12-29 04:04:58,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-dfe63f24-a7e2-481c-a57a-900a6b7ebd0a 2018-12-29 04:04:58,688 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:04:59,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:04:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:00,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:04: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-f37ed980-b0a9-418c-aca9-6c8786de6b7a x-compute-request-id: req-f37ed980-b0a9-418c-aca9-6c8786de6b7a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:00,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f37ed980-b0a9-418c-aca9-6c8786de6b7a 2018-12-29 04:05:00,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384706020355s 2018-12-29 04:05:00,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f37ed980-b0a9-418c-aca9-6c8786de6b7a 2018-12-29 04:05:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:00,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:01,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-95a8af8c-342b-4a45-8f70-8ea42abe64cf x-compute-request-id: req-95a8af8c-342b-4a45-8f70-8ea42abe64cf Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:01,147 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-95a8af8c-342b-4a45-8f70-8ea42abe64cf 2018-12-29 04:05:01,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06868290901s 2018-12-29 04:05:01,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-95a8af8c-342b-4a45-8f70-8ea42abe64cf 2018-12-29 04:05:01,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:02,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:02,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:02,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-b4e6ffbd-51f2-4fae-97c9-71ba7e72b636 x-compute-request-id: req-b4e6ffbd-51f2-4fae-97c9-71ba7e72b636 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:02,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4e6ffbd-51f2-4fae-97c9-71ba7e72b636 2018-12-29 04:05:02,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508124113083s 2018-12-29 04:05:02,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4e6ffbd-51f2-4fae-97c9-71ba7e72b636 2018-12-29 04:05:02,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:02,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:03,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-c23846d8-dae8-44ba-aaf3-5de74cdd75b4 x-compute-request-id: req-c23846d8-dae8-44ba-aaf3-5de74cdd75b4 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:03,735 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c23846d8-dae8-44ba-aaf3-5de74cdd75b4 2018-12-29 04:05:03,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0724170208s 2018-12-29 04:05:03,736 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c23846d8-dae8-44ba-aaf3-5de74cdd75b4 2018-12-29 04:05:03,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:04,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:04,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:05,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-0c1c9798-e082-4aa5-9cc1-3ac4471a9a00 x-compute-request-id: req-0c1c9798-e082-4aa5-9cc1-3ac4471a9a00 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:05,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c1c9798-e082-4aa5-9cc1-3ac4471a9a00 2018-12-29 04:05:05,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506627082825s 2018-12-29 04:05:05,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c1c9798-e082-4aa5-9cc1-3ac4471a9a00 2018-12-29 04:05:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:05,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:06,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60d68e26-f8e2-4432-a7c0-808963d68dab x-compute-request-id: req-60d68e26-f8e2-4432-a7c0-808963d68dab Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:06,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-60d68e26-f8e2-4432-a7c0-808963d68dab 2018-12-29 04:05:06,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07154011726s 2018-12-29 04:05:06,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-60d68e26-f8e2-4432-a7c0-808963d68dab 2018-12-29 04:05:06,322 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:06,323 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-12-29 04:05:07,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:07,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:07,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-e26b7a6c-06fd-400d-9da9-fd2defd80053 x-compute-request-id: req-e26b7a6c-06fd-400d-9da9-fd2defd80053 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:07,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e26b7a6c-06fd-400d-9da9-fd2defd80053 2018-12-29 04:05:07,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525349140167s 2018-12-29 04:05:07,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e26b7a6c-06fd-400d-9da9-fd2defd80053 2018-12-29 04:05:07,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:07,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:08,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-d4114ad9-ab5b-4a57-81af-d83929e57fb3 x-compute-request-id: req-d4114ad9-ab5b-4a57-81af-d83929e57fb3 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:08,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d4114ad9-ab5b-4a57-81af-d83929e57fb3 2018-12-29 04:05:08,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07116794586s 2018-12-29 04:05:08,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d4114ad9-ab5b-4a57-81af-d83929e57fb3 2018-12-29 04:05:08,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 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:09,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:09,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:10,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-6d71704e-b6a3-4fc4-b14a-204dbd461a53 x-compute-request-id: req-6d71704e-b6a3-4fc4-b14a-204dbd461a53 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:10,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6d71704e-b6a3-4fc4-b14a-204dbd461a53 2018-12-29 04:05:10,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539016008377s 2018-12-29 04:05:10,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6d71704e-b6a3-4fc4-b14a-204dbd461a53 2018-12-29 04:05:10,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:10,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:11,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-63426971-e716-471f-80a1-c1cbbc77c00a x-compute-request-id: req-63426971-e716-471f-80a1-c1cbbc77c00a Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:11,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-63426971-e716-471f-80a1-c1cbbc77c00a 2018-12-29 04:05:11,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.071819067s 2018-12-29 04:05:11,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-63426971-e716-471f-80a1-c1cbbc77c00a 2018-12-29 04:05:11,543 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:12,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:12,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:13,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17e2e34a-157c-43ba-9d4f-92df480dd743 x-compute-request-id: req-17e2e34a-157c-43ba-9d4f-92df480dd743 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:13,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17e2e34a-157c-43ba-9d4f-92df480dd743 2018-12-29 04:05:13,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520828962326s 2018-12-29 04:05:13,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17e2e34a-157c-43ba-9d4f-92df480dd743 2018-12-29 04:05:13,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:14,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-cee4ff03-789e-49f1-a556-b8ac14f762a0 x-compute-request-id: req-cee4ff03-789e-49f1-a556-b8ac14f762a0 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:14,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cee4ff03-789e-49f1-a556-b8ac14f762a0 2018-12-29 04:05:14,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07142686844s 2018-12-29 04:05:14,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-cee4ff03-789e-49f1-a556-b8ac14f762a0 2018-12-29 04:05:14,143 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:15,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:15,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:15,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-699ddad7-cdb8-446a-8636-fec3ef9b18f0 x-compute-request-id: req-699ddad7-cdb8-446a-8636-fec3ef9b18f0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:15,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-699ddad7-cdb8-446a-8636-fec3ef9b18f0 2018-12-29 04:05:15,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525508880615s 2018-12-29 04:05:15,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-699ddad7-cdb8-446a-8636-fec3ef9b18f0 2018-12-29 04:05:15,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:15,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:16,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-2e002e9c-728b-4e95-a9c4-1b3291e1ba96 x-compute-request-id: req-2e002e9c-728b-4e95-a9c4-1b3291e1ba96 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:16,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2e002e9c-728b-4e95-a9c4-1b3291e1ba96 2018-12-29 04:05:16,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07140088081s 2018-12-29 04:05:16,746 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-2e002e9c-728b-4e95-a9c4-1b3291e1ba96 2018-12-29 04:05:16,747 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:17,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:18,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-94aec549-a1c0-47a1-b419-913397f3dfb8 x-compute-request-id: req-94aec549-a1c0-47a1-b419-913397f3dfb8 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:18,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94aec549-a1c0-47a1-b419-913397f3dfb8 2018-12-29 04:05:18,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582566976547s 2018-12-29 04:05:18,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-94aec549-a1c0-47a1-b419-913397f3dfb8 2018-12-29 04:05:18,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:18,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:19,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-c53bdf6e-8525-4c6e-be35-b3cf795e7b4b x-compute-request-id: req-c53bdf6e-8525-4c6e-be35-b3cf795e7b4b Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:19,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c53bdf6e-8525-4c6e-be35-b3cf795e7b4b 2018-12-29 04:05:19,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07155013084s 2018-12-29 04:05:19,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-c53bdf6e-8525-4c6e-be35-b3cf795e7b4b 2018-12-29 04:05:19,408 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:20,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:20,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-7907f7c9-6261-4b48-b041-e80b65a681bd x-compute-request-id: req-7907f7c9-6261-4b48-b041-e80b65a681bd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:20,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7907f7c9-6261-4b48-b041-e80b65a681bd 2018-12-29 04:05:20,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552196979523s 2018-12-29 04:05:20,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7907f7c9-6261-4b48-b041-e80b65a681bd 2018-12-29 04:05:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:20,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:22,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-ec2b541b-3d93-4063-8737-a628b48f3ec2 x-compute-request-id: req-ec2b541b-3d93-4063-8737-a628b48f3ec2 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:22,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ec2b541b-3d93-4063-8737-a628b48f3ec2 2018-12-29 04:05:22,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0755109787s 2018-12-29 04:05:22,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ec2b541b-3d93-4063-8737-a628b48f3ec2 2018-12-29 04:05:22,043 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:23,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:23,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:23,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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,Accept-Encoding x-openstack-request-id: req-cd3a089e-bc3b-4cbc-b1a3-25bf752e4d71 x-compute-request-id: req-cd3a089e-bc3b-4cbc-b1a3-25bf752e4d71 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:23,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cd3a089e-bc3b-4cbc-b1a3-25bf752e4d71 2018-12-29 04:05:23,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524343967438s 2018-12-29 04:05:23,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cd3a089e-bc3b-4cbc-b1a3-25bf752e4d71 2018-12-29 04:05:23,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:24,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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,Accept-Encoding x-openstack-request-id: req-d5f34e15-d6a1-4c0f-af2b-4b7d95aabf54 x-compute-request-id: req-d5f34e15-d6a1-4c0f-af2b-4b7d95aabf54 Content-Encoding: gzip Content-Length: 8062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:24,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d5f34e15-d6a1-4c0f-af2b-4b7d95aabf54 2018-12-29 04:05:24,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07289099693s 2018-12-29 04:05:24,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-d5f34e15-d6a1-4c0f-af2b-4b7d95aabf54 2018-12-29 04:05:24,647 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:25,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:26,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-afd9c0d5-4261-4dd5-9f87-02b629bf392a x-compute-request-id: req-afd9c0d5-4261-4dd5-9f87-02b629bf392a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:26,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-afd9c0d5-4261-4dd5-9f87-02b629bf392a 2018-12-29 04:05:26,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4889960289s 2018-12-29 04:05:26,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-afd9c0d5-4261-4dd5-9f87-02b629bf392a 2018-12-29 04:05:26,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:26,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:27,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84bd9db1-19c1-49b1-9899-062ce1d6cbdf x-compute-request-id: req-84bd9db1-19c1-49b1-9899-062ce1d6cbdf 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 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:27,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-84bd9db1-19c1-49b1-9899-062ce1d6cbdf 2018-12-29 04:05:27,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07118988037s 2018-12-29 04:05:27,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-84bd9db1-19c1-49b1-9899-062ce1d6cbdf 2018-12-29 04:05:27,215 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:28,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:28,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:28,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-0ab62c92-bab0-48f7-80b9-546217fc7966 x-compute-request-id: req-0ab62c92-bab0-48f7-80b9-546217fc7966 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:28,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ab62c92-bab0-48f7-80b9-546217fc7966 2018-12-29 04:05:28,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509281873703s 2018-12-29 04:05:28,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0ab62c92-bab0-48f7-80b9-546217fc7966 2018-12-29 04:05:28,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:28,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:29,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-ee2822ba-beba-4eca-8eaa-ca4ca768912f x-compute-request-id: req-ee2822ba-beba-4eca-8eaa-ca4ca768912f 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 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:29,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ee2822ba-beba-4eca-8eaa-ca4ca768912f 2018-12-29 04:05:29,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07321190834s 2018-12-29 04:05:29,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-ee2822ba-beba-4eca-8eaa-ca4ca768912f 2018-12-29 04:05:29,804 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:30,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:30,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:31,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-be804d9b-5bd6-466f-b802-d96776eecb24 x-compute-request-id: req-be804d9b-5bd6-466f-b802-d96776eecb24 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:36Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:31,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-be804d9b-5bd6-466f-b802-d96776eecb24 2018-12-29 04:05:31,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455801963806s 2018-12-29 04:05:31,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-be804d9b-5bd6-466f-b802-d96776eecb24 2018-12-29 04:05:31,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-12-29 04:05:31,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 04:05:32,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-8a59582d-240b-458d-9212-4c40b1c8b199 x-compute-request-id: req-8a59582d-240b-458d-9212-4c40b1c8b199 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 503396885 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129116] pid_max: default: 32768 minimum: 301\n[ 0.129986] ACPI: Core revision 20150930\n[ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132638] Security Framework initialized\n[ 0.133435] Yama: becoming mindful.\n[ 0.134155] AppArmor: AppArmor initialized\n[ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140120] Initializing cgroup subsys io\n[ 0.140912] Initializing cgroup subsys memory\n[ 0.141753] Initializing cgroup subsys devices\n[ 0.142621] Initializing cgroup subsys freezer\n[ 0.143470] Initializing cgroup subsys net_cls\n[ 0.144315] Initializing cgroup subsys perf_event\n[ 0.145201] Initializing cgroup subsys net_prio\n[ 0.146057] Initializing cgroup subsys hugetlb\n[ 0.146915] Initializing cgroup subsys pids\n[ 0.147771] CPU: Physical Processor ID: 0\n[ 0.149239] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168418] ftrace: allocating 31920 entries in 125 pages\n[ 0.194442] smpboot: Max logical packages: 1\n[ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196599] x2apic enabled\n[ 0.197385] Switched APIC routing to physical x2apic.\n[ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203874] KVM setup paravirtual spinlock\n[ 0.205147] x86: Booted up 1 node, 1 CPUs\n[ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207282] devtmpfs: initialized\n[ 0.208976] evm: security.selinux\n[ 0.209674] evm: security.SMACK64\n[ 0.210348] evm: security.SMACK64EXEC\n[ 0.211072] evm: security.SMACK64TRANSMUTE\n[ 0.211855] evm: security.SMACK64MMAP\n[ 0.212574] evm: security.ima\n[ 0.213204] evm: security.capability\n[ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215777] pinctrl core: initialized pinctrl subsystem\n[ 0.216842] RTC time: 3:56:44, date: 12/29/18\n[ 0.217786] NET: Registered protocol family 16\n[ 0.218734] cpuidle: using governor ladder\n[ 0.219533] cpuidle: using governor menu\n[ 0.220295] PCCT header not found.\n[ 0.221021] ACPI: bus type PCI registered\n[ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223022] PCI: Using configuration type 1 for base access\n[ 0.224771] ACPI: Added _OSI(Module Device)\n[ 0.225602] ACPI: Added _OSI(Processor Device)\n[ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227331] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229463] ACPI: Interpreter enabled\n[ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237410] ACPI: (supports S0 S5)\n[ 0.238097] ACPI: Using IOAPIC for interrupt routing\n[ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247899] acpiphp: Slot [3] registered\n[ 0.248687] acpiphp: Slot [4] registered\n[ 0.249470] acpiphp: Slot [5] registered\n[ 0.250248] acpiphp: Slot [6] registered\n[ 0.251022] acpiphp: Slot [7] registered\n[ 0.251810] acpiphp: Slot [8] registered\n[ 0.252591] acpiphp: Slot [9] registered\n[ 0.253370] acpiphp: Slot [10] registered\n[ 0.254159] acpiphp: Slot [11] registered\n[ 0.254947] acpiphp: Slot [12] registered\n[ 0.255748] acpiphp: Slot [13] registered\n[ 0.256544] acpiphp: Slot [14] registered\n[ 0.257331] acpiphp: Slot [15] registered\n[ 0.268124] acpiphp: Slot [16] registered\n[ 0.268916] acpiphp: Slot [17] registered\n[ 0.269716] acpiphp: Slot [18] registered\n[ 0.270509] acpiphp: Slot [19] registered\n[ 0.271301] acpiphp: Slot [20] registered\n[ 0.272095] acpiphp: Slot [21] registered\n[ 0.272887] acpiphp: Slot [22] registered\n[ 0.273683] acpiphp: Slot [23] registered\n[ 0.274477] acpiphp: Slot [24] registered\n[ 0.275267] acpiphp: Slot [25] registered\n[ 0.276052] acpiphp: Slot [26] registered\n[ 0.276841] acpiphp: Slot [27] registered\n[ 0.277642] acpiphp: Slot [28] registered\n[ 0.278435] acpiphp: Slot [29] registered\n[ 0.279225] acpiphp: Slot [30] registered\n[ 0.280011] acpiphp: Slot [31] registered\n[ 0.280799] PCI host bridge to bus 0000:00\n[ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361171] vgaarb: loaded\n[ 0.361765] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362892] SCSI subsystem initialized\n[ 0.363706] ACPI: bus type USB registered\n[ 0.364512] usbcore: registered new interface driver usbfs\n[ 0.365526] usbcore: registered new interface driver hub\n[ 0.366517] usbcore: registered new device driver usb\n[ 0.367557] PCI: Using ACPI for IRQ routing\n[ 0.368571] NetLabel: Initializing\n[ 0.369277] NetLabel: domain hash size = 128\n[ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371062] NetLabel: unlabeled traffic allowed by default\n[ 0.372146] clocksource: Switched to clocksource kvm-clock\n[ 0.377661] AppArmor: AppArmor Filesystem Enabled\n[ 0.378609] pnp: PnP ACPI init\n[ 0.379517] pnp: PnP ACPI: found 5 devices\n[ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387567] NET: Registered protocol family 2\n[ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394310] NET: Registered protocol family 1\n[ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425616] Trying to unpack rootfs image as initramfs...\n[ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489177] Scanning for low memory corruption every 60 seconds\n[ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491617] audit: initializing netlink subsys (disabled)\n[ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized\n[ 0.493931] Initialise system trusted keyring\n[ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497939] zbud: loaded\n[ 0.498636] VFS: Disk quotas dquot_6.6.0\n[ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500951] fuse init (API version 7.23)\n[ 0.501838] Key type big_key registered\n[ 0.502632] Allocating IMA MOK and blacklist keyrings.\n[ 0.504094] Key type asymmetric registered\n[ 0.504916] Asymmetric key parser 'x509' registered\n[ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507301] io scheduler noop registered\n[ 0.508085] io scheduler deadline registered (default)\n[ 0.509061] io scheduler cfq registered\n[ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513618] ACPI: Power Button [PWRF]\n[ 0.514452] GHES: HEST is not enabled!\n[ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586415] Linux agpgart interface v0.103\n[ 0.588440] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595965] GPT:90111 != 2097151\n[ 0.596636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597703] GPT:90111 != 2097151\n[ 0.598361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599299] vda: vda1 vda15\n[ 0.600770] scsi host0: ata_piix\n[ 0.601500] scsi host1: ata_piix\n[ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604809] libphy: Fixed MDIO Bus: probed\n[ 0.605621] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606547] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608672] PPP generic driver version 2.4.2\n[ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610825] ehci-pci: EHCI PCI platform driver\n[ 0.611686] ehci-platform: EHCI generic platform driver\n[ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613761] ohci-pci: OHCI PCI platform driver\n[ 0.614605] ohci-platform: OHCI generic platform driver\n[ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636983] usb usb1: Product: UHCI Host Controller\n[ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639010] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639974] hub 1-0:1.0: USB hub found\n[ 0.640744] hub 1-0:1.0: 2 ports detected\n[ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645622] mousedev: PS/2 mouse device common for all mice\n[ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652044] i2c /dev entries driver\n[ 0.652801] device-mapper: uevent: version 1.0.3\n[ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656567] NET: Registered protocol family 10\n[ 0.657542] NET: Registered protocol family 17\n[ 0.658404] Key type dns_resolver registered\n[ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662098] registered taskstats version 1\n[ 0.662912] Loading compiled-in X.509 certificates\n[ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666161] zswap: loaded using pool lzo/zbud\n[ 0.667496] Key type trusted registered\n[ 0.669019] Key type encrypted registered\n[ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670834] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671841] evm: HMAC attrs: 0x1\n[ 0.672764] Magic number: 14:423:918\n[ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805)\n[ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676264] EDD information not available.\n[ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762746] Write protecting the kernel read-only data: 14336k\n[ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.20. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 445.575085] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-12-29 04:05:32,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8a59582d-240b-458d-9212-4c40b1c8b199 2018-12-29 04:05:32,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07842803001s 2018-12-29 04:05:32,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751/action used request id req-8a59582d-240b-458d-9212-4c40b1c8b199 2018-12-29 04:05:32,346 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 503396885 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.127495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129116] pid_max: default: 32768 minimum: 301 [ 0.129986] ACPI: Core revision 20150930 [ 0.131353] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132638] Security Framework initialized [ 0.133435] Yama: becoming mindful. [ 0.134155] AppArmor: AppArmor initialized [ 0.135002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137568] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138761] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140120] Initializing cgroup subsys io [ 0.140912] Initializing cgroup subsys memory [ 0.141753] Initializing cgroup subsys devices [ 0.142621] Initializing cgroup subsys freezer [ 0.143470] Initializing cgroup subsys net_cls [ 0.144315] Initializing cgroup subsys perf_event [ 0.145201] Initializing cgroup subsys net_prio [ 0.146057] Initializing cgroup subsys hugetlb [ 0.146915] Initializing cgroup subsys pids [ 0.147771] CPU: Physical Processor ID: 0 [ 0.149239] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162114] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168418] ftrace: allocating 31920 entries in 125 pages [ 0.194442] smpboot: Max logical packages: 1 [ 0.195284] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196599] x2apic enabled [ 0.197385] Switched APIC routing to physical x2apic. [ 0.199106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200194] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202129] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203874] KVM setup paravirtual spinlock [ 0.205147] x86: Booted up 1 node, 1 CPUs [ 0.205930] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207282] devtmpfs: initialized [ 0.208976] evm: security.selinux [ 0.209674] evm: security.SMACK64 [ 0.210348] evm: security.SMACK64EXEC [ 0.211072] evm: security.SMACK64TRANSMUTE [ 0.211855] evm: security.SMACK64MMAP [ 0.212574] evm: security.ima [ 0.213204] evm: security.capability [ 0.213984] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215777] pinctrl core: initialized pinctrl subsystem [ 0.216842] RTC time: 3:56:44, date: 12/29/18 [ 0.217786] NET: Registered protocol family 16 [ 0.218734] cpuidle: using governor ladder [ 0.219533] cpuidle: using governor menu [ 0.220295] PCCT header not found. [ 0.221021] ACPI: bus type PCI registered [ 0.221811] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223022] PCI: Using configuration type 1 for base access [ 0.224771] ACPI: Added _OSI(Module Device) [ 0.225602] ACPI: Added _OSI(Processor Device) [ 0.226456] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229463] ACPI: Interpreter enabled [ 0.230231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237410] ACPI: (supports S0 S5) [ 0.238097] ACPI: Using IOAPIC for interrupt routing [ 0.239137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245688] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247899] acpiphp: Slot [3] registered [ 0.248687] acpiphp: Slot [4] registered [ 0.249470] acpiphp: Slot [5] registered [ 0.250248] acpiphp: Slot [6] registered [ 0.251022] acpiphp: Slot [7] registered [ 0.251810] acpiphp: Slot [8] registered [ 0.252591] acpiphp: Slot [9] registered [ 0.253370] acpiphp: Slot [10] registered [ 0.254159] acpiphp: Slot [11] registered [ 0.254947] acpiphp: Slot [12] registered [ 0.255748] acpiphp: Slot [13] registered [ 0.256544] acpiphp: Slot [14] registered [ 0.257331] acpiphp: Slot [15] registered [ 0.268124] acpiphp: Slot [16] registered [ 0.268916] acpiphp: Slot [17] registered [ 0.269716] acpiphp: Slot [18] registered [ 0.270509] acpiphp: Slot [19] registered [ 0.271301] acpiphp: Slot [20] registered [ 0.272095] acpiphp: Slot [21] registered [ 0.272887] acpiphp: Slot [22] registered [ 0.273683] acpiphp: Slot [23] registered [ 0.274477] acpiphp: Slot [24] registered [ 0.275267] acpiphp: Slot [25] registered [ 0.276052] acpiphp: Slot [26] registered [ 0.276841] acpiphp: Slot [27] registered [ 0.277642] acpiphp: Slot [28] registered [ 0.278435] acpiphp: Slot [29] registered [ 0.279225] acpiphp: Slot [30] registered [ 0.280011] acpiphp: Slot [31] registered [ 0.280799] PCI host bridge to bus 0000:00 [ 0.281586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283940] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.285349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286753] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292881] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.294147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.295297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296536] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.302997] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304395] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348839] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352113] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353512] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357491] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358620] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361171] vgaarb: loaded [ 0.361765] vgaarb: bridge control possible 0000:00:02.0 [ 0.362892] SCSI subsystem initialized [ 0.363706] ACPI: bus type USB registered [ 0.364512] usbcore: registered new interface driver usbfs [ 0.365526] usbcore: registered new interface driver hub [ 0.366517] usbcore: registered new device driver usb [ 0.367557] PCI: Using ACPI for IRQ routing [ 0.368571] NetLabel: Initializing [ 0.369277] NetLabel: domain hash size = 128 [ 0.370123] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371062] NetLabel: unlabeled traffic allowed by default [ 0.372146] clocksource: Switched to clocksource kvm-clock [ 0.377661] AppArmor: AppArmor Filesystem Enabled [ 0.378609] pnp: PnP ACPI init [ 0.379517] pnp: PnP ACPI: found 5 devices [ 0.385884] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387567] NET: Registered protocol family 2 [ 0.388520] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392083] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394310] NET: Registered protocol family 1 [ 0.395171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396264] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397327] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411371] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425616] Trying to unpack rootfs image as initramfs... [ 0.475031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489177] Scanning for low memory corruption every 60 seconds [ 0.490484] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491617] audit: initializing netlink subsys (disabled) [ 0.492636] audit: type=2000 audit(1546055805.111:1): initialized [ 0.493931] Initialise system trusted keyring [ 0.494846] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497939] zbud: loaded [ 0.498636] VFS: Disk quotas dquot_6.6.0 [ 0.499456] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500951] fuse init (API version 7.23) [ 0.501838] Key type big_key registered [ 0.502632] Allocating IMA MOK and blacklist keyrings. [ 0.504094] Key type asymmetric registered [ 0.504916] Asymmetric key parser 'x509' registered [ 0.505859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507301] io scheduler noop registered [ 0.508085] io scheduler deadline registered (default) [ 0.509061] io scheduler cfq registered [ 0.509887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513618] ACPI: Power Button [PWRF] [ 0.514452] GHES: HEST is not enabled! [ 0.528193] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556152] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586415] Linux agpgart interface v0.103 [ 0.588440] brd: module loaded [ 0.589611] loop: module loaded [ 0.594527] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595965] GPT:90111 != 2097151 [ 0.596636] GPT:Alternate GPT header not at the end of the disk. [ 0.597703] GPT:90111 != 2097151 [ 0.598361] GPT: Use GNU Parted to correct GPT errors. [ 0.599299] vda: vda1 vda15 [ 0.600770] scsi host0: ata_piix [ 0.601500] scsi host1: ata_piix [ 0.602198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.604809] libphy: Fixed MDIO Bus: probed [ 0.605621] tun: Universal TUN/TAP device driver, 1.6 [ 0.606547] tun: (C) 1999-2004 Max Krasnyansky [ 0.608672] PPP generic driver version 2.4.2 [ 0.609547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610825] ehci-pci: EHCI PCI platform driver [ 0.611686] ehci-platform: EHCI generic platform driver [ 0.612659] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613761] ohci-pci: OHCI PCI platform driver [ 0.614605] ohci-platform: OHCI generic platform driver [ 0.615571] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629895] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632300] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.636983] usb usb1: Product: UHCI Host Controller [ 0.637897] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639010] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639974] hub 1-0:1.0: USB hub found [ 0.640744] hub 1-0:1.0: 2 ports detected [ 0.641629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643686] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644619] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645622] mousedev: PS/2 mouse device common for all mice [ 0.646836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648646] rtc_cmos 00:00: RTC can wake from S4 [ 0.649720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650882] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652044] i2c /dev entries driver [ 0.652801] device-mapper: uevent: version 1.0.3 [ 0.653714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656567] NET: Registered protocol family 10 [ 0.657542] NET: Registered protocol family 17 [ 0.658404] Key type dns_resolver registered [ 0.659307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662098] registered taskstats version 1 [ 0.662912] Loading compiled-in X.509 certificates [ 0.664347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666161] zswap: loaded using pool lzo/zbud [ 0.667496] Key type trusted registered [ 0.669019] Key type encrypted registered [ 0.669834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670834] ima: No TPM chip found, activating TPM-bypass! [ 0.671841] evm: HMAC attrs: 0x1 [ 0.672764] Magic number: 14:423:918 [ 0.673606] rtc_cmos 00:00: setting system clock to 2018-12-29 03:56:45 UTC (1546055805) [ 0.675164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676264] EDD information not available. [ 0.761234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762746] Write protecting the kernel read-only data: 14336k [ 0.774529] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776310] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.300364] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.20. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.33s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 445.575085] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-12-29 04:05:32,347 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-12-29 04:05:32,483 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 04:05:32,484 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:10 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-12-29 04:05:32,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-29 04:05:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:32,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04: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 x-openstack-request-id: req-34de52c1-73d0-4129-9c63-7478df22969b x-compute-request-id: req-34de52c1-73d0-4129-9c63-7478df22969b Content-Type: application/json 2018-12-29 04:05:32,638 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 used request id req-34de52c1-73d0-4129-9c63-7478df22969b 2018-12-29 04:05:32,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.147603034973s 2018-12-29 04:05:32,638 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2 used request id req-34de52c1-73d0-4129-9c63-7478df22969b 2018-12-29 04:05:32,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:32,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:33,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-34fd0bbb-fced-41e2-b3ec-e3227953d800 x-compute-request-id: req-34fd0bbb-fced-41e2-b3ec-e3227953d800 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:e1:88", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:36.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "e8e2b76b-a2ff-45bc-8437-6241e2eb76c2", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T04:05:32Z", "hostId": "7fe86943615fefbee1e93f378d970b6073c9110822740b5e0cda17e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:31Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:33,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-34fd0bbb-fced-41e2-b3ec-e3227953d800 2018-12-29 04:05:33,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382441997528s 2018-12-29 04:05:33,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-34fd0bbb-fced-41e2-b3ec-e3227953d800 2018-12-29 04:05:33,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 04:05:35,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:35,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-87f34495-181d-4068-b215-0b07e16e7907 x-compute-request-id: req-87f34495-181d-4068-b215-0b07e16e7907 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T03:56:45Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:35,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87f34495-181d-4068-b215-0b07e16e7907 2018-12-29 04:05:35,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637517929077s 2018-12-29 04:05:35,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87f34495-181d-4068-b215-0b07e16e7907 2018-12-29 04:05:35,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-12-29 04:05:35,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:35,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04: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 x-openstack-request-id: req-95f62722-bff7-4d83-9dfe-b6c965e7a87a x-compute-request-id: req-95f62722-bff7-4d83-9dfe-b6c965e7a87a Content-Type: application/json 2018-12-29 04:05:35,849 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751 used request id req-95f62722-bff7-4d83-9dfe-b6c965e7a87a 2018-12-29 04:05:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182245016098s 2018-12-29 04:05:35,849 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751 used request id req-95f62722-bff7-4d83-9dfe-b6c965e7a87a 2018-12-29 04:05:35,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:35,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:36,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-537ce251-01f2-4347-8952-d80736ee8693 x-compute-request-id: req-537ce251-01f2-4347-8952-d80736ee8693 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:95:d1", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "security_groups": [{"name": "default"}], "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T04:05:35Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:36,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-537ce251-01f2-4347-8952-d80736ee8693 2018-12-29 04:05:36,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359963178635s 2018-12-29 04:05:36,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-537ce251-01f2-4347-8952-d80736ee8693 2018-12-29 04:05:36,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 04:05:38,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:38,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:38,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05: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-0a86688e-42d3-459b-892f-9a7d65786991 x-compute-request-id: req-0a86688e-42d3-459b-892f-9a7d65786991 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8a7d5ec2-dd96-4336-baeb-af8c5e486751", "rel": "bookmark"}], "image": {"id": "fd2f8967-1399-4207-800b-5edd48aee86a", "links": [{"href": "http://172.30.9.30:8774/images/fd2f8967-1399-4207-800b-5edd48aee86a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-12-29T03:56:44.000000", "flavor": {"id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "links": [{"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}]}, "id": "8a7d5ec2-dd96-4336-baeb-af8c5e486751", "user_id": "f4cce7e282234708a0552faa0dc45e75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T04:05:37Z", "hostId": "31e42b2c686ca059b189be38404ad0f014fcb19064cdd6f260c63e86", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "created": "2018-12-29T03:56:40Z", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 04:05:38,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0a86688e-42d3-459b-892f-9a7d65786991 2018-12-29 04:05:38,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.26774597168s 2018-12-29 04:05:38,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0a86688e-42d3-459b-892f-9a7d65786991 2018-12-29 04:05:38,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-12-29 04:05:40,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-12-29 04:05:40,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:40,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebacf7cb-5c94-4226-9115-39e344f74665 x-compute-request-id: req-ebacf7cb-5c94-4226-9115-39e344f74665 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 04:05:40,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ebacf7cb-5c94-4226-9115-39e344f74665 2018-12-29 04:05:40,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0933809280396s 2018-12-29 04:05:40,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ebacf7cb-5c94-4226-9115-39e344f74665 2018-12-29 04:05:40,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-29 04:05:40,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/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}ef1110bc1e482463cf95f92a4db5761cecc598ef" -d '{"subnet_id": "77e71955-7ccf-4005-8b7f-d9704aec8772"}' 2018-12-29 04:05:41,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9cee06f-16c8-4664-b82b-2a4a3a0fb56b Date: Sat, 29 Dec 2018 04:05:41 GMT RESP BODY: {"network_id": "552b53a7-236f-4c9c-99c4-955533695263", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "subnet_id": "77e71955-7ccf-4005-8b7f-d9704aec8772", "subnet_ids": ["77e71955-7ccf-4005-8b7f-d9704aec8772"], "port_id": "f9caac4b-9e92-46f3-be5d-09d6a5ebabcc", "id": "be701a32-f7d1-4065-bd04-4704e5050717"} 2018-12-29 04:05:41,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/remove_router_interface.json used request id req-e9cee06f-16c8-4664-b82b-2a4a3a0fb56b 2018-12-29 04:05:41,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.05319094658s 2018-12-29 04:05:41,635 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717/remove_router_interface.json used request id req-e9cee06f-16c8-4664-b82b-2a4a3a0fb56b returning object be701a32-f7d1-4065-bd04-4704e5050717 2018-12-29 04:05:41,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-29 04:05:41,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:41,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7b387fee-9ddd-47b5-a9fc-6a8f4d2436c1 Date: Sat, 29 Dec 2018 04:05:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "created_at": "2018-12-29T03:56:24Z", "admin_state_up": true, "updated_at": "2018-12-29T04:05:41Z", "revision_number": 4, "routes": [], "project_id": "577e82948e47429b809e0ad02f08fcdb", "id": "be701a32-f7d1-4065-bd04-4704e5050717", "name": "vping_userdata-router_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 04:05:41,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-7b387fee-9ddd-47b5-a9fc-6a8f4d2436c1 2018-12-29 04:05:41,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.07941198349s 2018-12-29 04:05:41,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-7b387fee-9ddd-47b5-a9fc-6a8f4d2436c1 2018-12-29 04:05:41,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-29 04:05:41,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:42,895 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84f7b553-4053-484f-9e81-28f9732594a4 Content-Length: 0 Date: Sat, 29 Dec 2018 04:05:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:05:42,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717.json used request id req-84f7b553-4053-484f-9e81-28f9732594a4 2018-12-29 04:05:42,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17802286148s 2018-12-29 04:05:42,895 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/be701a32-f7d1-4065-bd04-4704e5050717.json used request id req-84f7b553-4053-484f-9e81-28f9732594a4 2018-12-29 04:05:42,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-29 04:05:42,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:42,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-db004afb-4e4d-4527-bb75-8106809b3e28 Date: Sat, 29 Dec 2018 04:05:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"552b53a7-236f-4c9c-99c4-955533695263","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T03:56:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"577e82948e47429b809e0ad02f08fcdb","id":"77e71955-7ccf-4005-8b7f-d9704aec8772","subnetpool_id":null,"name":"vping_userdata-subnet_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 04:05:42,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db004afb-4e4d-4527-bb75-8106809b3e28 2018-12-29 04:05:42,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0544669628143s 2018-12-29 04:05:42,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db004afb-4e4d-4527-bb75-8106809b3e28 2018-12-29 04:05:42,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-29 04:05:42,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/77e71955-7ccf-4005-8b7f-d9704aec8772.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:45,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68ab6955-9b51-4381-9ff7-0fd868117cef Date: Sat, 29 Dec 2018 04:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:05:45,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/77e71955-7ccf-4005-8b7f-d9704aec8772.json used request id req-68ab6955-9b51-4381-9ff7-0fd868117cef 2018-12-29 04:05:45,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27698898315s 2018-12-29 04:05:45,229 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/77e71955-7ccf-4005-8b7f-d9704aec8772.json used request id req-68ab6955-9b51-4381-9ff7-0fd868117cef 2018-12-29 04:05:45,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:05:45,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:45,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-fcc8825e-e058-49a8-a200-e631bc1e8a47 Date: Sat, 29 Dec 2018 04:05:45 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":["717222cb-974c-4168-ab1a-356f49eda1dc"],"updated_at":"2018-12-29T03:30:39Z","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","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-12-29T04:05:45Z","tenant_id":"577e82948e47429b809e0ad02f08fcdb","created_at":"2018-12-29T03:56:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"577e82948e47429b809e0ad02f08fcdb","id":"552b53a7-236f-4c9c-99c4-955533695263","name":"vping_userdata-net_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 04:05:45,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fcc8825e-e058-49a8-a200-e631bc1e8a47 2018-12-29 04:05:45,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130577087402s 2018-12-29 04:05:45,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fcc8825e-e058-49a8-a200-e631bc1e8a47 2018-12-29 04:05:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-29 04:05:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/552b53a7-236f-4c9c-99c4-955533695263.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:46,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ccbb6801-d8ba-4c57-8117-ad8f838b5350 Date: Sat, 29 Dec 2018 04:05:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:05:46,610 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/552b53a7-236f-4c9c-99c4-955533695263.json used request id req-ccbb6801-d8ba-4c57-8117-ad8f838b5350 2018-12-29 04:05:46,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24818992615s 2018-12-29 04:05:46,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/552b53a7-236f-4c9c-99c4-955533695263.json used request id req-ccbb6801-d8ba-4c57-8117-ad8f838b5350 2018-12-29 04:05:46,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:05:46,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:46,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-fbbc8d81-3ca8-407a-9ec3-43d0e105c73e Date: Sat, 29 Dec 2018 04:05:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "metadata": {}}], "file": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a/file", "owner": "577e82948e47429b809e0ad02f08fcdb", "id": "fd2f8967-1399-4207-800b-5edd48aee86a", "size": 12716032, "self": "/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/fd2f8967-1399-4207-800b-5edd48aee86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T03:56:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T03:56:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:05:46,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbbc8d81-3ca8-407a-9ec3-43d0e105c73e 2018-12-29 04:05:46,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187577962875s 2018-12-29 04:05:46,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbbc8d81-3ca8-407a-9ec3-43d0e105c73e 2018-12-29 04:05:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:05:46,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef1110bc1e482463cf95f92a4db5761cecc598ef" 2018-12-29 04:05:48,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-658d408d-e6e0-48a8-a345-c95b2dbdb9dd Date: Sat, 29 Dec 2018 04:05:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:05:48,291 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a used request id req-658d408d-e6e0-48a8-a345-c95b2dbdb9dd 2018-12-29 04:05:48,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.49003601074s 2018-12-29 04:05:48,291 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fd2f8967-1399-4207-800b-5edd48aee86a used request id req-658d408d-e6e0-48a8-a345-c95b2dbdb9dd 2018-12-29 04:05:48,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:05:48,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:48,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-57b38113-cb5f-4ddf-bf9a-d2348dc0e515 x-compute-request-id: req-57b38113-cb5f-4ddf-bf9a-d2348dc0e515 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4970f2ea-bf87-4294-bec1-cf6d82075f59", "name": "vping_userdata-flavor_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:05:48,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-57b38113-cb5f-4ddf-bf9a-d2348dc0e515 2018-12-29 04:05:48,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.177047014236s 2018-12-29 04:05:48,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-57b38113-cb5f-4ddf-bf9a-d2348dc0e515 2018-12-29 04:05:48,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:05:48,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:48,523 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04: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 x-openstack-request-id: req-57be55c4-f776-4668-b805-bbde711cd194 x-compute-request-id: req-57be55c4-f776-4668-b805-bbde711cd194 Content-Length: 0 Content-Type: application/json 2018-12-29 04:05:48,523 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59 used request id req-57be55c4-f776-4668-b805-bbde711cd194 2018-12-29 04:05:48,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0526921749115s 2018-12-29 04:05:48,524 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/4970f2ea-bf87-4294-bec1-cf6d82075f59 used request id req-57be55c4-f776-4668-b805-bbde711cd194 2018-12-29 04:05:48,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:05:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:48,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb579516-c788-4c11-b4dd-c206ce85430b Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6", "links": {"self": "http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75"}, "domain_id": "default", "enabled": true, "id": "f4cce7e282234708a0552faa0dc45e75", "options": {}}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:05:48,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bb579516-c788-4c11-b4dd-c206ce85430b 2018-12-29 04:05:48,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.098405122757s 2018-12-29 04:05:48,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bb579516-c788-4c11-b4dd-c206ce85430b 2018-12-29 04:05:48,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:05:48,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:48,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a2eee8-7d2a-4976-8e55-a9d9fdf61e4d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75"}, "enabled": true, "id": "f4cce7e282234708a0552faa0dc45e75", "options": {}, "domain_id": "default", "name": "vping_userdata-user_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}} 2018-12-29 04:05:48,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 used request id req-a8a2eee8-7d2a-4976-8e55-a9d9fdf61e4d 2018-12-29 04:05:48,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0872428417206s 2018-12-29 04:05:48,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 used request id req-a8a2eee8-7d2a-4976-8e55-a9d9fdf61e4d 2018-12-29 04:05:48,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 04:05:48,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:48,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dc81f19-a49b-469c-8eaa-e799505e4270 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:48,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 used request id req-7dc81f19-a49b-469c-8eaa-e799505e4270 2018-12-29 04:05:48,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.218425035477s 2018-12-29 04:05:48,936 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f4cce7e282234708a0552faa0dc45e75 used request id req-7dc81f19-a49b-469c-8eaa-e799505e4270 2018-12-29 04:05:48,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:05:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b459ea8-cba2-411e-b96d-195822642f5d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb"}, "enabled": true, "id": "577e82948e47429b809e0ad02f08fcdb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_0329f81f-e251-44e6-aa8d-7d646c9ff0a6"}]} 2018-12-29 04:05:49,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2b459ea8-cba2-411e-b96d-195822642f5d 2018-12-29 04:05:49,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0800189971924s 2018-12-29 04:05:49,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2b459ea8-cba2-411e-b96d-195822642f5d 2018-12-29 04:05:49,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 04:05:49,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501b36ab-a2c8-4b29-a86f-ea709d61af0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:49,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb used request id req-501b36ab-a2c8-4b29-a86f-ea709d61af0a 2018-12-29 04:05:49,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.134603023529s 2018-12-29 04:05:49,154 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/577e82948e47429b809e0ad02f08fcdb used request id req-501b36ab-a2c8-4b29-a86f-ea709d61af0a 2018-12-29 04:05:49,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:49,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03063b61-345d-4e1a-8513-8fab51534cfb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "eb4e818cae4345c6b84ea956c8957a69", "links": {"self": "http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:49,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-03063b61-345d-4e1a-8513-8fab51534cfb 2018-12-29 04:05:49,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0839200019836s 2018-12-29 04:05:49,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 04:05:49,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2873956-9f18-404f-972c-640222543c57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:49,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/eb4e818cae4345c6b84ea956c8957a69 used request id req-c2873956-9f18-404f-972c-640222543c57 2018-12-29 04:05:49,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0963950157166s 2018-12-29 04:05:49,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:05:49,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=577e82948e47429b809e0ad02f08fcdb&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e502a6b7-9b24-4802-8bc0-37cd1a6c3332 Date: Sat, 29 Dec 2018 04:05:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "created_at": "2018-12-29T03:56:22Z", "updated_at": "2018-12-29T03:56:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "94e2e99f-2798-4c9c-9989-37fa4cd054f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "b5a6efd8-d5f8-4276-b12a-13660368a9c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "b6c8e77b-fd3b-403d-a9d7-f83bd5bad8cf", "remote_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "f3a40263-4b8d-4fd3-9688-11e305440825", "remote_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "577e82948e47429b809e0ad02f08fcdb"}], "revision_number": 4, "project_id": "577e82948e47429b809e0ad02f08fcdb", "id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "name": "default"}]} 2018-12-29 04:05:49,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=577e82948e47429b809e0ad02f08fcdb&name=default used request id req-e502a6b7-9b24-4802-8bc0-37cd1a6c3332 2018-12-29 04:05:49,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19278717041s 2018-12-29 04:05:49,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=577e82948e47429b809e0ad02f08fcdb&name=default used request id req-e502a6b7-9b24-4802-8bc0-37cd1a6c3332 2018-12-29 04:05:49,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:05:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:49,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ce16fb82-c9dc-4d62-b0c3-dc0d0b871b0d Date: Sat, 29 Dec 2018 04:05:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "created_at": "2018-12-29T03:56:22Z", "updated_at": "2018-12-29T03:56:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "b5a6efd8-d5f8-4276-b12a-13660368a9c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "f3a40263-4b8d-4fd3-9688-11e305440825", "remote_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "94e2e99f-2798-4c9c-9989-37fa4cd054f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "577e82948e47429b809e0ad02f08fcdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:56:22Z", "revision_number": 0, "id": "b6c8e77b-fd3b-403d-a9d7-f83bd5bad8cf", "remote_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "remote_ip_prefix": null, "created_at": "2018-12-29T03:56:22Z", "security_group_id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "tenant_id": "577e82948e47429b809e0ad02f08fcdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "577e82948e47429b809e0ad02f08fcdb"}], "revision_number": 4, "project_id": "577e82948e47429b809e0ad02f08fcdb", "id": "6ad49c75-b81b-4923-a9e6-438d6b181479", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 04:05:49,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ce16fb82-c9dc-4d62-b0c3-dc0d0b871b0d 2018-12-29 04:05:49,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19318819046s 2018-12-29 04:05:49,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ce16fb82-c9dc-4d62-b0c3-dc0d0b871b0d 2018-12-29 04:05:49,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 04:05:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/6ad49c75-b81b-4923-a9e6-438d6b181479.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}651992c6d502f52886101d9529bd6b6b2e257665" 2018-12-29 04:05:50,100 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bbc83f2-31b4-46cf-bfc7-286d9ea11bea Content-Length: 0 Date: Sat, 29 Dec 2018 04:05:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:05:50,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6ad49c75-b81b-4923-a9e6-438d6b181479.json used request id req-1bbc83f2-31b4-46cf-bfc7-286d9ea11bea 2018-12-29 04:05:50,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.365291833878s 2018-12-29 04:05:50,100 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6ad49c75-b81b-4923-a9e6-438d6b181479.json used request id req-1bbc83f2-31b4-46cf-bfc7-286d9ea11bea 2018-12-29 04:05:50,100 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-12-29 04:05:50,154 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-12-29 04:05:50,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:05:50,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:05:50,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:05:50,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:05:50,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:05:50,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2161d2a3-981d-4cfb-83a2-a948921570b6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:05:50,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2161d2a3-981d-4cfb-83a2-a948921570b6 2018-12-29 04:05:50,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:05:50,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T05:05:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["QON-ICggTm2pNp4BE4rB6A"], "issued_at": "2018-12-29T04:05:50.000000Z"}} 2018-12-29 04:05:50,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:05:50,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:50,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1c9f4c09-aef7-433c-bb38-aca6d9df44ba Date: Sat, 29 Dec 2018 04:05:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 04:05:50,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c9f4c09-aef7-433c-bb38-aca6d9df44ba 2018-12-29 04:05:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231503009796s 2018-12-29 04:05:50,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c9f4c09-aef7-433c-bb38-aca6d9df44ba 2018-12-29 04:05:50,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 04:05:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:50,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:05:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:50,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b2b62bd-f1c1-41b9-b650-a96c290f7334 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 04:05:50,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1b2b62bd-f1c1-41b9-b650-a96c290f7334 2018-12-29 04:05:50,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.091540813446s 2018-12-29 04:05:50,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 04:05:50,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}}' 2018-12-29 04:05:51,032 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:05:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efac4e26-5a6c-47c0-8127-0afadebe5611 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb"}, "enabled": true, "id": "50789ac7f0f6480ba8486226851080bb", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}} 2018-12-29 04:05:51,032 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-efac4e26-5a6c-47c0-8127-0afadebe5611 2018-12-29 04:05:51,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11874294281s 2018-12-29 04:05:51,033 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-efac4e26-5a6c-47c0-8127-0afadebe5611 2018-12-29 04:05:51,034 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'id': u'50789ac7f0f6480ba8486226851080bb', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-29 04:05:51,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 04:05:51,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362580060959s 2018-12-29 04:05:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:51,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0902e7b6-fbe8-4829-80f2-f2ad0f11fb32 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4"}} 2018-12-29 04:05:51,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 used request id req-0902e7b6-fbe8-4829-80f2-f2ad0f11fb32 2018-12-29 04:05:51,486 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5af44fa560154318a2202bb78a8dc315', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4'}) 2018-12-29 04:05:51,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:51,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:51,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bceafc-11f0-4237-a6b5-545dc15964c0 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:51,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-60bceafc-11f0-4237-a6b5-545dc15964c0 2018-12-29 04:05:51,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811648368835s 2018-12-29 04:05:51,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:51,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:51,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d021efd-cdc7-429b-8b77-3d6f99c7191a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:51,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1d021efd-cdc7-429b-8b77-3d6f99c7191a 2018-12-29 04:05:51,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816879272461s 2018-12-29 04:05:51,652 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 04:05:51,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 04:05:51,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"role": {"name": "Member"}}' 2018-12-29 04:05:51,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1117b6c-7066-415d-afd8-56fb3d108e91 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}} 2018-12-29 04:05:51,853 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c1117b6c-7066-415d-afd8-56fb3d108e91 2018-12-29 04:05:51,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.201117992401s 2018-12-29 04:05:51,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:51,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92adf9ba-1adb-42ec-b60e-a2f8850f3b97 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "domain_id": null, "name": "Member", "id": "0b11f27710e549a7bbcac4b563d4b95c"}} 2018-12-29 04:05:51,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c used request id req-92adf9ba-1adb-42ec-b60e-a2f8850f3b97 2018-12-29 04:05:51,940 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c'}, 'domain_id': None, 'human_id': None, 'id': u'0b11f27710e549a7bbcac4b563d4b95c', 'HUMAN_ID': False}) 2018-12-29 04:05:51,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:51,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c75117f-a7f1-4fd2-b9d2-9b1a25628e59 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:52,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4c75117f-a7f1-4fd2-b9d2-9b1a25628e59 2018-12-29 04:05:52,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0926539897919s 2018-12-29 04:05:52,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:05:52,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-118bc7d0-7734-486b-a7d1-47f6709aecff Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:05:52,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-118bc7d0-7734-486b-a7d1-47f6709aecff 2018-12-29 04:05:52,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751368999481s 2018-12-29 04:05:52,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:05:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a148a427-5a52-4a8c-9116-a903b167c5a5 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4", "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "domain_id": "default", "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:05:52,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a148a427-5a52-4a8c-9116-a903b167c5a5 2018-12-29 04:05:52,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985789299011s 2018-12-29 04:05:52,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a148a427-5a52-4a8c-9116-a903b167c5a5 2018-12-29 04:05:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:05:52,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3c4abd-4932-4f44-9c10-37729b558792 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb"}, "enabled": true, "id": "50789ac7f0f6480ba8486226851080bb", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}]} 2018-12-29 04:05:52,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0a3c4abd-4932-4f44-9c10-37729b558792 2018-12-29 04:05:52,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798449516296s 2018-12-29 04:05:52,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0a3c4abd-4932-4f44-9c10-37729b558792 2018-12-29 04:05:52,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:05:52,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=0b11f27710e549a7bbcac4b563d4b95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b45e7f-055d-4226-a183-de007d8b0862 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=0b11f27710e549a7bbcac4b563d4b95c", "previous": null, "next": null}} 2018-12-29 04:05:52,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=0b11f27710e549a7bbcac4b563d4b95c used request id req-53b45e7f-055d-4226-a183-de007d8b0862 2018-12-29 04:05:52,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0735840797424s 2018-12-29 04:05:52,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:05:52,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb/users/5af44fa560154318a2202bb78a8dc315/roles/0b11f27710e549a7bbcac4b563d4b95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f7e2a8-d04e-478a-b053-2593c95a7411 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:52,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb/users/5af44fa560154318a2202bb78a8dc315/roles/0b11f27710e549a7bbcac4b563d4b95c used request id req-60f7e2a8-d04e-478a-b053-2593c95a7411 2018-12-29 04:05:52,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116639852524s 2018-12-29 04:05:52,490 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4', 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': '79cbb288-924a-41a2-b828-f2e62c5b58cc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'project_id': u'50789ac7f0f6480ba8486226851080bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 04:05:52,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:05:52,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:05:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:05:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:05:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:05:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:05:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:05:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:05:52,495 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'password': '79cbb288-924a-41a2-b828-f2e62c5b58cc', 'project_name': 'tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '50789ac7f0f6480ba8486226851080bb', 'project_domain_name': 'Default'} 2018-12-29 04:05:52,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:52,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d5ea620-7f15-493c-92b4-8b82815f8df7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:52,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4d5ea620-7f15-493c-92b4-8b82815f8df7 2018-12-29 04:05:52,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832800865173s 2018-12-29 04:05:52,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:52,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e385ca-2658-4593-af08-0a2c55ebabd7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:52,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d2e385ca-2658-4593-af08-0a2c55ebabd7 2018-12-29 04:05:52,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756039619446s 2018-12-29 04:05:52,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:05:52,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221c1bfa-e852-4f7f-ae1b-546d4f84cfe3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:05:52,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-221c1bfa-e852-4f7f-ae1b-546d4f84cfe3 2018-12-29 04:05:52,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0895130634308s 2018-12-29 04:05:52,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:05:52,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15e0a32-713f-4caf-b4a6-8af10a2f2e90 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4", "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "domain_id": "default", "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:05:52,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e15e0a32-713f-4caf-b4a6-8af10a2f2e90 2018-12-29 04:05:52,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10270190239s 2018-12-29 04:05:52,851 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e15e0a32-713f-4caf-b4a6-8af10a2f2e90 2018-12-29 04:05:52,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:05:52,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:52,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bce495ff-cefa-4504-a5f9-d6819139f6e7 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb"}, "enabled": true, "id": "50789ac7f0f6480ba8486226851080bb", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}]} 2018-12-29 04:05:52,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bce495ff-cefa-4504-a5f9-d6819139f6e7 2018-12-29 04:05:52,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760550498962s 2018-12-29 04:05:52,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bce495ff-cefa-4504-a5f9-d6819139f6e7 2018-12-29 04:05:52,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:05:52,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90db4d2c-b842-449e-b9f3-ae999219dcda Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 04:05:53,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&scope.project.id=50789ac7f0f6480ba8486226851080bb&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-90db4d2c-b842-449e-b9f3-ae999219dcda 2018-12-29 04:05:53,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0807330608368s 2018-12-29 04:05:53,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:05:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb/users/5af44fa560154318a2202bb78a8dc315/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92fb5df5-0a7b-41c7-b8bb-bff8ee1b1846 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:53,130 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb/users/5af44fa560154318a2202bb78a8dc315/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-92fb5df5-0a7b-41c7-b8bb-bff8ee1b1846 2018-12-29 04:05:53,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113176822662s 2018-12-29 04:05:53,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:05:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63669b6-eebf-4e1c-9a2f-52b6e399552d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:05:53,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d63669b6-eebf-4e1c-9a2f-52b6e399552d 2018-12-29 04:05:53,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756418704987s 2018-12-29 04:05:53,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:05:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143ab5c4-10ed-468e-82dc-dd9ef60f5eb3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:05:53,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-143ab5c4-10ed-468e-82dc-dd9ef60f5eb3 2018-12-29 04:05:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794079303741s 2018-12-29 04:05:53,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:05:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f61a373-e02c-4f05-8293-450d35cade8f Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4", "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "domain_id": "default", "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:05:53,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0f61a373-e02c-4f05-8293-450d35cade8f 2018-12-29 04:05:53,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100058078766s 2018-12-29 04:05:53,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0f61a373-e02c-4f05-8293-450d35cade8f 2018-12-29 04:05:53,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:05:53,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2eff7fe-d281-4ee8-a6bf-7a2dc1db32e3 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default", "previous": null, "next": null}} 2018-12-29 04:05:53,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5af44fa560154318a2202bb78a8dc315&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default used request id req-c2eff7fe-d281-4ee8-a6bf-7a2dc1db32e3 2018-12-29 04:05:53,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0758149623871s 2018-12-29 04:05:53,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:05:53,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/5af44fa560154318a2202bb78a8dc315/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:05:53,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:05:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-940ffa12-c5ed-465d-89a7-7c7776e61d8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:05:53,591 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/5af44fa560154318a2202bb78a8dc315/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-940ffa12-c5ed-465d-89a7-7c7776e61d8c 2018-12-29 04:05:53,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120482206345s 2018-12-29 04:05:53,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 04:06:02,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 04:06:02.067 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f6df8a6-aebf-407a-a529-32319aaef619) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f6df8a6-aebf-407a-a529-32319aaef619 | 2018-12-29T04:06:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f6df8a6-aebf-407a-a529-32319aaef619 ~/.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-12-29 04:06:05,521 - 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-12-29 04:06:05,522 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 04:06:12,511 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 04:06:09.537 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 04:06:09.660 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 04:06:12.378 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e) as the default verifier for the future CLI operations. 2018-12-29 04:06:15,390 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-12-29 04:06:15,391 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 04:06:15,523 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 04:06:15,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:06:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00edf273-496a-4c8e-871f-5bbcd712df4a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:06:15,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-00edf273-496a-4c8e-871f-5bbcd712df4a 2018-12-29 04:06:15,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:06:15,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "0b11f27710e549a7bbcac4b563d4b95c", "name": "Member"}], "expires_at": "2018-12-29T05:06:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50789ac7f0f6480ba8486226851080bb", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/50789ac7f0f6480ba8486226851080bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/50789ac7f0f6480ba8486226851080bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/50789ac7f0f6480ba8486226851080bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/50789ac7f0f6480ba8486226851080bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/50789ac7f0f6480ba8486226851080bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/50789ac7f0f6480ba8486226851080bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/50789ac7f0f6480ba8486226851080bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/50789ac7f0f6480ba8486226851080bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/50789ac7f0f6480ba8486226851080bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/50789ac7f0f6480ba8486226851080bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/50789ac7f0f6480ba8486226851080bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/50789ac7f0f6480ba8486226851080bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4", "id": "5af44fa560154318a2202bb78a8dc315"}, "audit_ids": ["QrZ0x_uoQDSk57LQP7qThQ"], "issued_at": "2018-12-29T04:06:15.000000Z"}} 2018-12-29 04:06:15,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:15,925 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 04:06:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 04:06:15,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:06:15,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:16,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f38f7396-b9d7-4ac4-9316-f38ffff00334 Date: Sat, 29 Dec 2018 04:06:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:06:16,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f38f7396-b9d7-4ac4-9316-f38ffff00334 2018-12-29 04:06:16,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185481786728s 2018-12-29 04:06:16,114 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f38f7396-b9d7-4ac4-9316-f38ffff00334 2018-12-29 04:06:16,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:06:16,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4"}' 2018-12-29 04:06:16,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254 X-Openstack-Request-Id: req-8b58e05b-cb35-47ae-8a63-cdc2bda20e59 Date: Sat, 29 Dec 2018 04:06:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5680ad98-4509-445d-a33e-7c4ceabc5254", "size": null, "self": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": null, "created_at": "2018-12-29T04:06:16Z", "protected": false} 2018-12-29 04:06:16,385 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8b58e05b-cb35-47ae-8a63-cdc2bda20e59 2018-12-29 04:06:16,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.269436120987s 2018-12-29 04:06:16,386 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8b58e05b-cb35-47ae-8a63-cdc2bda20e59 returning object 5680ad98-4509-445d-a33e-7c4ceabc5254 2018-12-29 04:06:16,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:06:16,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/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}dd87f4518bd36bf51816a14a72af1f41757f1131" -d '' 2018-12-29 04:06:18,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d30dce33-1716-4355-bd62-53afe69fe895 Date: Sat, 29 Dec 2018 04:06:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:06:18,290 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file used request id req-d30dce33-1716-4355-bd62-53afe69fe895 2018-12-29 04:06:18,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.90366387367s 2018-12-29 04:06:18,291 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file used request id req-d30dce33-1716-4355-bd62-53afe69fe895 2018-12-29 04:06:18,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:06:18,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:18,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-0bab0d96-bd9b-4117-bc68-f607b5722762 Date: Sat, 29 Dec 2018 04:06:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "metadata": {}}], "file": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5680ad98-4509-445d-a33e-7c4ceabc5254", "size": 12716032, "self": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:06:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:06:18,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0bab0d96-bd9b-4117-bc68-f607b5722762 2018-12-29 04:06:18,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179422855377s 2018-12-29 04:06:18,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0bab0d96-bd9b-4117-bc68-f607b5722762 2018-12-29 04:06:18,473 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file', 'owner': u'50789ac7f0f6480ba8486226851080bb', 'id': u'5680ad98-4509-445d-a33e-7c4ceabc5254', 'size': 12716032, u'self': u'/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'50789ac7f0f6480ba8486226851080bb', 'name': 'tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:06:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:06:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'created': u'2018-12-29T04:06:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:06:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:06:18,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:06:18,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_de9df614-d9a7-43e0-a220-8d3c17975ca4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:06:18,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:06: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-469b36e9-8190-4593-bd12-1f038b66b7f2 x-compute-request-id: req-469b36e9-8190-4593-bd12-1f038b66b7f2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "name": "tempest_smoke_serial-flavor_de9df614-d9a7-43e0-a220-8d3c17975ca4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:06:18,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-469b36e9-8190-4593-bd12-1f038b66b7f2 2018-12-29 04:06:18,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.27450299263s 2018-12-29 04:06:18,749 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-469b36e9-8190-4593-bd12-1f038b66b7f2 returning object 2c9dbadb-4ef9-40fb-95e0-f269b2ea1374 2018-12-29 04:06:18,750 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_de9df614-d9a7-43e0-a220-8d3c17975ca4', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'2c9dbadb-4ef9-40fb-95e0-f269b2ea1374', 'swap': 0}) 2018-12-29 04:06:18,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:06:18,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374/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}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"extra_specs": {}}' 2018-12-29 04:06:18,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:06: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-efd9d191-7349-42b7-9e35-e63f76ce4ca4 x-compute-request-id: req-efd9d191-7349-42b7-9e35-e63f76ce4ca4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:06:18,772 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374/os-extra_specs used request id req-efd9d191-7349-42b7-9e35-e63f76ce4ca4 2018-12-29 04:06:18,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207951068878s 2018-12-29 04:06:18,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374/os-extra_specs used request id req-efd9d191-7349-42b7-9e35-e63f76ce4ca4 2018-12-29 04:06:18,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:06:18,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:18,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:06:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:06:18,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:18,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408115fc-9911-45c9-8d02-83e1eb555310 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:06:18,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-408115fc-9911-45c9-8d02-83e1eb555310 2018-12-29 04:06:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0925719738007s 2018-12-29 04:06:18,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 04:06:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:19,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:06: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-5affa022-c178-4f4f-b984-baedede2b58e x-compute-request-id: req-5affa022-c178-4f4f-b984-baedede2b58e Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 04:06:19,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5affa022-c178-4f4f-b984-baedede2b58e 2018-12-29 04:06:19,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192978143692s 2018-12-29 04:06:19,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5affa022-c178-4f4f-b984-baedede2b58e 2018-12-29 04:06:19,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:06:19,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:19,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-b12ee00b-d857-4959-8c8a-56ba0265322e Date: Sat, 29 Dec 2018 04:06:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "metadata": {}}], "file": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5680ad98-4509-445d-a33e-7c4ceabc5254", "size": 12716032, "self": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:06:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:06:19,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b12ee00b-d857-4959-8c8a-56ba0265322e 2018-12-29 04:06:19,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162384033203s 2018-12-29 04:06:19,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b12ee00b-d857-4959-8c8a-56ba0265322e 2018-12-29 04:06:19,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:06:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4"}' 2018-12-29 04:06:19,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb X-Openstack-Request-Id: req-e94b7ca1-a3a2-4537-8545-9add2067caa3 Date: Sat, 29 Dec 2018 04:06:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5f8403c3-0c2a-4820-9b24-6725449d0dbb", "size": null, "self": "/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:19Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": null, "created_at": "2018-12-29T04:06:19Z", "protected": false} 2018-12-29 04:06:19,280 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e94b7ca1-a3a2-4537-8545-9add2067caa3 2018-12-29 04:06:19,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0499129295349s 2018-12-29 04:06:19,280 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e94b7ca1-a3a2-4537-8545-9add2067caa3 returning object 5f8403c3-0c2a-4820-9b24-6725449d0dbb 2018-12-29 04:06:19,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:06:19,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/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}dd87f4518bd36bf51816a14a72af1f41757f1131" -d '' 2018-12-29 04:06:20,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e58ee8d6-9972-4b2e-9f0c-0ba7e031c89a Date: Sat, 29 Dec 2018 04:06:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:06:20,586 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/file used request id req-e58ee8d6-9972-4b2e-9f0c-0ba7e031c89a 2018-12-29 04:06:20,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.30473303795s 2018-12-29 04:06:20,586 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/file used request id req-e58ee8d6-9972-4b2e-9f0c-0ba7e031c89a 2018-12-29 04:06:20,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:06:20,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:06:20,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-6a74ccde-b6e9-48ae-b31a-414abb921128 Date: Sat, 29 Dec 2018 04:06:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/snap", "metadata": {}}], "file": "/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5f8403c3-0c2a-4820-9b24-6725449d0dbb", "size": 12716032, "self": "/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:06:19Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "metadata": {}}], "file": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5680ad98-4509-445d-a33e-7c4ceabc5254", "size": 12716032, "self": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:06:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:06:20,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6a74ccde-b6e9-48ae-b31a-414abb921128 2018-12-29 04:06:20,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188212871552s 2018-12-29 04:06:20,775 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6a74ccde-b6e9-48ae-b31a-414abb921128 2018-12-29 04:06:20,778 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/file', 'owner': u'50789ac7f0f6480ba8486226851080bb', 'id': u'5f8403c3-0c2a-4820-9b24-6725449d0dbb', 'size': 12716032, u'self': u'/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'50789ac7f0f6480ba8486226851080bb', 'name': 'tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:06:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:06:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', 'created': u'2018-12-29T04:06:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:06:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:06:20,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:06:20,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:06:20,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-29ee999a-0063-453a-8e29-9b31b49130eb x-compute-request-id: req-29ee999a-0063-453a-8e29-9b31b49130eb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e0350790-26d4-4b17-8899-e079384e7fe8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0350790-26d4-4b17-8899-e079384e7fe8", "name": "tempest_smoke_serial-flavor_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:06:20,823 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-29ee999a-0063-453a-8e29-9b31b49130eb 2018-12-29 04:06:20,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0440509319305s 2018-12-29 04:06:20,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-29ee999a-0063-453a-8e29-9b31b49130eb returning object e0350790-26d4-4b17-8899-e079384e7fe8 2018-12-29 04:06:20,824 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'e0350790-26d4-4b17-8899-e079384e7fe8', 'swap': 0}) 2018-12-29 04:06:20,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:06:20,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8/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}d71859c5e2fe11300008f7d08c1633e44c40a599" -d '{"extra_specs": {}}' 2018-12-29 04:06:20,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-c79c4a39-7ee4-4317-b815-6909db0367cc x-compute-request-id: req-c79c4a39-7ee4-4317-b815-6909db0367cc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:06:20,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8/os-extra_specs used request id req-c79c4a39-7ee4-4317-b815-6909db0367cc 2018-12-29 04:06:20,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230009555817s 2018-12-29 04:06:20,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8/os-extra_specs used request id req-c79c4a39-7ee4-4317-b815-6909db0367cc 2018-12-29 04:06:20,848 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'e0350790-26d4-4b17-8899-e079384e7fe8', 'swap': 0}) 2018-12-29 04:06:24,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 04:06:22.927 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e) for deployment 'opnfv-rally' (UUID=9f6df8a6-aebf-407a-a529-32319aaef619). 2018-12-29 04:06:23.889 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 04:06:23.891 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e) has been successfully configured for deployment 'opnfv-rally' (UUID=9f6df8a6-aebf-407a-a529-32319aaef619)! 2018-12-29 04:06:24,099 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-29 04:06:24,099 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-29 04:06:24,102 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-29 04:06:24,120 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-29 04:06:28,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dcee79ab-3fd0-4bb6-a350-8baaad81b64e/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-12-29 04:06:28,840 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-29 04:06:28,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-29 04:06:28,865 - 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-12-29 04:06:30,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:06:30.949 49 INFO rally.api [-] Starting verification (UUID=ba637a24-9b71-40ed-8d8a-2a27032fa7ea) for deployment 'opnfv-rally' (UUID=9f6df8a6-aebf-407a-a529-32319aaef619) by verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e). 2018-12-29 04:06:30,951 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ba637a24-9b71-40ed-8d8a-2a27032fa7ea 2018-12-29 04:06:36,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:06:36.742 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.186s] 2018-12-29 04:06:36,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:06:36.822 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.080s] 2018-12-29 04:06:43,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:06:43.752 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.547s] 2018-12-29 04:06:47,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:06:47.079 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.326s] 2018-12-29 04:07:00,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:07:00.288 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.260s] 2018-12-29 04:07:17,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:07:17.459 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.368s] 2018-12-29 04:07:55,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:07:55.732 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-12-29 04:07:55,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:07:55.733 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-29 04:08:26,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:08:26.801 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-12-29 04:08:26,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:08:26.803 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-29 04:08:57,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:08:57.969 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-12-29 04:08:57,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:08:57.970 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-29 04:10:42,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:10:42.346 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [73.798s] 2018-12-29 04:11:05,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:05.172 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-12-29 04:11:05,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:05.272 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-12-29 04:11:13,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:13.552 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.650s] 2018-12-29 04:11:13,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:13.562 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-29 04:11:15,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:15.166 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 04:11:15,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:15.167 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 04:11:19,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:19.497 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.310s] 2018-12-29 04:11:25,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:25.815 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.414s] 2018-12-29 04:11:33,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:33.062 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.556s] 2018-12-29 04:11:41,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:41.078 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.363s] 2018-12-29 04:11:50,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:50.803 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.986s] 2018-12-29 04:11:57,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:11:57.867 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.770s] 2018-12-29 04:12:04,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:04.446 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-12-29 04:12:11,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:11.654 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.377s] 2018-12-29 04:12:19,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:19.046 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.726s] 2018-12-29 04:12:27,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:27.893 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.467s] 2018-12-29 04:12:30,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:30.518 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-29 04:12:32,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:32.389 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-12-29 04:12:32,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:32.461 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-12-29 04:12:32,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:32.533 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-12-29 04:12:32,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:32.539 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-12-29 04:12:36,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:36.734 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.695s] 2018-12-29 04:12:38,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:38.475 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.740s] 2018-12-29 04:12:40,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:40.607 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.132s] 2018-12-29 04:12:47,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:47.657 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-12-29 04:12:55,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:12:55.250 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.914s] 2018-12-29 04:13:07,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:07.884 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.567s] 2018-12-29 04:13:11,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:11.509 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.624s] 2018-12-29 04:13:22,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:22.623 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.008s] 2018-12-29 04:13:26,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:26.271 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.646s] 2018-12-29 04:13:35,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:35.150 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.878s] 2018-12-29 04:13:43,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:43.976 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.644s] 2018-12-29 04:13:47,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:47.355 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.377s] 2018-12-29 04:13:53,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:13:53.920 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.564s] 2018-12-29 04:14:10,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:10.094 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.894s] 2018-12-29 04:14:10,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:10.373 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.278s] 2018-12-29 04:14:10,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:10.628 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.255s] 2018-12-29 04:14:10,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:10.725 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.096s] 2018-12-29 04:14:10,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:10.987 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.260s] 2018-12-29 04:14:11,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:11.054 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.067s] 2018-12-29 04:14:25,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:25.342 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.209s] 2018-12-29 04:14:25,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:25.781 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.438s] 2018-12-29 04:14:26,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:26.035 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.253s] 2018-12-29 04:14:26,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:26.238 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-12-29 04:14:26,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:26.488 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.249s] 2018-12-29 04:14:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:26.700 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.212s] 2018-12-29 04:14:40,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:40.477 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.906s] 2018-12-29 04:14:47,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:47.188 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.710s] 2018-12-29 04:14:48,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:48.781 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.593s] 2018-12-29 04:14:48,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:48.989 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.207s] 2018-12-29 04:14:49,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:14:49.043 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2018-12-29 04:15:01,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:01.585 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.637s] 2018-12-29 04:15:07,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:07.489 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.904s] 2018-12-29 04:15:09,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:09.337 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.846s] 2018-12-29 04:15:09,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:09.547 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.210s] 2018-12-29 04:15:09,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:09.615 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.068s] 2018-12-29 04:15:24,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:24.690 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.212s] 2018-12-29 04:15:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:29.983 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.292s] 2018-12-29 04:15:34,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:34.372 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.388s] 2018-12-29 04:15:37,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:15:37.894 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.521s] 2018-12-29 04:16:03,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:03.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.009s] 2018-12-29 04:16:08,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:08.510 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.835s] 2018-12-29 04:16:13,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:13.126 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.615s] 2018-12-29 04:16:16,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:16.142 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.016s] 2018-12-29 04:16:32,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:32.903 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.758s] 2018-12-29 04:16:34,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:34.949 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.044s] 2018-12-29 04:16:35,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:35.131 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.185s] 2018-12-29 04:16:39,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:39.836 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.557s] 2018-12-29 04:16:42,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:42.524 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.685s] 2018-12-29 04:16:42,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:42.570 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-12-29 04:16:46,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:46.904 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.280s] 2018-12-29 04:16:50,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:50.431 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-12-29 04:16:52,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:52.071 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-29 04:16:52,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:52.074 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-29 04:16:52,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:52.075 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-29 04:16:52,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:52.076 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-29 04:16:52,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:52.077 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-29 04:16:54,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:16:54.017 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-29 04:17:10,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:17:10.438 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.629s] 2018-12-29 04:17:22,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:17:22.139 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.050s] 2018-12-29 04:17:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:17:34.969 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.827s] 2018-12-29 04:17:44,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:17:44.052 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-12-29 04:18:50,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:18:50.246 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [59.767s] 2018-12-29 04:19:25,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:19:25.671 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.649s] 2018-12-29 04:20:08,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:20:08.103 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.289s] 2018-12-29 04:20:24,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ba637a24-9b71-40ed-8d8a-2a27032fa7ea 2018-12-29 04:20:24,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ba637a24-9b71-40ed-8d8a-2a27032fa7ea']'. 2018-12-29 04:20:25,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ba637a24-9b71-40ed-8d8a-2a27032fa7ea | 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 04:06:30 | 2018-12-29 04:20:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 04:20:24 | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:54 | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dcee79ab-3fd0-4bb6-a350-8baaad81b64e) | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 04:20:25,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9f6df8a6-aebf-407a-a529-32319aaef619) | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 813.429 | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 04:20:25,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 04:20:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-29 04:20:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:20:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 04:20:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 04:20:25,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-12-29 04:20:25,789 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 04:20:25,789 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:10 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-12-29 04:20:25,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:20:25,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:20:27,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0dc90b4d-392a-4714-8c7d-c79481c3d076 Date: Sat, 29 Dec 2018 04:20:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:20:27,469 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb used request id req-0dc90b4d-392a-4714-8c7d-c79481c3d076 2018-12-29 04:20:27,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67709612846s 2018-12-29 04:20:27,470 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5f8403c3-0c2a-4820-9b24-6725449d0dbb used request id req-0dc90b4d-392a-4714-8c7d-c79481c3d076 2018-12-29 04:20:27,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:20:27,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:27,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-ca987ff3-e74b-4172-b64c-74ef03f9636c x-compute-request-id: req-ca987ff3-e74b-4172-b64c-74ef03f9636c Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "name": "tempest_smoke_serial-flavor_de9df614-d9a7-43e0-a220-8d3c17975ca4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e0350790-26d4-4b17-8899-e079384e7fe8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e0350790-26d4-4b17-8899-e079384e7fe8", "name": "tempest_smoke_serial-flavor_alt_de9df614-d9a7-43e0-a220-8d3c17975ca4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:20:27,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ca987ff3-e74b-4172-b64c-74ef03f9636c 2018-12-29 04:20:27,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.178248882294s 2018-12-29 04:20:27,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ca987ff3-e74b-4172-b64c-74ef03f9636c 2018-12-29 04:20:27,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:20:27,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:27,725 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04: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 x-openstack-request-id: req-70c52f07-576f-4379-8551-3d03146fcd7d x-compute-request-id: req-70c52f07-576f-4379-8551-3d03146fcd7d Content-Length: 0 Content-Type: application/json 2018-12-29 04:20:27,725 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8 used request id req-70c52f07-576f-4379-8551-3d03146fcd7d 2018-12-29 04:20:27,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0740180015564s 2018-12-29 04:20:27,726 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e0350790-26d4-4b17-8899-e079384e7fe8 used request id req-70c52f07-576f-4379-8551-3d03146fcd7d 2018-12-29 04:20:27,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:20:27,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:20:27,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6c3cd474-c468-43af-8c58-7ddde0ba9e79 Date: Sat, 29 Dec 2018 04:20:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "metadata": {}}], "file": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254/file", "owner": "50789ac7f0f6480ba8486226851080bb", "id": "5680ad98-4509-445d-a33e-7c4ceabc5254", "size": 12716032, "self": "/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/5680ad98-4509-445d-a33e-7c4ceabc5254/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:06:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_de9df614-d9a7-43e0-a220-8d3c17975ca4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:06:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:20:27,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6c3cd474-c468-43af-8c58-7ddde0ba9e79 2018-12-29 04:20:27,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179108858109s 2018-12-29 04:20:27,906 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6c3cd474-c468-43af-8c58-7ddde0ba9e79 2018-12-29 04:20:27,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:20:27,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd87f4518bd36bf51816a14a72af1f41757f1131" 2018-12-29 04:20:29,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3bfa2a6d-2fd2-4291-a518-3e651c10dc34 Date: Sat, 29 Dec 2018 04:20:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:20:29,431 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254 used request id req-3bfa2a6d-2fd2-4291-a518-3e651c10dc34 2018-12-29 04:20:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.52354478836s 2018-12-29 04:20:29,432 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5680ad98-4509-445d-a33e-7c4ceabc5254 used request id req-3bfa2a6d-2fd2-4291-a518-3e651c10dc34 2018-12-29 04:20:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:20:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d087dfe0-8518-4c27-870a-b4ea6eed1981 x-compute-request-id: req-d087dfe0-8518-4c27-870a-b4ea6eed1981 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2c9dbadb-4ef9-40fb-95e0-f269b2ea1374", "name": "tempest_smoke_serial-flavor_de9df614-d9a7-43e0-a220-8d3c17975ca4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:20:29,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d087dfe0-8518-4c27-870a-b4ea6eed1981 2018-12-29 04:20:29,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343420505524s 2018-12-29 04:20:29,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d087dfe0-8518-4c27-870a-b4ea6eed1981 2018-12-29 04:20:29,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:20:29,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,497 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07e8601a-b361-49f7-a109-cdfe83940e17 x-compute-request-id: req-07e8601a-b361-49f7-a109-cdfe83940e17 Content-Length: 0 Content-Type: application/json 2018-12-29 04:20:29,497 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374 used request id req-07e8601a-b361-49f7-a109-cdfe83940e17 2018-12-29 04:20:29,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0286178588867s 2018-12-29 04:20:29,498 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2c9dbadb-4ef9-40fb-95e0-f269b2ea1374 used request id req-07e8601a-b361-49f7-a109-cdfe83940e17 2018-12-29 04:20:29,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:20:29,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5d29aee-7b82-430a-a4ec-240ca48eada6 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4", "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "domain_id": "default", "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:20:29,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d5d29aee-7b82-430a-a4ec-240ca48eada6 2018-12-29 04:20:29,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0884280204773s 2018-12-29 04:20:29,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d5d29aee-7b82-430a-a4ec-240ca48eada6 2018-12-29 04:20:29,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:20:29,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4a0c92-e7df-4685-85b2-8d8ec9bff99f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315"}, "enabled": true, "id": "5af44fa560154318a2202bb78a8dc315", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_de9df614-d9a7-43e0-a220-8d3c17975ca4"}} 2018-12-29 04:20:29,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 used request id req-6e4a0c92-e7df-4685-85b2-8d8ec9bff99f 2018-12-29 04:20:29,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979249477386s 2018-12-29 04:20:29,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 used request id req-6e4a0c92-e7df-4685-85b2-8d8ec9bff99f 2018-12-29 04:20:29,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 04:20:29,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7827164c-0ab1-4cc5-a4cc-50117c785748 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:20:29,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 used request id req-7827164c-0ab1-4cc5-a4cc-50117c785748 2018-12-29 04:20:29,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187269926071s 2018-12-29 04:20:29,880 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5af44fa560154318a2202bb78a8dc315 used request id req-7827164c-0ab1-4cc5-a4cc-50117c785748 2018-12-29 04:20:29,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:20:29,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:29,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744146a3-dd16-4126-bb65-6898e92506b6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb"}, "enabled": true, "id": "50789ac7f0f6480ba8486226851080bb", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_de9df614-d9a7-43e0-a220-8d3c17975ca4"}]} 2018-12-29 04:20:29,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-744146a3-dd16-4126-bb65-6898e92506b6 2018-12-29 04:20:29,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781860351562s 2018-12-29 04:20:29,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-744146a3-dd16-4126-bb65-6898e92506b6 2018-12-29 04:20:29,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 04:20:29,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:30,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26fb7104-144e-47fe-8a78-f3b15dac2ce8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:20:30,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb used request id req-26fb7104-144e-47fe-8a78-f3b15dac2ce8 2018-12-29 04:20:30,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155291080475s 2018-12-29 04:20:30,116 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/50789ac7f0f6480ba8486226851080bb used request id req-26fb7104-144e-47fe-8a78-f3b15dac2ce8 2018-12-29 04:20:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:30,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:30,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f489b5-e12d-4524-b99c-78d915ee3bd8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0b11f27710e549a7bbcac4b563d4b95c", "links": {"self": "http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:30,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-49f489b5-e12d-4524-b99c-78d915ee3bd8 2018-12-29 04:20:30,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791108608246s 2018-12-29 04:20:30,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 04:20:30,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:30,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c42847e3-fcae-48bb-8624-a8e2e64c5aea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:20:30,298 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0b11f27710e549a7bbcac4b563d4b95c used request id req-c42847e3-fcae-48bb-8624-a8e2e64c5aea 2018-12-29 04:20:30,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10112118721s 2018-12-29 04:20:30,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:20:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=50789ac7f0f6480ba8486226851080bb&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d71859c5e2fe11300008f7d08c1633e44c40a599" 2018-12-29 04:20:30,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b25a69a4-b6dc-4a35-8004-d1f81502e665 Date: Sat, 29 Dec 2018 04:20:30 GMT RESP BODY: {"security_groups": []} 2018-12-29 04:20:30,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=50789ac7f0f6480ba8486226851080bb&name=default used request id req-b25a69a4-b6dc-4a35-8004-d1f81502e665 2018-12-29 04:20:30,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.174636125565s 2018-12-29 04:20:30,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=50789ac7f0f6480ba8486226851080bb&name=default used request id req-b25a69a4-b6dc-4a35-8004-d1f81502e665 2018-12-29 04:20:30,530 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:20:30,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:20:30,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:20:30,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:20:30,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:20:30,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0ee4d7-6bdb-4138-8d35-9bd70a22b2bd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:20:30,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be0ee4d7-6bdb-4138-8d35-9bd70a22b2bd 2018-12-29 04:20:30,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:20:31,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T05:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Lg8AWcCAQCu9RRZ4PvqpQA"], "issued_at": "2018-12-29T04:20:31.000000Z"}} 2018-12-29 04:20:31,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:20:31,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:31,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f93b71ab-8606-4750-8331-8c3a4f89dde2 Date: Sat, 29 Dec 2018 04:20:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 04:20:31,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f93b71ab-8606-4750-8331-8c3a4f89dde2 2018-12-29 04:20:31,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386709928513s 2018-12-29 04:20:31,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f93b71ab-8606-4750-8331-8c3a4f89dde2 2018-12-29 04:20:31,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 04:20:31,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:31,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:20:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:20:31,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:31,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c63ffe-9370-4019-a0d7-9adff0683b48 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 04:20:31,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-f3c63ffe-9370-4019-a0d7-9adff0683b48 2018-12-29 04:20:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0968589782715s 2018-12-29 04:20:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 04:20:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}}' 2018-12-29 04:20:31,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db2eb420-823a-4760-a9e3-bd6c18a012d8 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.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b"}, "enabled": true, "id": "481b6c4e94554a44a8e71be38f7ef21b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}} 2018-12-29 04:20:31,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-db2eb420-823a-4760-a9e3-bd6c18a012d8 2018-12-29 04:20:31,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104684829712s 2018-12-29 04:20:31,604 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-db2eb420-823a-4760-a9e3-bd6c18a012d8 2018-12-29 04:20:31,605 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5', 'id': u'481b6c4e94554a44a8e71be38f7ef21b', '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-12-29 04:20:31,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 04:20:31,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351340055466s 2018-12-29 04:20:31,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae879ee-e413-42de-b2c7-6b7b58695ac9 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9"}, "enabled": true, "id": "9bb29f823dc24fdea46ab7a10bef37b9", "options": {}, "domain_id": "default", "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5"}} 2018-12-29 04:20:32,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 used request id req-4ae879ee-e413-42de-b2c7-6b7b58695ac9 2018-12-29 04:20:32,056 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9bb29f823dc24fdea46ab7a10bef37b9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5'}) 2018-12-29 04:20:32,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dcfb8cf-ccf2-4064-91d4-48ac87940fad Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:32,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9dcfb8cf-ccf2-4064-91d4-48ac87940fad 2018-12-29 04:20:32,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0155341625214s 2018-12-29 04:20:32,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:32,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bada8588-fdf3-41c7-9dc5-9277fbf08e28 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:32,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bada8588-fdf3-41c7-9dc5-9277fbf08e28 2018-12-29 04:20:32,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754458904266s 2018-12-29 04:20:32,150 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 04:20:32,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 04:20:32,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"role": {"name": "Member"}}' 2018-12-29 04:20:32,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f9be58f-5266-41c3-a8c4-616eaeb17e12 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69dcee2ff271482992620ec31e197b5c", "links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "name": "Member"}} 2018-12-29 04:20:32,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-0f9be58f-5266-41c3-a8c4-616eaeb17e12 2018-12-29 04:20:32,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10102891922s 2018-12-29 04:20:32,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15db1884-f6fe-44ae-a942-5353288d61f7 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "domain_id": null, "name": "Member", "id": "69dcee2ff271482992620ec31e197b5c"}} 2018-12-29 04:20:32,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c used request id req-15db1884-f6fe-44ae-a942-5353288d61f7 2018-12-29 04:20:32,331 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c'}, 'domain_id': None, 'human_id': None, 'id': u'69dcee2ff271482992620ec31e197b5c', 'HUMAN_ID': False}) 2018-12-29 04:20:32,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:32,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c17b0cb-db4a-408c-bb6a-d8420d489d17 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "69dcee2ff271482992620ec31e197b5c", "links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:32,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c17b0cb-db4a-408c-bb6a-d8420d489d17 2018-12-29 04:20:32,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754959583282s 2018-12-29 04:20:32,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:20:32,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff16444-818b-4e81-a27d-e4327bb24487 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:20:32,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-1ff16444-818b-4e81-a27d-e4327bb24487 2018-12-29 04:20:32,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812149047852s 2018-12-29 04:20:32,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:20:32,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9127c9aa-b57b-4a3b-8dc4-512777fac7b5 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5", "links": {"self": "http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9"}, "domain_id": "default", "enabled": true, "id": "9bb29f823dc24fdea46ab7a10bef37b9", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:20:32,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9127c9aa-b57b-4a3b-8dc4-512777fac7b5 2018-12-29 04:20:32,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983381271362s 2018-12-29 04:20:32,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9127c9aa-b57b-4a3b-8dc4-512777fac7b5 2018-12-29 04:20:32,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:20:32,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a85723-3a58-407b-ba68-39dbc8f9c7a6 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b"}, "enabled": true, "id": "481b6c4e94554a44a8e71be38f7ef21b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}]} 2018-12-29 04:20:32,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-06a85723-3a58-407b-ba68-39dbc8f9c7a6 2018-12-29 04:20:32,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0761799812317s 2018-12-29 04:20:32,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-06a85723-3a58-407b-ba68-39dbc8f9c7a6 2018-12-29 04:20:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:20:32,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=69dcee2ff271482992620ec31e197b5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8549df5e-4893-47f2-b8a6-3ea91688d1f8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=69dcee2ff271482992620ec31e197b5c", "previous": null, "next": null}} 2018-12-29 04:20:32,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=69dcee2ff271482992620ec31e197b5c used request id req-8549df5e-4893-47f2-b8a6-3ea91688d1f8 2018-12-29 04:20:32,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841879844666s 2018-12-29 04:20:32,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:20:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b/users/9bb29f823dc24fdea46ab7a10bef37b9/roles/69dcee2ff271482992620ec31e197b5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee58592e-2681-484f-b715-44c09ef513f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:20:32,882 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b/users/9bb29f823dc24fdea46ab7a10bef37b9/roles/69dcee2ff271482992620ec31e197b5c used request id req-ee58592e-2681-484f-b715-44c09ef513f0 2018-12-29 04:20:32,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122892856598s 2018-12-29 04:20:32,883 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5', 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': '8a027f02-bf56-4d21-91f6-3089786fc579', 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_5866c767-2d01-4c47-98e9-2060b329f1f5', 'project_id': u'481b6c4e94554a44a8e71be38f7ef21b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 04:20:32,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:20:32,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:20:32,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:20:32,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:20:32,889 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5', 'password': '8a027f02-bf56-4d21-91f6-3089786fc579', 'project_name': 'rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '481b6c4e94554a44a8e71be38f7ef21b', 'project_domain_name': 'Default'} 2018-12-29 04:20:32,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:32,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:32,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9883c3-095f-4043-a2cb-9e55a23feafc Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "69dcee2ff271482992620ec31e197b5c", "links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:32,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6a9883c3-095f-4043-a2cb-9e55a23feafc 2018-12-29 04:20:32,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764200687408s 2018-12-29 04:20:32,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:20:32,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea1b2a5-b961-4ccc-88eb-8960a3c6d231 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "69dcee2ff271482992620ec31e197b5c", "links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:20:33,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eea1b2a5-b961-4ccc-88eb-8960a3c6d231 2018-12-29 04:20:33,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808999538422s 2018-12-29 04:20:33,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:20:33,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78368505-01ef-4292-b698-2aa0f8943ddd Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:20:33,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-78368505-01ef-4292-b698-2aa0f8943ddd 2018-12-29 04:20:33,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805819034576s 2018-12-29 04:20:33,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:20:33,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8403a8c8-4bae-41aa-9c13-3e6df322704a Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5", "links": {"self": "http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9"}, "domain_id": "default", "enabled": true, "id": "9bb29f823dc24fdea46ab7a10bef37b9", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:20:33,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8403a8c8-4bae-41aa-9c13-3e6df322704a 2018-12-29 04:20:33,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983920097351s 2018-12-29 04:20:33,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8403a8c8-4bae-41aa-9c13-3e6df322704a 2018-12-29 04:20:33,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:20:33,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9deea85a-65bf-4c46-b1a3-b2770bb3cc92 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b"}, "enabled": true, "id": "481b6c4e94554a44a8e71be38f7ef21b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}]} 2018-12-29 04:20:33,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9deea85a-65bf-4c46-b1a3-b2770bb3cc92 2018-12-29 04:20:33,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0882308483124s 2018-12-29 04:20:33,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9deea85a-65bf-4c46-b1a3-b2770bb3cc92 2018-12-29 04:20:33,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:20:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a98c78f-fca8-4351-b4d2-cd96ae20245b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 04:20:33,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=9bb29f823dc24fdea46ab7a10bef37b9&scope.project.id=481b6c4e94554a44a8e71be38f7ef21b&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-2a98c78f-fca8-4351-b4d2-cd96ae20245b 2018-12-29 04:20:33,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0807659626007s 2018-12-29 04:20:33,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:20:33,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b/users/9bb29f823dc24fdea46ab7a10bef37b9/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9b2f8f-13a8-4916-9bf2-a8f1761045e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:20:33,522 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b/users/9bb29f823dc24fdea46ab7a10bef37b9/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-0d9b2f8f-13a8-4916-9bf2-a8f1761045e3 2018-12-29 04:20:33,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115158081055s 2018-12-29 04:20:33,523 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-12-29 04:20:33,840 - 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-12-29 04:20:33,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 04:20:33,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:33,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954dc376-a150-405c-b1c0-efb167f72e8c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 04:20:33,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-954dc376-a150-405c-b1c0-efb167f72e8c 2018-12-29 04:20:33,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0804219245911s 2018-12-29 04:20:33,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:20:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:20:34,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-801cd37e-9842-49e2-ac93-5dddd7782a50 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b"}, "enabled": true, "id": "481b6c4e94554a44a8e71be38f7ef21b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}]} 2018-12-29 04:20:34,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-801cd37e-9842-49e2-ac93-5dddd7782a50 2018-12-29 04:20:34,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081570148468s 2018-12-29 04:20:34,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-801cd37e-9842-49e2-ac93-5dddd7782a50 2018-12-29 04:20:34,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-12-29 04:20:34,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"network": {"shared": true, "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "name": "rally_sanity-net_5866c767-2d01-4c47-98e9-2060b329f1f5", "admin_state_up": true}}' 2018-12-29 04:20:34,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-38dae633-3c09-4b84-9fd8-acbd2b7a8d19 Date: Sat, 29 Dec 2018 04:20:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"966e5c70-58ef-4215-b6c6-3c2c123730bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"481b6c4e94554a44a8e71be38f7ef21b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T04:20:34Z","is_default":false,"provider:segmentation_id":71,"name":"rally_sanity-net_5866c767-2d01-4c47-98e9-2060b329f1f5","admin_state_up":true,"tenant_id":"481b6c4e94554a44a8e71be38f7ef21b","created_at":"2018-12-29T04:20:34Z","mtu":1450}} 2018-12-29 04:20:34,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-38dae633-3c09-4b84-9fd8-acbd2b7a8d19 2018-12-29 04:20:34,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.564635038376s 2018-12-29 04:20:34,573 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-38dae633-3c09-4b84-9fd8-acbd2b7a8d19 2018-12-29 04:20:34,573 - 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-12-29T04:20:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'966e5c70-58ef-4215-b6c6-3c2c123730bd', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_5866c767-2d01-4c47-98e9-2060b329f1f5', u'admin_state_up': True, u'tenant_id': u'481b6c4e94554a44a8e71be38f7ef21b', u'created_at': u'2018-12-29T04:20:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'481b6c4e94554a44a8e71be38f7ef21b'}) 2018-12-29 04:20:34,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:20:34,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963b89e1-2379-4401-b518-ce6f13ee4376 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:20:34,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-963b89e1-2379-4401-b518-ce6f13ee4376 2018-12-29 04:20:34,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:20:34,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69dcee2ff271482992620ec31e197b5c", "name": "Member"}, {"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T05:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "481b6c4e94554a44a8e71be38f7ef21b", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/481b6c4e94554a44a8e71be38f7ef21b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/481b6c4e94554a44a8e71be38f7ef21b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/481b6c4e94554a44a8e71be38f7ef21b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/481b6c4e94554a44a8e71be38f7ef21b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/481b6c4e94554a44a8e71be38f7ef21b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/481b6c4e94554a44a8e71be38f7ef21b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/481b6c4e94554a44a8e71be38f7ef21b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5", "id": "9bb29f823dc24fdea46ab7a10bef37b9"}, "audit_ids": ["6ZgMoVVzTyKCZKOr4QpswA"], "issued_at": "2018-12-29T04:20:34.000000Z"}} 2018-12-29 04:20:34,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:20:34,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:20:35,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-ede9ad00-994d-4b42-8a2a-89bb711ec541 Date: Sat, 29 Dec 2018 04:20:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"966e5c70-58ef-4215-b6c6-3c2c123730bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"481b6c4e94554a44a8e71be38f7ef21b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T04:20:34Z","provider:segmentation_id":71,"name":"rally_sanity-net_5866c767-2d01-4c47-98e9-2060b329f1f5","admin_state_up":true,"tenant_id":"481b6c4e94554a44a8e71be38f7ef21b","created_at":"2018-12-29T04:20:34Z","provider:network_type":"vxlan"}]} 2018-12-29 04:20:35,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ede9ad00-994d-4b42-8a2a-89bb711ec541 2018-12-29 04:20:35,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.223081111908s 2018-12-29 04:20:35,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ede9ad00-994d-4b42-8a2a-89bb711ec541 2018-12-29 04:20:35,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-12-29 04:20:35,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '{"subnet": {"name": "rally_sanity-subnet_5866c767-2d01-4c47-98e9-2060b329f1f5", "enable_dhcp": true, "network_id": "966e5c70-58ef-4215-b6c6-3c2c123730bd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-12-29 04:20:35,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-bfdf10cc-a530-4668-b738-a274dd18a500 Date: Sat, 29 Dec 2018 04:20:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"966e5c70-58ef-4215-b6c6-3c2c123730bd","tenant_id":"481b6c4e94554a44a8e71be38f7ef21b","created_at":"2018-12-29T04:20:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T04:20:35Z","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":"481b6c4e94554a44a8e71be38f7ef21b","id":"b92ad361-08af-46fd-bc24-df73f7518da5","subnetpool_id":null,"name":"rally_sanity-subnet_5866c767-2d01-4c47-98e9-2060b329f1f5"}} 2018-12-29 04:20:35,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bfdf10cc-a530-4668-b738-a274dd18a500 2018-12-29 04:20:35,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.579815864563s 2018-12-29 04:20:35,770 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bfdf10cc-a530-4668-b738-a274dd18a500 2018-12-29 04:20:35,771 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-12-29T04:20:35Z', 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'b92ad361-08af-46fd-bc24-df73f7518da5', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_5866c767-2d01-4c47-98e9-2060b329f1f5', u'enable_dhcp': True, u'network_id': u'966e5c70-58ef-4215-b6c6-3c2c123730bd', u'tenant_id': u'481b6c4e94554a44a8e71be38f7ef21b', u'created_at': u'2018-12-29T04:20:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'481b6c4e94554a44a8e71be38f7ef21b'}) 2018-12-29 04:20:35,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-12-29 04:20:35,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}, "name": "rally_sanity-router_5866c767-2d01-4c47-98e9-2060b329f1f5", "admin_state_up": true}}' 2018-12-29 04:20:37,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2f7837ae-6ab0-410d-8ca8-49cccb6c06a2 Date: Sat, 29 Dec 2018 04:20:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "created_at": "2018-12-29T04:20:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:20:36Z", "revision_number": 2, "routes": [], "project_id": "481b6c4e94554a44a8e71be38f7ef21b", "id": "c29a3aa9-8f74-4735-b9a0-34e07126979e", "name": "rally_sanity-router_5866c767-2d01-4c47-98e9-2060b329f1f5"}} 2018-12-29 04:20:37,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2f7837ae-6ab0-410d-8ca8-49cccb6c06a2 2018-12-29 04:20:37,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35104203224s 2018-12-29 04:20:37,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2f7837ae-6ab0-410d-8ca8-49cccb6c06a2 2018-12-29 04:20:37,123 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'172d8bf1-dcb3-48a2-9142-54f150cc212d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'717222cb-974c-4168-ab1a-356f49eda1dc', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'481b6c4e94554a44a8e71be38f7ef21b', u'created_at': u'2018-12-29T04:20:35Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-12-29T04:20:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'481b6c4e94554a44a8e71be38f7ef21b', u'id': u'c29a3aa9-8f74-4735-b9a0-34e07126979e', u'name': u'rally_sanity-router_5866c767-2d01-4c47-98e9-2060b329f1f5'}) 2018-12-29 04:20:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-12-29 04:20:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '{"subnet_id": "b92ad361-08af-46fd-bc24-df73f7518da5"}' 2018-12-29 04:20:38,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0cc9885-55e3-4da8-a1e7-e597749885be Date: Sat, 29 Dec 2018 04:20:38 GMT RESP BODY: {"network_id": "966e5c70-58ef-4215-b6c6-3c2c123730bd", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "subnet_id": "b92ad361-08af-46fd-bc24-df73f7518da5", "subnet_ids": ["b92ad361-08af-46fd-bc24-df73f7518da5"], "port_id": "33b12372-9e72-41d5-a0c1-008ba49bfc1e", "id": "c29a3aa9-8f74-4735-b9a0-34e07126979e"} 2018-12-29 04:20:38,623 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/add_router_interface.json used request id req-e0cc9885-55e3-4da8-a1e7-e597749885be 2018-12-29 04:20:38,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.49937605858s 2018-12-29 04:20:38,624 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/add_router_interface.json used request id req-e0cc9885-55e3-4da8-a1e7-e597749885be returning object c29a3aa9-8f74-4735-b9a0-34e07126979e 2018-12-29 04:20:38,624 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 04:20:38,755 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 04:20:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:20:38,762 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 04:20:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 04:20:38,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:20:38,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:20:38,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0d3d4822-2377-49db-91cb-28a908190b48 Date: Sat, 29 Dec 2018 04:20:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:20:38,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0d3d4822-2377-49db-91cb-28a908190b48 2018-12-29 04:20:38,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168594121933s 2018-12-29 04:20:38,934 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0d3d4822-2377-49db-91cb-28a908190b48 2018-12-29 04:20:38,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:20:38,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5"}' 2018-12-29 04:20:39,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5 X-Openstack-Request-Id: req-b217fcd6-b646-4d50-bd06-09150ef40641 Date: Sat, 29 Dec 2018 04:20:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file", "owner": "481b6c4e94554a44a8e71be38f7ef21b", "id": "e30aec72-e201-44a6-b25d-394c928ecea5", "size": null, "self": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:20:39Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "checksum": null, "created_at": "2018-12-29T04:20:39Z", "protected": false} 2018-12-29 04:20:39,133 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b217fcd6-b646-4d50-bd06-09150ef40641 2018-12-29 04:20:39,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.197593927383s 2018-12-29 04:20:39,134 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b217fcd6-b646-4d50-bd06-09150ef40641 returning object e30aec72-e201-44a6-b25d-394c928ecea5 2018-12-29 04:20:39,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:20:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '' 2018-12-29 04:20:40,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6250f74-1bd7-4733-a0b7-d8ab353ddf01 Date: Sat, 29 Dec 2018 04:20:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:20:40,468 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file used request id req-d6250f74-1bd7-4733-a0b7-d8ab353ddf01 2018-12-29 04:20:40,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.33288598061s 2018-12-29 04:20:40,468 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file used request id req-d6250f74-1bd7-4733-a0b7-d8ab353ddf01 2018-12-29 04:20:40,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:20:40,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:20:40,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-4f7ffe2a-15c6-4fc5-bd53-339de1d1c7a7 Date: Sat, 29 Dec 2018 04:20:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap", "metadata": {}}], "file": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file", "owner": "481b6c4e94554a44a8e71be38f7ef21b", "id": "e30aec72-e201-44a6-b25d-394c928ecea5", "size": 12716032, "self": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:20:40Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:20:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:20:40,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4f7ffe2a-15c6-4fc5-bd53-339de1d1c7a7 2018-12-29 04:20:40,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174649953842s 2018-12-29 04:20:40,644 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4f7ffe2a-15c6-4fc5-bd53-339de1d1c7a7 2018-12-29 04:20:40,646 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file', 'owner': u'481b6c4e94554a44a8e71be38f7ef21b', 'id': u'e30aec72-e201-44a6-b25d-394c928ecea5', 'size': 12716032, u'self': u'/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'481b6c4e94554a44a8e71be38f7ef21b', 'name': 'rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:20:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:20:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'created': u'2018-12-29T04:20:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:20:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:20:40,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:20:40,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:20:40,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20: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-e8b251e3-832b-4b01-9ad3-49d6b7eb1c1f x-compute-request-id: req-e8b251e3-832b-4b01-9ad3-49d6b7eb1c1f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e693f9c5-06be-48c4-af2a-654543d0c55b", "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:20:40,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e8b251e3-832b-4b01-9ad3-49d6b7eb1c1f 2018-12-29 04:20:40,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189455986023s 2018-12-29 04:20:40,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e8b251e3-832b-4b01-9ad3-49d6b7eb1c1f returning object e693f9c5-06be-48c4-af2a-654543d0c55b 2018-12-29 04:20:40,837 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'e693f9c5-06be-48c4-af2a-654543d0c55b', 'swap': 0}) 2018-12-29 04:20:40,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:20:40,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b/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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"extra_specs": {}}' 2018-12-29 04:20:40,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:20: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-79bb45d4-3381-4eba-b36e-631dd5975673 x-compute-request-id: req-79bb45d4-3381-4eba-b36e-631dd5975673 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:20:40,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b/os-extra_specs used request id req-79bb45d4-3381-4eba-b36e-631dd5975673 2018-12-29 04:20:40,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207359790802s 2018-12-29 04:20:40,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b/os-extra_specs used request id req-79bb45d4-3381-4eba-b36e-631dd5975673 2018-12-29 04:20:40,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 04:20:43,313 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-29 04:20:42.961 117 INFO rally.deployment.engine [-] Deployment 9f6df8a6-aebf-407a-a529-32319aaef619 | Starting: Destroy cloud and free allocated resources. 2018-12-29 04:20:43.028 117 INFO rally.deployment.engine [-] Deployment 9f6df8a6-aebf-407a-a529-32319aaef619 | Completed: Destroy cloud and free allocated resources. 2018-12-29 04:20:43.062 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e) for deployment 'opnfv-rally'. 2018-12-29 04:20:43.076 117 INFO rally.api [-] Deleting verification (UUID=ba637a24-9b71-40ed-8d8a-2a27032fa7ea). 2018-12-29 04:20:43.105 117 INFO rally.api [-] Verification has been successfully deleted! 2018-12-29 04:20:43.105 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e). 2018-12-29 04:20:43.112 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-29 04:20:45,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 04:20:45.491 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af4e07e6-19a7-48c3-88eb-b7bbe899b7bb) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af4e07e6-19a7-48c3-88eb-b7bbe899b7bb | 2018-12-29T04:20:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af4e07e6-19a7-48c3-88eb-b7bbe899b7bb ~/.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-12-29 04:20:49,156 - 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-12-29 04:20:49,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-12-29 04:20:49,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 04:20:49,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:20:49,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-9af320cf-1a54-417d-89b3-40c216d28410 x-compute-request-id: req-9af320cf-1a54-417d-89b3-40c216d28410 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 04:20:49,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-9af320cf-1a54-417d-89b3-40c216d28410 2018-12-29 04:20:49,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.198953866959s 2018-12-29 04:20:49,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-9af320cf-1a54-417d-89b3-40c216d28410 2018-12-29 04:20:49,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:20:49,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_5866c767-2d01-4c47-98e9-2060b329f1f5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:20:49,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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-e4f516e0-f121-484f-b923-e4341dbb8ecf x-compute-request-id: req-e4f516e0-f121-484f-b923-e4341dbb8ecf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86d39951-8420-4d3e-9893-c2858ffe2b76", "name": "rally_sanity-flavor_alt_5866c767-2d01-4c47-98e9-2060b329f1f5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:20:49,441 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e4f516e0-f121-484f-b923-e4341dbb8ecf 2018-12-29 04:20:49,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0824120044708s 2018-12-29 04:20:49,442 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e4f516e0-f121-484f-b923-e4341dbb8ecf returning object 86d39951-8420-4d3e-9893-c2858ffe2b76 2018-12-29 04:20:49,442 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_5866c767-2d01-4c47-98e9-2060b329f1f5', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'86d39951-8420-4d3e-9893-c2858ffe2b76', 'swap': 0}) 2018-12-29 04:20:49,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:20:49,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76/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}036e9858eefb63db95c6f9d70161d732fca557d1" -d '{"extra_specs": {}}' 2018-12-29 04:20:49,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04: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 x-openstack-request-id: req-35fa3363-097f-4727-8824-ef18a78dd895 x-compute-request-id: req-35fa3363-097f-4727-8824-ef18a78dd895 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:20:49,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76/os-extra_specs used request id req-35fa3363-097f-4727-8824-ef18a78dd895 2018-12-29 04:20:49,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0251619815826s 2018-12-29 04:20:49,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76/os-extra_specs used request id req-35fa3363-097f-4727-8824-ef18a78dd895 2018-12-29 04:20:49,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_5866c767-2d01-4c47-98e9-2060b329f1f5', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'86d39951-8420-4d3e-9893-c2858ffe2b76', 'swap': 0}) 2018-12-29 04:20:49,470 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-12-29 04:20:49,479 - 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-12-29 04:20:49,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:20:49,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:20:49,511 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:21:53,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b73a0036-c201-41c6-9111-01a256c1412c 2018-12-29 04:21:53,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-12-29 04:21:53,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b73a0036-c201-41c6-9111-01a256c1412c'] 2018-12-29 04:21:54,801 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b73a0036-c201-41c6-9111-01a256c1412c -------------------------------------------------------------------------------- Task b73a0036-c201-41c6-9111-01a256c1412c: 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 b73a0036-c201-41c6-9111-01a256c1412c 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | total | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> duration | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.48823 Full duration: 7.721898 -------------------------------------------------------------------------------- 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 b73a0036-c201-41c6-9111-01a256c1412c 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.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | total | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> duration | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 1.333 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.332967 Full duration: 8.097502 -------------------------------------------------------------------------------- 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 b73a0036-c201-41c6-9111-01a256c1412c 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936563 Full duration: 8.087669 -------------------------------------------------------------------------------- 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 b73a0036-c201-41c6-9111-01a256c1412c 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.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828379 Full duration: 7.762084 -------------------------------------------------------------------------------- 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 b73a0036-c201-41c6-9111-01a256c1412c 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.924136 Full duration: 7.873269 -------------------------------------------------------------------------------- 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 b73a0036-c201-41c6-9111-01a256c1412c has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> duration | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699438 Full duration: 7.747898 HINTS: * To plot HTML graphics with this data, run: rally task report b73a0036-c201-41c6-9111-01a256c1412c --out output.html * To generate a JUnit report, run: rally task export b73a0036-c201-41c6-9111-01a256c1412c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b73a0036-c201-41c6-9111-01a256c1412c --json --out output.json 2018-12-29 04:21:54,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b73a0036-c201-41c6-9111-01a256c1412c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-12-29 04:21:56,978 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b73a0036-c201-41c6-9111-01a256c1412c --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-12-29 04:21:56.874 728 INFO rally.api [-] Building 'json' report for the following task(s): 'b73a0036-c201-41c6-9111-01a256c1412c'. 2018-12-29 04:21:56.879 728 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:21:56,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b73a0036-c201-41c6-9111-01a256c1412c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-12-29 04:21:59,269 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b73a0036-c201-41c6-9111-01a256c1412c --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-12-29 04:21:59.121 731 INFO rally.api [-] Building 'html' report for the following task(s): 'b73a0036-c201-41c6-9111-01a256c1412c'. 2018-12-29 04:21:59.154 731 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:21:59,276 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-12-29 04:21:59,276 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-12-29 04:21:59,281 - 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-12-29 04:21:59,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:21:59,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:21:59,301 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:23:41,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 2018-12-29 04:23:41,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0dbf45d7-0abb-4c79-a77d-a76bed04a4a9'] 2018-12-29 04:23:42,368 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 -------------------------------------------------------------------------------- Task 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9: 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 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.26 | 5.26 | 5.26 | 5.26 | 5.26 | 5.26 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> glance_v2.upload_data | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 100.0% | 1 | | glance_v2.delete_image | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | total | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 100.0% | 1 | | -> duration | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.20518 Full duration: 14.815508 -------------------------------------------------------------------------------- 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 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 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.008 | 4.008 | 4.008 | 4.008 | 4.008 | 4.008 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | glance_v2.list_images | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 100.0% | 1 | | -> duration | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.280176 Full duration: 16.417573 -------------------------------------------------------------------------------- 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 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> duration | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.342243 Full duration: 8.518139 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "number_instances": 2, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "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 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 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.834 | 4.834 | 4.834 | 4.834 | 4.834 | 4.834 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 100.0% | 1 | | nova.boot_servers | 13.423 | 13.423 | 13.423 | 13.423 | 13.423 | 13.423 | 100.0% | 1 | | total | 18.259 | 18.259 | 18.259 | 18.259 | 18.259 | 18.259 | 100.0% | 1 | | -> duration | 17.259 | 17.259 | 17.259 | 17.259 | 17.259 | 17.259 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.258568 Full duration: 43.310413 HINTS: * To plot HTML graphics with this data, run: rally task report 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 --out output.html * To generate a JUnit report, run: rally task export 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 --json --out output.json 2018-12-29 04:23:42,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0dbf45d7-0abb-4c79-a77d-a76bed04a4a9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-12-29 04:23:44,609 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-12-29 04:23:44.497 1284 INFO rally.api [-] Building 'json' report for the following task(s): '0dbf45d7-0abb-4c79-a77d-a76bed04a4a9'. 2018-12-29 04:23:44.502 1284 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:23:44,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0dbf45d7-0abb-4c79-a77d-a76bed04a4a9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-12-29 04:23:46,791 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0dbf45d7-0abb-4c79-a77d-a76bed04a4a9 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-12-29 04:23:46.671 1287 INFO rally.api [-] Building 'html' report for the following task(s): '0dbf45d7-0abb-4c79-a77d-a76bed04a4a9'. 2018-12-29 04:23:46.693 1287 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:23:46,797 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-12-29 04:23:46,797 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-12-29 04:23:46,798 - 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-12-29 04:23:46,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:23:46,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:23:46,829 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:27:08,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 2018-12-29 04:27:08,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6f1fe2a0-f9c5-4a74-9a58-62d4d9009744'] 2018-12-29 04:27:09,231 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 -------------------------------------------------------------------------------- Task 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744: 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.474 | 3.474 | 3.474 | 3.474 | 3.474 | 3.474 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 2.661 | 100.0% | 1 | | total | 6.135 | 6.135 | 6.135 | 6.135 | 6.135 | 6.135 | 100.0% | 1 | | -> duration | 6.135 | 6.135 | 6.135 | 6.135 | 6.135 | 6.135 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.135404 Full duration: 23.661556 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.339 | 3.339 | 3.339 | 3.339 | 3.339 | 3.339 | 100.0% | 1 | | cinder_v2.delete_volume | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.822709 Full duration: 15.588672 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.518 | 8.518 | 8.518 | 8.518 | 8.518 | 8.518 | 100.0% | 1 | | cinder_v2.delete_volume | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 2.597 | 100.0% | 1 | | total | 11.116 | 11.116 | 11.116 | 11.116 | 11.116 | 11.116 | 100.0% | 1 | | -> duration | 11.116 | 11.116 | 11.116 | 11.116 | 11.116 | 11.116 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.115688 Full duration: 22.779781 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.138 | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 100.0% | 1 | | cinder_v2.delete_volume | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 100.0% | 1 | | total | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> duration | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 5.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.773066 Full duration: 16.85967 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.086 | 3.086 | 3.086 | 3.086 | 3.086 | 3.086 | 100.0% | 1 | | cinder_v2.extend_volume | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 100.0% | 1 | | cinder_v2.delete_volume | 3.244 | 3.244 | 3.244 | 3.244 | 3.244 | 3.244 | 100.0% | 1 | | total | 9.105 | 9.105 | 9.105 | 9.105 | 9.105 | 9.105 | 100.0% | 1 | | -> duration | 9.105 | 9.105 | 9.105 | 9.105 | 9.105 | 9.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.104887 Full duration: 19.26913 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.295 | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 100.0% | 1 | | cinder_v2.delete_volume | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 2.603 | 100.0% | 1 | | total | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 100.0% | 1 | | -> duration | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.898634 Full duration: 23.729066 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | cinder_v2.list_qos | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> duration | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 0.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817329 Full duration: 12.347405 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.set_qos | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816226 Full duration: 12.760857 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | cinder_v2.list_types | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797947 Full duration: 12.734647 -------------------------------------------------------------------------------- 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 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.838192 Full duration: 12.263804 HINTS: * To plot HTML graphics with this data, run: rally task report 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 --out output.html * To generate a JUnit report, run: rally task export 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 --json --out output.json 2018-12-29 04:27:09,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6f1fe2a0-f9c5-4a74-9a58-62d4d9009744', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-12-29 04:27:11,344 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-12-29 04:27:11.225 3076 INFO rally.api [-] Building 'json' report for the following task(s): '6f1fe2a0-f9c5-4a74-9a58-62d4d9009744'. 2018-12-29 04:27:11.233 3076 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:27:11,344 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6f1fe2a0-f9c5-4a74-9a58-62d4d9009744', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-12-29 04:27:13,480 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6f1fe2a0-f9c5-4a74-9a58-62d4d9009744 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-12-29 04:27:13.340 3079 INFO rally.api [-] Building 'html' report for the following task(s): '6f1fe2a0-f9c5-4a74-9a58-62d4d9009744'. 2018-12-29 04:27:13.371 3079 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:27:13,486 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-12-29 04:27:13,486 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-12-29 04:27:13,487 - 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-12-29 04:27:13,487 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:27:13,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:27:13,512 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:28:33,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 2018-12-29 04:28:33,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6'] 2018-12-29 04:28:34,906 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 -------------------------------------------------------------------------------- Task 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6: 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 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 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.465 | 4.465 | 4.465 | 4.465 | 4.465 | 4.465 | 100.0% | 1 | | heat.update_stack | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 2.854 | 100.0% | 1 | | heat.delete_stack | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 2.492 | 100.0% | 1 | | total | 9.811 | 9.811 | 9.811 | 9.811 | 9.811 | 9.811 | 100.0% | 1 | | -> duration | 5.811 | 5.811 | 5.811 | 5.811 | 5.811 | 5.811 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.811162 Full duration: 19.678843 -------------------------------------------------------------------------------- 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 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 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.663 | 4.663 | 4.663 | 4.663 | 4.663 | 4.663 | 100.0% | 1 | | heat.check_stack | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | heat.delete_stack | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | total | 7.518 | 7.518 | 7.518 | 7.518 | 7.518 | 7.518 | 100.0% | 1 | | -> duration | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 5.518 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.517531 Full duration: 17.493776 -------------------------------------------------------------------------------- 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 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 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.695 | 4.695 | 4.695 | 4.695 | 4.695 | 4.695 | 100.0% | 1 | | heat.suspend_stack | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | heat.resume_stack | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | heat.delete_stack | 2.707 | 2.707 | 2.707 | 2.707 | 2.707 | 2.707 | 100.0% | 1 | | total | 8.872 | 8.872 | 8.872 | 8.872 | 8.872 | 8.872 | 100.0% | 1 | | -> duration | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.872432 Full duration: 17.826223 -------------------------------------------------------------------------------- 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 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | total | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | -> duration | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.601973 Full duration: 8.432429 HINTS: * To plot HTML graphics with this data, run: rally task report 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 --out output.html * To generate a JUnit report, run: rally task export 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 --json --out output.json 2018-12-29 04:28:34,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-12-29 04:28:37,089 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-12-29 04:28:36.985 3812 INFO rally.api [-] Building 'json' report for the following task(s): '32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6'. 2018-12-29 04:28:36.989 3812 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:28:37,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-12-29 04:28:39,338 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-12-29 04:28:39.218 3815 INFO rally.api [-] Building 'html' report for the following task(s): '32a9d35e-4fee-4ca7-aeef-e6bd09ff0ae6'. 2018-12-29 04:28:39.240 3815 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:28:39,343 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-12-29 04:28:39,344 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-12-29 04:28:39,344 - 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-12-29 04:28:39,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:28:39,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:28:39,369 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:31:55,323 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7388eea3-8cd6-4103-bb6e-45d5b331caa0 2018-12-29 04:31:55,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7388eea3-8cd6-4103-bb6e-45d5b331caa0'] 2018-12-29 04:31:56,438 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7388eea3-8cd6-4103-bb6e-45d5b331caa0 -------------------------------------------------------------------------------- Task 7388eea3-8cd6-4103-bb6e-45d5b331caa0: 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 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.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776445 Full duration: 14.71687 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742517 Full duration: 14.593672 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.list_projects | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767055 Full duration: 14.809395 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624141 Full duration: 12.52186 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.643978 Full duration: 12.493009 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | keystone_v3.create_user | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 100.0% | 1 | | -> duration | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.045457 Full duration: 19.961418 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 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.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> duration | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955075 Full duration: 13.109195 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794923 Full duration: 14.898626 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695659 Full duration: 14.565973 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | keystone_v3.list_users | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.915385 Full duration: 14.781642 -------------------------------------------------------------------------------- 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 7388eea3-8cd6-4103-bb6e-45d5b331caa0 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_users | 5.015 | 5.015 | 5.015 | 5.015 | 5.015 | 5.015 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 5.014 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | total | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> duration | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.789735 Full duration: 23.571742 HINTS: * To plot HTML graphics with this data, run: rally task report 7388eea3-8cd6-4103-bb6e-45d5b331caa0 --out output.html * To generate a JUnit report, run: rally task export 7388eea3-8cd6-4103-bb6e-45d5b331caa0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7388eea3-8cd6-4103-bb6e-45d5b331caa0 --json --out output.json 2018-12-29 04:31:56,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7388eea3-8cd6-4103-bb6e-45d5b331caa0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-12-29 04:31:58,786 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7388eea3-8cd6-4103-bb6e-45d5b331caa0 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-12-29 04:31:58.662 5730 INFO rally.api [-] Building 'json' report for the following task(s): '7388eea3-8cd6-4103-bb6e-45d5b331caa0'. 2018-12-29 04:31:58.673 5730 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:31:58,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7388eea3-8cd6-4103-bb6e-45d5b331caa0', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-12-29 04:32:01,071 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7388eea3-8cd6-4103-bb6e-45d5b331caa0 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-12-29 04:32:00.932 5733 INFO rally.api [-] Building 'html' report for the following task(s): '7388eea3-8cd6-4103-bb6e-45d5b331caa0'. 2018-12-29 04:32:00.963 5733 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:32:01,079 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-12-29 04:32:01,079 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-12-29 04:32:01,080 - 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-12-29 04:32:01,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:32:01,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:32:01,100 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:37:20,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dc183541-ce22-4af7-a83b-e96970a8ca9d 2018-12-29 04:37:20,227 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dc183541-ce22-4af7-a83b-e96970a8ca9d'] 2018-12-29 04:37:21,752 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dc183541-ce22-4af7-a83b-e96970a8ca9d -------------------------------------------------------------------------------- Task dc183541-ce22-4af7-a83b-e96970a8ca9d: 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.delete_network | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | total | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 100.0% | 1 | | -> duration | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.18914 Full duration: 15.564693 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | neutron.delete_port | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | total | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 100.0% | 1 | | -> duration | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.983977 Full duration: 31.560383 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | neutron.create_subnet | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | neutron.create_router | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | neutron.add_interface_router | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 2.134 | 100.0% | 1 | | neutron.remove_interface_router | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | neutron.delete_router | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 5.555 | 5.555 | 5.555 | 5.555 | 5.555 | 5.555 | 100.0% | 1 | | -> duration | 5.555 | 5.555 | 5.555 | 5.555 | 5.555 | 5.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.555245 Full duration: 37.60741 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | neutron.delete_subnet | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | total | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> duration | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.765472 Full duration: 27.26352 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | neutron.list_networks | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | total | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> duration | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.488968 Full duration: 17.567437 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.422 | 1.422 | 1.422 | 1.422 | 1.422 | 1.422 | 100.0% | 1 | | neutron.list_ports | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | -> duration | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 1.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.662421 Full duration: 33.715633 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | neutron.create_subnet | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | neutron.create_router | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | neutron.add_interface_router | 1.752 | 1.752 | 1.752 | 1.752 | 1.752 | 1.752 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 3.85 | 3.85 | 3.85 | 3.85 | 3.85 | 3.85 | 100.0% | 1 | | -> duration | 3.85 | 3.85 | 3.85 | 3.85 | 3.85 | 3.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.849609 Full duration: 41.106636 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | neutron.create_subnet | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | neutron.list_subnets | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> duration | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.819959 Full duration: 32.477735 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.delete_security_group | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | total | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> duration | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.297076 Full duration: 14.465538 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | neutron.create_security_group_rule | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> duration | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.020794 Full duration: 15.374715 -------------------------------------------------------------------------------- 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 dc183541-ce22-4af7-a83b-e96970a8ca9d 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.09 | 1.09 | 1.09 | 1.09 | 1.09 | 1.09 | 100.0% | 1 | | neutron.create_router | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | neutron.add_gateway_router | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | neutron.remove_gateway_router | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | total | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 100.0% | 1 | | -> duration | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 3.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.81551 Full duration: 24.634286 HINTS: * To plot HTML graphics with this data, run: rally task report dc183541-ce22-4af7-a83b-e96970a8ca9d --out output.html * To generate a JUnit report, run: rally task export dc183541-ce22-4af7-a83b-e96970a8ca9d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dc183541-ce22-4af7-a83b-e96970a8ca9d --json --out output.json 2018-12-29 04:37:21,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dc183541-ce22-4af7-a83b-e96970a8ca9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-12-29 04:37:23,950 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dc183541-ce22-4af7-a83b-e96970a8ca9d --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-12-29 04:37:23.840 9028 INFO rally.api [-] Building 'json' report for the following task(s): 'dc183541-ce22-4af7-a83b-e96970a8ca9d'. 2018-12-29 04:37:23.849 9028 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:37:23,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dc183541-ce22-4af7-a83b-e96970a8ca9d', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-12-29 04:37:26,253 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dc183541-ce22-4af7-a83b-e96970a8ca9d --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-12-29 04:37:26.122 9031 INFO rally.api [-] Building 'html' report for the following task(s): 'dc183541-ce22-4af7-a83b-e96970a8ca9d'. 2018-12-29 04:37:26.153 9031 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:37:26,266 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-12-29 04:37:26,267 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-12-29 04:37:26,267 - 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-12-29 04:37:26,268 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:37:26,284 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:37:26,297 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:44:35,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 2018-12-29 04:44:35,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6627d1bb-dc96-46c6-b390-ab8b6bcd79d9'] 2018-12-29 04:44:36,096 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9: 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "block_migration": false, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.16 | 9.16 | 9.16 | 9.16 | 9.16 | 9.16 | 100.0% | 1 | | nova.find_host_to_migrate | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 1.335 | 100.0% | 1 | | nova.live_migrate | 10.639 | 10.639 | 10.639 | 10.639 | 10.639 | 10.639 | 100.0% | 1 | | nova.delete_server | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 23.928 | 23.928 | 23.928 | 23.928 | 23.928 | 23.928 | 100.0% | 1 | | -> duration | 22.928 | 22.928 | 22.928 | 22.928 | 22.928 | 22.928 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.928077 Full duration: 33.226824 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.488 | 9.488 | 9.488 | 9.488 | 9.488 | 9.488 | 100.0% | 1 | | cinder_v2.create_volume | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 100.0% | 1 | | nova.attach_volume | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 100.0% | 1 | | nova.find_host_to_migrate | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 1.458 | 100.0% | 1 | | nova.live_migrate | 11.044 | 11.044 | 11.044 | 11.044 | 11.044 | 11.044 | 100.0% | 1 | | nova.detach_volume | 4.13 | 4.13 | 4.13 | 4.13 | 4.13 | 4.13 | 100.0% | 1 | | cinder_v2.delete_volume | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | nova.delete_server | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 3.016 | 100.0% | 1 | | total | 38.387 | 38.387 | 38.387 | 38.387 | 38.387 | 38.387 | 100.0% | 1 | | -> duration | 37.387 | 37.387 | 37.387 | 37.387 | 37.387 | 37.387 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.387161 Full duration: 50.537115 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 100.0% | 1 | | nova.boot_server | 10.769 | 10.769 | 10.769 | 10.769 | 10.769 | 10.769 | 100.0% | 1 | | nova.find_host_to_migrate | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | nova.live_migrate | 17.793 | 17.793 | 17.793 | 17.793 | 17.793 | 17.793 | 100.0% | 1 | | nova.delete_server | 8.211 | 8.211 | 8.211 | 8.211 | 8.211 | 8.211 | 100.0% | 1 | | total | 47.603 | 47.603 | 47.603 | 47.603 | 47.603 | 47.603 | 100.0% | 1 | | -> duration | 46.603 | 46.603 | 46.603 | 46.603 | 46.603 | 46.603 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.602729 Full duration: 59.279596 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "server_kwargs": { "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] } }, "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 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | nova.boot_server | 11.513 | 11.513 | 11.513 | 11.513 | 11.513 | 11.513 | 100.0% | 1 | | nova.delete_server | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 100.0% | 1 | | nova.delete_keypair | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 18.538 | 18.538 | 18.538 | 18.538 | 18.538 | 18.538 | 100.0% | 1 | | -> duration | 17.538 | 17.538 | 17.538 | 17.538 | 17.538 | 17.538 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.538163 Full duration: 45.987871 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "volume_size": 5, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "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 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.989 | 9.989 | 9.989 | 9.989 | 9.989 | 9.989 | 100.0% | 1 | | nova.boot_server | 7.889 | 7.889 | 7.889 | 7.889 | 7.889 | 7.889 | 100.0% | 1 | | nova.delete_server | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 100.0% | 1 | | total | 20.737 | 20.737 | 20.737 | 20.737 | 20.737 | 20.737 | 100.0% | 1 | | -> duration | 19.737 | 19.737 | 19.737 | 19.737 | 19.737 | 19.737 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.737139 Full duration: 50.823587 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "force_delete": false, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "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 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.452 | 9.452 | 9.452 | 9.452 | 9.452 | 9.452 | 100.0% | 1 | | nova.pause_server | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 100.0% | 1 | | nova.unpause_server | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 100.0% | 1 | | nova.delete_server | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | total | 18.522 | 18.522 | 18.522 | 18.522 | 18.522 | 18.522 | 100.0% | 1 | | -> duration | 13.522 | 13.522 | 13.522 | 13.522 | 13.522 | 13.522 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.522104 Full duration: 44.67663 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "nics": [ { "net-id": "966e5c70-58ef-4215-b6c6-3c2c123730bd" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.933 | 9.933 | 9.933 | 9.933 | 9.933 | 9.933 | 100.0% | 1 | | nova.migrate | 34.736 | 34.736 | 34.736 | 34.736 | 34.736 | 34.736 | 100.0% | 1 | | nova.resize_confirm | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | nova.delete_server | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | total | 50.357 | 50.357 | 50.357 | 50.357 | 50.357 | 50.357 | 100.0% | 1 | | -> duration | 49.357 | 49.357 | 49.357 | 49.357 | 49.357 | 49.357 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 49.356506 Full duration: 60.105575 -------------------------------------------------------------------------------- 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_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "image": { "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.414 | 10.414 | 10.414 | 10.414 | 10.414 | 10.414 | 100.0% | 1 | | nova.list_interfaces | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 10.812 | 10.812 | 10.812 | 10.812 | 10.812 | 10.812 | 100.0% | 1 | | -> duration | 9.812 | 9.812 | 9.812 | 9.812 | 9.812 | 9.812 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.812475 Full duration: 39.829973 -------------------------------------------------------------------------------- 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 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | nova.delete_server_group | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738315 Full duration: 9.363387 HINTS: * To plot HTML graphics with this data, run: rally task report 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 --out output.html * To generate a JUnit report, run: rally task export 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 --json --out output.json 2018-12-29 04:44:36,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6627d1bb-dc96-46c6-b390-ab8b6bcd79d9', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-12-29 04:44:38,334 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-12-29 04:44:38.223 10674 INFO rally.api [-] Building 'json' report for the following task(s): '6627d1bb-dc96-46c6-b390-ab8b6bcd79d9'. 2018-12-29 04:44:38.233 10674 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:44:38,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6627d1bb-dc96-46c6-b390-ab8b6bcd79d9', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-12-29 04:44:40,667 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6627d1bb-dc96-46c6-b390-ab8b6bcd79d9 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-12-29 04:44:40.492 10677 INFO rally.api [-] Building 'html' report for the following task(s): '6627d1bb-dc96-46c6-b390-ab8b6bcd79d9'. 2018-12-29 04:44:40.525 10677 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:44:40,679 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-12-29 04:44:40,679 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-12-29 04:44:40,680 - 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-12-29 04:44:40,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-12-29 04:44:40,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-12-29 04:44:40,706 - 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': '966e5c70-58ef-4215-b6c6-3c2c123730bd', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5', 'flavor_name': 'rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5', '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_5866c767-2d01-4c47-98e9-2060b329f1f5', '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-12-29 04:45:33,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1326a696-0398-43cd-96d9-9ce64b1a34f5 2018-12-29 04:45:33,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1326a696-0398-43cd-96d9-9ce64b1a34f5'] 2018-12-29 04:45:34,848 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1326a696-0398-43cd-96d9-9ce64b1a34f5 -------------------------------------------------------------------------------- Task 1326a696-0398-43cd-96d9-9ce64b1a34f5: 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 1326a696-0398-43cd-96d9-9ce64b1a34f5 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | quotas.delete_quotas | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> duration | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.934076 Full duration: 8.875565 -------------------------------------------------------------------------------- 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 1326a696-0398-43cd-96d9-9ce64b1a34f5 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.741402 Full duration: 8.972254 -------------------------------------------------------------------------------- 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 1326a696-0398-43cd-96d9-9ce64b1a34f5 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.443 | 0.443 | 0.443 | 0.443 | 0.443 | 0.443 | 100.0% | 1 | | total | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> duration | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841712 Full duration: 8.60613 -------------------------------------------------------------------------------- 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 1326a696-0398-43cd-96d9-9ce64b1a34f5 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.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.138038 Full duration: 9.096481 HINTS: * To plot HTML graphics with this data, run: rally task report 1326a696-0398-43cd-96d9-9ce64b1a34f5 --out output.html * To generate a JUnit report, run: rally task export 1326a696-0398-43cd-96d9-9ce64b1a34f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1326a696-0398-43cd-96d9-9ce64b1a34f5 --json --out output.json 2018-12-29 04:45:34,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1326a696-0398-43cd-96d9-9ce64b1a34f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-12-29 04:45:37,000 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1326a696-0398-43cd-96d9-9ce64b1a34f5 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-12-29 04:45:36.898 11190 INFO rally.api [-] Building 'json' report for the following task(s): '1326a696-0398-43cd-96d9-9ce64b1a34f5'. 2018-12-29 04:45:36.902 11190 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:45:37,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1326a696-0398-43cd-96d9-9ce64b1a34f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-12-29 04:45:39,245 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1326a696-0398-43cd-96d9-9ce64b1a34f5 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-12-29 04:45:39.127 11193 INFO rally.api [-] Building 'html' report for the following task(s): '1326a696-0398-43cd-96d9-9ce64b1a34f5'. 2018-12-29 04:45:39.148 11193 INFO rally.api [-] The report has been successfully built. 2018-12-29 04:45:39,249 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-12-29 04:45:39,252 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:23 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:51 | 11 | 100.00% | | nova | 06:33 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:56 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-12-29 04:45:39,252 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-12-29 04:45:39,390 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 04:45:39,391 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:05 | PASS | +----------------------+------------------+------------------+----------------+ 2018-12-29 04:45:39,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:45:39,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:39,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-755de7a0-8cce-4752-b29c-b5e4cfd9b087 x-compute-request-id: req-755de7a0-8cce-4752-b29c-b5e4cfd9b087 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "86d39951-8420-4d3e-9893-c2858ffe2b76", "name": "rally_sanity-flavor_alt_5866c767-2d01-4c47-98e9-2060b329f1f5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e693f9c5-06be-48c4-af2a-654543d0c55b", "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:45:39,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-755de7a0-8cce-4752-b29c-b5e4cfd9b087 2018-12-29 04:45:39,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.565626859665s 2018-12-29 04:45:39,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-755de7a0-8cce-4752-b29c-b5e4cfd9b087 2018-12-29 04:45:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:45:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:40,008 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:45:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a131b430-6ecf-4dd4-a282-9eb11664829d x-compute-request-id: req-a131b430-6ecf-4dd4-a282-9eb11664829d Content-Length: 0 Content-Type: application/json 2018-12-29 04:45:40,008 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76 used request id req-a131b430-6ecf-4dd4-a282-9eb11664829d 2018-12-29 04:45:40,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0458679199219s 2018-12-29 04:45:40,008 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/86d39951-8420-4d3e-9893-c2858ffe2b76 used request id req-a131b430-6ecf-4dd4-a282-9eb11664829d 2018-12-29 04:45:40,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-12-29 04:45:40,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/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}5fd5188a0a83305095bbd6762cb3713e08aba781" -d '{"subnet_id": "b92ad361-08af-46fd-bc24-df73f7518da5"}' 2018-12-29 04:45:41,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d1268294-5e55-4d41-93da-8de42041b64a Date: Sat, 29 Dec 2018 04:45:41 GMT RESP BODY: {"network_id": "966e5c70-58ef-4215-b6c6-3c2c123730bd", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "subnet_id": "b92ad361-08af-46fd-bc24-df73f7518da5", "subnet_ids": ["b92ad361-08af-46fd-bc24-df73f7518da5"], "port_id": "33b12372-9e72-41d5-a0c1-008ba49bfc1e", "id": "c29a3aa9-8f74-4735-b9a0-34e07126979e"} 2018-12-29 04:45:41,285 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/remove_router_interface.json used request id req-d1268294-5e55-4d41-93da-8de42041b64a 2018-12-29 04:45:41,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.27691721916s 2018-12-29 04:45:41,286 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e/remove_router_interface.json used request id req-d1268294-5e55-4d41-93da-8de42041b64a returning object c29a3aa9-8f74-4735-b9a0-34e07126979e 2018-12-29 04:45:41,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-12-29 04:45:41,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:41,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8529 X-Openstack-Request-Id: req-2b867331-8ce5-4de2-8c11-7a448265790c Date: Sat, 29 Dec 2018 04:45:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:07:29Z", "revision_number": 2, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "127fb572-d511-4f19-858d-da3da8203bc4", "name": "tempest-ServersTestBootFromVolume-798566751-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "431a34a1911e434fa8e8e229772ee2f0", "created_at": "2018-12-29T04:33:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:33:10Z", "revision_number": 2, "routes": [], "project_id": "431a34a1911e434fa8e8e229772ee2f0", "id": "1bb38029-60ad-4413-8084-48037d2cd7e6", "name": "c_rally_a59f789a_PQZfKtFV"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:36Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "2a54c267-8cd7-404e-a35c-37cab1a5520e", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:49Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "3310add8-2986-4093-8ac3-6ac9caf6a9de", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:47Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "59ea2a70-4558-44cf-9371-70173c4555fe", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:37Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "6aa35755-41da-4f08-a3c8-94bc5e50e5d3", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "889fea451a4a45b3930b3f45aa21c3bf", "created_at": "2018-12-29T04:09:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:09:13Z", "revision_number": 2, "routes": [], "project_id": "889fea451a4a45b3930b3f45aa21c3bf", "id": "72c43cc0-2861-472e-8006-19d1599e4e0e", "name": "tempest-ServerActionsTestJSON-454204808-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:48Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8d60f07a-17d3-43aa-a116-1e59b714ab98", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "c396b54909e84601892fd961ed43e755", "created_at": "2018-12-29T04:42:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:42:03Z", "revision_number": 2, "routes": [], "project_id": "c396b54909e84601892fd961ed43e755", "id": "94fa87a8-0c43-4f59-8056-4f65f168b421", "name": "c_rally_bcd836ad_YB1F95tS"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "390faeab39484f7695b02be916a7674b", "created_at": "2018-12-29T04:32:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:32:38Z", "revision_number": 2, "routes": [], "project_id": "390faeab39484f7695b02be916a7674b", "id": "a86500de-8bed-465a-9a81-16b74564b14f", "name": "c_rally_bf30a7b9_cWjECAJJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "created_at": "2018-12-29T04:20:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:45:40Z", "revision_number": 4, "routes": [], "project_id": "481b6c4e94554a44a8e71be38f7ef21b", "id": "c29a3aa9-8f74-4735-b9a0-34e07126979e", "name": "rally_sanity-router_5866c767-2d01-4c47-98e9-2060b329f1f5"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:07:28Z", "revision_number": 2, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "d68a7a81-4909-41ba-9e70-15d041c249d8", "name": "tempest-ServersTestBootFromVolume-798566751-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:35Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "e3ecc29d-6420-4346-bfa7-0cd2705fae59", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "7bdd5dda00054343893f33ceeb36645e", "created_at": "2018-12-29T04:41:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:41:11Z", "revision_number": 2, "routes": [], "project_id": "7bdd5dda00054343893f33ceeb36645e", "id": "f0f05306-402c-44a6-81a9-35b6c25f2f35", "name": "c_rally_5461b007_ab8a1MSQ"}]} 2018-12-29 04:45:41,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2b867331-8ce5-4de2-8c11-7a448265790c 2018-12-29 04:45:41,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.222944974899s 2018-12-29 04:45:41,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2b867331-8ce5-4de2-8c11-7a448265790c 2018-12-29 04:45:41,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-12-29 04:45:41,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:42,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3621352d-26f9-4188-b326-48ba6bcfb29e Content-Length: 0 Date: Sat, 29 Dec 2018 04:45:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:45:42,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e.json used request id req-3621352d-26f9-4188-b326-48ba6bcfb29e 2018-12-29 04:45:42,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28483605385s 2018-12-29 04:45:42,799 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c29a3aa9-8f74-4735-b9a0-34e07126979e.json used request id req-3621352d-26f9-4188-b326-48ba6bcfb29e 2018-12-29 04:45:42,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-12-29 04:45:42,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:43,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-db3e45ec-146b-47f0-be54-5fb158f31e9c Date: Sat, 29 Dec 2018 04:45:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"966e5c70-58ef-4215-b6c6-3c2c123730bd","tenant_id":"481b6c4e94554a44a8e71be38f7ef21b","created_at":"2018-12-29T04:20:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-12-29T04:20:35Z","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":"481b6c4e94554a44a8e71be38f7ef21b","id":"b92ad361-08af-46fd-bc24-df73f7518da5","subnetpool_id":null,"name":"rally_sanity-subnet_5866c767-2d01-4c47-98e9-2060b329f1f5"}]} 2018-12-29 04:45:43,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db3e45ec-146b-47f0-be54-5fb158f31e9c 2018-12-29 04:45:43,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.206418991089s 2018-12-29 04:45:43,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-db3e45ec-146b-47f0-be54-5fb158f31e9c 2018-12-29 04:45:43,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-12-29 04:45:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/b92ad361-08af-46fd-bc24-df73f7518da5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:45,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c740f62-6c6a-4674-bd6f-b14104237979 Date: Sat, 29 Dec 2018 04:45:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:45:45,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b92ad361-08af-46fd-bc24-df73f7518da5.json used request id req-8c740f62-6c6a-4674-bd6f-b14104237979 2018-12-29 04:45:45,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.44603896141s 2018-12-29 04:45:45,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b92ad361-08af-46fd-bc24-df73f7518da5.json used request id req-8c740f62-6c6a-4674-bd6f-b14104237979 2018-12-29 04:45:45,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:45:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:45,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-3e6914a2-735e-4586-a2bd-5ea9b504e662 Date: Sat, 29 Dec 2018 04:45:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"966e5c70-58ef-4215-b6c6-3c2c123730bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"481b6c4e94554a44a8e71be38f7ef21b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T04:45:45Z","provider:segmentation_id":71,"name":"rally_sanity-net_5866c767-2d01-4c47-98e9-2060b329f1f5","admin_state_up":true,"tenant_id":"481b6c4e94554a44a8e71be38f7ef21b","created_at":"2018-12-29T04:20:34Z","provider:network_type":"vxlan"}]} 2018-12-29 04:45:45,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3e6914a2-735e-4586-a2bd-5ea9b504e662 2018-12-29 04:45:45,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312222003937s 2018-12-29 04:45:45,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3e6914a2-735e-4586-a2bd-5ea9b504e662 2018-12-29 04:45:45,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-12-29 04:45:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/966e5c70-58ef-4215-b6c6-3c2c123730bd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:46,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-870e2979-12ef-4219-84f6-a8b24d77b8e4 Date: Sat, 29 Dec 2018 04:45:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:45:46,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/966e5c70-58ef-4215-b6c6-3c2c123730bd.json used request id req-870e2979-12ef-4219-84f6-a8b24d77b8e4 2018-12-29 04:45:46,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21384096146s 2018-12-29 04:45:46,982 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/966e5c70-58ef-4215-b6c6-3c2c123730bd.json used request id req-870e2979-12ef-4219-84f6-a8b24d77b8e4 2018-12-29 04:45:46,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:45:46,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:47,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-bee1029b-07a2-4218-9af7-c985e4df6115 Date: Sat, 29 Dec 2018 04:45:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap", "metadata": {}}], "file": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5/file", "owner": "481b6c4e94554a44a8e71be38f7ef21b", "id": "e30aec72-e201-44a6-b25d-394c928ecea5", "size": 12716032, "self": "/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/e30aec72-e201-44a6-b25d-394c928ecea5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:20:40Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_5866c767-2d01-4c47-98e9-2060b329f1f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:20:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:45:47,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bee1029b-07a2-4218-9af7-c985e4df6115 2018-12-29 04:45:47,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176269054413s 2018-12-29 04:45:47,159 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bee1029b-07a2-4218-9af7-c985e4df6115 2018-12-29 04:45:47,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:45:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5fd5188a0a83305095bbd6762cb3713e08aba781" 2018-12-29 04:45:48,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-031d2cff-cd2d-4484-88e0-fbbd5757a22c Date: Sat, 29 Dec 2018 04:45:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:45:48,695 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5 used request id req-031d2cff-cd2d-4484-88e0-fbbd5757a22c 2018-12-29 04:45:48,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.53372788429s 2018-12-29 04:45:48,695 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e30aec72-e201-44a6-b25d-394c928ecea5 used request id req-031d2cff-cd2d-4484-88e0-fbbd5757a22c 2018-12-29 04:45:48,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:45:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:48,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45: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-46b31952-9785-46a1-8fdf-2778d98d1ffb x-compute-request-id: req-46b31952-9785-46a1-8fdf-2778d98d1ffb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e693f9c5-06be-48c4-af2a-654543d0c55b", "name": "rally_sanity-flavor_5866c767-2d01-4c47-98e9-2060b329f1f5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:45:48,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-46b31952-9785-46a1-8fdf-2778d98d1ffb 2018-12-29 04:45:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0299198627472s 2018-12-29 04:45:48,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-46b31952-9785-46a1-8fdf-2778d98d1ffb 2018-12-29 04:45:48,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:45:48,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:48,768 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:45: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-29b54f4a-b3a9-4d80-a472-534a190fdf78 x-compute-request-id: req-29b54f4a-b3a9-4d80-a472-534a190fdf78 Content-Length: 0 Content-Type: application/json 2018-12-29 04:45:48,768 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b used request id req-29b54f4a-b3a9-4d80-a472-534a190fdf78 2018-12-29 04:45:48,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0395941734314s 2018-12-29 04:45:48,768 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e693f9c5-06be-48c4-af2a-654543d0c55b used request id req-29b54f4a-b3a9-4d80-a472-534a190fdf78 2018-12-29 04:45:48,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:45:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:48,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9d9318-1c38-49fb-9338-46c17cf3e87c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5", "links": {"self": "http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9"}, "domain_id": "default", "enabled": true, "id": "9bb29f823dc24fdea46ab7a10bef37b9", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:45:48,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ed9d9318-1c38-49fb-9338-46c17cf3e87c 2018-12-29 04:45:48,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981109142303s 2018-12-29 04:45:48,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ed9d9318-1c38-49fb-9338-46c17cf3e87c 2018-12-29 04:45:48,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:45:48,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:48,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442b55c4-638c-4822-994d-f3faea534443 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9"}, "enabled": true, "id": "9bb29f823dc24fdea46ab7a10bef37b9", "options": {}, "domain_id": "default", "name": "rally_sanity-user_5866c767-2d01-4c47-98e9-2060b329f1f5"}} 2018-12-29 04:45:48,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 used request id req-442b55c4-638c-4822-994d-f3faea534443 2018-12-29 04:45:48,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0895888805389s 2018-12-29 04:45:48,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 used request id req-442b55c4-638c-4822-994d-f3faea534443 2018-12-29 04:45:48,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 04:45:48,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9376ac3-2920-4ca6-9f24-60ddb628a940 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:49,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 used request id req-f9376ac3-2920-4ca6-9f24-60ddb628a940 2018-12-29 04:45:49,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.174014806747s 2018-12-29 04:45:49,138 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/9bb29f823dc24fdea46ab7a10bef37b9 used request id req-f9376ac3-2920-4ca6-9f24-60ddb628a940 2018-12-29 04:45:49,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:45:49,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72d99b34-3745-4806-b225-be4ea219cc2a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b"}, "enabled": true, "id": "481b6c4e94554a44a8e71be38f7ef21b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_5866c767-2d01-4c47-98e9-2060b329f1f5"}]} 2018-12-29 04:45:49,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-72d99b34-3745-4806-b225-be4ea219cc2a 2018-12-29 04:45:49,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816028118134s 2018-12-29 04:45:49,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-72d99b34-3745-4806-b225-be4ea219cc2a 2018-12-29 04:45:49,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 04:45:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2669f7f1-9652-4148-abf4-5a60a26ebf79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:49,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b used request id req-2669f7f1-9652-4148-abf4-5a60a26ebf79 2018-12-29 04:45:49,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.149927139282s 2018-12-29 04:45:49,374 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/481b6c4e94554a44a8e71be38f7ef21b used request id req-2669f7f1-9652-4148-abf4-5a60a26ebf79 2018-12-29 04:45:49,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:49,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ce17ea-659d-4561-86d2-27dab01ca952 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "69dcee2ff271482992620ec31e197b5c", "links": {"self": "http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:49,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-32ce17ea-659d-4561-86d2-27dab01ca952 2018-12-29 04:45:49,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080246925354s 2018-12-29 04:45:49,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 04:45:49,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06347e76-d4e8-4301-9df3-8b3bcd42ee71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:49,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/69dcee2ff271482992620ec31e197b5c used request id req-06347e76-d4e8-4301-9df3-8b3bcd42ee71 2018-12-29 04:45:49,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100481987s 2018-12-29 04:45:49,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:45:49,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=481b6c4e94554a44a8e71be38f7ef21b&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:49,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-87fda6bf-f0d0-4f6c-936a-85ff055c04c0 Date: Sat, 29 Dec 2018 04:45:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "created_at": "2018-12-29T04:20:34Z", "updated_at": "2018-12-29T04:20:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "225da0f2-2889-4295-b94d-b29028532fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv6", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "6e1ccf10-1307-4444-8120-307ec0e3d988", "remote_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv6", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "8f93abb4-6fd0-4edb-a39a-f4f007d13aa5", "remote_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv4", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "b520cd4e-e7e8-421b-aab2-39e53dacac18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv4", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}], "revision_number": 4, "project_id": "481b6c4e94554a44a8e71be38f7ef21b", "id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "name": "default"}]} 2018-12-29 04:45:49,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=481b6c4e94554a44a8e71be38f7ef21b&name=default used request id req-87fda6bf-f0d0-4f6c-936a-85ff055c04c0 2018-12-29 04:45:49,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.291566133499s 2018-12-29 04:45:49,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=481b6c4e94554a44a8e71be38f7ef21b&name=default used request id req-87fda6bf-f0d0-4f6c-936a-85ff055c04c0 2018-12-29 04:45:49,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:45:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:50,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-60680c18-d0c5-435e-91c8-e02c755b58de Date: Sat, 29 Dec 2018 04:45:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "created_at": "2018-12-29T04:20:34Z", "updated_at": "2018-12-29T04:20:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "6e1ccf10-1307-4444-8120-307ec0e3d988", "remote_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv6", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "b520cd4e-e7e8-421b-aab2-39e53dacac18", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv4", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "8f93abb4-6fd0-4edb-a39a-f4f007d13aa5", "remote_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv4", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T04:20:34Z", "revision_number": 0, "id": "225da0f2-2889-4295-b94d-b29028532fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T04:20:34Z", "security_group_id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "tenant_id": "481b6c4e94554a44a8e71be38f7ef21b", "port_range_min": null, "ethertype": "IPv6", "project_id": "481b6c4e94554a44a8e71be38f7ef21b"}], "revision_number": 4, "project_id": "481b6c4e94554a44a8e71be38f7ef21b", "id": "b2f52483-6d73-4f65-a739-7512a9bee13b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}]} 2018-12-29 04:45:50,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-60680c18-d0c5-435e-91c8-e02c755b58de 2018-12-29 04:45:50,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202991962433s 2018-12-29 04:45:50,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-60680c18-d0c5-435e-91c8-e02c755b58de 2018-12-29 04:45:50,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-12-29 04:45:50,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/b2f52483-6d73-4f65-a739-7512a9bee13b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}036e9858eefb63db95c6f9d70161d732fca557d1" 2018-12-29 04:45:50,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa47aefc-da59-423e-a95d-969052819c8f Content-Length: 0 Date: Sat, 29 Dec 2018 04:45:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 04:45:50,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/b2f52483-6d73-4f65-a739-7512a9bee13b.json used request id req-aa47aefc-da59-423e-a95d-969052819c8f 2018-12-29 04:45:50,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.310611963272s 2018-12-29 04:45:50,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/b2f52483-6d73-4f65-a739-7512a9bee13b.json used request id req-aa47aefc-da59-423e-a95d-969052819c8f 2018-12-29 04:45:50,427 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:45:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:45:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:45:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:45:50,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:45:50,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ed0026-b0fc-4ebb-b160-5051e941ccbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:45:50,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d0ed0026-b0fc-4ebb-b160-5051e941ccbd 2018-12-29 04:45:50,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:45:50,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T05:45:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["-FdOmBFvTO2hGNDhSWQk7w"], "issued_at": "2018-12-29T04:45:50.000000Z"}} 2018-12-29 04:45:50,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:45:50,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-37d0abd7-7fa8-49c0-bc15-eb8a51cdfe73 Date: Sat, 29 Dec 2018 04:45:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 04:45:51,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37d0abd7-7fa8-49c0-bc15-eb8a51cdfe73 2018-12-29 04:45:51,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.232650995255s 2018-12-29 04:45:51,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37d0abd7-7fa8-49c0-bc15-eb8a51cdfe73 2018-12-29 04:45:51,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 04:45:51,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:45:51,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15cc198-3ac7-49a2-93e2-e10aed61c8d0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 04:45:51,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d15cc198-3ac7-49a2-93e2-e10aed61c8d0 2018-12-29 04:45:51,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0865910053253s 2018-12-29 04:45:51,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 04:45:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}}' 2018-12-29 04:45:51,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bd59c99-bccc-4b8d-a9ed-23b5b4c69cc8 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556"}, "enabled": true, "id": "a8f5ef697bbd46b39f6837841dee5556", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}} 2018-12-29 04:45:51,372 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5bd59c99-bccc-4b8d-a9ed-23b5b4c69cc8 2018-12-29 04:45:51,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112880945206s 2018-12-29 04:45:51,372 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5bd59c99-bccc-4b8d-a9ed-23b5b4c69cc8 2018-12-29 04:45:51,373 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'id': u'a8f5ef697bbd46b39f6837841dee5556', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-29 04:45:51,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 04:45:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350492954254s 2018-12-29 04:45:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df88c21-3d02-4b21-a50d-979e355779a0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}} 2018-12-29 04:45:51,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e used request id req-1df88c21-3d02-4b21-a50d-979e355779a0 2018-12-29 04:45:51,813 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b81f444b08b94313829e0a301135612e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148'}) 2018-12-29 04:45:51,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:51,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f862d7e1-cb2c-4ef7-a699-4a61acb835a1 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:51,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f862d7e1-cb2c-4ef7-a699-4a61acb835a1 2018-12-29 04:45:51,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081328868866s 2018-12-29 04:45:51,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:51,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c0561b-b117-406f-ba07-37af9ea9bd29 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:51,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-68c0561b-b117-406f-ba07-37af9ea9bd29 2018-12-29 04:45:51,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813970565796s 2018-12-29 04:45:51,979 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 04:45:51,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 04:45:51,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"role": {"name": "Member"}}' 2018-12-29 04:45:52,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:45:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ffde557-8232-4f3b-aa24-9a934a445f88 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}} 2018-12-29 04:45:52,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-4ffde557-8232-4f3b-aa24-9a934a445f88 2018-12-29 04:45:52,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104806900024s 2018-12-29 04:45:52,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9150e88-d251-4753-bfb2-01284f633ab7 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "domain_id": null, "name": "Member", "id": "46e24523da00411fbaa43ab30745e01f"}} 2018-12-29 04:45:52,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f used request id req-b9150e88-d251-4753-bfb2-01284f633ab7 2018-12-29 04:45:52,164 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f'}, 'domain_id': None, 'human_id': None, 'id': u'46e24523da00411fbaa43ab30745e01f', 'HUMAN_ID': False}) 2018-12-29 04:45:52,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:52,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc098fc-f38b-4d60-b748-73a375ecdfb3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:52,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1cc098fc-f38b-4d60-b748-73a375ecdfb3 2018-12-29 04:45:52,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822908878326s 2018-12-29 04:45:52,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:45:52,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32f34af-9f6c-4390-a6c5-66a8bba5bb00 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:45:52,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d32f34af-9f6c-4390-a6c5-66a8bba5bb00 2018-12-29 04:45:52,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0800750255585s 2018-12-29 04:45:52,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:45:52,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1093b2b-7267-4032-ae05-2384dc4396ba Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "domain_id": "default", "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:45:52,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a1093b2b-7267-4032-ae05-2384dc4396ba 2018-12-29 04:45:52,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146512985229s 2018-12-29 04:45:52,476 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a1093b2b-7267-4032-ae05-2384dc4396ba 2018-12-29 04:45:52,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:45:52,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21560df-8eb9-4f23-9a90-d3909f7f740c Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556"}, "enabled": true, "id": "a8f5ef697bbd46b39f6837841dee5556", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}]} 2018-12-29 04:45:52,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f21560df-8eb9-4f23-9a90-d3909f7f740c 2018-12-29 04:45:52,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812010765076s 2018-12-29 04:45:52,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f21560df-8eb9-4f23-9a90-d3909f7f740c 2018-12-29 04:45:52,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:45:52,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=46e24523da00411fbaa43ab30745e01f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385c1c6e-a96c-4158-ab94-5987d140e5af Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=46e24523da00411fbaa43ab30745e01f", "previous": null, "next": null}} 2018-12-29 04:45:52,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=46e24523da00411fbaa43ab30745e01f used request id req-385c1c6e-a96c-4158-ab94-5987d140e5af 2018-12-29 04:45:52,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0842809677124s 2018-12-29 04:45:52,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:45:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556/users/b81f444b08b94313829e0a301135612e/roles/46e24523da00411fbaa43ab30745e01f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5825e34-c0b3-4d07-a8ae-230cc7782f1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:52,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556/users/b81f444b08b94313829e0a301135612e/roles/46e24523da00411fbaa43ab30745e01f used request id req-a5825e34-c0b3-4d07-a8ae-230cc7782f1b 2018-12-29 04:45:52,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.195977926254s 2018-12-29 04:45:52,848 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 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': 'bfa70c1f-12db-4fde-8cd0-d1da5d8c191a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'project_id': u'a8f5ef697bbd46b39f6837841dee5556', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 04:45:52,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:45:52,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:45:52,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:45:52,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:45:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:45:52,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:45:52,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:45:52,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:45:52,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:45:52,853 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'password': 'bfa70c1f-12db-4fde-8cd0-d1da5d8c191a', 'project_name': 'refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'a8f5ef697bbd46b39f6837841dee5556', 'project_domain_name': 'Default'} 2018-12-29 04:45:52,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:52,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:52,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d62be441-21a4-49e0-bb75-216e373ab540 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:52,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d62be441-21a4-49e0-bb75-216e373ab540 2018-12-29 04:45:52,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827329158783s 2018-12-29 04:45:52,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a9018eb-4464-4a87-9972-364462df47b3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:53,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4a9018eb-4464-4a87-9972-364462df47b3 2018-12-29 04:45:53,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075257062912s 2018-12-29 04:45:53,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:45:53,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da200864-805b-4b4f-bbd3-dc792d2b0abc Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:45:53,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-da200864-805b-4b4f-bbd3-dc792d2b0abc 2018-12-29 04:45:53,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0888609886169s 2018-12-29 04:45:53,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:45:53,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56aab9b-49f5-4291-876a-30fdbab0d93a Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "domain_id": "default", "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:45:53,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d56aab9b-49f5-4291-876a-30fdbab0d93a 2018-12-29 04:45:53,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0993840694427s 2018-12-29 04:45:53,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d56aab9b-49f5-4291-876a-30fdbab0d93a 2018-12-29 04:45:53,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:45:53,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782a5782-f646-4a26-9fb0-4df824ce4504 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556"}, "enabled": true, "id": "a8f5ef697bbd46b39f6837841dee5556", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}]} 2018-12-29 04:45:53,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-782a5782-f646-4a26-9fb0-4df824ce4504 2018-12-29 04:45:53,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.069274187088s 2018-12-29 04:45:53,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-782a5782-f646-4a26-9fb0-4df824ce4504 2018-12-29 04:45:53,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:45:53,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de7e519-92fa-4d8c-b607-6fdfbaf96a97 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 04:45:53,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&scope.project.id=a8f5ef697bbd46b39f6837841dee5556&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-3de7e519-92fa-4d8c-b607-6fdfbaf96a97 2018-12-29 04:45:53,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0870640277863s 2018-12-29 04:45:53,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:45:53,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556/users/b81f444b08b94313829e0a301135612e/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1255e73b-afe4-4ff6-bb91-c60f2a11c794 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:53,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556/users/b81f444b08b94313829e0a301135612e/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-1255e73b-afe4-4ff6-bb91-c60f2a11c794 2018-12-29 04:45:53,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124618053436s 2018-12-29 04:45:53,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:45:53,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-797f7208-0c52-460b-b0cf-e6e4f1161bf8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:45:53,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-797f7208-0c52-460b-b0cf-e6e4f1161bf8 2018-12-29 04:45:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752620697021s 2018-12-29 04:45:53,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:45:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3869b3f4-129e-4ee0-aca7-b32bd7334e93 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:45:53,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3869b3f4-129e-4ee0-aca7-b32bd7334e93 2018-12-29 04:45:53,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0811698436737s 2018-12-29 04:45:53,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:45:53,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393df983-bff9-456c-b10b-25cfd9dfa818 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "domain_id": "default", "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:45:53,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-393df983-bff9-456c-b10b-25cfd9dfa818 2018-12-29 04:45:53,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.182760953903s 2018-12-29 04:45:53,836 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-393df983-bff9-456c-b10b-25cfd9dfa818 2018-12-29 04:45:53,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:45:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:53,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ecae4da-f9cf-4ab7-b521-faf5432a0c43 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default", "previous": null, "next": null}} 2018-12-29 04:45:53,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b81f444b08b94313829e0a301135612e&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default used request id req-2ecae4da-f9cf-4ab7-b521-faf5432a0c43 2018-12-29 04:45:53,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783541202545s 2018-12-29 04:45:53,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:45:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/b81f444b08b94313829e0a301135612e/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:45:54,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:45:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7e71c95-468e-4a8c-a952-9df2ac835ab5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:45:54,038 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/b81f444b08b94313829e0a301135612e/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-c7e71c95-468e-4a8c-a952-9df2ac835ab5 2018-12-29 04:45:54,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11826300621s 2018-12-29 04:45:54,039 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 04:45:56,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-29 04:45:56.136 11196 INFO rally.deployment.engine [-] Deployment af4e07e6-19a7-48c3-88eb-b7bbe899b7bb | Starting: Destroy cloud and free allocated resources. 2018-12-29 04:45:56.214 11196 INFO rally.deployment.engine [-] Deployment af4e07e6-19a7-48c3-88eb-b7bbe899b7bb | Completed: Destroy cloud and free allocated resources. 2018-12-29 04:45:56.237 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e). 2018-12-29 04:45:56.241 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-29 04:45:58,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 04:45:58.550 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f605b3c5-f856-4a61-be0f-b83376d8983e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f605b3c5-f856-4a61-be0f-b83376d8983e | 2018-12-29T04:45:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f605b3c5-f856-4a61-be0f-b83376d8983e ~/.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-12-29 04:46:02,089 - 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-12-29 04:46:02,089 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 04:46:04,350 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-29 04:46:04.088 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=dcee79ab-3fd0-4bb6-a350-8baaad81b64e). 2018-12-29 04:46:04.208 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-29 04:46:07,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 04:46:06.344 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 04:46:06.502 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 04:46:07.669 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096) as the default verifier for the future CLI operations. 2018-12-29 04:46:10,867 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-12-29 04:46:10,868 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 04:46:11,000 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 04:46:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:46:11,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f2f619-496f-4673-b1f1-56c1811faa33 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:46:11,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25f2f619-496f-4673-b1f1-56c1811faa33 2018-12-29 04:46:11,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:46:11,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "46e24523da00411fbaa43ab30745e01f", "name": "Member"}], "expires_at": "2018-12-29T05:46:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a8f5ef697bbd46b39f6837841dee5556", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a8f5ef697bbd46b39f6837841dee5556", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/a8f5ef697bbd46b39f6837841dee5556", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/a8f5ef697bbd46b39f6837841dee5556", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/a8f5ef697bbd46b39f6837841dee5556", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/a8f5ef697bbd46b39f6837841dee5556", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/a8f5ef697bbd46b39f6837841dee5556", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/a8f5ef697bbd46b39f6837841dee5556", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "id": "b81f444b08b94313829e0a301135612e"}, "audit_ids": ["WMhTwBnISYeylQv6_zZ7BA"], "issued_at": "2018-12-29T04:46:11.000000Z"}} 2018-12-29 04:46:11,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:11,395 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 04:46:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 04:46:11,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:46:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:11,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9f2e58d5-959e-4164-9b66-2bfffd7cb489 Date: Sat, 29 Dec 2018 04:46:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:46:11,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9f2e58d5-959e-4164-9b66-2bfffd7cb489 2018-12-29 04:46:11,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.565158128738s 2018-12-29 04:46:11,964 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9f2e58d5-959e-4164-9b66-2bfffd7cb489 2018-12-29 04:46:11,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:46:11,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}' 2018-12-29 04:46:12,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897 X-Openstack-Request-Id: req-3e2664d0-9b2d-44ae-a959-42fe1aa400fc Date: Sat, 29 Dec 2018 04:46:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "1d4b007c-b196-4ae8-acfb-d52efa80a897", "size": null, "self": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": null, "created_at": "2018-12-29T04:46:12Z", "protected": false} 2018-12-29 04:46:12,560 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3e2664d0-9b2d-44ae-a959-42fe1aa400fc 2018-12-29 04:46:12,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.594007968903s 2018-12-29 04:46:12,561 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3e2664d0-9b2d-44ae-a959-42fe1aa400fc returning object 1d4b007c-b196-4ae8-acfb-d52efa80a897 2018-12-29 04:46:12,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:46:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/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}07b433af7791a6e3a53a34ec557040a31d44e0c7" -d '' 2018-12-29 04:46:14,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc7d1a10-f243-4994-b435-520bbc5df08e Date: Sat, 29 Dec 2018 04:46:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:46:14,002 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file used request id req-cc7d1a10-f243-4994-b435-520bbc5df08e 2018-12-29 04:46:14,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44022083282s 2018-12-29 04:46:14,002 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file used request id req-cc7d1a10-f243-4994-b435-520bbc5df08e 2018-12-29 04:46:14,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:46:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:14,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-f98883ac-c642-418d-a26c-19f04e592a05 Date: Sat, 29 Dec 2018 04:46:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "metadata": {}}], "file": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "1d4b007c-b196-4ae8-acfb-d52efa80a897", "size": 12716032, "self": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:46:14,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f98883ac-c642-418d-a26c-19f04e592a05 2018-12-29 04:46:14,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167011976242s 2018-12-29 04:46:14,170 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f98883ac-c642-418d-a26c-19f04e592a05 2018-12-29 04:46:14,172 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file', 'owner': u'a8f5ef697bbd46b39f6837841dee5556', 'id': u'1d4b007c-b196-4ae8-acfb-d52efa80a897', 'size': 12716032, u'self': u'/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a8f5ef697bbd46b39f6837841dee5556', 'name': 'refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:46:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:46:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'created': u'2018-12-29T04:46:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:46:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:46:14,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:46:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:46:14,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46: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-d6ced8d1-b01e-40fc-8389-8523d384dbe8 x-compute-request-id: req-d6ced8d1-b01e-40fc-8389-8523d384dbe8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e88e5b8e-e547-44fb-a3e5-ff297a519716", "name": "refstack_defcore-flavor_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:46:14,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d6ced8d1-b01e-40fc-8389-8523d384dbe8 2018-12-29 04:46:14,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.19882106781s 2018-12-29 04:46:14,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d6ced8d1-b01e-40fc-8389-8523d384dbe8 returning object e88e5b8e-e547-44fb-a3e5-ff297a519716 2018-12-29 04:46:14,373 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'e88e5b8e-e547-44fb-a3e5-ff297a519716', 'swap': 0}) 2018-12-29 04:46:14,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:46:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716/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}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"extra_specs": {}}' 2018-12-29 04:46:14,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46: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-c2943012-cc34-4a19-8e3d-ee54b4ab1521 x-compute-request-id: req-c2943012-cc34-4a19-8e3d-ee54b4ab1521 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:46:14,395 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716/os-extra_specs used request id req-c2943012-cc34-4a19-8e3d-ee54b4ab1521 2018-12-29 04:46:14,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211451053619s 2018-12-29 04:46:14,396 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716/os-extra_specs used request id req-c2943012-cc34-4a19-8e3d-ee54b4ab1521 2018-12-29 04:46:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:46:14,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:14,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:46: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:46:14,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:14,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4889fbd-189d-4b68-9e4e-58b2990871d1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:46:14,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b4889fbd-189d-4b68-9e4e-58b2990871d1 2018-12-29 04:46:14,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0945971012115s 2018-12-29 04:46:14,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 04:46:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:14,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46: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-89e3213c-63a8-450f-aa91-8ebd364329fe x-compute-request-id: req-89e3213c-63a8-450f-aa91-8ebd364329fe Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 04:46:14,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-89e3213c-63a8-450f-aa91-8ebd364329fe 2018-12-29 04:46:14,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193165063858s 2018-12-29 04:46:14,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-89e3213c-63a8-450f-aa91-8ebd364329fe 2018-12-29 04:46:14,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:46:14,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:14,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a46e14ec-ee03-4382-b8c8-08f1230fa4c9 Date: Sat, 29 Dec 2018 04:46:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "metadata": {}}], "file": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "1d4b007c-b196-4ae8-acfb-d52efa80a897", "size": 12716032, "self": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:46:14,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a46e14ec-ee03-4382-b8c8-08f1230fa4c9 2018-12-29 04:46:14,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167316913605s 2018-12-29 04:46:14,858 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a46e14ec-ee03-4382-b8c8-08f1230fa4c9 2018-12-29 04:46:14,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:46:14,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}' 2018-12-29 04:46:15,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc X-Openstack-Request-Id: req-3f5e5a28-6ee4-42d5-8bbc-0dbe6b6faf0e Date: Sat, 29 Dec 2018 04:46:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "37d23028-c17b-41cd-ae7e-52ec7c4138bc", "size": null, "self": "/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:15Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": null, "created_at": "2018-12-29T04:46:15Z", "protected": false} 2018-12-29 04:46:15,434 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3f5e5a28-6ee4-42d5-8bbc-0dbe6b6faf0e 2018-12-29 04:46:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.573646068573s 2018-12-29 04:46:15,434 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3f5e5a28-6ee4-42d5-8bbc-0dbe6b6faf0e returning object 37d23028-c17b-41cd-ae7e-52ec7c4138bc 2018-12-29 04:46:15,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:46:15,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/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}07b433af7791a6e3a53a34ec557040a31d44e0c7" -d '' 2018-12-29 04:46:17,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e162fd6-e9fb-47bd-8eda-4e0766b90fcb Date: Sat, 29 Dec 2018 04:46:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:46:17,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/file used request id req-3e162fd6-e9fb-47bd-8eda-4e0766b90fcb 2018-12-29 04:46:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.70946407318s 2018-12-29 04:46:17,145 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/file used request id req-3e162fd6-e9fb-47bd-8eda-4e0766b90fcb 2018-12-29 04:46:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:46:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:46:17,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-02b7cbd4-6ee2-402d-b672-536cda427667 Date: Sat, 29 Dec 2018 04:46:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/snap", "metadata": {}}], "file": "/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "37d23028-c17b-41cd-ae7e-52ec7c4138bc", "size": 12716032, "self": "/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:17Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:46:15Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "metadata": {}}], "file": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "1d4b007c-b196-4ae8-acfb-d52efa80a897", "size": 12716032, "self": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:46:17,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-02b7cbd4-6ee2-402d-b672-536cda427667 2018-12-29 04:46:17,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0226891040802s 2018-12-29 04:46:17,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-02b7cbd4-6ee2-402d-b672-536cda427667 2018-12-29 04:46:17,171 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/file', 'owner': u'a8f5ef697bbd46b39f6837841dee5556', 'id': u'37d23028-c17b-41cd-ae7e-52ec7c4138bc', 'size': 12716032, u'self': u'/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a8f5ef697bbd46b39f6837841dee5556', 'name': 'refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:46:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:46:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', 'created': u'2018-12-29T04:46:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:46:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:46:17,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:46:17,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:46:17,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e5a493f-5eb3-47fa-a368-a5dbec5d59ea x-compute-request-id: req-8e5a493f-5eb3-47fa-a368-a5dbec5d59ea Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fefecba9-13c0-4791-af5d-b9b9d56d4c02", "name": "refstack_defcore-flavor_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:46:17,250 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8e5a493f-5eb3-47fa-a368-a5dbec5d59ea 2018-12-29 04:46:17,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0783820152283s 2018-12-29 04:46:17,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8e5a493f-5eb3-47fa-a368-a5dbec5d59ea returning object fefecba9-13c0-4791-af5d-b9b9d56d4c02 2018-12-29 04:46:17,251 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'fefecba9-13c0-4791-af5d-b9b9d56d4c02', 'swap': 0}) 2018-12-29 04:46:17,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:46:17,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02/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}95cbff647b0b99571260f77de2d05230c3314dff" -d '{"extra_specs": {}}' 2018-12-29 04:46:17,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:46:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a7ce859-8536-47cc-bc74-5c60f96fc966 x-compute-request-id: req-9a7ce859-8536-47cc-bc74-5c60f96fc966 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:46:17,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02/os-extra_specs used request id req-9a7ce859-8536-47cc-bc74-5c60f96fc966 2018-12-29 04:46:17,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020485162735s 2018-12-29 04:46:17,273 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02/os-extra_specs used request id req-9a7ce859-8536-47cc-bc74-5c60f96fc966 2018-12-29 04:46:17,273 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'fefecba9-13c0-4791-af5d-b9b9d56d4c02', 'swap': 0}) 2018-12-29 04:46:20,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 04:46:19.350 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096) for deployment 'opnfv-rally' (UUID=f605b3c5-f856-4a61-be0f-b83376d8983e). 2018-12-29 04:46:20.204 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 04:46:20.206 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096) has been successfully configured for deployment 'opnfv-rally' (UUID=f605b3c5-f856-4a61-be0f-b83376d8983e)! 2018-12-29 04:46:20,427 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-29 04:46:20,427 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-29 04:46:20,429 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-12-29 04:46:25,484 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-12-29 04:46:25,485 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-12-29 04:46:25,486 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-12-29 04:46:25,487 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-12-29 04:46:25,488 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-12-29 04:46:25,489 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-12-29 04:46:25,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-29 04:46:25,516 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-29 04:46:25,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-12-29 04:46:28,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:28.884 11239 INFO rally.api [-] Starting verification (UUID=22ccebb4-a0e7-4707-9d4a-42d4cb00793e) for deployment 'opnfv-rally' (UUID=f605b3c5-f856-4a61-be0f-b83376d8983e) by verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096). 2018-12-29 04:46:28,887 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 22ccebb4-a0e7-4707-9d4a-42d4cb00793e 2018-12-29 04:46:35,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:35.442 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.208s] 2018-12-29 04:46:35,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:35.505 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-12-29 04:46:37,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:37.185 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.837s] 2018-12-29 04:46:41,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:41.780 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.226s] 2018-12-29 04:46:48,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:48.126 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.909s] 2018-12-29 04:46:54,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:54.219 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.030s] 2018-12-29 04:46:58,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.043 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.060s] 2018-12-29 04:46:58,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.055 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-12-29 04:46:58,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.191 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.135s] 2018-12-29 04:46:58,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.206 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-12-29 04:46:58,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.217 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-12-29 04:46:58,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.257 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-12-29 04:46:58,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.320 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-12-29 04:46:58,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.381 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-12-29 04:46:58,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.531 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.150s] 2018-12-29 04:46:58,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.551 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-12-29 04:46:58,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.622 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-12-29 04:46:58,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:46:58.704 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-12-29 04:47:02,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:02.504 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.798s] 2018-12-29 04:47:06,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:06.374 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-12-29 04:47:10,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:10.258 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-12-29 04:47:10,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:10.336 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-12-29 04:47:10,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:10.424 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.088s] 2018-12-29 04:47:14,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:14.122 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [19.899s] 2018-12-29 04:47:14,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:14.357 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.014s] 2018-12-29 04:47:14,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:14.484 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.552s] 2018-12-29 04:47:15,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:15.073 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.588s] 2018-12-29 04:47:15,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:15.424 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.072s] 2018-12-29 04:47:15,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:15.831 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.756s] 2018-12-29 04:47:15,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:15.979 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.148s] 2018-12-29 04:47:16,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:16.162 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.182s] 2018-12-29 04:47:25,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:25.461 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.341s] 2018-12-29 04:47:28,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:28.777 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.492s] 2018-12-29 04:47:30,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:30.462 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.554s] 2018-12-29 04:47:31,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:31.136 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.673s] 2018-12-29 04:47:31,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:31.493 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.357s] 2018-12-29 04:47:32,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:32.516 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.022s] 2018-12-29 04:47:33,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.018 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.502s] 2018-12-29 04:47:33,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.091 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-12-29 04:47:33,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.170 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.078s] 2018-12-29 04:47:33,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.247 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2018-12-29 04:47:33,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.359 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.112s] 2018-12-29 04:47:33,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.432 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-12-29 04:47:33,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:33.577 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.144s] 2018-12-29 04:47:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:36.149 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.371s] 2018-12-29 04:47:41,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:41.009 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.859s] 2018-12-29 04:47:47,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:47.149 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.139s] 2018-12-29 04:47:50,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:50.652 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.502s] 2018-12-29 04:47:54,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:54.409 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.757s] 2018-12-29 04:47:59,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:47:59.431 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.021s] 2018-12-29 04:48:07,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:07.625 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.192s] 2018-12-29 04:48:12,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:12.151 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.525s] 2018-12-29 04:48:12,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:12.435 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.284s] 2018-12-29 04:48:12,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:12.688 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.253s] 2018-12-29 04:48:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:12.753 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2018-12-29 04:48:12,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:12.929 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.176s] 2018-12-29 04:48:13,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:13.063 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.133s] 2018-12-29 04:48:13,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:13.301 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.237s] 2018-12-29 04:48:13,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:13.350 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-12-29 04:48:13,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:13.414 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.063s] 2018-12-29 04:48:19,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:19.634 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.219s] 2018-12-29 04:48:28,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:28.057 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.153s] 2018-12-29 04:48:30,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:30.088 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.029s] 2018-12-29 04:48:31,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:31.182 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.093s] 2018-12-29 04:48:32,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:32.124 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.941s] 2018-12-29 04:48:33,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:33.690 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.563s] 2018-12-29 04:48:34,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:34.903 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [16.419s] 2018-12-29 04:48:35,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:35.436 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [69.956s] 2018-12-29 04:48:35,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:35.887 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.195s] 2018-12-29 04:48:36,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:36.852 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.965s] 2018-12-29 04:48:36,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:36.968 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.117s] 2018-12-29 04:48:36,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:36.990 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-12-29 04:48:37,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:37.008 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-12-29 04:48:37,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:37.046 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.038s] 2018-12-29 04:48:40,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:40.002 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.326s] 2018-12-29 04:48:40,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:40.359 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.357s] 2018-12-29 04:48:44,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:44.774 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.406s] 2018-12-29 04:48:46,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:46.115 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.341s] 2018-12-29 04:48:58,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:48:58.886 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.321s] 2018-12-29 04:49:06,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:49:06.142 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.255s] 2018-12-29 04:50:43,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:50:43.880 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [128.975s] 2018-12-29 04:50:52,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:50:52.993 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.190s] 2018-12-29 04:50:53,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:50:53.054 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-12-29 04:50:53,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:50:53.553 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.498s] 2018-12-29 04:51:09,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:09.591 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.706s] 2018-12-29 04:51:26,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:26.207 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.615s] 2018-12-29 04:51:50,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:50.448 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.884s] 2018-12-29 04:51:51,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:51.197 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.748s] 2018-12-29 04:51:51,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:51.935 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.736s] 2018-12-29 04:51:53,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:53.152 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.216s] 2018-12-29 04:51:53,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:53.905 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.752s] 2018-12-29 04:51:54,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:54.964 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.058s] 2018-12-29 04:51:55,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:55.725 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.761s] 2018-12-29 04:51:56,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:56.244 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.518s] 2018-12-29 04:51:57,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:57.076 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.830s] 2018-12-29 04:51:58,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:58.187 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.110s] 2018-12-29 04:51:58,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:58.701 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.514s] 2018-12-29 04:51:59,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:51:59.644 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.942s] 2018-12-29 04:52:00,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:00.013 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.369s] 2018-12-29 04:52:00,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:00.612 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.598s] 2018-12-29 04:52:00,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:00.999 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.386s] 2018-12-29 04:52:01,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:01.241 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.241s] 2018-12-29 04:52:01,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:01.656 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.415s] 2018-12-29 04:52:02,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:02.032 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.375s] 2018-12-29 04:52:08,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:08.450 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.681s] 2018-12-29 04:52:11,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:11.187 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [202.793s] 2018-12-29 04:52:17,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:17.521 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.893s] 2018-12-29 04:52:22,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:22.307 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.786s] 2018-12-29 04:52:24,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:24.710 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.401s] 2018-12-29 04:52:24,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:24.915 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2018-12-29 04:52:25,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:25.042 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.127s] 2018-12-29 04:52:25,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:25.124 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.082s] 2018-12-29 04:52:25,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:25.171 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-12-29 04:52:32,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:32.136 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.539s] 2018-12-29 04:52:43,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:43.130 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.933s] 2018-12-29 04:52:43,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:43.221 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.434s] 2018-12-29 04:52:51,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:51.555 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.331s] 2018-12-29 04:52:55,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:52:55.377 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.317s] 2018-12-29 04:53:03,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:03.712 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.155s] 2018-12-29 04:53:09,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:09.921 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-12-29 04:53:10,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:10.070 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.149s] 2018-12-29 04:53:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:10.262 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.192s] 2018-12-29 04:53:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:10.292 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.030s] 2018-12-29 04:53:10,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:10.550 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.257s] 2018-12-29 04:53:10,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:10.739 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.188s] 2018-12-29 04:53:11,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:11.189 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.450s] 2018-12-29 04:53:11,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:11.317 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.127s] 2018-12-29 04:53:11,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:11.360 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-12-29 04:53:11,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:11.404 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.044s] 2018-12-29 04:53:22,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:22.612 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.591s] 2018-12-29 04:53:22,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:22.781 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.169s] 2018-12-29 04:53:27,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:27.607 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.323s] 2018-12-29 04:53:36,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:36.784 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.743s] 2018-12-29 04:53:37,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:37.581 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.797s] 2018-12-29 04:53:49,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:49.221 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-12-29 04:53:49,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:49.411 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.190s] 2018-12-29 04:53:49,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:49.459 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-12-29 04:53:49,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:49.857 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.397s] 2018-12-29 04:53:50,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.109 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.251s] 2018-12-29 04:53:50,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.474 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.364s] 2018-12-29 04:53:50,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.512 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-12-29 04:53:50,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.559 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-12-29 04:53:50,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.612 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-12-29 04:53:50,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.662 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-12-29 04:53:50,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.705 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-12-29 04:53:50,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:50.936 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.229s] 2018-12-29 04:53:51,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:51.175 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.238s] 2018-12-29 04:53:51,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:51.226 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-12-29 04:53:51,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:51.279 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-12-29 04:53:57,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:57.869 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.154s] 2018-12-29 04:53:58,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.045 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.175s] 2018-12-29 04:53:58,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.234 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-12-29 04:53:58,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.408 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.174s] 2018-12-29 04:53:58,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.574 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.166s] 2018-12-29 04:53:58,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.735 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.160s] 2018-12-29 04:53:58,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.776 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.041s] 2018-12-29 04:53:58,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:58.812 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.035s] 2018-12-29 04:53:59,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.046 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.233s] 2018-12-29 04:53:59,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.231 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.184s] 2018-12-29 04:53:59,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.393 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.161s] 2018-12-29 04:53:59,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.590 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.197s] 2018-12-29 04:53:59,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.646 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.055s] 2018-12-29 04:53:59,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.915 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.268s] 2018-12-29 04:53:59,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.953 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-12-29 04:53:59,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.962 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-12-29 04:53:59,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:53:59.997 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-12-29 04:54:00,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:00.030 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-12-29 04:54:00,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:00.352 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.321s] 2018-12-29 04:54:00,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:00.385 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-12-29 04:54:00,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:00.961 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.396s] 2018-12-29 04:54:00,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:00.962 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-12-29 04:54:39,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:39.183 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.352s] 2018-12-29 04:54:39,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:39.252 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-12-29 04:54:39,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:39.487 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.234s] 2018-12-29 04:54:39,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:39.620 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.132s] 2018-12-29 04:54:39,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:39.622 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-12-29 04:54:59,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:54:59.684 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.382s] 2018-12-29 04:55:00,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:00.074 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.389s] 2018-12-29 04:55:00,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:00.301 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.226s] 2018-12-29 04:55:00,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:00.774 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.472s] 2018-12-29 04:55:01,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:01.295 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.521s] 2018-12-29 04:55:01,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:01.678 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.382s] 2018-12-29 04:55:07,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:07.757 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.741s] 2018-12-29 04:55:09,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:09.444 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.687s] 2018-12-29 04:55:16,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:16.798 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.671s] 2018-12-29 04:55:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:18.208 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.410s] 2018-12-29 04:55:21,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:21.851 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.638s] 2018-12-29 04:55:23,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:23.260 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.412s] 2018-12-29 04:55:24,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:24.786 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.523s] 2018-12-29 04:55:25,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:25.555 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.769s] 2018-12-29 04:55:27,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:27.363 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.805s] 2018-12-29 04:55:27,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:27.550 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.189s] 2018-12-29 04:55:31,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:31.015 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2018-12-29 04:55:37,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:37.405 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.659s] 2018-12-29 04:55:38,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:55:38.227 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.821s] 2018-12-29 04:56:10,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:56:10.969 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.736s] 2018-12-29 04:56:23,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:56:23.914 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.212s] 2018-12-29 04:56:24,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:56:24.140 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.226s] 2018-12-29 04:56:34,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:56:34.006 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-12-29 04:56:34,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:56:34.189 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.183s] 2018-12-29 04:56:37,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 22ccebb4-a0e7-4707-9d4a-42d4cb00793e 2018-12-29 04:56:37,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '22ccebb4-a0e7-4707-9d4a-42d4cb00793e']'. 2018-12-29 04:56:38,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 04:56:38,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 04:56:38,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:56:38,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 22ccebb4-a0e7-4707-9d4a-42d4cb00793e | 2018-12-29 04:56:38,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-29 04:56:38,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 04:46:27 | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 04:56:36 | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:09 | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7762c0d4-1dee-4583-8b11-95990adf5096) | 2018-12-29 04:56:38,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f605b3c5-f856-4a61-be0f-b83376d8983e) | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 600.945 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 197 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 04:56:38,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-12-29 04:56:38,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:56:38,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 04:56:38,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 04:56:38,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.5% 2018-12-29 04:56:38,604 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 04:56:38,605 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 10:28 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-12-29 04:56:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:56:38,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:56:40,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0343b004-5349-4e9a-8726-d358700d9f3a Date: Sat, 29 Dec 2018 04:56:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:56:40,506 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc used request id req-0343b004-5349-4e9a-8726-d358700d9f3a 2018-12-29 04:56:40,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89519095421s 2018-12-29 04:56:40,507 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/37d23028-c17b-41cd-ae7e-52ec7c4138bc used request id req-0343b004-5349-4e9a-8726-d358700d9f3a 2018-12-29 04:56:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:56:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:40,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56: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-5c0cfb7d-a300-4ad6-a51f-d6c98dd0ee32 x-compute-request-id: req-5c0cfb7d-a300-4ad6-a51f-d6c98dd0ee32 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e88e5b8e-e547-44fb-a3e5-ff297a519716", "name": "refstack_defcore-flavor_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fefecba9-13c0-4791-af5d-b9b9d56d4c02", "name": "refstack_defcore-flavor_alt_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:56:40,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5c0cfb7d-a300-4ad6-a51f-d6c98dd0ee32 2018-12-29 04:56:40,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.35382604599s 2018-12-29 04:56:40,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5c0cfb7d-a300-4ad6-a51f-d6c98dd0ee32 2018-12-29 04:56:40,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:56:40,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:40,903 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:56: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-b346c7c3-22e9-4cce-9ad9-c135b126d660 x-compute-request-id: req-b346c7c3-22e9-4cce-9ad9-c135b126d660 Content-Length: 0 Content-Type: application/json 2018-12-29 04:56:40,903 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02 used request id req-b346c7c3-22e9-4cce-9ad9-c135b126d660 2018-12-29 04:56:40,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390040874481s 2018-12-29 04:56:40,903 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/fefecba9-13c0-4791-af5d-b9b9d56d4c02 used request id req-b346c7c3-22e9-4cce-9ad9-c135b126d660 2018-12-29 04:56:40,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:56:40,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:56:41,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-d323b8ef-052f-4bb8-9e87-492632e0c12e Date: Sat, 29 Dec 2018 04:56:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "metadata": {}}], "file": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/file", "owner": "a8f5ef697bbd46b39f6837841dee5556", "id": "1d4b007c-b196-4ae8-acfb-d52efa80a897", "size": 12716032, "self": "/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1d4b007c-b196-4ae8-acfb-d52efa80a897/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:46:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:46:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:56:41,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d323b8ef-052f-4bb8-9e87-492632e0c12e 2018-12-29 04:56:41,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178755998611s 2018-12-29 04:56:41,083 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d323b8ef-052f-4bb8-9e87-492632e0c12e 2018-12-29 04:56:41,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:56:41,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07b433af7791a6e3a53a34ec557040a31d44e0c7" 2018-12-29 04:56:42,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac6d92d8-27d2-4a27-93a6-74be6e384591 Date: Sat, 29 Dec 2018 04:56:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:56:42,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897 used request id req-ac6d92d8-27d2-4a27-93a6-74be6e384591 2018-12-29 04:56:42,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63090109825s 2018-12-29 04:56:42,716 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1d4b007c-b196-4ae8-acfb-d52efa80a897 used request id req-ac6d92d8-27d2-4a27-93a6-74be6e384591 2018-12-29 04:56:42,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:56:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:42,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-971f0635-71c7-4b07-a783-3c502a3e0577 x-compute-request-id: req-971f0635-71c7-4b07-a783-3c502a3e0577 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e88e5b8e-e547-44fb-a3e5-ff297a519716", "name": "refstack_defcore-flavor_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:56:42,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-971f0635-71c7-4b07-a783-3c502a3e0577 2018-12-29 04:56:42,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0301620960236s 2018-12-29 04:56:42,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-971f0635-71c7-4b07-a783-3c502a3e0577 2018-12-29 04:56:42,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:56:42,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:42,789 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e019f33d-52a1-4b6e-a36d-beb8dc17f9ab x-compute-request-id: req-e019f33d-52a1-4b6e-a36d-beb8dc17f9ab Content-Length: 0 Content-Type: application/json 2018-12-29 04:56:42,789 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716 used request id req-e019f33d-52a1-4b6e-a36d-beb8dc17f9ab 2018-12-29 04:56:42,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0396978855133s 2018-12-29 04:56:42,789 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e88e5b8e-e547-44fb-a3e5-ff297a519716 used request id req-e019f33d-52a1-4b6e-a36d-beb8dc17f9ab 2018-12-29 04:56:42,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:56:42,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:42,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec6f6bc-459b-44d3-8942-69d1640923c7 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148", "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "domain_id": "default", "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:56:42,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9ec6f6bc-459b-44d3-8942-69d1640923c7 2018-12-29 04:56:42,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0993061065674s 2018-12-29 04:56:42,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9ec6f6bc-459b-44d3-8942-69d1640923c7 2018-12-29 04:56:42,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:56:42,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:42,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbf9972-40fa-4a8d-9f3c-4991e4d5ed00 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e"}, "enabled": true, "id": "b81f444b08b94313829e0a301135612e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}} 2018-12-29 04:56:42,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e used request id req-5dbf9972-40fa-4a8d-9f3c-4991e4d5ed00 2018-12-29 04:56:42,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0859439373016s 2018-12-29 04:56:42,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e used request id req-5dbf9972-40fa-4a8d-9f3c-4991e4d5ed00 2018-12-29 04:56:42,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 04:56:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ab056e2-17dc-43ca-9de2-748736c3e00e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:43,170 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e used request id req-6ab056e2-17dc-43ca-9de2-748736c3e00e 2018-12-29 04:56:43,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187763929367s 2018-12-29 04:56:43,170 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b81f444b08b94313829e0a301135612e used request id req-6ab056e2-17dc-43ca-9de2-748736c3e00e 2018-12-29 04:56:43,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:56:43,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f03ca09a-0206-4157-ba59-9623a23f2915 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556"}, "enabled": true, "id": "a8f5ef697bbd46b39f6837841dee5556", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_bb10f0d5-fe23-4c01-a8eb-0b5780c14148"}]} 2018-12-29 04:56:43,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f03ca09a-0206-4157-ba59-9623a23f2915 2018-12-29 04:56:43,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839669704437s 2018-12-29 04:56:43,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f03ca09a-0206-4157-ba59-9623a23f2915 2018-12-29 04:56:43,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 04:56:43,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c41f5d43-9b55-411e-8e74-6ed234ac5d2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:43,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556 used request id req-c41f5d43-9b55-411e-8e74-6ed234ac5d2f 2018-12-29 04:56:43,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.13044500351s 2018-12-29 04:56:43,388 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a8f5ef697bbd46b39f6837841dee5556 used request id req-c41f5d43-9b55-411e-8e74-6ed234ac5d2f 2018-12-29 04:56:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:43,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6bfe5e7-609b-4132-85d9-c25bda3e5c03 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "46e24523da00411fbaa43ab30745e01f", "links": {"self": "http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:43,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c6bfe5e7-609b-4132-85d9-c25bda3e5c03 2018-12-29 04:56:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807189941406s 2018-12-29 04:56:43,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 04:56:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75b542ff-b022-4e1b-a324-be2ecf4ceeed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:43,577 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/46e24523da00411fbaa43ab30745e01f used request id req-75b542ff-b022-4e1b-a324-be2ecf4ceeed 2018-12-29 04:56:43,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106391191483s 2018-12-29 04:56:43,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 04:56:43,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a8f5ef697bbd46b39f6837841dee5556&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95cbff647b0b99571260f77de2d05230c3314dff" 2018-12-29 04:56:43,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-613d99cb-14f0-45e2-8dcf-f14bfe9eb538 Date: Sat, 29 Dec 2018 04:56:43 GMT RESP BODY: {"security_groups": []} 2018-12-29 04:56:43,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a8f5ef697bbd46b39f6837841dee5556&name=default used request id req-613d99cb-14f0-45e2-8dcf-f14bfe9eb538 2018-12-29 04:56:43,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187557935715s 2018-12-29 04:56:43,769 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a8f5ef697bbd46b39f6837841dee5556&name=default used request id req-613d99cb-14f0-45e2-8dcf-f14bfe9eb538 2018-12-29 04:56:43,769 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-12-29 04:56:43,822 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:56:43,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:56:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:56:43,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:56:43,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:56:43,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:56:43,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:56:43,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:56:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:56:43,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048e6084-b71d-4df0-bd3a-9c4fbe5c8431 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:56:43,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-048e6084-b71d-4df0-bd3a-9c4fbe5c8431 2018-12-29 04:56:43,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:56:44,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T05:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["OEjCSC4YRTGvMLvSH4woLw"], "issued_at": "2018-12-29T04:56:44.000000Z"}} 2018-12-29 04:56:44,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 04:56:44,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:44,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7b11642e-8135-44ae-95fc-2dcebfe1c317 Date: Sat, 29 Dec 2018 04:56:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 04:56:44,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b11642e-8135-44ae-95fc-2dcebfe1c317 2018-12-29 04:56:44,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.218221902847s 2018-12-29 04:56:44,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b11642e-8135-44ae-95fc-2dcebfe1c317 2018-12-29 04:56:44,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 04:56:44,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:44,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:56: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:56:44,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:44,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c548f4a-a286-48fd-9e1c-8e97092e868f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 04:56:44,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-2c548f4a-a286-48fd-9e1c-8e97092e868f 2018-12-29 04:56:44,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0864999294281s 2018-12-29 04:56:44,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 04:56:44,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}}' 2018-12-29 04:56:44,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:56:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c11f9e8e-0565-4d81-bd52-4a985ebfe71a Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520"}, "enabled": true, "id": "36b09d59dc8641a4af570cb2b8056520", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}} 2018-12-29 04:56:44,703 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c11f9e8e-0565-4d81-bd52-4a985ebfe71a 2018-12-29 04:56:44,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109345197678s 2018-12-29 04:56:44,704 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-c11f9e8e-0565-4d81-bd52-4a985ebfe71a 2018-12-29 04:56:44,704 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f', 'id': u'36b09d59dc8641a4af570cb2b8056520', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-29 04:56:44,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 04:56:45,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.370333194733s 2018-12-29 04:56:45,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b5e979-5702-417b-a3ff-799de3da39e9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}, "domain_id": "default", "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f"}} 2018-12-29 04:56:45,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 used request id req-01b5e979-5702-417b-a3ff-799de3da39e9 2018-12-29 04:56:45,165 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bdd1cc3445044c7fbb48e0ddcca723c6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f'}) 2018-12-29 04:56:45,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86571ac6-ae47-4941-b6ac-29200bf63ebc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:45,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-86571ac6-ae47-4941-b6ac-29200bf63ebc 2018-12-29 04:56:45,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823760032654s 2018-12-29 04:56:45,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c68d2f-195c-4287-adb0-b36d381407c5 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:45,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-77c68d2f-195c-4287-adb0-b36d381407c5 2018-12-29 04:56:45,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795018672943s 2018-12-29 04:56:45,329 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 04:56:45,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 04:56:45,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"role": {"name": "Member"}}' 2018-12-29 04:56:45,422 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-806883ee-44e0-4a58-bcf8-7b031ab006d4 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}} 2018-12-29 04:56:45,422 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-806883ee-44e0-4a58-bcf8-7b031ab006d4 2018-12-29 04:56:45,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0925199985504s 2018-12-29 04:56:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f60de2-831a-49ed-92fa-542ce8e7a4f6 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "domain_id": null, "name": "Member", "id": "c2efbd5aea514bb3aed1f91c68265dd0"}} 2018-12-29 04:56:45,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0 used request id req-b0f60de2-831a-49ed-92fa-542ce8e7a4f6 2018-12-29 04:56:45,504 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0'}, 'domain_id': None, 'human_id': None, 'id': u'c2efbd5aea514bb3aed1f91c68265dd0', 'HUMAN_ID': False}) 2018-12-29 04:56:45,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:45,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17197a16-e503-4aed-982f-2abe8baa733d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:45,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-17197a16-e503-4aed-982f-2abe8baa733d 2018-12-29 04:56:45,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825519561768s 2018-12-29 04:56:45,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:56:45,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2f9d98d-e56a-4c1a-b39f-2c099ec8313b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:56:45,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-f2f9d98d-e56a-4c1a-b39f-2c099ec8313b 2018-12-29 04:56:45,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0743081569672s 2018-12-29 04:56:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:56:45,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5f1d9e-e5a9-4424-bece-88a8ce594c88 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f", "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "domain_id": "default", "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:56:45,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fe5f1d9e-e5a9-4424-bece-88a8ce594c88 2018-12-29 04:56:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099457025528s 2018-12-29 04:56:45,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fe5f1d9e-e5a9-4424-bece-88a8ce594c88 2018-12-29 04:56:45,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:56:45,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338d7b89-0790-4ee7-94be-b646f1887414 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520"}, "enabled": true, "id": "36b09d59dc8641a4af570cb2b8056520", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 04:56:45,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-338d7b89-0790-4ee7-94be-b646f1887414 2018-12-29 04:56:45,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808908939362s 2018-12-29 04:56:45,851 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-338d7b89-0790-4ee7-94be-b646f1887414 2018-12-29 04:56:45,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:56:45,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=c2efbd5aea514bb3aed1f91c68265dd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:45,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3fc648-6fc5-4ca2-a56e-599f0d7c9516 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=c2efbd5aea514bb3aed1f91c68265dd0", "previous": null, "next": null}} 2018-12-29 04:56:45,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=c2efbd5aea514bb3aed1f91c68265dd0 used request id req-ea3fc648-6fc5-4ca2-a56e-599f0d7c9516 2018-12-29 04:56:45,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0757138729095s 2018-12-29 04:56:45,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:56:45,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/c2efbd5aea514bb3aed1f91c68265dd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0680640e-a5cd-40a8-b81a-c4e3bc3efc0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:46,047 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/c2efbd5aea514bb3aed1f91c68265dd0 used request id req-0680640e-a5cd-40a8-b81a-c4e3bc3efc0d 2018-12-29 04:56:46,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117176055908s 2018-12-29 04:56:46,048 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f', 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': '625d4f8f-f4af-45e4-b7a4-b297a55d5e93', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f', 'project_id': u'36b09d59dc8641a4af570cb2b8056520', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 04:56:46,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 04:56:46,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 04:56:46,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 04:56:46,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 04:56:46,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 04:56:46,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 04:56:46,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 04:56:46,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 04:56:46,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 04:56:46,053 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f', 'password': '625d4f8f-f4af-45e4-b7a4-b297a55d5e93', 'project_name': 'patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '36b09d59dc8641a4af570cb2b8056520', 'project_domain_name': 'Default'} 2018-12-29 04:56:46,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:46,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42d0abd-7be0-449a-8f06-6385fd45b195 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:46,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f42d0abd-7be0-449a-8f06-6385fd45b195 2018-12-29 04:56:46,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0892021656036s 2018-12-29 04:56:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a88d85-86ec-4f2d-b44d-5632131594df Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:46,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e7a88d85-86ec-4f2d-b44d-5632131594df 2018-12-29 04:56:46,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797350406647s 2018-12-29 04:56:46,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:56:46,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46552351-632e-4b01-b7df-5a2bea8396d3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:56:46,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-46552351-632e-4b01-b7df-5a2bea8396d3 2018-12-29 04:56:46,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0159411430359s 2018-12-29 04:56:46,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:56:46,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4345ab02-f45e-4ddb-ab04-84c7da0507df Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f", "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "domain_id": "default", "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:56:46,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4345ab02-f45e-4ddb-ab04-84c7da0507df 2018-12-29 04:56:46,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.098659992218s 2018-12-29 04:56:46,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4345ab02-f45e-4ddb-ab04-84c7da0507df 2018-12-29 04:56:46,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 04:56:46,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ca1320-974e-4bd2-811a-1a0c04ea34da Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520"}, "enabled": true, "id": "36b09d59dc8641a4af570cb2b8056520", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 04:56:46,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d3ca1320-974e-4bd2-811a-1a0c04ea34da 2018-12-29 04:56:46,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0755870342255s 2018-12-29 04:56:46,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d3ca1320-974e-4bd2-811a-1a0c04ea34da 2018-12-29 04:56:46,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:56:46,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc7ee4f-13f2-4d34-8152-a8ab315995e0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 04:56:46,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&scope.project.id=36b09d59dc8641a4af570cb2b8056520&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-ffc7ee4f-13f2-4d34-8152-a8ab315995e0 2018-12-29 04:56:46,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791411399841s 2018-12-29 04:56:46,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:56:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c78901f6-0ee2-4bc6-b46c-483c7882b69a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:46,622 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-c78901f6-0ee2-4bc6-b46c-483c7882b69a 2018-12-29 04:56:46,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117506027222s 2018-12-29 04:56:46,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:56:46,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82709868-44f9-4cac-9885-a384f50f94a2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:56:46,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-82709868-44f9-4cac-9885-a384f50f94a2 2018-12-29 04:56:46,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0901961326599s 2018-12-29 04:56:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 04:56:46,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04c254e-e9ff-4016-8888-49ac95a9bfd7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 04:56:46,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d04c254e-e9ff-4016-8888-49ac95a9bfd7 2018-12-29 04:56:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.086580991745s 2018-12-29 04:56:46,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:56:46,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eafc64b-bebb-4b80-ae7f-8baceb7a12b0 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f", "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "domain_id": "default", "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:56:46,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7eafc64b-bebb-4b80-ae7f-8baceb7a12b0 2018-12-29 04:56:46,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104074001312s 2018-12-29 04:56:46,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7eafc64b-bebb-4b80-ae7f-8baceb7a12b0 2018-12-29 04:56:46,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 04:56:46,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:46,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aceed7e8-78b5-4812-8a07-e54e2b3dd88e Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default", "previous": null, "next": null}} 2018-12-29 04:56:46,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=bdd1cc3445044c7fbb48e0ddcca723c6&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default used request id req-aceed7e8-78b5-4812-8a07-e54e2b3dd88e 2018-12-29 04:56:46,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.075229883194s 2018-12-29 04:56:46,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 04:56:46,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:56:47,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 04:56:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c35365c9-9665-4e90-bf20-9a9f728d760f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 04:56:47,108 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/bdd1cc3445044c7fbb48e0ddcca723c6/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-c35365c9-9665-4e90-bf20-9a9f728d760f 2018-12-29 04:56:47,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120074033737s 2018-12-29 04:56:47,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 04:56:49,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-29 04:56:49.217 11281 INFO rally.deployment.engine [-] Deployment f605b3c5-f856-4a61-be0f-b83376d8983e | Starting: Destroy cloud and free allocated resources. 2018-12-29 04:56:49.294 11281 INFO rally.deployment.engine [-] Deployment f605b3c5-f856-4a61-be0f-b83376d8983e | Completed: Destroy cloud and free allocated resources. 2018-12-29 04:56:49.346 11281 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096) for deployment 'opnfv-rally'. 2018-12-29 04:56:49.370 11281 INFO rally.api [-] Deleting verification (UUID=22ccebb4-a0e7-4707-9d4a-42d4cb00793e). 2018-12-29 04:56:49.406 11281 INFO rally.api [-] Verification has been successfully deleted! 2018-12-29 04:56:49.406 11281 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096). 2018-12-29 04:56:49.414 11281 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-29 04:56:52,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 04:56:51.784 11284 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2b18f6bd-3010-4a05-9d2d-8aa525e5c473) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2b18f6bd-3010-4a05-9d2d-8aa525e5c473 | 2018-12-29T04:56:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2b18f6bd-3010-4a05-9d2d-8aa525e5c473 ~/.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-12-29 04:56:55,452 - 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-12-29 04:56:55,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 04:56:57,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-29 04:56:57.547 11290 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7762c0d4-1dee-4583-8b11-95990adf5096). 2018-12-29 04:56:57.677 11290 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-29 04:57:01,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 04:56:59.831 11293 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 04:57:00.049 11293 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 04:57:01.223 11293 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64) has been successfully created! Using verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64) as the default verifier for the future CLI operations. 2018-12-29 04:57:04,393 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-12-29 04:57:04,394 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 04:57:04,517 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 04:57:04,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 04:57:04,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-345b31a5-2ec7-4839-86e6-8294fce7ede1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 04:57:04,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-345b31a5-2ec7-4839-86e6-8294fce7ede1 2018-12-29 04:57:04,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 04:57:04,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "c2efbd5aea514bb3aed1f91c68265dd0", "name": "Member"}], "expires_at": "2018-12-29T05:57:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36b09d59dc8641a4af570cb2b8056520", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/36b09d59dc8641a4af570cb2b8056520", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/36b09d59dc8641a4af570cb2b8056520", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/36b09d59dc8641a4af570cb2b8056520", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/36b09d59dc8641a4af570cb2b8056520", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/36b09d59dc8641a4af570cb2b8056520", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/36b09d59dc8641a4af570cb2b8056520", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/36b09d59dc8641a4af570cb2b8056520", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f", "id": "bdd1cc3445044c7fbb48e0ddcca723c6"}, "audit_ids": ["JBjDZs8cRAacR0xj_x8UFw"], "issued_at": "2018-12-29T04:57:04.000000Z"}} 2018-12-29 04:57:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:04,927 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 04:57:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 04:57:04,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:57:04,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:05,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e649c629-7985-458b-aedb-f3125b23939f Date: Sat, 29 Dec 2018 04:57:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:57:05,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e649c629-7985-458b-aedb-f3125b23939f 2018-12-29 04:57:05,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171449184418s 2018-12-29 04:57:05,103 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e649c629-7985-458b-aedb-f3125b23939f 2018-12-29 04:57:05,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:57:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f"}' 2018-12-29 04:57:05,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf X-Openstack-Request-Id: req-d940ec80-c220-4371-ac03-35d6e241821d Date: Sat, 29 Dec 2018 04:57:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "1f8a5bac-2b52-4666-936e-9e5809968adf", "size": null, "self": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:05Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": null, "created_at": "2018-12-29T04:57:05Z", "protected": false} 2018-12-29 04:57:05,349 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d940ec80-c220-4371-ac03-35d6e241821d 2018-12-29 04:57:05,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.244552135468s 2018-12-29 04:57:05,349 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d940ec80-c220-4371-ac03-35d6e241821d returning object 1f8a5bac-2b52-4666-936e-9e5809968adf 2018-12-29 04:57:05,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:57:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" -d '' 2018-12-29 04:57:07,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27f94f77-8188-4ddd-83e3-a493d5c15cb3 Date: Sat, 29 Dec 2018 04:57:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:57:07,299 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file used request id req-27f94f77-8188-4ddd-83e3-a493d5c15cb3 2018-12-29 04:57:07,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.94885396957s 2018-12-29 04:57:07,299 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file used request id req-27f94f77-8188-4ddd-83e3-a493d5c15cb3 2018-12-29 04:57:07,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:57:07,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:07,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-112a1ee0-93ab-4e70-b3f9-82167bbf7435 Date: Sat, 29 Dec 2018 04:57:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "metadata": {}}], "file": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "1f8a5bac-2b52-4666-936e-9e5809968adf", "size": 12716032, "self": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:57:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:57:07,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-112a1ee0-93ab-4e70-b3f9-82167bbf7435 2018-12-29 04:57:07,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.255468845367s 2018-12-29 04:57:07,556 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-112a1ee0-93ab-4e70-b3f9-82167bbf7435 2018-12-29 04:57:07,558 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file', 'owner': u'36b09d59dc8641a4af570cb2b8056520', 'id': u'1f8a5bac-2b52-4666-936e-9e5809968adf', 'size': 12716032, u'self': u'/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36b09d59dc8641a4af570cb2b8056520', 'name': 'patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:57:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:57:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f', 'created': u'2018-12-29T04:57:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:57:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:57:07,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:57:07,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_89127448-10cf-43dc-84e1-c1dbeb02999f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:57:07,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57: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-23f6b5b2-2bf1-443b-886b-d0035b70549d x-compute-request-id: req-23f6b5b2-2bf1-443b-886b-d0035b70549d Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "name": "patrole-flavor_89127448-10cf-43dc-84e1-c1dbeb02999f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:57:07,765 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-23f6b5b2-2bf1-443b-886b-d0035b70549d 2018-12-29 04:57:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206204891205s 2018-12-29 04:57:07,766 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-23f6b5b2-2bf1-443b-886b-d0035b70549d returning object c78fe792-dbe0-4f41-bb66-2ae76449a1ca 2018-12-29 04:57:07,766 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_89127448-10cf-43dc-84e1-c1dbeb02999f', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'c78fe792-dbe0-4f41-bb66-2ae76449a1ca', 'swap': 0}) 2018-12-29 04:57:07,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:57:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca/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}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"extra_specs": {}}' 2018-12-29 04:57:07,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57: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-df286a86-12dd-484d-8017-8704498d05c1 x-compute-request-id: req-df286a86-12dd-484d-8017-8704498d05c1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:57:07,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca/os-extra_specs used request id req-df286a86-12dd-484d-8017-8704498d05c1 2018-12-29 04:57:07,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213310718536s 2018-12-29 04:57:07,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca/os-extra_specs used request id req-df286a86-12dd-484d-8017-8704498d05c1 2018-12-29 04:57:07,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 04:57:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:07,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 04:57:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 04:57:07,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:07,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f055938-e71a-440f-9d01-0f49dd6c5d50 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 04:57:07,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2f055938-e71a-440f-9d01-0f49dd6c5d50 2018-12-29 04:57:07,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896179676056s 2018-12-29 04:57:07,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 04:57:07,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:08,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57: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-e7a60b49-16e3-4f29-a79c-60598266dcc0 x-compute-request-id: req-e7a60b49-16e3-4f29-a79c-60598266dcc0 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 04:57:08,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e7a60b49-16e3-4f29-a79c-60598266dcc0 2018-12-29 04:57:08,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.181935071945s 2018-12-29 04:57:08,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e7a60b49-16e3-4f29-a79c-60598266dcc0 2018-12-29 04:57:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:57:08,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:08,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-2877acc4-9d58-4140-a7d8-1836749f6084 Date: Sat, 29 Dec 2018 04:57:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "metadata": {}}], "file": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "1f8a5bac-2b52-4666-936e-9e5809968adf", "size": 12716032, "self": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:57:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:57:08,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2877acc4-9d58-4140-a7d8-1836749f6084 2018-12-29 04:57:08,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266188144684s 2018-12-29 04:57:08,333 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2877acc4-9d58-4140-a7d8-1836749f6084 2018-12-29 04:57:08,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 04:57:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f"}' 2018-12-29 04:57:08,545 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53 X-Openstack-Request-Id: req-e4516da2-0ff6-4539-ad9b-af22f8577275 Date: Sat, 29 Dec 2018 04:57:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "a5f3a06b-ca9d-467c-8ea0-85b018e46a53", "size": null, "self": "/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": null, "created_at": "2018-12-29T04:57:08Z", "protected": false} 2018-12-29 04:57:08,545 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e4516da2-0ff6-4539-ad9b-af22f8577275 2018-12-29 04:57:08,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.209290027618s 2018-12-29 04:57:08,545 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e4516da2-0ff6-4539-ad9b-af22f8577275 returning object a5f3a06b-ca9d-467c-8ea0-85b018e46a53 2018-12-29 04:57:08,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 04:57:08,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" -d '' 2018-12-29 04:57:10,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba06d086-55dd-4473-9b9a-1081eba15dd2 Date: Sat, 29 Dec 2018 04:57:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:57:10,472 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/file used request id req-ba06d086-55dd-4473-9b9a-1081eba15dd2 2018-12-29 04:57:10,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.92543697357s 2018-12-29 04:57:10,472 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/file used request id req-ba06d086-55dd-4473-9b9a-1081eba15dd2 2018-12-29 04:57:10,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:57:10,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:57:10,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-ecf23d8f-6270-46e5-8004-e49b48f707e9 Date: Sat, 29 Dec 2018 04:57:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/snap", "metadata": {}}], "file": "/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "a5f3a06b-ca9d-467c-8ea0-85b018e46a53", "size": 12716032, "self": "/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:57:08Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "metadata": {}}], "file": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "1f8a5bac-2b52-4666-936e-9e5809968adf", "size": 12716032, "self": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:57:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:57:10,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ecf23d8f-6270-46e5-8004-e49b48f707e9 2018-12-29 04:57:10,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0247931480408s 2018-12-29 04:57:10,498 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ecf23d8f-6270-46e5-8004-e49b48f707e9 2018-12-29 04:57:10,501 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/file', 'owner': u'36b09d59dc8641a4af570cb2b8056520', 'id': u'a5f3a06b-ca9d-467c-8ea0-85b018e46a53', 'size': 12716032, u'self': u'/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'36b09d59dc8641a4af570cb2b8056520', 'name': 'patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T04:57:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T04:57:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', 'created': u'2018-12-29T04:57:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T04:57:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 04:57:10,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 04:57:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 04:57:10,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57: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-1483a01a-8ce3-4c15-859f-25393a2be956 x-compute-request-id: req-1483a01a-8ce3-4c15-859f-25393a2be956 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "name": "patrole-flavor_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 04:57:10,548 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1483a01a-8ce3-4c15-859f-25393a2be956 2018-12-29 04:57:10,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.046306848526s 2018-12-29 04:57:10,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1483a01a-8ce3-4c15-859f-25393a2be956 returning object 1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca 2018-12-29 04:57:10,549 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca', 'swap': 0}) 2018-12-29 04:57:10,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 04:57:10,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca/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}e0a316f36f8f9d61862ab322cd24924d51302ccf" -d '{"extra_specs": {}}' 2018-12-29 04:57:10,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:57: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-7966755c-2609-49ce-8ad7-2911160b0bab x-compute-request-id: req-7966755c-2609-49ce-8ad7-2911160b0bab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 04:57:10,571 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca/os-extra_specs used request id req-7966755c-2609-49ce-8ad7-2911160b0bab 2018-12-29 04:57:10,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208940505981s 2018-12-29 04:57:10,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca/os-extra_specs used request id req-7966755c-2609-49ce-8ad7-2911160b0bab 2018-12-29 04:57:10,571 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_89127448-10cf-43dc-84e1-c1dbeb02999f', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca', 'swap': 0}) 2018-12-29 04:57:13,701 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 04:57:12.686 11312 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64) for deployment 'opnfv-rally' (UUID=2b18f6bd-3010-4a05-9d2d-8aa525e5c473). 2018-12-29 04:57:13.538 11312 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 04:57:13.540 11312 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64) has been successfully configured for deployment 'opnfv-rally' (UUID=2b18f6bd-3010-4a05-9d2d-8aa525e5c473)! 2018-12-29 04:57:13,702 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-29 04:57:13,702 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-29 04:57:13,704 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-29 04:57:13,726 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-29 04:57:17,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-068a2aac-f533-4cd5-9c3c-f9dab4d0db64/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-12-29 04:57:17,169 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-29 04:57:17,445 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-29 04:57:17,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-12-29 04:57:19,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 04:57:19.587 11321 INFO rally.api [-] Starting verification (UUID=25b423ba-c279-4610-b6c2-e96febf34c29) for deployment 'opnfv-rally' (UUID=2b18f6bd-3010-4a05-9d2d-8aa525e5c473) by verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64). 2018-12-29 04:57:19,589 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 25b423ba-c279-4610-b6c2-e96febf34c29 2018-12-29 04:59:54,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 25b423ba-c279-4610-b6c2-e96febf34c29 2018-12-29 04:59:54,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '25b423ba-c279-4610-b6c2-e96febf34c29']'. 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 25b423ba-c279-4610-b6c2-e96febf34c29 | 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 04:57:19 | 2018-12-29 04:59:55,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 04:59:54 | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 068a2aac-f533-4cd5-9c3c-f9dab4d0db64) | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2b18f6bd-3010-4a05-9d2d-8aa525e5c473) | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.687 | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-12-29 04:59:55,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 04:59:55,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 04:59:55,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-12-29 04:59:56,110 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 04:59:56,111 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-29 04:59:56,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:59:56,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:59:57,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cabe0949-0c9f-4fbc-a4ec-5a3c28489ef0 Date: Sat, 29 Dec 2018 04:59:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 04:59:57,753 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53 used request id req-cabe0949-0c9f-4fbc-a4ec-5a3c28489ef0 2018-12-29 04:59:57,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63662290573s 2018-12-29 04:59:57,753 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a5f3a06b-ca9d-467c-8ea0-85b018e46a53 used request id req-cabe0949-0c9f-4fbc-a4ec-5a3c28489ef0 2018-12-29 04:59:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:59:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:57,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:59: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-c7b1894b-9763-4014-952c-3390f0374f12 x-compute-request-id: req-c7b1894b-9763-4014-952c-3390f0374f12 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca", "name": "patrole-flavor_alt_89127448-10cf-43dc-84e1-c1dbeb02999f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "name": "patrole-flavor_89127448-10cf-43dc-84e1-c1dbeb02999f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:59:57,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c7b1894b-9763-4014-952c-3390f0374f12 2018-12-29 04:59:57,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0365171432495s 2018-12-29 04:59:57,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c7b1894b-9763-4014-952c-3390f0374f12 2018-12-29 04:59:57,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:59:57,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:57,855 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:59: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-a180bf5e-5bdb-41cb-bd67-ee6d8fcb82c7 x-compute-request-id: req-a180bf5e-5bdb-41cb-bd67-ee6d8fcb82c7 Content-Length: 0 Content-Type: application/json 2018-12-29 04:59:57,855 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca used request id req-a180bf5e-5bdb-41cb-bd67-ee6d8fcb82c7 2018-12-29 04:59:57,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0620019435883s 2018-12-29 04:59:57,855 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1bd763ba-7163-4e15-9f4f-f8aa80d3b6ca used request id req-a180bf5e-5bdb-41cb-bd67-ee6d8fcb82c7 2018-12-29 04:59:57,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 04:59:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:59:58,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-2bf614ca-9627-4db8-9d3d-dbd5c8271594 Date: Sat, 29 Dec 2018 04:59:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "metadata": {}}], "file": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf/file", "owner": "36b09d59dc8641a4af570cb2b8056520", "id": "1f8a5bac-2b52-4666-936e-9e5809968adf", "size": 12716032, "self": "/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/1f8a5bac-2b52-4666-936e-9e5809968adf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T04:57:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_89127448-10cf-43dc-84e1-c1dbeb02999f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T04:57:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 04:59:58,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2bf614ca-9627-4db8-9d3d-dbd5c8271594 2018-12-29 04:59:58,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.262710094452s 2018-12-29 04:59:58,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2bf614ca-9627-4db8-9d3d-dbd5c8271594 2018-12-29 04:59:58,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 04:59:58,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ac94c23f2b8f381ab9cc2e05ac8c882f930e65c" 2018-12-29 04:59:59,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-610bb434-8e81-4aca-8650-316127c79e77 Date: Sat, 29 Dec 2018 04: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-12-29 04:59:59,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf used request id req-610bb434-8e81-4aca-8650-316127c79e77 2018-12-29 04:59:59,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.60240292549s 2018-12-29 04:59:59,723 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1f8a5bac-2b52-4666-936e-9e5809968adf used request id req-610bb434-8e81-4aca-8650-316127c79e77 2018-12-29 04:59:59,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 04:59:59,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:59,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:59: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-ae764352-3a2f-444d-a912-d1bf3f6193fd x-compute-request-id: req-ae764352-3a2f-444d-a912-d1bf3f6193fd Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c78fe792-dbe0-4f41-bb66-2ae76449a1ca", "name": "patrole-flavor_89127448-10cf-43dc-84e1-c1dbeb02999f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 04:59:59,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ae764352-3a2f-444d-a912-d1bf3f6193fd 2018-12-29 04:59:59,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310530662537s 2018-12-29 04:59:59,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ae764352-3a2f-444d-a912-d1bf3f6193fd 2018-12-29 04:59:59,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 04:59:59,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:59,795 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 04:59: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-17447a72-85bc-42db-975a-7671eddfbbaf x-compute-request-id: req-17447a72-85bc-42db-975a-7671eddfbbaf Content-Length: 0 Content-Type: application/json 2018-12-29 04:59:59,795 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca used request id req-17447a72-85bc-42db-975a-7671eddfbbaf 2018-12-29 04:59:59,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0386462211609s 2018-12-29 04:59:59,796 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c78fe792-dbe0-4f41-bb66-2ae76449a1ca used request id req-17447a72-85bc-42db-975a-7671eddfbbaf 2018-12-29 04:59:59,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:59:59,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:59,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3384f606-15b5-4503-b6ed-f92cbd26a01a Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f", "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "domain_id": "default", "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 04:59:59,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3384f606-15b5-4503-b6ed-f92cbd26a01a 2018-12-29 04:59:59,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100605010986s 2018-12-29 04:59:59,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3384f606-15b5-4503-b6ed-f92cbd26a01a 2018-12-29 04:59:59,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 04:59:59,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 04:59:59,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 04:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc0fb06-0fce-4f5e-a20c-8c1e04b5a6f8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6"}, "enabled": true, "id": "bdd1cc3445044c7fbb48e0ddcca723c6", "options": {}, "domain_id": "default", "name": "patrole-user_89127448-10cf-43dc-84e1-c1dbeb02999f"}} 2018-12-29 04:59:59,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 used request id req-1dc0fb06-0fce-4f5e-a20c-8c1e04b5a6f8 2018-12-29 04:59:59,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0956101417542s 2018-12-29 04:59:59,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 used request id req-1dc0fb06-0fce-4f5e-a20c-8c1e04b5a6f8 2018-12-29 05:00:00,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 05:00:00,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 05:00:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d85e97d7-1702-416f-955e-5c61e11c9bd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 05:00:00,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 used request id req-d85e97d7-1702-416f-955e-5c61e11c9bd8 2018-12-29 05:00:00,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181318044662s 2018-12-29 05:00:00,181 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bdd1cc3445044c7fbb48e0ddcca723c6 used request id req-d85e97d7-1702-416f-955e-5c61e11c9bd8 2018-12-29 05:00:00,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 05:00:00,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 05:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d300ecd-d91e-49c5-8036-2016378c7209 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520"}, "enabled": true, "id": "36b09d59dc8641a4af570cb2b8056520", "parent_id": "default", "domain_id": "default", "name": "patrole-project_89127448-10cf-43dc-84e1-c1dbeb02999f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 05:00:00,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-4d300ecd-d91e-49c5-8036-2016378c7209 2018-12-29 05:00:00,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0857858657837s 2018-12-29 05:00:00,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-4d300ecd-d91e-49c5-8036-2016378c7209 2018-12-29 05:00:00,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 05:00:00,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 05:00:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-476358f5-d2ce-4597-88c5-d4e02b42698f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 05:00:00,426 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520 used request id req-476358f5-d2ce-4597-88c5-d4e02b42698f 2018-12-29 05:00:00,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155311822891s 2018-12-29 05:00:00,426 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/36b09d59dc8641a4af570cb2b8056520 used request id req-476358f5-d2ce-4597-88c5-d4e02b42698f 2018-12-29 05:00:00,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 05:00:00,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 05:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e98b4ff-1657-4c76-a9fa-5d304b92dc27 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c2efbd5aea514bb3aed1f91c68265dd0", "links": {"self": "http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 05:00:00,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6e98b4ff-1657-4c76-a9fa-5d304b92dc27 2018-12-29 05:00:00,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769109725952s 2018-12-29 05:00:00,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 05:00:00,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 05:00:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69b7b03b-ea4a-4bf3-ab21-50b4b48e28f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 05:00:00,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/c2efbd5aea514bb3aed1f91c68265dd0 used request id req-69b7b03b-ea4a-4bf3-ab21-50b4b48e28f9 2018-12-29 05:00:00,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109029769897s 2018-12-29 05:00:00,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 05:00:00,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=36b09d59dc8641a4af570cb2b8056520&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e0a316f36f8f9d61862ab322cd24924d51302ccf" 2018-12-29 05:00:00,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2490a9eb-4d91-4b7b-a3a3-ce0f96e12f89 Date: Sat, 29 Dec 2018 05:00:00 GMT RESP BODY: {"security_groups": []} 2018-12-29 05:00:00,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=36b09d59dc8641a4af570cb2b8056520&name=default used request id req-2490a9eb-4d91-4b7b-a3a3-ce0f96e12f89 2018-12-29 05:00:00,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.171899080276s 2018-12-29 05:00:00,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=36b09d59dc8641a4af570cb2b8056520&name=default used request id req-2490a9eb-4d91-4b7b-a3a3-ce0f96e12f89 2018-12-29 05:00:00,840 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-12-29 05:00:02,034 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-12-29 05:00:02,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 05:00:02,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 05:00:02,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 05:00:02,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 05:00:02,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 05:00:02,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 05:00:02,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 05:00:02,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 05:00:02,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-12-29 05:00:02,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 05:00:02,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 05:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6986b7-979c-4841-bab8-db17aa9340f5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 05:00:02,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bc6986b7-979c-4841-bab8-db17aa9340f5 2018-12-29 05:00:02,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 05:00:02,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T06:00:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["F_9kCX1EST-4RTmZsUoO4g"], "issued_at": "2018-12-29T05:00:02.000000Z"}} 2018-12-29 05:00:02,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}783b711d5a01df9afaca2fae6ca46791eebfe58a" 2018-12-29 05:00:02,426 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 05:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 05:00:02,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783b711d5a01df9afaca2fae6ca46791eebfe58a" 2018-12-29 05:00:02,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 05:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ef63eb-177b-434d-a863-2653e60d4090 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/1213edcda39d4aa081586a35921a36a0"}, "enabled": true, "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/12a88126b1bb43e68f37bda910fdb8ae"}, "enabled": true, "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/13c1639b0aae46d1a2b931e5d92cde9c"}, "enabled": true, "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/1a56e53900a44963af7ef311c167853f"}, "enabled": true, "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/22848de84cd044cdac410bce24b25c77"}, "enabled": true, "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/449071d2e7d840e0b7c40fc9614906e4"}, "enabled": true, "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/563eb2a57cfa4ac0bec1f1000dbfffef"}, "enabled": true, "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/5fdc9a1e4600462f9c6cfd896b4a8f21"}, "enabled": true, "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/778696b12e6e4b3da95f2b82ac3559c0"}, "enabled": true, "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7a865c7fff4245a1a080d64aaf0e9824"}, "enabled": true, "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/918084dd5cbf4be7986a575776103a0b"}, "enabled": true, "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/926993fc57154b938f89f70a41d2a6b2"}, "enabled": true, "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/9cc0283e2b8044429a3f7cf3a16e6005"}, "enabled": true, "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/c5d37e1a5f2045bc8ef4c816d86b0006"}, "enabled": true, "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/c7247f3a895d460383bff8908e4456a0"}, "enabled": true, "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2018-12-29 05:00:02,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-43ef63eb-177b-434d-a863-2653e60d4090 2018-12-29 05:00:02,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.486670970917s 2018-12-29 05:00:02,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-12-29 05:00:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783b711d5a01df9afaca2fae6ca46791eebfe58a" 2018-12-29 05:00:02,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 05:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f16f38-d30c-4240-ba7e-9f7cd795dd93 Content-Encoding: gzip Content-Length: 1960 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/01954c751d944d98be638def2f0a5579"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1a56e53900a44963af7ef311c167853f", "id": "01954c751d944d98be638def2f0a5579"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/12757de95e054d5fb3b5c27837a2ead9"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "22848de84cd044cdac410bce24b25c77", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/154db75920734e40825ff8f7e8304be4"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "13c1639b0aae46d1a2b931e5d92cde9c", "id": "154db75920734e40825ff8f7e8304be4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/234d60bcb0a74b7c844323c91ae7668c"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "926993fc57154b938f89f70a41d2a6b2", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/29e491fef3614f8ba6e2395d2f2a2c74"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "926993fc57154b938f89f70a41d2a6b2", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2cfe66448b3b4691afc0e5ede3bf1eeb"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5d37e1a5f2045bc8ef4c816d86b0006", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2de85723a65841d183b91c576477c676"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9cc0283e2b8044429a3f7cf3a16e6005", "id": "2de85723a65841d183b91c576477c676"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2e4dde5a38cd4c11bde3f47bc1a3cda0"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "563eb2a57cfa4ac0bec1f1000dbfffef", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3526ccee825e424bb868b2cba1c65dc3"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "13c1639b0aae46d1a2b931e5d92cde9c", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/411195b1aea34a8daf08bbfd4afd5049"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5d37e1a5f2045bc8ef4c816d86b0006", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/515f7d95e924465fb15168c29dd54bbe"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5232d5fa7bcd48e69228757e5b155d82"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "449071d2e7d840e0b7c40fc9614906e4", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/53ede89ec5f8486181dd92687238f6ac"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "918084dd5cbf4be7986a575776103a0b", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5c860a59e72546e7a69a9d3580482145"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "778696b12e6e4b3da95f2b82ac3559c0", "id": "5c860a59e72546e7a69a9d3580482145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/63c010d72b054f7080faa4a990858bc8"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a865c7fff4245a1a080d64aaf0e9824", "id": "63c010d72b054f7080faa4a990858bc8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6c1c0e316d0443e69de4bd73246df92f"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a865c7fff4245a1a080d64aaf0e9824", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/70fdf66df1514f6482bfe90813e1774f"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c7247f3a895d460383bff8908e4456a0", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/734e165c821f429fb8777fc2cdc4372b"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "449071d2e7d840e0b7c40fc9614906e4", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/808f02a928674cdbbb3d0c03ad304528"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9cc0283e2b8044429a3f7cf3a16e6005", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8241768e0cfc42b98b28711048b225e6"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1213edcda39d4aa081586a35921a36a0", "id": "8241768e0cfc42b98b28711048b225e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/87ce6078a76b4470b393562ff7813932"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1213edcda39d4aa081586a35921a36a0", "id": "87ce6078a76b4470b393562ff7813932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8fb1e1a36f3b490d8f420860b5dcd128"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9cc0283e2b8044429a3f7cf3a16e6005", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9737a152629c42e784b78e72b58a05d5"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5d37e1a5f2045bc8ef4c816d86b0006", "id": "9737a152629c42e784b78e72b58a05d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9e3d5d15b3f54c97bfb716c411d47ba4"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "926993fc57154b938f89f70a41d2a6b2", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a0b47211bfb145f9a807cef227c9d447"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "918084dd5cbf4be7986a575776103a0b", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a5542225905d4fd19ff39383cfaf1b58"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1a56e53900a44963af7ef311c167853f", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a9a6ff77c5a04c0d808bac0181d182a6"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "449071d2e7d840e0b7c40fc9614906e4", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aad0276158b84fe595707c89fb2ca7d7"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "563eb2a57cfa4ac0bec1f1000dbfffef", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ace1b6a1fdbd431c91944dfb37084d3e"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "918084dd5cbf4be7986a575776103a0b", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ad14d320c3c94426a8d3533975558cc2"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "563eb2a57cfa4ac0bec1f1000dbfffef", "id": "ad14d320c3c94426a8d3533975558cc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b8219323dbf34ccfb4f76081ae2dd2a3"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "778696b12e6e4b3da95f2b82ac3559c0", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bf3efe10aace4c41a7c310c37a25ec9a"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c7247f3a895d460383bff8908e4456a0", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cbcaf1570ae14a91a86ef3a3bc71af0b"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "22848de84cd044cdac410bce24b25c77", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cff6ee3d16f34c168e6df630363eb8f9"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d2de8441d628443b842e3d14f6a4803f"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "778696b12e6e4b3da95f2b82ac3559c0", "id": "d2de8441d628443b842e3d14f6a4803f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e133a1361bcf47e0b9fe90fad27ae8c3"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1a56e53900a44963af7ef311c167853f", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e4f5baf8532844eeb1482c1cc0a56d61"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1213edcda39d4aa081586a35921a36a0", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e59e142ac1884c2b93dc88e6ff7d3c9f"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "13c1639b0aae46d1a2b931e5d92cde9c", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eb420b6541bf4b6fb8911ccc2ea85387"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ec05a518b712467ba55384df2b883dfc"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "22848de84cd044cdac410bce24b25c77", "id": "ec05a518b712467ba55384df2b883dfc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f62deb7ec32b4f84adf13c4094af73c3"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a865c7fff4245a1a080d64aaf0e9824", "id": "f62deb7ec32b4f84adf13c4094af73c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fc9b3a80e4514a14815010925ee15330"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c7247f3a895d460383bff8908e4456a0", "id": "fc9b3a80e4514a14815010925ee15330"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-12-29 05:00:02,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-d6f16f38-d30c-4240-ba7e-9f7cd795dd93 2018-12-29 05:00:02,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0787098407745s 2018-12-29 05:00:22,972 - 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-12-29 05:00:23,019 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-12-29 05:00:23,532 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-12-29 05:00:23,638 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 05:00:23,638 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-12-29 05:00:23,695 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-12-29 05:00:25,409 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 05:00:27,593 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-12-29 05:00:27,594 - openstack_tests - INFO - OS Credentials = > 2018-12-29 05:00:28,517 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-12-29 05:00:28,518 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-12-29 05:00:29,800 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-661de552-df46-4f0-proj 2018-12-29 05:00:30,957 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-661de552-df46-4f0-user 2018-12-29 05:00:31,099 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-661de552-df46-4f0-proj-role 2018-12-29 05:00:31,121 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-661de552-df46-4f0-proj-role to project CreateSecurityGroupTests-661de552-df46-4f0-proj 2018-12-29 05:00:32,027 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-48c0a34b-b68d-4b67-9c7e-d7145d0af4edname... 2018-12-29 05:00:32,027 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-48c0a34b-b68d-4b67-9c7e-d7145d0af4edname 2018-12-29 05:00:32,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:32,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:32,830 - neutron_utils - INFO - Retrieving security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:33,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:33,194 - neutron_utils - INFO - Retrieving security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:33,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:33,430 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-48c0a34b-b68d-4b67-9c7e-d7145d0af4edname 2018-12-29 05:00:33,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:34,101 - neutron_utils - INFO - Retrieving security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:34,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:34,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:35,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:35,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:35,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:35,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:36,059 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-48c0a34b-b68d-4b67-9c7e-d7145d0af4edname 2018-12-29 05:00:36,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:36,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b930be4-9f65-44fe-b39c-65bb4b27503d 2018-12-29 05:00:36,643 - neutron_utils - INFO - Deleting security group rule with ID - 03d9a2eb-722d-4240-bc09-01a11b52fa36 2018-12-29 05:00:37,266 - neutron_utils - INFO - Deleting security group rule with ID - bd9f04f4-8d59-4741-b575-87bae9ad9fa8 2018-12-29 05:00:37,533 - neutron_utils - INFO - Deleting security group rule with ID - ec173a3e-8842-4383-afcb-7b8010098fbc 2018-12-29 05:00:37,667 - neutron_utils - INFO - Deleting security group rule with ID - 07bd609c-0ffe-4ade-8cc4-40783863589e 2018-12-29 05:00:38,006 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-48c0a34b-b68d-4b67-9c7e-d7145d0af4edname 2018-12-29 05:00:39,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6a31033-3d0c-4f8c-9f2e-efd518a68db5 2018-12-29 05:00:39,416 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:00:39,723 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-661de552-df46-4f0-proj 2018-12-29 05:00:39,971 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-661de552-df46-4f0-proj-role 2018-12-29 05:00:40,182 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-661de552-df46-4f0-user 2018-12-29 05:00:41,824 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj 2018-12-29 05:00:42,932 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-user 2018-12-29 05:00:43,129 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj-role 2018-12-29 05:00:43,211 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj-role to project CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj 2018-12-29 05:00:44,124 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b6ce0657-fce8-43d2-8c70-a7f55e6787b0name... 2018-12-29 05:00:44,124 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b6ce0657-fce8-43d2-8c70-a7f55e6787b0name 2018-12-29 05:00:44,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:44,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:44,888 - neutron_utils - INFO - Retrieving security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,280 - neutron_utils - INFO - Retrieving security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,650 - neutron_utils - INFO - Retrieving security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbde0cd6-17ea-4ab9-86df-88f8954f9dea 2018-12-29 05:00:45,912 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b6ce0657-fce8-43d2-8c70-a7f55e6787b0name 2018-12-29 05:00:46,806 - neutron_utils - INFO - Deleting security group rule with ID - ae37947d-1d62-48a9-a7c3-2e4399685868 2018-12-29 05:00:46,831 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule ae37947d-1d62-48a9-a7c3-2e4399685868 does not exist Neutron server returns request_ids: ['req-a2f9e08d-626e-4d18-a8c9-1d193e289146'] 2018-12-29 05:00:46,831 - neutron_utils - INFO - Deleting security group rule with ID - d79e0854-9cda-4844-9b95-58f8d555f752 2018-12-29 05:00:46,998 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d79e0854-9cda-4844-9b95-58f8d555f752 does not exist Neutron server returns request_ids: ['req-fcd932e0-7342-4861-b465-cca2ac66d15d'] 2018-12-29 05:00:46,998 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b6ce0657-fce8-43d2-8c70-a7f55e6787b0name 2018-12-29 05:00:47,170 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group fbde0cd6-17ea-4ab9-86df-88f8954f9dea does not exist Neutron server returns request_ids: ['req-13bded83-d9c1-42bd-9b51-9f380fd731de'] 2018-12-29 05:00:47,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44febc03-f47b-4887-9088-dc594db03f65 2018-12-29 05:00:47,671 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:00:47,980 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj 2018-12-29 05:00:48,210 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-proj-role 2018-12-29 05:00:48,433 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-928b8b4d-d50b-4ae-user 2018-12-29 05:00:49,812 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ce00f302-4a71-430-proj 2018-12-29 05:00:50,854 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ce00f302-4a71-430-user 2018-12-29 05:00:51,052 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ce00f302-4a71-430-proj-role 2018-12-29 05:00:51,134 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ce00f302-4a71-430-proj-role to project CreateSecurityGroupTests-ce00f302-4a71-430-proj 2018-12-29 05:00:52,056 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-211c5c02-36e0-4032-af2e-4096d6bf9604name... 2018-12-29 05:00:52,056 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-211c5c02-36e0-4032-af2e-4096d6bf9604name 2018-12-29 05:00:52,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:52,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:53,081 - neutron_utils - INFO - Retrieving security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:53,284 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:53,458 - neutron_utils - INFO - Retrieving security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:53,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:53,838 - neutron_utils - INFO - Retrieving security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:54,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:54,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:54,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:55,901 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:56,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:56,257 - neutron_utils - INFO - Retrieving security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:56,457 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af2bb39e-0041-4866-b4b7-fbddeb861282 2018-12-29 05:00:56,625 - neutron_utils - INFO - Deleting security group rule with ID - 5946d288-f4f6-46f6-83c7-2a4c7f3c24f5 2018-12-29 05:00:56,733 - neutron_utils - INFO - Deleting security group rule with ID - c229e6a9-68df-4183-9c64-b706a8e7a6b7 2018-12-29 05:00:56,992 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-211c5c02-36e0-4032-af2e-4096d6bf9604name 2018-12-29 05:00:57,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd9ec219-25e7-40f8-a119-47b0f4749b01 2018-12-29 05:00:57,992 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:00:58,305 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ce00f302-4a71-430-proj 2018-12-29 05:00:58,553 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ce00f302-4a71-430-proj-role 2018-12-29 05:00:58,826 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ce00f302-4a71-430-user 2018-12-29 05:01:00,303 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-33972b25-38bc-4b6-proj 2018-12-29 05:01:01,412 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-33972b25-38bc-4b6-user 2018-12-29 05:01:01,617 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-33972b25-38bc-4b6-proj-role 2018-12-29 05:01:01,717 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-33972b25-38bc-4b6-proj-role to project CreateSecurityGroupTests-33972b25-38bc-4b6-proj 2018-12-29 05:01:02,460 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7329f4fc-80c5-4b13-8e43-6860b9fc58afname... 2018-12-29 05:01:02,461 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7329f4fc-80c5-4b13-8e43-6860b9fc58afname 2018-12-29 05:01:03,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,305 - neutron_utils - INFO - Retrieving security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,698 - neutron_utils - INFO - Retrieving security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:03,930 - neutron_utils - INFO - Retrieving security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:04,148 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:04,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:05,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ddaa060-7ec7-4a58-b8bd-d6394114aefe 2018-12-29 05:01:05,344 - neutron_utils - INFO - Deleting security group rule with ID - 1d9d00b5-f265-4dcc-a6cc-3a4ba6fcaa42 2018-12-29 05:01:05,589 - neutron_utils - INFO - Deleting security group rule with ID - 92b20871-f0e1-48ea-a70f-998d20721bac 2018-12-29 05:01:05,688 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7329f4fc-80c5-4b13-8e43-6860b9fc58afname 2018-12-29 05:01:06,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f6342c2-9d8c-40ac-8c5b-4ec6643085a0 2018-12-29 05:01:06,548 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:01:06,870 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-33972b25-38bc-4b6-proj 2018-12-29 05:01:07,401 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-33972b25-38bc-4b6-proj-role 2018-12-29 05:01:07,612 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-33972b25-38bc-4b6-user 2018-12-29 05:01:09,046 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-88483243-e184-47d-proj 2018-12-29 05:01:10,094 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-88483243-e184-47d-user 2018-12-29 05:01:10,297 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-88483243-e184-47d-proj-role 2018-12-29 05:01:10,383 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-88483243-e184-47d-proj-role to project CreateSecurityGroupTests-88483243-e184-47d-proj 2018-12-29 05:01:11,532 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-faca4edc-2e95-484d-808c-e4c6fead32c4name... 2018-12-29 05:01:11,532 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-faca4edc-2e95-484d-808c-e4c6fead32c4name 2018-12-29 05:01:11,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:12,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:12,285 - neutron_utils - INFO - Retrieving security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:12,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:12,689 - neutron_utils - INFO - Retrieving security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:12,973 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:13,145 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-faca4edc-2e95-484d-808c-e4c6fead32c4name 2018-12-29 05:01:13,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:13,752 - neutron_utils - INFO - Retrieving security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:13,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:14,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:14,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:15,345 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:15,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff91863d-b564-4f0a-b32b-aa32fe127bf2 2018-12-29 05:01:15,910 - neutron_utils - INFO - Deleting security group rule with ID - a154fb24-1a8a-4f98-887d-ab8c07b0ab38 2018-12-29 05:01:16,167 - neutron_utils - INFO - Deleting security group rule with ID - 3bc08f96-7014-4e0d-b0d2-b68ca46cb082 2018-12-29 05:01:16,464 - neutron_utils - INFO - Deleting security group rule with ID - 6c0d43a9-cbc9-40f9-b813-cd02a76c00f1 2018-12-29 05:01:16,862 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-faca4edc-2e95-484d-808c-e4c6fead32c4name 2018-12-29 05:01:17,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66569137-d804-492b-b70c-945c6f3a54f7 2018-12-29 05:01:17,629 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:01:17,926 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-88483243-e184-47d-proj 2018-12-29 05:01:18,187 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-88483243-e184-47d-proj-role 2018-12-29 05:01:18,393 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-88483243-e184-47d-user 2018-12-29 05:01:19,787 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-197e262f-c9f3-487-proj 2018-12-29 05:01:20,776 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-197e262f-c9f3-487-user 2018-12-29 05:01:20,968 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-197e262f-c9f3-487-proj-role 2018-12-29 05:01:21,060 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-197e262f-c9f3-487-proj-role to project CreateSecurityGroupTests-197e262f-c9f3-487-proj 2018-12-29 05:01:21,982 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5bd6eb25-d80b-42c4-a723-9e707168b9ddname... 2018-12-29 05:01:21,982 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5bd6eb25-d80b-42c4-a723-9e707168b9ddname 2018-12-29 05:01:22,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:22,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:22,769 - neutron_utils - INFO - Retrieving security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:22,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:23,139 - neutron_utils - INFO - Retrieving security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:23,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:23,526 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5bd6eb25-d80b-42c4-a723-9e707168b9ddname 2018-12-29 05:01:23,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:24,304 - neutron_utils - INFO - Retrieving security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:24,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:25,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:25,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:25,831 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac1cbde8-897c-4869-b0a2-e96607a110eb 2018-12-29 05:01:26,009 - neutron_utils - INFO - Deleting security group rule with ID - 41594293-dcaf-48b0-9027-544176a758aa 2018-12-29 05:01:26,106 - neutron_utils - INFO - Deleting security group rule with ID - 2dd76583-a1b1-42d5-920d-f103455c278e 2018-12-29 05:01:26,218 - neutron_utils - INFO - Deleting security group rule with ID - 130b737e-5840-4b96-86c8-bda32867eca5 2018-12-29 05:01:26,332 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5bd6eb25-d80b-42c4-a723-9e707168b9ddname 2018-12-29 05:01:26,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d9d63de-a5ed-468a-8146-326fa6dafae7 2018-12-29 05:01:27,084 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:01:27,396 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-197e262f-c9f3-487-proj 2018-12-29 05:01:27,690 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-197e262f-c9f3-487-proj-role 2018-12-29 05:01:27,983 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-197e262f-c9f3-487-user 2018-12-29 05:01:29,525 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-64ace477-c2dd-42a-proj 2018-12-29 05:01:30,622 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-64ace477-c2dd-42a-user 2018-12-29 05:01:30,812 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-64ace477-c2dd-42a-proj-role 2018-12-29 05:01:30,831 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-64ace477-c2dd-42a-proj-role to project CreateSecurityGroupTests-64ace477-c2dd-42a-proj 2018-12-29 05:01:31,722 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname... 2018-12-29 05:01:31,722 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname 2018-12-29 05:01:32,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:32,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:32,549 - neutron_utils - INFO - Retrieving security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:32,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:32,789 - neutron_utils - INFO - Retrieving security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:32,989 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:33,171 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname 2018-12-29 05:01:33,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:33,957 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname 2018-12-29 05:01:34,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:34,472 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname 2018-12-29 05:01:34,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:34,987 - neutron_utils - INFO - Retrieving security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:35,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:35,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:36,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:36,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:36,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:37,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:37,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:37,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:38,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:38,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:38,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:38,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da622627-faf6-4dc1-8467-4f38dbe9bb54 2018-12-29 05:01:38,309 - neutron_utils - INFO - Deleting security group rule with ID - cf22402c-3677-4fcb-9c28-7f218a9e455b 2018-12-29 05:01:38,568 - neutron_utils - INFO - Deleting security group rule with ID - 3052d1aa-90c8-4561-a7d7-142388354458 2018-12-29 05:01:38,670 - neutron_utils - INFO - Deleting security group rule with ID - 28168d50-6a5e-4927-b6a8-51c736ff4052 2018-12-29 05:01:38,945 - neutron_utils - INFO - Deleting security group rule with ID - 3ed896d2-9ae0-4805-8e7b-bb9ef3fe49df 2018-12-29 05:01:39,210 - neutron_utils - INFO - Deleting security group rule with ID - 288d380d-8647-43dd-b99c-e8fe5d25e725 2018-12-29 05:01:39,324 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5535ea78-4312-4460-96fc-ff64b87767fbname 2018-12-29 05:01:40,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fef367a1-a19a-4828-82b6-5cacf8db5752 2018-12-29 05:01:40,518 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:01:40,840 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-64ace477-c2dd-42a-proj 2018-12-29 05:01:41,080 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-64ace477-c2dd-42a-proj-role 2018-12-29 05:01:41,293 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-64ace477-c2dd-42a-user 2018-12-29 05:01:42,848 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-638020b6-fecc-438-proj 2018-12-29 05:01:43,944 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-638020b6-fecc-438-user 2018-12-29 05:01:44,142 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-638020b6-fecc-438-proj-role 2018-12-29 05:01:44,233 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-638020b6-fecc-438-proj-role to project CreateSecurityGroupTests-638020b6-fecc-438-proj 2018-12-29 05:01:45,131 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0221db07-3aa5-437e-b834-6169c0dfa67dname... 2018-12-29 05:01:45,131 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0221db07-3aa5-437e-b834-6169c0dfa67dname 2018-12-29 05:01:45,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:45,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:46,006 - neutron_utils - INFO - Retrieving security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:46,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:46,485 - neutron_utils - INFO - Retrieving security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:46,689 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:46,906 - neutron_utils - INFO - Retrieving security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:47,091 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:47,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:48,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb4af13-22a7-42e5-b123-146cf254317e 2018-12-29 05:01:48,187 - neutron_utils - INFO - Deleting security group rule with ID - d3374498-8b35-48b1-bd3f-4dd239369d97 2018-12-29 05:01:48,298 - neutron_utils - INFO - Deleting security group rule with ID - 1ec8a3e8-0ed1-4fb2-b3c0-4e5bde27061e 2018-12-29 05:01:48,596 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0221db07-3aa5-437e-b834-6169c0dfa67dname 2018-12-29 05:01:49,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e43e8ee-c23f-4836-a452-dc23061bb6cd 2018-12-29 05:01:49,308 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:01:49,688 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-638020b6-fecc-438-proj 2018-12-29 05:01:49,983 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-638020b6-fecc-438-proj-role 2018-12-29 05:01:50,184 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-638020b6-fecc-438-user 2018-12-29 05:01:51,602 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-532aa359-1d20-4c1-proj 2018-12-29 05:01:52,650 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-532aa359-1d20-4c1-user 2018-12-29 05:01:52,854 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-532aa359-1d20-4c1-proj-role 2018-12-29 05:01:52,872 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-532aa359-1d20-4c1-proj-role to project CreateSecurityGroupTests-532aa359-1d20-4c1-proj 2018-12-29 05:01:53,791 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname... 2018-12-29 05:01:53,791 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname 2018-12-29 05:01:54,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,403 - neutron_utils - INFO - Retrieving security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,516 - neutron_utils - INFO - Retrieving security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:54,625 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname 2018-12-29 05:01:54,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:55,448 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname 2018-12-29 05:01:55,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:56,245 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname 2018-12-29 05:01:56,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:56,903 - neutron_utils - INFO - Retrieving security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:57,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:57,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:57,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:58,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:58,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:58,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:59,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:59,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:59,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:01:59,987 - neutron_utils - INFO - Deleting security group rule with ID - 06ad5f11-0fc2-4da2-be79-eba945004382 2018-12-29 05:02:00,274 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-29 05:02:00,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366b6c3b-1156-4487-8665-f0926760198c 2018-12-29 05:02:00,307 - neutron_utils - INFO - Deleting security group rule with ID - ba475ee2-4bce-4b23-b118-0492d9097668 2018-12-29 05:02:00,579 - neutron_utils - INFO - Deleting security group rule with ID - dfc45f45-b6ff-4409-9dc2-a6c352317b83 2018-12-29 05:02:00,693 - neutron_utils - INFO - Deleting security group rule with ID - ffcb7d88-200d-4020-abf6-326a1b32dbf9 2018-12-29 05:02:00,819 - neutron_utils - INFO - Deleting security group rule with ID - a95481f0-b115-4235-93ad-44421c84f710 2018-12-29 05:02:00,931 - neutron_utils - INFO - Deleting security group rule with ID - 06ad5f11-0fc2-4da2-be79-eba945004382 2018-12-29 05:02:00,961 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 06ad5f11-0fc2-4da2-be79-eba945004382 does not exist Neutron server returns request_ids: ['req-be03bd38-7715-480c-a016-a85107920ba7'] 2018-12-29 05:02:00,961 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1e163cc0-3183-4c5d-85bb-a03c1160ba3cname 2018-12-29 05:02:01,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a116912-8e57-407c-881e-72dbe477ee4e 2018-12-29 05:02:01,656 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:02:01,987 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-532aa359-1d20-4c1-proj 2018-12-29 05:02:02,229 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-532aa359-1d20-4c1-proj-role 2018-12-29 05:02:02,429 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-532aa359-1d20-4c1-user 2018-12-29 05:02:03,932 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-38bedc04-c92a-479-proj 2018-12-29 05:02:05,094 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-38bedc04-c92a-479-user 2018-12-29 05:02:05,285 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-38bedc04-c92a-479-proj-role 2018-12-29 05:02:05,376 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-38bedc04-c92a-479-proj-role to project CreateSecurityGroupTests-38bedc04-c92a-479-proj 2018-12-29 05:02:06,456 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name... 2018-12-29 05:02:06,456 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name 2018-12-29 05:02:06,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,111 - neutron_utils - INFO - Retrieving security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,212 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,385 - neutron_utils - INFO - Retrieving security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,438 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:07,614 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name 2018-12-29 05:02:07,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:08,413 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name 2018-12-29 05:02:08,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:08,885 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name 2018-12-29 05:02:09,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:09,713 - neutron_utils - INFO - Retrieving security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:09,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:10,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:10,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:11,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:11,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:12,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:12,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:12,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:13,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:13,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:13,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:14,297 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:14,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:14,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:14,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:14,879 - neutron_utils - INFO - Deleting security group rule with ID - 7dbbc8c5-9a88-430c-9e49-8995abfc9e1c 2018-12-29 05:02:15,029 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-12-29 05:02:15,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9707b516-3c8e-46ef-b6ca-7db0f6463e98 2018-12-29 05:02:15,066 - neutron_utils - INFO - Deleting security group rule with ID - 2bc51293-98aa-42fc-99fb-dc97b887fdc3 2018-12-29 05:02:15,174 - neutron_utils - INFO - Deleting security group rule with ID - 2d20bdfb-4034-44a6-8b2d-153408c30bc7 2018-12-29 05:02:15,424 - neutron_utils - INFO - Deleting security group rule with ID - 7dbbc8c5-9a88-430c-9e49-8995abfc9e1c 2018-12-29 05:02:15,614 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 7dbbc8c5-9a88-430c-9e49-8995abfc9e1c does not exist Neutron server returns request_ids: ['req-a5529553-eb80-4ba1-a1d6-f37184cc9c93'] 2018-12-29 05:02:15,614 - neutron_utils - INFO - Deleting security group rule with ID - 5bc094e4-12a4-4c7f-ac2c-32344cd5e87d 2018-12-29 05:02:15,731 - neutron_utils - INFO - Deleting security group rule with ID - 07c0b56b-a92f-4aaa-a602-24cd825e82bb 2018-12-29 05:02:15,995 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-05891abc-193d-44a3-a4ee-fa03c40f5252name 2018-12-29 05:02:17,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 808affc4-2edb-43cf-a172-635202008f89 2018-12-29 05:02:17,237 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:02:17,531 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-38bedc04-c92a-479-proj 2018-12-29 05:02:17,804 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-38bedc04-c92a-479-proj-role 2018-12-29 05:02:18,019 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-38bedc04-c92a-479-user 2018-12-29 05:02:19,471 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj 2018-12-29 05:02:20,627 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-user 2018-12-29 05:02:20,819 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj-role 2018-12-29 05:02:20,908 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj-role to project CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj 2018-12-29 05:02:23,826 - create_image - INFO - Created image with name - CreateImageSuccessTests-066c0ba3-5216-4242-b989-ffa715f28f9c 2018-12-29 05:02:23,984 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-066c0ba3-5216-4242-b989-ffa715f28f9c 2018-12-29 05:02:24,712 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-066c0ba3-5216-4242-b989-ffa715f28f9c 2018-12-29 05:02:26,288 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-066c0ba3-5216-4242-b989-ffa715f28f9c 2018-12-29 05:02:26,921 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj 2018-12-29 05:02:27,108 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-proj-role 2018-12-29 05:02:27,324 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c0dcb48a-bb85-4a5-user 2018-12-29 05:02:28,717 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-proj 2018-12-29 05:02:29,915 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-user 2018-12-29 05:02:30,112 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-proj-role 2018-12-29 05:02:30,196 - keystone_utils - INFO - Granting role CreateImageSuccessTests-f2cfddfd-df50-4a0-proj-role to project CreateImageSuccessTests-f2cfddfd-df50-4a0-proj 2018-12-29 05:02:33,739 - create_image - INFO - Created image with name - CreateImageSuccessTests-37e20b3a-2a13-4e86-9375-46dda2f4a326 2018-12-29 05:02:33,759 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-37e20b3a-2a13-4e86-9375-46dda2f4a326 2018-12-29 05:02:34,459 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-37e20b3a-2a13-4e86-9375-46dda2f4a326 2018-12-29 05:02:36,460 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-proj 2018-12-29 05:02:36,702 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-proj-role 2018-12-29 05:02:36,904 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-f2cfddfd-df50-4a0-user 2018-12-29 05:02:38,345 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-35384330-28bc-46c-proj 2018-12-29 05:02:39,334 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-35384330-28bc-46c-user 2018-12-29 05:02:39,531 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-35384330-28bc-46c-proj-role 2018-12-29 05:02:39,550 - keystone_utils - INFO - Granting role CreateImageSuccessTests-35384330-28bc-46c-proj-role to project CreateImageSuccessTests-35384330-28bc-46c-proj 2018-12-29 05:02:42,495 - create_image - INFO - Created image with name - CreateImageSuccessTests-e19ce465-1424-421e-85e4-ae9a87c0a49b 2018-12-29 05:02:42,658 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-e19ce465-1424-421e-85e4-ae9a87c0a49b 2018-12-29 05:02:43,363 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e19ce465-1424-421e-85e4-ae9a87c0a49b 2018-12-29 05:02:45,294 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-35384330-28bc-46c-proj 2018-12-29 05:02:45,559 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-35384330-28bc-46c-proj-role 2018-12-29 05:02:45,754 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-35384330-28bc-46c-user 2018-12-29 05:02:47,202 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-ca5eb54e-9e11-495-proj 2018-12-29 05:02:48,258 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-ca5eb54e-9e11-495-user 2018-12-29 05:02:48,453 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-ca5eb54e-9e11-495-proj-role 2018-12-29 05:02:48,547 - keystone_utils - INFO - Granting role CreateImageSuccessTests-ca5eb54e-9e11-495-proj-role to project CreateImageSuccessTests-ca5eb54e-9e11-495-proj 2018-12-29 05:02:51,393 - create_image - INFO - Created image with name - CreateImageSuccessTests-cd4c11dc-4040-4742-8c59-a83fd668540e 2018-12-29 05:02:51,549 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-cd4c11dc-4040-4742-8c59-a83fd668540e 2018-12-29 05:02:52,270 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cd4c11dc-4040-4742-8c59-a83fd668540e 2018-12-29 05:02:53,962 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-ca5eb54e-9e11-495-proj 2018-12-29 05:02:54,150 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-ca5eb54e-9e11-495-proj-role 2018-12-29 05:02:54,363 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-ca5eb54e-9e11-495-user 2018-12-29 05:02:55,753 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2df52950-a1ce-45a-proj 2018-12-29 05:02:56,873 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2df52950-a1ce-45a-user 2018-12-29 05:02:57,076 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2df52950-a1ce-45a-proj-role 2018-12-29 05:02:57,161 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2df52950-a1ce-45a-proj-role to project CreateImageSuccessTests-2df52950-a1ce-45a-proj 2018-12-29 05:03:00,112 - create_image - INFO - Created image with name - CreateImageSuccessTests-dfe6cf5a-5756-49c6-a111-e28f4bc15a7f 2018-12-29 05:03:00,268 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-dfe6cf5a-5756-49c6-a111-e28f4bc15a7f 2018-12-29 05:03:01,839 - create_image - INFO - Found image with name - CreateImageSuccessTests-dfe6cf5a-5756-49c6-a111-e28f4bc15a7f 2018-12-29 05:03:01,839 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-dfe6cf5a-5756-49c6-a111-e28f4bc15a7f 2018-12-29 05:03:03,716 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2df52950-a1ce-45a-proj 2018-12-29 05:03:03,971 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2df52950-a1ce-45a-proj-role 2018-12-29 05:03:04,169 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2df52950-a1ce-45a-user 2018-12-29 05:03:05,585 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-8e7ba11e-ef89-430-proj 2018-12-29 05:03:06,658 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-8e7ba11e-ef89-430-user 2018-12-29 05:03:06,866 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-8e7ba11e-ef89-430-proj-role 2018-12-29 05:03:06,960 - keystone_utils - INFO - Granting role CreateImageSuccessTests-8e7ba11e-ef89-430-proj-role to project CreateImageSuccessTests-8e7ba11e-ef89-430-proj 2018-12-29 05:03:09,855 - create_image - INFO - Created image with name - CreateImageSuccessTests-e60a68f1-c4d9-4945-ade4-b95648a92aed 2018-12-29 05:03:10,021 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-e60a68f1-c4d9-4945-ade4-b95648a92aed 2018-12-29 05:03:11,616 - create_image - INFO - Found image with name - CreateImageSuccessTests-e60a68f1-c4d9-4945-ade4-b95648a92aed 2018-12-29 05:03:11,616 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e60a68f1-c4d9-4945-ade4-b95648a92aed 2018-12-29 05:03:14,087 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-8e7ba11e-ef89-430-proj 2018-12-29 05:03:14,314 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-8e7ba11e-ef89-430-proj-role 2018-12-29 05:03:14,500 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-8e7ba11e-ef89-430-user 2018-12-29 05:03:15,999 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-eea068f8-c557-447-proj 2018-12-29 05:03:17,070 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-eea068f8-c557-447-user 2018-12-29 05:03:17,268 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-eea068f8-c557-447-proj-role 2018-12-29 05:03:17,361 - keystone_utils - INFO - Granting role CreateImageNegativeTests-eea068f8-c557-447-proj-role to project CreateImageNegativeTests-eea068f8-c557-447-proj 2018-12-29 05:03:18,511 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-29 05:03:18,511 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-0fde4930-9256-439f-94b4-e9b01bdcdc0d 2018-12-29 05:03:19,248 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-eea068f8-c557-447-proj 2018-12-29 05:03:19,582 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-eea068f8-c557-447-proj-role 2018-12-29 05:03:19,790 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-eea068f8-c557-447-user 2018-12-29 05:03:21,220 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-23869657-b25b-402-proj 2018-12-29 05:03:22,347 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-23869657-b25b-402-user 2018-12-29 05:03:22,633 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-23869657-b25b-402-proj-role 2018-12-29 05:03:22,653 - keystone_utils - INFO - Granting role CreateImageNegativeTests-23869657-b25b-402-proj-role to project CreateImageNegativeTests-23869657-b25b-402-proj 2018-12-29 05:03:23,815 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-12-29 05:03:23,815 - glance_utils - INFO - Removing file ./tmp/4a85bbe8-a439-4a54-ae5d-daee15ea8845 2018-12-29 05:03:24,319 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-23869657-b25b-402-proj 2018-12-29 05:03:24,565 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-23869657-b25b-402-proj-role 2018-12-29 05:03:24,758 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-23869657-b25b-402-user 2018-12-29 05:03:26,196 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-845af8b0-6017-403-proj 2018-12-29 05:03:27,262 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-845af8b0-6017-403-user 2018-12-29 05:03:27,477 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-845af8b0-6017-403-proj-role 2018-12-29 05:03:27,498 - keystone_utils - INFO - Granting role CreateImageNegativeTests-845af8b0-6017-403-proj-role to project CreateImageNegativeTests-845af8b0-6017-403-proj 2018-12-29 05:03:28,773 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-845af8b0-6017-403-proj 2018-12-29 05:03:28,996 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-845af8b0-6017-403-proj-role 2018-12-29 05:03:29,198 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-845af8b0-6017-403-user 2018-12-29 05:03:30,723 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-proj 2018-12-29 05:03:31,831 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-user 2018-12-29 05:03:32,034 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-proj-role 2018-12-29 05:03:32,123 - keystone_utils - INFO - Granting role CreateImageNegativeTests-51a70cc8-8cba-4a4-proj-role to project CreateImageNegativeTests-51a70cc8-8cba-4a4-proj 2018-12-29 05:03:33,389 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-proj 2018-12-29 05:03:33,672 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-proj-role 2018-12-29 05:03:33,871 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-51a70cc8-8cba-4a4-user 2018-12-29 05:03:35,285 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-proj 2018-12-29 05:03:36,406 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-user 2018-12-29 05:03:36,603 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-proj-role 2018-12-29 05:03:36,622 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-81746ddd-d04e-4ce-proj-role to project CreateMultiPartImageTests-81746ddd-d04e-4ce-proj 2018-12-29 05:03:36,678 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-12-29 05:03:37,095 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-proj 2018-12-29 05:03:37,295 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-proj-role 2018-12-29 05:03:37,531 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-81746ddd-d04e-4ce-user 2018-12-29 05:03:39,022 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-proj 2018-12-29 05:03:40,148 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-user 2018-12-29 05:03:40,334 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-proj-role 2018-12-29 05:03:40,354 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d7ed7da5-6c15-485-proj-role to project CreateMultiPartImageTests-d7ed7da5-6c15-485-proj 2018-12-29 05:03:40,490 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-29 05:03:40,962 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-proj 2018-12-29 05:03:41,163 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-proj-role 2018-12-29 05:03:41,305 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d7ed7da5-6c15-485-user 2018-12-29 05:03:42,837 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-6d09961d-cb8e-427-proj 2018-12-29 05:03:43,897 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-6d09961d-cb8e-427-user 2018-12-29 05:03:44,106 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-6d09961d-cb8e-427-proj-role 2018-12-29 05:03:44,127 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-6d09961d-cb8e-427-proj-role to project CreateMultiPartImageTests-6d09961d-cb8e-427-proj 2018-12-29 05:03:44,299 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-12-29 05:03:44,852 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-6d09961d-cb8e-427-proj 2018-12-29 05:03:45,043 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-6d09961d-cb8e-427-proj-role 2018-12-29 05:03:45,241 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-6d09961d-cb8e-427-user 2018-12-29 05:03:46,657 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-proj 2018-12-29 05:03:47,795 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-user 2018-12-29 05:03:48,010 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-proj-role 2018-12-29 05:03:48,092 - keystone_utils - INFO - Granting role CreateKeypairsTests-e95b82ca-4f5a-4d0-proj-role to project CreateKeypairsTests-e95b82ca-4f5a-4d0-proj 2018-12-29 05:03:48,908 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-61fcf642-92c4-4a54-905c-9d3d26c3675c... 2018-12-29 05:03:48,908 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:03:48,965 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-61fcf642-92c4-4a54-905c-9d3d26c3675c 2018-12-29 05:03:50,139 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-proj 2018-12-29 05:03:50,331 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-proj-role 2018-12-29 05:03:50,524 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e95b82ca-4f5a-4d0-user 2018-12-29 05:03:51,992 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-26017c82-d4bf-44c-proj 2018-12-29 05:03:53,052 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-26017c82-d4bf-44c-user 2018-12-29 05:03:53,244 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-26017c82-d4bf-44c-proj-role 2018-12-29 05:03:53,335 - keystone_utils - INFO - Granting role CreateKeypairsTests-26017c82-d4bf-44c-proj-role to project CreateKeypairsTests-26017c82-d4bf-44c-proj 2018-12-29 05:03:53,791 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-3c2f2b31-9641-4f62-b1f1-3029a1bf6b57.pub 2018-12-29 05:03:54,421 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-3c2f2b31-9641-4f62-b1f1-3029a1bf6b57... 2018-12-29 05:03:54,421 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-29 05:03:54,422 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-3c2f2b31-9641-4f62-b1f1-3029a1bf6b57.pub 2018-12-29 05:03:54,422 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-3c2f2b31-9641-4f62-b1f1-3029a1bf6b57 2018-12-29 05:03:55,552 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-26017c82-d4bf-44c-proj 2018-12-29 05:03:55,762 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-26017c82-d4bf-44c-proj-role 2018-12-29 05:03:55,961 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-26017c82-d4bf-44c-user 2018-12-29 05:03:57,303 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-537ab183-500c-470-proj 2018-12-29 05:03:58,516 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-537ab183-500c-470-user 2018-12-29 05:03:58,712 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-537ab183-500c-470-proj-role 2018-12-29 05:03:58,803 - keystone_utils - INFO - Granting role CreateKeypairsTests-537ab183-500c-470-proj-role to project CreateKeypairsTests-537ab183-500c-470-proj 2018-12-29 05:03:59,552 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-479539bd-9ab8-4f6b-9c29-761fb848d952... 2018-12-29 05:03:59,552 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:05:36,737 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-479539bd-9ab8-4f6b-9c29-761fb848d952 2018-12-29 05:05:37,925 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-537ab183-500c-470-proj 2018-12-29 05:05:38,146 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-537ab183-500c-470-proj-role 2018-12-29 05:05:38,351 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-537ab183-500c-470-user 2018-12-29 05:05:39,766 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-df3f80a0-244c-4fa-proj 2018-12-29 05:05:40,922 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-df3f80a0-244c-4fa-user 2018-12-29 05:05:41,131 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-df3f80a0-244c-4fa-proj-role 2018-12-29 05:05:41,149 - keystone_utils - INFO - Granting role CreateKeypairsTests-df3f80a0-244c-4fa-proj-role to project CreateKeypairsTests-df3f80a0-244c-4fa-proj 2018-12-29 05:05:41,909 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-4246f6ef-318e-42d8-990b-0b1e55975d01... 2018-12-29 05:05:41,909 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:05:41,981 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-4246f6ef-318e-42d8-990b-0b1e55975d01 2018-12-29 05:05:43,124 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-df3f80a0-244c-4fa-proj 2018-12-29 05:05:43,374 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-df3f80a0-244c-4fa-proj-role 2018-12-29 05:05:43,585 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-df3f80a0-244c-4fa-user 2018-12-29 05:05:45,035 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0973f7da-c097-4fb-proj 2018-12-29 05:05:46,089 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0973f7da-c097-4fb-user 2018-12-29 05:05:46,281 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0973f7da-c097-4fb-proj-role 2018-12-29 05:05:46,300 - keystone_utils - INFO - Granting role CreateKeypairsTests-0973f7da-c097-4fb-proj-role to project CreateKeypairsTests-0973f7da-c097-4fb-proj 2018-12-29 05:05:47,063 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c... 2018-12-29 05:05:47,064 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:05:47,101 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c 2018-12-29 05:05:47,157 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c.pub 2018-12-29 05:05:47,158 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c 2018-12-29 05:05:47,735 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c.pub] 2018-12-29 05:05:47,736 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-ea954365-b08d-4be1-a26b-c32c1b0d0a7c] 2018-12-29 05:05:48,294 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0973f7da-c097-4fb-proj 2018-12-29 05:05:48,494 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0973f7da-c097-4fb-proj-role 2018-12-29 05:05:48,698 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0973f7da-c097-4fb-user 2018-12-29 05:05:50,125 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a8d8e140-db7d-487-proj 2018-12-29 05:05:51,250 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a8d8e140-db7d-487-user 2018-12-29 05:05:51,442 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a8d8e140-db7d-487-proj-role 2018-12-29 05:05:51,534 - keystone_utils - INFO - Granting role CreateKeypairsTests-a8d8e140-db7d-487-proj-role to project CreateKeypairsTests-a8d8e140-db7d-487-proj 2018-12-29 05:05:52,275 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-e19af69b-9ae3-4490-8d6d-37e38c3771d8... 2018-12-29 05:05:52,275 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:05:52,329 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-e19af69b-9ae3-4490-8d6d-37e38c3771d8 2018-12-29 05:05:52,395 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-e19af69b-9ae3-4490-8d6d-37e38c3771d8.pub 2018-12-29 05:05:52,969 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-e19af69b-9ae3-4490-8d6d-37e38c3771d8.pub] 2018-12-29 05:05:53,453 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a8d8e140-db7d-487-proj 2018-12-29 05:05:53,642 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a8d8e140-db7d-487-proj-role 2018-12-29 05:05:53,844 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a8d8e140-db7d-487-user 2018-12-29 05:05:55,172 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj 2018-12-29 05:05:56,294 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-user 2018-12-29 05:05:56,502 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj-role 2018-12-29 05:05:56,598 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj-role to project CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj 2018-12-29 05:05:56,898 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27.pub 2018-12-29 05:05:56,898 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27 2018-12-29 05:05:57,525 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27... 2018-12-29 05:05:57,525 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-29 05:05:57,525 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27.pub 2018-12-29 05:05:57,525 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27 2018-12-29 05:05:57,646 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27.pub] 2018-12-29 05:05:57,646 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e207a83e-9f03-415d-a6f7-26cb5ca29c27] 2018-12-29 05:05:58,138 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj 2018-12-29 05:05:58,326 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-proj-role 2018-12-29 05:05:58,528 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f10336a2-b2a1-451-user 2018-12-29 05:05:59,927 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj 2018-12-29 05:06:00,999 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-user 2018-12-29 05:06:01,203 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj-role 2018-12-29 05:06:01,293 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj-role to project CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj 2018-12-29 05:06:01,423 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-9af2269c-f217-4e21-88d7-0a0554c7a004.pub 2018-12-29 05:06:01,423 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-9af2269c-f217-4e21-88d7-0a0554c7a004 2018-12-29 05:06:02,145 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-9af2269c-f217-4e21-88d7-0a0554c7a004... 2018-12-29 05:06:02,145 - OpenStackKeypair - INFO - Uploading existing keypair 2018-12-29 05:06:02,145 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-9af2269c-f217-4e21-88d7-0a0554c7a004.pub 2018-12-29 05:06:02,145 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-9af2269c-f217-4e21-88d7-0a0554c7a004 2018-12-29 05:06:02,689 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj 2018-12-29 05:06:02,901 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-proj-role 2018-12-29 05:06:03,091 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-f79084ed-db86-4d4-user 2018-12-29 05:06:04,658 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-4e33415f-5996-473-proj 2018-12-29 05:06:05,712 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-4e33415f-5996-473-user 2018-12-29 05:06:05,903 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-4e33415f-5996-473-proj-role 2018-12-29 05:06:05,998 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-4e33415f-5996-473-proj-role to project CreateKeypairsCleanupTests-4e33415f-5996-473-proj 2018-12-29 05:06:06,758 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a... 2018-12-29 05:06:06,758 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:06:06,773 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a 2018-12-29 05:06:06,833 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a.pub 2018-12-29 05:06:06,833 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a 2018-12-29 05:06:06,867 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a.pub] 2018-12-29 05:06:06,868 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-e04ad400-463f-4fa5-bac9-8961bbc8691a] 2018-12-29 05:06:07,444 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-4e33415f-5996-473-proj 2018-12-29 05:06:07,631 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-4e33415f-5996-473-proj-role 2018-12-29 05:06:07,836 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-4e33415f-5996-473-user 2018-12-29 05:06:09,274 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b439359b-3487-435-proj 2018-12-29 05:06:10,388 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b439359b-3487-435-user 2018-12-29 05:06:10,593 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b439359b-3487-435-proj-role 2018-12-29 05:06:10,678 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b439359b-3487-435-proj-role to project CreateKeypairsCleanupTests-b439359b-3487-435-proj 2018-12-29 05:06:11,434 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3... 2018-12-29 05:06:11,434 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:06:11,455 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3 2018-12-29 05:06:11,533 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3.pub 2018-12-29 05:06:11,534 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3 2018-12-29 05:06:11,568 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3.pub] 2018-12-29 05:06:11,568 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-36e453ab-beca-43ae-90d1-d18dbeaa65b3] 2018-12-29 05:06:12,068 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b439359b-3487-435-proj 2018-12-29 05:06:12,266 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b439359b-3487-435-proj-role 2018-12-29 05:06:12,408 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b439359b-3487-435-user 2018-12-29 05:06:13,813 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj 2018-12-29 05:06:14,897 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-user 2018-12-29 05:06:15,095 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj-role 2018-12-29 05:06:15,185 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj-role to project CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj 2018-12-29 05:06:15,918 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-cd85a6e5-34a8-49e2-887d-d34f31ac65d5... 2018-12-29 05:06:15,918 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:06:15,975 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-cd85a6e5-34a8-49e2-887d-d34f31ac65d5 2018-12-29 05:06:16,066 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-cd85a6e5-34a8-49e2-887d-d34f31ac65d5.pub 2018-12-29 05:06:16,067 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-cd85a6e5-34a8-49e2-887d-d34f31ac65d5 2018-12-29 05:06:16,596 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj 2018-12-29 05:06:16,805 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-proj-role 2018-12-29 05:06:17,014 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-add5f90c-06f4-45c-user 2018-12-29 05:06:18,431 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-proj 2018-12-29 05:06:19,556 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-user 2018-12-29 05:06:19,748 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-proj-role 2018-12-29 05:06:19,768 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8433f4ad-17e7-486-proj-role to project CreateNetworkSuccessTests-8433f4ad-17e7-486-proj 2018-12-29 05:06:20,603 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-net 2018-12-29 05:06:21,706 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-subnet 2018-12-29 05:06:23,730 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-subnet 2018-12-29 05:06:23,730 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-subnet 2018-12-29 05:06:25,105 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-net 2018-12-29 05:06:27,402 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-subnet 2018-12-29 05:06:27,402 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-subnet 2018-12-29 05:06:27,444 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-80240f03-6096-41ba-bcee-e19f8dbff3e6-pub-net 2018-12-29 05:06:27,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f9c6731-8a2f-49cd-8a20-44298d59c373 2018-12-29 05:06:28,101 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:06:28,471 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-proj 2018-12-29 05:06:28,733 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-proj-role 2018-12-29 05:06:28,942 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8433f4ad-17e7-486-user 2018-12-29 05:06:30,323 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj 2018-12-29 05:06:31,479 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-user 2018-12-29 05:06:31,676 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj-role 2018-12-29 05:06:31,700 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj-role to project CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj 2018-12-29 05:06:32,499 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-net 2018-12-29 05:06:34,640 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-subnet 2018-12-29 05:06:39,272 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router 2018-12-29 05:06:41,734 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router 2018-12-29 05:06:44,840 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router and subnet CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-subnet 2018-12-29 05:06:44,840 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router 2018-12-29 05:06:45,905 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router 2018-12-29 05:06:45,905 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-router 2018-12-29 05:06:47,166 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-subnet 2018-12-29 05:06:47,166 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-subnet 2018-12-29 05:06:49,166 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-937be8e1-e7c6-4fd6-aa13-cb8e75d8e79e-pub-net 2018-12-29 05:06:51,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f142cece-fc15-4b33-b47a-75c4a9267fc2 2018-12-29 05:06:51,477 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:06:51,795 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj 2018-12-29 05:06:52,020 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-proj-role 2018-12-29 05:06:52,226 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c12124a1-8c2b-4b5-user 2018-12-29 05:06:53,700 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-proj 2018-12-29 05:06:54,688 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-user 2018-12-29 05:06:54,885 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-proj-role 2018-12-29 05:06:54,969 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-1261eae0-1833-4b6-proj-role to project CreateNetworkSuccessTests-1261eae0-1833-4b6-proj 2018-12-29 05:06:55,856 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-net 2018-12-29 05:06:57,863 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-subnet 2018-12-29 05:07:01,867 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router 2018-12-29 05:07:03,967 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router 2018-12-29 05:07:06,793 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router and subnet CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-subnet 2018-12-29 05:07:06,793 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router 2018-12-29 05:07:08,059 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router 2018-12-29 05:07:08,059 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-router 2018-12-29 05:07:09,349 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-subnet 2018-12-29 05:07:09,349 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-subnet 2018-12-29 05:07:11,649 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c362fa3a-7a40-484a-947c-7e6e6ba2f996-pub-net 2018-12-29 05:07:13,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b8b2352e-2683-41b8-a125-251ded69f6e0 2018-12-29 05:07:14,157 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:07:14,648 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-proj 2018-12-29 05:07:14,894 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-proj-role 2018-12-29 05:07:15,087 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-1261eae0-1833-4b6-user 2018-12-29 05:07:16,509 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj 2018-12-29 05:07:17,515 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-user 2018-12-29 05:07:17,724 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj-role 2018-12-29 05:07:17,807 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj-role to project CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj 2018-12-29 05:07:18,667 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-net 2018-12-29 05:07:19,863 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-subnet 2018-12-29 05:07:22,663 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router 2018-12-29 05:07:24,835 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router 2018-12-29 05:07:28,900 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router and subnet CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-subnet 2018-12-29 05:07:28,901 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router 2018-12-29 05:07:29,965 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router 2018-12-29 05:07:29,965 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-router 2018-12-29 05:07:31,234 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-subnet 2018-12-29 05:07:31,234 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-subnet 2018-12-29 05:07:33,582 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-7af0ba61-bdba-4b40-9a12-3cd0639bded7-pub-net 2018-12-29 05:07:35,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a5e6dc1-c701-4dd6-b14d-2017d2b75ad6 2018-12-29 05:07:35,368 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:07:35,723 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj 2018-12-29 05:07:35,984 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-proj-role 2018-12-29 05:07:36,214 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-1ff2c39e-de1c-442-user 2018-12-29 05:07:37,694 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-proj 2018-12-29 05:07:38,827 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-user 2018-12-29 05:07:39,029 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-proj-role 2018-12-29 05:07:39,118 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-72337f4d-1aa9-433-proj-role to project CreateNetworkSuccessTests-72337f4d-1aa9-433-proj 2018-12-29 05:07:39,885 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-602c154c-9d21-4e05-880c-558d9a407a76-pub-net 2018-12-29 05:07:40,932 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-602c154c-9d21-4e05-880c-558d9a407a76-pub-subnet 2018-12-29 05:07:43,056 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-602c154c-9d21-4e05-880c-558d9a407a76-pub-subnet 2018-12-29 05:07:43,056 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-602c154c-9d21-4e05-880c-558d9a407a76-pub-subnet 2018-12-29 05:07:45,637 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-602c154c-9d21-4e05-880c-558d9a407a76-pub-net 2018-12-29 05:07:47,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d06d78f5-6952-4936-b2de-588373fefbcb 2018-12-29 05:07:47,756 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:07:48,066 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-proj 2018-12-29 05:07:48,356 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-proj-role 2018-12-29 05:07:48,597 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-72337f4d-1aa9-433-user 2018-12-29 05:07:50,066 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj 2018-12-29 05:07:51,137 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-user 2018-12-29 05:07:51,349 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj-role 2018-12-29 05:07:51,440 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj-role to project CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj 2018-12-29 05:07:52,288 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-fc9704d4-12c8-42c8-bedf-4ef2627ca447-pub-net 2018-12-29 05:07:53,441 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-fc9704d4-12c8-42c8-bedf-4ef2627ca447-pub-subnet 2018-12-29 05:07:55,796 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fc9704d4-12c8-42c8-bedf-4ef2627ca447-pub-subnet 2018-12-29 05:07:55,796 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fc9704d4-12c8-42c8-bedf-4ef2627ca447-pub-subnet 2018-12-29 05:07:58,192 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-fc9704d4-12c8-42c8-bedf-4ef2627ca447-pub-net 2018-12-29 05:08:00,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 340a0c70-fa44-4b56-bfaf-9bc2dd0ed4eb 2018-12-29 05:08:00,208 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:08:00,522 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj 2018-12-29 05:08:00,775 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-proj-role 2018-12-29 05:08:00,978 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d5aaa573-5510-4d7-user 2018-12-29 05:08:02,484 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-dba0d02a-1409-406-proj 2018-12-29 05:08:03,544 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-dba0d02a-1409-406-user 2018-12-29 05:08:03,760 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-dba0d02a-1409-406-proj-role 2018-12-29 05:08:03,856 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-dba0d02a-1409-406-proj-role to project CreateRouterSuccessTests-dba0d02a-1409-406-proj 2018-12-29 05:08:05,494 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router 2018-12-29 05:08:09,435 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router 2018-12-29 05:08:11,192 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router 2018-12-29 05:08:11,193 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router 2018-12-29 05:08:11,723 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-dba0d02a-1409-406-proj 2018-12-29 05:08:11,925 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-dba0d02a-1409-406-proj-role 2018-12-29 05:08:12,118 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-dba0d02a-1409-406-user 2018-12-29 05:08:13,509 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj 2018-12-29 05:08:14,628 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-user 2018-12-29 05:08:14,820 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj-role 2018-12-29 05:08:14,841 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj-role to project CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj 2018-12-29 05:08:16,074 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-41ef8af3-e825-4269-9a88-b772258909cc-pub-router 2018-12-29 05:08:17,824 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-41ef8af3-e825-4269-9a88-b772258909cc-pub-router 2018-12-29 05:08:17,824 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-41ef8af3-e825-4269-9a88-b772258909cc-pub-router 2018-12-29 05:08:18,562 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj 2018-12-29 05:08:18,757 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-proj-role 2018-12-29 05:08:18,952 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b68ce369-4ae6-4a2-user 2018-12-29 05:08:20,437 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-055d651b-ddc4-46a-proj 2018-12-29 05:08:21,496 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-055d651b-ddc4-46a-user 2018-12-29 05:08:21,700 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-055d651b-ddc4-46a-proj-role 2018-12-29 05:08:21,720 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-055d651b-ddc4-46a-proj-role to project CreateRouterSuccessTests-055d651b-ddc4-46a-proj 2018-12-29 05:08:22,940 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0554f1e3-bd3b-40bf-a842-41908c5dc6c4-pub-router 2018-12-29 05:08:24,825 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0554f1e3-bd3b-40bf-a842-41908c5dc6c4-pub-router 2018-12-29 05:08:24,825 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0554f1e3-bd3b-40bf-a842-41908c5dc6c4-pub-router 2018-12-29 05:08:25,598 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-055d651b-ddc4-46a-proj 2018-12-29 05:08:25,799 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-055d651b-ddc4-46a-proj-role 2018-12-29 05:08:25,996 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-055d651b-ddc4-46a-user 2018-12-29 05:08:27,400 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-78387416-d362-4cb-proj 2018-12-29 05:08:28,599 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-78387416-d362-4cb-user 2018-12-29 05:08:28,802 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-78387416-d362-4cb-proj-role 2018-12-29 05:08:28,821 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-78387416-d362-4cb-proj-role to project CreateRouterSuccessTests-78387416-d362-4cb-proj 2018-12-29 05:08:30,660 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4afaf884-f8ca-43d4-b443-0d425a9971e4-pub-router 2018-12-29 05:08:34,236 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4afaf884-f8ca-43d4-b443-0d425a9971e4-pub-router 2018-12-29 05:08:34,237 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4afaf884-f8ca-43d4-b443-0d425a9971e4-pub-router 2018-12-29 05:08:35,950 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-78387416-d362-4cb-proj 2018-12-29 05:08:36,146 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-78387416-d362-4cb-proj-role 2018-12-29 05:08:36,353 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-78387416-d362-4cb-user 2018-12-29 05:08:37,784 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ac176545-aa83-446-proj 2018-12-29 05:08:38,874 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ac176545-aa83-446-user 2018-12-29 05:08:39,071 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ac176545-aa83-446-proj-role 2018-12-29 05:08:39,159 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ac176545-aa83-446-proj-role to project CreateRouterSuccessTests-ac176545-aa83-446-proj 2018-12-29 05:08:39,923 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-net1 2018-12-29 05:08:41,059 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-subnet1 2018-12-29 05:08:43,871 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:45,570 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-port1 for router - CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:47,323 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-net1 2018-12-29 05:08:48,292 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-port1 for router - CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:48,292 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:53,250 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router and port CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-port1 2018-12-29 05:08:53,250 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:54,407 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:54,407 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-router 2018-12-29 05:08:55,555 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-subnet1 2018-12-29 05:08:55,555 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-subnet1 2018-12-29 05:08:58,065 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-bcd9592c-e1b1-446f-b975-b39e6976395d-pub-net1 2018-12-29 05:08:59,810 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a157edc3-2047-42c8-b7b5-0b7099b37a8b 2018-12-29 05:08:59,987 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:09:00,361 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ac176545-aa83-446-proj 2018-12-29 05:09:00,668 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ac176545-aa83-446-proj-role 2018-12-29 05:09:00,894 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ac176545-aa83-446-user 2018-12-29 05:09:02,335 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-020340b3-d119-47b-proj 2018-12-29 05:09:03,395 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-020340b3-d119-47b-user 2018-12-29 05:09:03,606 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-020340b3-d119-47b-proj-role 2018-12-29 05:09:03,695 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-020340b3-d119-47b-proj-role to project CreateRouterSuccessTests-020340b3-d119-47b-proj 2018-12-29 05:09:05,571 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-21d4d3ef-b48d-435d-a8ab-fed4c9c01dfb-pub-router 2018-12-29 05:09:09,237 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-21d4d3ef-b48d-435d-a8ab-fed4c9c01dfb-pub-router 2018-12-29 05:09:09,237 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-21d4d3ef-b48d-435d-a8ab-fed4c9c01dfb-pub-router 2018-12-29 05:09:11,011 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-020340b3-d119-47b-proj 2018-12-29 05:09:11,230 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-020340b3-d119-47b-proj-role 2018-12-29 05:09:11,436 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-020340b3-d119-47b-user 2018-12-29 05:09:12,904 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj 2018-12-29 05:09:13,904 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-user 2018-12-29 05:09:14,095 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj-role 2018-12-29 05:09:14,186 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj-role to project CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj 2018-12-29 05:09:15,028 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net1 2018-12-29 05:09:15,938 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet1 2018-12-29 05:09:17,662 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net2 2018-12-29 05:09:18,774 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet2 2018-12-29 05:09:21,177 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:22,071 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port1 for router - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:23,544 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net1 2018-12-29 05:09:24,591 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port1 for router - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:24,591 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:26,545 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port2 for router - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:28,025 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net2 2018-12-29 05:09:28,950 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port2 for router - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:28,951 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:38,016 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router and port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port1 2018-12-29 05:09:38,017 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:39,059 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router and port CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-port2 2018-12-29 05:09:39,060 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:40,082 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:40,082 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-router 2018-12-29 05:09:40,399 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet1 2018-12-29 05:09:40,399 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet1 2018-12-29 05:09:42,860 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net1 2018-12-29 05:09:44,516 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet2 2018-12-29 05:09:44,516 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-subnet2 2018-12-29 05:09:46,681 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-9a50c35e-8346-4bdc-913c-c109c63cd757-pub-net2 2018-12-29 05:09:48,537 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6ea1e3c-f2bd-4a26-a860-2cd04186f6f3 2018-12-29 05:09:48,707 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:09:49,055 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj 2018-12-29 05:09:49,284 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-proj-role 2018-12-29 05:09:49,504 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-074c1ab1-a5e7-4f9-user 2018-12-29 05:09:51,012 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-proj 2018-12-29 05:09:52,125 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-user 2018-12-29 05:09:52,336 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-proj-role 2018-12-29 05:09:52,354 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-63042da5-e6e1-4dc-proj-role to project CreateRouterSuccessTests-63042da5-e6e1-4dc-proj 2018-12-29 05:09:54,109 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-65ddfc13-c3cf-433b-8b4b-310ccf54d04b-pub-router 2018-12-29 05:09:57,271 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-65ddfc13-c3cf-433b-8b4b-310ccf54d04b-pub-router 2018-12-29 05:09:57,271 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-65ddfc13-c3cf-433b-8b4b-310ccf54d04b-pub-router 2018-12-29 05:09:59,052 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-proj 2018-12-29 05:09:59,260 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-proj-role 2018-12-29 05:09:59,476 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-63042da5-e6e1-4dc-user 2018-12-29 05:10:00,922 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj 2018-12-29 05:10:02,042 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-user 2018-12-29 05:10:02,252 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj-role 2018-12-29 05:10:02,334 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj-role to project CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj 2018-12-29 05:10:03,799 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:04,911 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-port1 for router - CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:05,849 - neutron_utils - INFO - Creating port for network with name - external 2018-12-29 05:10:06,771 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-port1 for router - CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:06,771 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:09,931 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router and port CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-port1 2018-12-29 05:10:09,932 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:11,012 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:11,013 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-53ddcea4-00eb-4b47-bd2c-b049a217b2b7-pub-router 2018-12-29 05:10:11,952 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj 2018-12-29 05:10:12,225 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-proj-role 2018-12-29 05:10:12,426 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7807a4ae-2cae-4ca-user 2018-12-29 05:10:13,887 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj 2018-12-29 05:10:14,881 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-user 2018-12-29 05:10:15,084 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj-role 2018-12-29 05:10:15,173 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj-role to project CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj 2018-12-29 05:10:16,014 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-net1 2018-12-29 05:10:17,571 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-subnet1 2018-12-29 05:10:20,209 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router 2018-12-29 05:10:21,770 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router 2018-12-29 05:10:24,428 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router and subnet CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-subnet1 2018-12-29 05:10:24,428 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router 2018-12-29 05:10:25,620 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router 2018-12-29 05:10:25,620 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-router 2018-12-29 05:10:26,768 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-subnet1 2018-12-29 05:10:26,768 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-subnet1 2018-12-29 05:10:29,268 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-39a5bd35-9a60-4a5e-b1d3-510aa6599d58-pub-net1 2018-12-29 05:10:31,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c51447d3-2aa9-4f8c-b6dd-0a22b2cdf169 2018-12-29 05:10:31,298 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:10:31,621 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj 2018-12-29 05:10:31,895 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-proj-role 2018-12-29 05:10:32,106 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ff6d8439-74fc-4dc-user 2018-12-29 05:10:33,527 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-fc0daf9b-9286-483-proj 2018-12-29 05:10:34,509 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-fc0daf9b-9286-483-user 2018-12-29 05:10:34,713 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-fc0daf9b-9286-483-proj-role 2018-12-29 05:10:34,805 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-fc0daf9b-9286-483-proj-role to project CreateRouterSuccessTests-fc0daf9b-9286-483-proj 2018-12-29 05:10:35,609 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-net1 2018-12-29 05:10:36,442 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-subnet1 2018-12-29 05:10:38,888 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-router 2018-12-29 05:10:40,501 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-router 2018-12-29 05:10:40,501 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-router 2018-12-29 05:10:41,855 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-subnet1 2018-12-29 05:10:41,855 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-subnet1 2018-12-29 05:10:44,050 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-b2d9e7e5-1218-4cfb-beb8-56213d28bf0b-pub-net1 2018-12-29 05:10:46,098 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-fc0daf9b-9286-483-proj 2018-12-29 05:10:46,308 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-fc0daf9b-9286-483-proj-role 2018-12-29 05:10:46,508 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-fc0daf9b-9286-483-user 2018-12-29 05:10:48,036 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-953e9c9e-299f-411-proj 2018-12-29 05:10:49,048 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-953e9c9e-299f-411-user 2018-12-29 05:10:49,257 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-953e9c9e-299f-411-proj-role 2018-12-29 05:10:49,349 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-953e9c9e-299f-411-proj-role to project CreateRouterNegativeTests-953e9c9e-299f-411-proj 2018-12-29 05:10:50,124 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-net1 2018-12-29 05:10:50,975 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-subnet1 2018-12-29 05:10:53,819 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router 2018-12-29 05:10:56,616 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-port1 for router - CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router 2018-12-29 05:10:57,024 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router 2018-12-29 05:10:57,024 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router 2018-12-29 05:10:58,313 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-subnet1 2018-12-29 05:10:58,313 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-subnet1 2018-12-29 05:11:00,394 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-net1 2018-12-29 05:11:02,065 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-953e9c9e-299f-411-proj 2018-12-29 05:11:02,291 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-953e9c9e-299f-411-proj-role 2018-12-29 05:11:02,492 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-953e9c9e-299f-411-user 2018-12-29 05:11:03,946 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-28a63163-9b68-47d-proj 2018-12-29 05:11:05,036 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-28a63163-9b68-47d-user 2018-12-29 05:11:05,247 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-28a63163-9b68-47d-proj-role 2018-12-29 05:11:05,343 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-28a63163-9b68-47d-proj-role to project CreateRouterNegativeTests-28a63163-9b68-47d-proj 2018-12-29 05:11:07,249 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-28a63163-9b68-47d-proj 2018-12-29 05:11:07,482 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-28a63163-9b68-47d-proj-role 2018-12-29 05:11:07,677 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-28a63163-9b68-47d-user 2018-12-29 05:11:09,228 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-proj 2018-12-29 05:11:10,354 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-user 2018-12-29 05:11:10,545 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-proj-role 2018-12-29 05:11:10,565 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-92a395c8-24a1-4bb-proj-role to project CreateRouterNegativeTests-92a395c8-24a1-4bb-proj 2018-12-29 05:11:11,162 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-proj 2018-12-29 05:11:11,374 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-proj-role 2018-12-29 05:11:11,580 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-92a395c8-24a1-4bb-user 2018-12-29 05:11:13,018 - keystone_utils - INFO - Created project with name - CreateQoSTests-d057a3bf-81ff-4cd-proj 2018-12-29 05:11:14,048 - keystone_utils - INFO - Created user with name - CreateQoSTests-d057a3bf-81ff-4cd-user 2018-12-29 05:11:14,258 - keystone_utils - INFO - Created role with name - CreateQoSTests-d057a3bf-81ff-4cd-proj-role 2018-12-29 05:11:14,350 - keystone_utils - INFO - Granting role CreateQoSTests-d057a3bf-81ff-4cd-proj-role to project CreateQoSTests-d057a3bf-81ff-4cd-proj 2018-12-29 05:11:15,714 - create_qos - INFO - Created qos with name - CreateQoSTests-3bf76dc6-fc77-4991-9289-77b04337774a 2018-12-29 05:11:15,891 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-3bf76dc6-fc77-4991-9289-77b04337774a 2018-12-29 05:11:16,279 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-3bf76dc6-fc77-4991-9289-77b04337774a 2018-12-29 05:11:17,300 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-d057a3bf-81ff-4cd-proj 2018-12-29 05:11:17,512 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-d057a3bf-81ff-4cd-proj-role 2018-12-29 05:11:17,701 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-d057a3bf-81ff-4cd-user 2018-12-29 05:11:19,090 - keystone_utils - INFO - Created project with name - CreateQoSTests-9582234f-1a03-476-proj 2018-12-29 05:11:20,156 - keystone_utils - INFO - Created user with name - CreateQoSTests-9582234f-1a03-476-user 2018-12-29 05:11:20,360 - keystone_utils - INFO - Created role with name - CreateQoSTests-9582234f-1a03-476-proj-role 2018-12-29 05:11:20,451 - keystone_utils - INFO - Granting role CreateQoSTests-9582234f-1a03-476-proj-role to project CreateQoSTests-9582234f-1a03-476-proj 2018-12-29 05:11:21,361 - create_qos - INFO - Created qos with name - CreateQoSTests-360116b4-01be-400e-bfa8-c527aa496aab 2018-12-29 05:11:21,541 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-360116b4-01be-400e-bfa8-c527aa496aab 2018-12-29 05:11:22,602 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-9582234f-1a03-476-proj 2018-12-29 05:11:22,805 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-9582234f-1a03-476-proj-role 2018-12-29 05:11:23,005 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-9582234f-1a03-476-user 2018-12-29 05:11:24,437 - keystone_utils - INFO - Created project with name - CreateQoSTests-9f87eefa-268f-477-proj 2018-12-29 05:11:25,509 - keystone_utils - INFO - Created user with name - CreateQoSTests-9f87eefa-268f-477-user 2018-12-29 05:11:25,713 - keystone_utils - INFO - Created role with name - CreateQoSTests-9f87eefa-268f-477-proj-role 2018-12-29 05:11:25,812 - keystone_utils - INFO - Granting role CreateQoSTests-9f87eefa-268f-477-proj-role to project CreateQoSTests-9f87eefa-268f-477-proj 2018-12-29 05:11:26,786 - create_qos - INFO - Created qos with name - CreateQoSTests-4b179363-c926-4c63-a13b-dbcd1ce5ea3b 2018-12-29 05:11:27,568 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-4b179363-c926-4c63-a13b-dbcd1ce5ea3b 2018-12-29 05:11:28,188 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-9f87eefa-268f-477-proj 2018-12-29 05:11:28,387 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-9f87eefa-268f-477-proj-role 2018-12-29 05:11:28,592 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-9f87eefa-268f-477-user 2018-12-29 05:11:29,946 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj 2018-12-29 05:11:31,001 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-user 2018-12-29 05:11:31,210 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj-role 2018-12-29 05:11:31,292 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj-role to project CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj 2018-12-29 05:11:32,280 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4bd9f26f-c0d2-4885-95ee-e05d09719a96 2018-12-29 05:11:32,815 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4bd9f26f-c0d2-4885-95ee-e05d09719a96 2018-12-29 05:11:33,283 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4bd9f26f-c0d2-4885-95ee-e05d09719a96 2018-12-29 05:11:33,955 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj 2018-12-29 05:11:34,159 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-proj-role 2018-12-29 05:11:34,282 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-dc2c47a4-559b-4ec-user 2018-12-29 05:11:35,744 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj 2018-12-29 05:11:36,887 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-user 2018-12-29 05:11:37,090 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj-role 2018-12-29 05:11:37,183 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj-role to project CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj 2018-12-29 05:11:38,184 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4a0b08e1-538f-4d49-bc12-35d9a397b491 2018-12-29 05:11:39,727 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4a0b08e1-538f-4d49-bc12-35d9a397b491 2018-12-29 05:11:40,351 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj 2018-12-29 05:11:40,565 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-proj-role 2018-12-29 05:11:40,827 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e33a499e-1e08-480-user 2018-12-29 05:11:42,180 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj 2018-12-29 05:11:43,318 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-user 2018-12-29 05:11:43,449 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj-role 2018-12-29 05:11:43,471 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj-role to project CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj 2018-12-29 05:11:44,775 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-475b2d1c-f26a-4909-909c-c46c8cb7eb42 2018-12-29 05:11:46,118 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-475b2d1c-f26a-4909-909c-c46c8cb7eb42 2018-12-29 05:11:46,830 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj 2018-12-29 05:11:47,027 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-proj-role 2018-12-29 05:11:47,320 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d9191875-ba28-40a-user 2018-12-29 05:11:48,659 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj 2018-12-29 05:11:49,749 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-user 2018-12-29 05:11:49,947 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj-role 2018-12-29 05:11:50,038 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj-role to project CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj 2018-12-29 05:11:51,002 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-70fba3cf-b719-46a3-8d42-64599cc1bd09-qos-spec 2018-12-29 05:11:52,170 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-70fba3cf-b719-46a3-8d42-64599cc1bd09-vol_type 2018-12-29 05:11:52,697 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-70fba3cf-b719-46a3-8d42-64599cc1bd09-vol_type 2018-12-29 05:11:53,283 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-70fba3cf-b719-46a3-8d42-64599cc1bd09-qos-spec 2018-12-29 05:11:53,956 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj 2018-12-29 05:11:54,166 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-proj-role 2018-12-29 05:11:54,364 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-6c79aef6-a453-465-user 2018-12-29 05:11:55,773 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj 2018-12-29 05:11:56,821 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-user 2018-12-29 05:11:57,025 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj-role 2018-12-29 05:11:57,045 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj-role to project CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj 2018-12-29 05:11:58,097 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-f8b365c8-bdd2-4e03-a462-aec64a537e62-qos-spec 2018-12-29 05:11:59,312 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-f8b365c8-bdd2-4e03-a462-aec64a537e62-vol_type 2018-12-29 05:12:00,405 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-f8b365c8-bdd2-4e03-a462-aec64a537e62-vol_type 2018-12-29 05:12:00,648 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-f8b365c8-bdd2-4e03-a462-aec64a537e62-qos-spec 2018-12-29 05:12:01,335 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj 2018-12-29 05:12:01,536 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-proj-role 2018-12-29 05:12:01,727 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c3f8125d-4bef-4de-user 2018-12-29 05:12:03,138 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj 2018-12-29 05:12:04,270 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-user 2018-12-29 05:12:04,467 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj-role 2018-12-29 05:12:04,564 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj-role to project CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj 2018-12-29 05:12:05,534 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-a3a2486b-c704-41b7-a2ec-8e5cc27908db-qos-spec 2018-12-29 05:12:06,947 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-a3a2486b-c704-41b7-a2ec-8e5cc27908db-vol_type 2018-12-29 05:12:07,652 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-a3a2486b-c704-41b7-a2ec-8e5cc27908db-vol_type 2018-12-29 05:12:07,708 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-a3a2486b-c704-41b7-a2ec-8e5cc27908db-qos-spec 2018-12-29 05:12:08,392 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj 2018-12-29 05:12:08,596 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-proj-role 2018-12-29 05:12:08,791 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c4caa09b-8f54-4a5-user 2018-12-29 05:12:10,300 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj 2018-12-29 05:12:11,444 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-user 2018-12-29 05:12:11,569 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj-role 2018-12-29 05:12:11,589 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj-role to project CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj 2018-12-29 05:12:13,340 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-35ad01bf-d71c-43ca-b1d4-611ffd3d7211 2018-12-29 05:12:16,590 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-35ad01bf-d71c-43ca-b1d4-611ffd3d7211 2018-12-29 05:12:17,006 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-35ad01bf-d71c-43ca-b1d4-611ffd3d7211 2018-12-29 05:12:20,472 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-35ad01bf-d71c-43ca-b1d4-611ffd3d7211 2018-12-29 05:12:21,167 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj 2018-12-29 05:12:21,362 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-proj-role 2018-12-29 05:12:21,661 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-91aa017b-fab8-445-user 2018-12-29 05:12:23,096 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj 2018-12-29 05:12:24,156 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-user 2018-12-29 05:12:24,348 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj-role 2018-12-29 05:12:24,366 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj-role to project CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj 2018-12-29 05:12:26,124 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-df6ae590-6d74-4b5c-aaff-df0ee9c31957 2018-12-29 05:12:26,309 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-df6ae590-6d74-4b5c-aaff-df0ee9c31957 2018-12-29 05:12:27,323 - create_volume - INFO - Did not create volume due to cleanup mode 2018-12-29 05:12:27,380 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-df6ae590-6d74-4b5c-aaff-df0ee9c31957 2018-12-29 05:12:30,870 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-df6ae590-6d74-4b5c-aaff-df0ee9c31957 2018-12-29 05:12:31,376 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj 2018-12-29 05:12:31,669 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-proj-role 2018-12-29 05:12:31,872 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-602d2b6a-92f1-4b2-user 2018-12-29 05:12:33,312 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj 2018-12-29 05:12:34,456 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-user 2018-12-29 05:12:34,660 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj-role 2018-12-29 05:12:34,754 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj-role to project CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj 2018-12-29 05:12:36,487 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-41b06a83-5d1d-4842-a331-e657b944738a 2018-12-29 05:12:39,759 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-41b06a83-5d1d-4842-a331-e657b944738a 2018-12-29 05:12:40,124 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-41b06a83-5d1d-4842-a331-e657b944738a 2018-12-29 05:12:43,742 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-41b06a83-5d1d-4842-a331-e657b944738a 2018-12-29 05:12:44,235 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj 2018-12-29 05:12:44,440 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-proj-role 2018-12-29 05:12:44,665 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-64eee38d-817e-4f3-user 2018-12-29 05:12:46,001 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj 2018-12-29 05:12:47,204 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-user 2018-12-29 05:12:47,408 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj-role 2018-12-29 05:12:47,492 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj-role to project CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj 2018-12-29 05:12:49,110 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj 2018-12-29 05:12:49,340 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-proj-role 2018-12-29 05:12:49,617 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-4e6e89f6-364f-42d-user 2018-12-29 05:12:50,988 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj 2018-12-29 05:12:52,162 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-user 2018-12-29 05:12:52,354 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj-role 2018-12-29 05:12:52,445 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj-role to project CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj 2018-12-29 05:12:53,845 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj 2018-12-29 05:12:54,087 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-proj-role 2018-12-29 05:12:54,285 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-2ffa371f-099c-4eb-user 2018-12-29 05:12:55,695 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj 2018-12-29 05:12:56,852 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-user 2018-12-29 05:12:57,061 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj-role 2018-12-29 05:12:57,151 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj-role to project CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj 2018-12-29 05:12:58,604 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj 2018-12-29 05:12:58,812 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-proj-role 2018-12-29 05:12:59,027 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-686d80dc-ebcd-4db-user 2018-12-29 05:13:00,522 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj 2018-12-29 05:13:01,635 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-user 2018-12-29 05:13:01,833 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj-role 2018-12-29 05:13:01,917 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj-role to project CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj 2018-12-29 05:13:02,928 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-b3509765-1e98-4561-9671-88225dc62534-vol-type 2018-12-29 05:13:03,745 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-b3509765-1e98-4561-9671-88225dc62534-vol-type 2018-12-29 05:13:04,299 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj 2018-12-29 05:13:04,494 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-proj-role 2018-12-29 05:13:04,701 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-501ebb29-eb7d-467-user 2018-12-29 05:13:06,109 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj 2018-12-29 05:13:07,079 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-user 2018-12-29 05:13:07,276 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj-role 2018-12-29 05:13:07,362 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj-role to project CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj 2018-12-29 05:13:08,358 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol-type 2018-12-29 05:13:09,624 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol 2018-12-29 05:13:09,825 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol 2018-12-29 05:13:10,028 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol 2018-12-29 05:13:13,896 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol 2018-12-29 05:13:13,896 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-1bf7f461-b5eb-4dd5-930c-20afd369a426-vol-type 2018-12-29 05:13:14,556 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj 2018-12-29 05:13:14,734 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-proj-role 2018-12-29 05:13:14,933 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-864eacaf-b64a-4bb-user 2018-12-29 05:13:16,331 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-proj 2018-12-29 05:13:17,437 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-user 2018-12-29 05:13:17,629 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-proj-role 2018-12-29 05:13:17,647 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-f7b58a7b-2834-466-proj-role to project CreateVolumeWithImageTests-f7b58a7b-2834-466-proj 2018-12-29 05:13:20,407 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-e8ec3485-6a2e-41e5-b65f-7fd8a8d0fecc-image 2018-12-29 05:13:20,573 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-e8ec3485-6a2e-41e5-b65f-7fd8a8d0fecc-image 2018-12-29 05:13:21,760 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-e8ec3485-6a2e-41e5-b65f-7fd8a8d0fecc-image 2018-12-29 05:13:23,234 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-proj 2018-12-29 05:13:23,423 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-proj-role 2018-12-29 05:13:23,620 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-f7b58a7b-2834-466-user 2018-12-29 05:13:25,103 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj 2018-12-29 05:13:26,217 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-user 2018-12-29 05:13:26,426 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj-role 2018-12-29 05:13:26,513 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj-role to project CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj 2018-12-29 05:13:29,479 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-image 2018-12-29 05:13:29,718 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-image 2018-12-29 05:13:32,204 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-vol 2018-12-29 05:13:38,674 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-vol 2018-12-29 05:13:39,508 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-vol 2018-12-29 05:13:43,141 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-vol 2018-12-29 05:13:43,142 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-06ed0dbd-8526-46ef-85cd-2b15034ea29a-image 2018-12-29 05:13:45,077 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj 2018-12-29 05:13:45,303 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-proj-role 2018-12-29 05:13:45,514 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-36fabae3-06d3-4ec-user 2018-12-29 05:13:46,947 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-c5825075-6108-41f-proj 2018-12-29 05:13:48,001 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-c5825075-6108-41f-user 2018-12-29 05:13:48,192 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-c5825075-6108-41f-proj-role 2018-12-29 05:13:48,212 - keystone_utils - INFO - Granting role SimpleHealthCheck-c5825075-6108-41f-proj-role to project SimpleHealthCheck-c5825075-6108-41f-proj 2018-12-29 05:13:51,123 - create_image - INFO - Created image with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-image 2018-12-29 05:13:51,295 - create_image - INFO - Image is now active with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-image 2018-12-29 05:13:51,921 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-net 2018-12-29 05:13:53,114 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-subnet 2018-12-29 05:13:58,789 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-net 2018-12-29 05:14:00,598 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-inst 2018-12-29 05:14:02,518 - create_instance - INFO - Created instance with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-inst 2018-12-29 05:14:10,154 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:14:11,543 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-12-29 05:14:13,245 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:14:13,246 - create_instance - INFO - Deleting Port with ID - f839eade-8b19-41ef-9bf5-3d67eec46ee2 2018-12-29 05:14:13,246 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161port-1 2018-12-29 05:14:13,769 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-inst 2018-12-29 05:14:13,931 - create_instance - INFO - Checking deletion status 2018-12-29 05:14:20,613 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-inst 2018-12-29 05:14:20,614 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-subnet 2018-12-29 05:14:20,614 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-subnet 2018-12-29 05:14:23,141 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-priv-net 2018-12-29 05:14:25,153 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-254f8006-894c-4d63-a3ed-bc4da7e63161-image 2018-12-29 05:14:27,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead68152-fee5-4365-b9fa-4c1fbbd07a29 2018-12-29 05:14:27,350 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:14:27,697 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-c5825075-6108-41f-proj 2018-12-29 05:14:27,944 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-c5825075-6108-41f-proj-role 2018-12-29 05:14:28,157 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-c5825075-6108-41f-user 2018-12-29 05:14:29,564 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj 2018-12-29 05:14:30,570 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-user 2018-12-29 05:14:30,779 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj-role 2018-12-29 05:14:30,870 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj-role to project CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj 2018-12-29 05:14:34,422 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-fc989aae-f846-4cf0-9108-b66b3d1b1f34 2018-12-29 05:14:34,588 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-fc989aae-f846-4cf0-9108-b66b3d1b1f34 2018-12-29 05:14:35,209 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net1 2018-12-29 05:14:36,245 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet1 2018-12-29 05:14:38,271 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net2 2018-12-29 05:14:39,145 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet2 2018-12-29 05:14:41,596 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:42,790 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port1 for router - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:44,158 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net1 2018-12-29 05:14:45,221 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port1 for router - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:45,221 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:47,557 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port2 for router - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:48,784 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net2 2018-12-29 05:14:49,712 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port2 for router - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:49,712 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:14:53,131 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-sec-grp... 2018-12-29 05:14:53,131 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-sec-grp 2018-12-29 05:14:53,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:53,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:53,819 - neutron_utils - INFO - Retrieving security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:54,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:54,213 - neutron_utils - INFO - Retrieving security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:54,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:54,595 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-sec-grp 2018-12-29 05:14:54,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:55,086 - neutron_utils - INFO - Retrieving security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:55,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5739072d-e385-48cd-94c1-29ba6820e8c1 2018-12-29 05:14:59,570 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net1 2018-12-29 05:15:01,278 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst1 2018-12-29 05:15:03,820 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst1 2018-12-29 05:15:11,132 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:15:15,308 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net2 2018-12-29 05:15:17,112 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst2 2018-12-29 05:15:19,566 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst2 2018-12-29 05:15:30,481 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:15:31,756 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-12-29 05:15:33,668 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:15:33,668 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-12-29 05:15:35,346 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:15:53,758 - create_instance - INFO - Deleting Port with ID - 2b03138b-77e4-4a3c-8ca6-c12a007aa924 2018-12-29 05:15:53,759 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-vm1-port 2018-12-29 05:15:54,327 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst1 2018-12-29 05:15:54,488 - create_instance - INFO - Checking deletion status 2018-12-29 05:16:11,090 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst1 2018-12-29 05:16:11,092 - create_instance - INFO - Deleting Port with ID - eaee5ab3-71a5-45b0-b258-3c6d1a716285 2018-12-29 05:16:11,092 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-vm2-port 2018-12-29 05:16:11,539 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst2 2018-12-29 05:16:11,697 - create_instance - INFO - Checking deletion status 2018-12-29 05:16:21,648 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-inst2 2018-12-29 05:16:21,741 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router and port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port1 2018-12-29 05:16:21,741 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:16:23,065 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router and port CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-router-port2 2018-12-29 05:16:23,066 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:16:24,261 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:16:24,261 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-pub-router 2018-12-29 05:16:24,699 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet1 2018-12-29 05:16:24,699 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet1 2018-12-29 05:16:27,089 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net1 2018-12-29 05:16:28,694 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet2 2018-12-29 05:16:28,695 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-subnet2 2018-12-29 05:16:31,162 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-net2 2018-12-29 05:16:32,575 - neutron_utils - INFO - Deleting security group rule with ID - 20f1e5fb-0897-4265-b3ab-6ff16b645715 2018-12-29 05:16:32,701 - neutron_utils - INFO - Deleting security group rule with ID - a865f60f-768b-4c53-9e2c-12e0303233ba 2018-12-29 05:16:32,944 - neutron_utils - INFO - Deleting security group rule with ID - a34d1634-87fa-427e-9c4d-2e7b6f73ab1d 2018-12-29 05:16:33,188 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-f2a8af26-2f30-4d2e-b3cf-b3fbc090d5c9-sec-grp 2018-12-29 05:16:33,463 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-fc989aae-f846-4cf0-9108-b66b3d1b1f34 2018-12-29 05:16:35,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f23dcce7-6e07-4b07-ab77-3ffef639451b 2018-12-29 05:16:35,318 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:16:35,614 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj 2018-12-29 05:16:35,885 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-proj-role 2018-12-29 05:16:36,080 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-7b703fe7-f68a-4a8-user 2018-12-29 05:16:37,618 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj 2018-12-29 05:16:38,684 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-user 2018-12-29 05:16:38,983 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj-role 2018-12-29 05:16:39,072 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj-role to project CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj 2018-12-29 05:16:42,605 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-image 2018-12-29 05:16:42,783 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-image 2018-12-29 05:16:44,173 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-net 2018-12-29 05:16:44,993 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-subnet 2018-12-29 05:16:49,995 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-net 2018-12-29 05:16:51,590 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-inst 2018-12-29 05:16:54,164 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-inst 2018-12-29 05:17:01,516 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:17:07,909 - create_instance - INFO - Deleting Port with ID - ca651177-487c-438d-ae36-0cb9383bdf13 2018-12-29 05:17:07,909 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-port 2018-12-29 05:17:08,707 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-inst 2018-12-29 05:17:08,872 - create_instance - INFO - Checking deletion status 2018-12-29 05:17:18,837 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-inst 2018-12-29 05:17:18,885 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-subnet 2018-12-29 05:17:18,885 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-subnet 2018-12-29 05:17:21,245 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-pub-net 2018-12-29 05:17:22,977 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-c9dccb01-5f11-4b7e-82bd-76b603b0b8d8-image 2018-12-29 05:17:25,473 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj 2018-12-29 05:17:25,687 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-proj-role 2018-12-29 05:17:25,882 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-94d2d1d2-09f4-478-user 2018-12-29 05:17:27,308 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj 2018-12-29 05:17:28,386 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-user 2018-12-29 05:17:28,595 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj-role 2018-12-29 05:17:28,685 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj-role to project CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj 2018-12-29 05:17:31,987 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-image 2018-12-29 05:17:32,155 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-image 2018-12-29 05:17:33,483 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-net 2018-12-29 05:17:34,667 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-subnet 2018-12-29 05:17:39,231 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-net 2018-12-29 05:17:40,982 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-inst 2018-12-29 05:17:42,987 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-inst 2018-12-29 05:17:50,191 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:18:02,926 - create_instance - INFO - Deleting Port with ID - cb8bdcfd-cbf1-4b0d-892e-bb443a168807 2018-12-29 05:18:02,926 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-port 2018-12-29 05:18:03,796 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-inst 2018-12-29 05:18:03,842 - create_instance - WARNING - Instance already deleted - Instance 19acb6ae-b0f8-4955-a1c3-647ff3e0730f could not be found. (HTTP 404) (Request-ID: req-6884d1f3-7870-43d0-a0ef-27e89c5750ad) 2018-12-29 05:18:03,844 - create_instance - INFO - Checking deletion status 2018-12-29 05:18:03,896 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-inst 2018-12-29 05:18:03,955 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-subnet 2018-12-29 05:18:03,956 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-subnet 2018-12-29 05:18:06,554 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-pub-net 2018-12-29 05:18:08,251 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-bf8ebdd9-cf91-4c6e-892a-70db34daa031-image 2018-12-29 05:18:10,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fcf33cb1-ec82-45d6-96c8-fc8d2aa92e83 2018-12-29 05:18:11,072 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:18:11,386 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj 2018-12-29 05:18:11,712 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-proj-role 2018-12-29 05:18:11,923 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-bdd469f6-e34a-4bd-user 2018-12-29 05:18:13,403 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj 2018-12-29 05:18:14,566 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-user 2018-12-29 05:18:14,769 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj-role 2018-12-29 05:18:14,862 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj-role to project CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj 2018-12-29 05:18:17,910 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-image 2018-12-29 05:18:17,932 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-image 2018-12-29 05:18:18,487 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-net 2018-12-29 05:18:19,620 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-subnet 2018-12-29 05:18:25,115 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-net 2018-12-29 05:18:26,995 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-inst 2018-12-29 05:18:29,270 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-inst 2018-12-29 05:18:36,716 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:18:37,701 - create_instance - INFO - Deleting Port with ID - a3c708af-f578-4db2-bd4e-743b8c50044e 2018-12-29 05:18:37,702 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981port-1 2018-12-29 05:18:38,310 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-inst 2018-12-29 05:18:38,663 - create_instance - INFO - Checking deletion status 2018-12-29 05:18:45,722 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-inst 2018-12-29 05:18:45,771 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-subnet 2018-12-29 05:18:45,771 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-subnet 2018-12-29 05:18:48,127 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-pub-net 2018-12-29 05:18:49,636 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-48a0e866-0f28-4bcd-8558-068d2761e981-image 2018-12-29 05:18:52,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0dc857a5-57d9-464b-a8e7-72db179317ba 2018-12-29 05:18:52,453 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:18:52,852 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj 2018-12-29 05:18:53,084 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-proj-role 2018-12-29 05:18:53,377 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ddd58766-c60e-4da-user 2018-12-29 05:18:54,990 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj 2018-12-29 05:18:56,128 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-user 2018-12-29 05:18:56,338 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj-role 2018-12-29 05:18:56,357 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj-role to project CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj 2018-12-29 05:18:59,481 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-image 2018-12-29 05:18:59,645 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-image 2018-12-29 05:19:00,255 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-net 2018-12-29 05:19:01,338 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-subnet 2018-12-29 05:19:06,641 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-net 2018-12-29 05:19:06,915 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-subnet 2018-12-29 05:19:06,915 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-subnet 2018-12-29 05:19:09,256 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-pub-net 2018-12-29 05:19:11,001 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-27b72763-18ae-42ce-b5c3-4a1208862fb3-image 2018-12-29 05:19:12,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 380c782d-4967-4934-97f2-b5d95ece600c 2018-12-29 05:19:12,487 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:19:12,817 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj 2018-12-29 05:19:13,101 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-proj-role 2018-12-29 05:19:13,303 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f856a0ec-7325-4c6-user 2018-12-29 05:19:14,763 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj 2018-12-29 05:19:15,822 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-user 2018-12-29 05:19:16,038 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj-role 2018-12-29 05:19:16,128 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj-role to project CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj 2018-12-29 05:19:19,509 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-image 2018-12-29 05:19:19,665 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-image 2018-12-29 05:19:20,309 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-net 2018-12-29 05:19:21,363 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-subnet 2018-12-29 05:19:26,952 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-net 2018-12-29 05:19:27,017 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-subnet 2018-12-29 05:19:27,017 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-subnet 2018-12-29 05:19:29,345 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-pub-net 2018-12-29 05:19:31,213 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-49415c93-ecf9-4add-b1a1-811a340898b4-image 2018-12-29 05:19:32,871 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91ec3250-f437-4bac-aced-af99c9db5884 2018-12-29 05:19:33,052 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:19:33,572 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj 2018-12-29 05:19:33,856 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-proj-role 2018-12-29 05:19:34,051 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5aa2bd06-27ea-457-user 2018-12-29 05:19:35,387 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-proj 2018-12-29 05:19:36,457 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-user 2018-12-29 05:19:36,649 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-proj-role 2018-12-29 05:19:36,740 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d143570b-701a-4d5-proj-role to project CreateInstancePortManipulationTests-d143570b-701a-4d5-proj 2018-12-29 05:19:40,282 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-image 2018-12-29 05:19:40,443 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-image 2018-12-29 05:19:41,178 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-net 2018-12-29 05:19:42,290 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-subnet 2018-12-29 05:19:47,878 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-net 2018-12-29 05:19:48,323 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-subnet 2018-12-29 05:19:48,323 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-subnet 2018-12-29 05:19:50,790 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-pub-net 2018-12-29 05:19:51,927 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-926b5bc8-72dd-4754-90f3-db348d48505e-image 2018-12-29 05:19:53,554 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c0a8ed9-b846-40a1-bb49-71ce545869a3 2018-12-29 05:19:53,728 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:19:54,206 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-proj 2018-12-29 05:19:54,462 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-proj-role 2018-12-29 05:19:54,664 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d143570b-701a-4d5-user 2018-12-29 05:19:56,116 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj 2018-12-29 05:19:57,200 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-user 2018-12-29 05:19:57,392 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj-role 2018-12-29 05:19:57,484 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj-role to project CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj 2018-12-29 05:20:00,921 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-image 2018-12-29 05:20:01,073 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-image 2018-12-29 05:20:01,695 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-net 2018-12-29 05:20:02,703 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-subnet 2018-12-29 05:20:07,833 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-net 2018-12-29 05:20:08,060 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-subnet 2018-12-29 05:20:08,060 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-subnet 2018-12-29 05:20:10,415 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-pub-net 2018-12-29 05:20:11,786 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f7073431-52f3-47f0-bc8b-ef7258a46c8b-image 2018-12-29 05:20:13,365 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96bc09f1-e901-400e-8f75-2bfd1f432987 2018-12-29 05:20:13,548 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:20:13,957 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj 2018-12-29 05:20:14,252 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-proj-role 2018-12-29 05:20:14,473 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e0d5398d-4537-47b-user 2018-12-29 05:20:15,865 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj 2018-12-29 05:20:16,943 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-user 2018-12-29 05:20:17,086 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj-role 2018-12-29 05:20:17,169 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj-role to project CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj 2018-12-29 05:20:20,704 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-image 2018-12-29 05:20:20,874 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-image 2018-12-29 05:20:21,512 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-net 2018-12-29 05:20:22,698 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-subnet 2018-12-29 05:20:27,771 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-net 2018-12-29 05:20:29,443 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-inst 2018-12-29 05:20:31,746 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-inst 2018-12-29 05:20:38,883 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:20:40,523 - create_instance - INFO - Deleting Port with ID - 43353504-07f4-49a7-b091-a0abd5c2880b 2018-12-29 05:20:40,523 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5port-1 2018-12-29 05:20:41,121 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-inst 2018-12-29 05:20:41,562 - create_instance - INFO - Checking deletion status 2018-12-29 05:20:44,891 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-inst 2018-12-29 05:20:44,945 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-subnet 2018-12-29 05:20:44,945 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-subnet 2018-12-29 05:20:47,518 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-pub-net 2018-12-29 05:20:49,424 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c0023d9a-f4c9-4807-8d0a-2db88adcffd5-image 2018-12-29 05:20:50,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907b5509-6c0c-4163-9a35-a3ed57930a24 2018-12-29 05:20:51,097 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:20:51,446 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj 2018-12-29 05:20:51,676 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-proj-role 2018-12-29 05:20:51,880 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8053e44c-ca5f-461-user 2018-12-29 05:20:53,368 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj 2018-12-29 05:20:54,380 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-user 2018-12-29 05:20:54,571 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj-role 2018-12-29 05:20:54,666 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj-role to project CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj 2018-12-29 05:20:58,502 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-image 2018-12-29 05:20:58,673 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-image 2018-12-29 05:20:59,303 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-net 2018-12-29 05:21:00,482 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-subnet 2018-12-29 05:21:06,145 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-net 2018-12-29 05:21:07,882 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-inst 2018-12-29 05:21:10,294 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-inst 2018-12-29 05:21:17,670 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:21:18,987 - create_instance - INFO - Deleting Port with ID - abdc9679-a949-44cd-9335-7bb27e35a996 2018-12-29 05:21:18,987 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53aport-1 2018-12-29 05:21:19,431 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-inst 2018-12-29 05:21:19,627 - create_instance - INFO - Checking deletion status 2018-12-29 05:21:26,416 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-inst 2018-12-29 05:21:26,485 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-subnet 2018-12-29 05:21:26,485 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-subnet 2018-12-29 05:21:28,959 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-pub-net 2018-12-29 05:21:30,510 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-54387edb-84a3-4dbd-98a5-fc1380c5e53a-image 2018-12-29 05:21:33,004 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 324b0959-9e49-4a8b-b513-a18fb7c293f5 2018-12-29 05:21:33,195 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:21:33,563 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj 2018-12-29 05:21:33,916 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-proj-role 2018-12-29 05:21:34,117 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2879e9d4-32c1-41d-user 2018-12-29 05:21:35,547 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-45341416-cc4c-467-proj 2018-12-29 05:21:36,553 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-45341416-cc4c-467-user 2018-12-29 05:21:36,769 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-45341416-cc4c-467-proj-role 2018-12-29 05:21:36,853 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-45341416-cc4c-467-proj-role to project CreateInstancePortManipulationTests-45341416-cc4c-467-proj 2018-12-29 05:21:40,327 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-image 2018-12-29 05:21:40,345 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-image 2018-12-29 05:21:40,930 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-net 2018-12-29 05:21:42,010 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-subnet 2018-12-29 05:21:47,963 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-net 2018-12-29 05:21:49,571 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-inst 2018-12-29 05:21:51,477 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-inst 2018-12-29 05:21:59,399 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:22:00,357 - create_instance - INFO - Deleting Port with ID - 6d1a7f1d-abe2-48b1-a9ab-5e3bdda878dc 2018-12-29 05:22:00,357 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6bport-1 2018-12-29 05:22:01,037 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-inst 2018-12-29 05:22:01,202 - create_instance - INFO - Checking deletion status 2018-12-29 05:22:04,361 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-inst 2018-12-29 05:22:04,407 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-subnet 2018-12-29 05:22:04,407 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-subnet 2018-12-29 05:22:06,813 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-pub-net 2018-12-29 05:22:08,459 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-460f1b16-9387-4203-b498-c2fb20910a6b-image 2018-12-29 05:22:11,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37119c31-f6d4-4613-ad0f-98498f168129 2018-12-29 05:22:11,221 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:22:11,555 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-45341416-cc4c-467-proj 2018-12-29 05:22:11,850 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-45341416-cc4c-467-proj-role 2018-12-29 05:22:12,060 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-45341416-cc4c-467-user 2018-12-29 05:22:13,650 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj 2018-12-29 05:22:14,818 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-user 2018-12-29 05:22:15,015 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj-role 2018-12-29 05:22:15,035 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj-role to project CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj 2018-12-29 05:22:17,814 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-image 2018-12-29 05:22:17,988 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-image 2018-12-29 05:22:18,600 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-net 2018-12-29 05:22:19,625 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-subnet 2018-12-29 05:22:25,092 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-net 2018-12-29 05:22:26,813 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-inst 2018-12-29 05:22:28,844 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-inst 2018-12-29 05:22:36,119 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:22:37,060 - create_instance - INFO - Deleting Port with ID - 7643af8a-b3d1-47a9-9a26-6999d7766a8a 2018-12-29 05:22:37,060 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbdport-1 2018-12-29 05:22:37,809 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-inst 2018-12-29 05:22:37,994 - create_instance - INFO - Checking deletion status 2018-12-29 05:22:41,303 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-inst 2018-12-29 05:22:41,359 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-subnet 2018-12-29 05:22:41,359 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-subnet 2018-12-29 05:22:43,879 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-pub-net 2018-12-29 05:22:45,247 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-eb51723d-344b-4094-b354-5a76e3077fbd-image 2018-12-29 05:22:47,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2bdef4b9-4d95-45a2-bf22-d167c75cbe19 2018-12-29 05:22:47,676 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:22:48,024 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj 2018-12-29 05:22:48,264 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-proj-role 2018-12-29 05:22:48,460 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a83f0a25-b37a-459-user 2018-12-29 05:22:49,902 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj 2018-12-29 05:22:50,987 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-user 2018-12-29 05:22:51,201 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj-role 2018-12-29 05:22:51,378 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj-role to project CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj 2018-12-29 05:22:55,085 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-image 2018-12-29 05:22:55,256 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-image 2018-12-29 05:22:55,882 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-pub-net 2018-12-29 05:22:56,906 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-pub-subnet 2018-12-29 05:22:59,961 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5net2 2018-12-29 05:23:00,937 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet1 2018-12-29 05:23:01,737 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet2 2018-12-29 05:23:06,948 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5net2 2018-12-29 05:23:08,637 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-inst 2018-12-29 05:23:10,476 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-inst 2018-12-29 05:23:18,138 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:23:19,512 - create_instance - INFO - Deleting Port with ID - 81e5a692-bbab-4950-bf1c-57d5cddf6f70 2018-12-29 05:23:19,512 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5port-1 2018-12-29 05:23:19,975 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-inst 2018-12-29 05:23:20,154 - create_instance - INFO - Checking deletion status 2018-12-29 05:23:26,727 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-inst 2018-12-29 05:23:26,786 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-pub-subnet 2018-12-29 05:23:26,786 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-pub-subnet 2018-12-29 05:23:29,098 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-pub-net 2018-12-29 05:23:30,398 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet1 2018-12-29 05:23:30,399 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet1 2018-12-29 05:23:32,874 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet2 2018-12-29 05:23:32,875 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-subnet2 2018-12-29 05:23:35,333 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5net2 2018-12-29 05:23:36,827 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e687ee68-4492-4e74-b06d-054fc96089a5-image 2018-12-29 05:23:39,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45101a94-a944-4900-bb0e-42de2844abc5 2018-12-29 05:23:39,332 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:23:39,682 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj 2018-12-29 05:23:39,971 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-proj-role 2018-12-29 05:23:40,188 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f51bc4a5-2a78-4f3-user 2018-12-29 05:23:41,662 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-proj 2018-12-29 05:23:42,752 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-user 2018-12-29 05:23:42,950 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-proj-role 2018-12-29 05:23:42,968 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-09e9f83d-edd2-468-proj-role to project InstanceSecurityGroupTests-09e9f83d-edd2-468-proj 2018-12-29 05:23:45,841 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-image 2018-12-29 05:23:45,999 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-image 2018-12-29 05:23:46,706 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-net 2018-12-29 05:23:47,880 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-subnet 2018-12-29 05:23:54,041 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-net 2018-12-29 05:23:55,604 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-inst 2018-12-29 05:23:57,924 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-inst 2018-12-29 05:24:05,248 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:24:06,842 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name... 2018-12-29 05:24:06,842 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name 2018-12-29 05:24:07,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,569 - neutron_utils - INFO - Retrieving security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,763 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,791 - neutron_utils - INFO - Retrieving security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:07,870 - neutron_utils - INFO - Retrieving security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:08,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0081d7ca-45f1-490a-85a8-2fcfc4153cfa 2018-12-29 05:24:08,098 - neutron_utils - INFO - Deleting security group rule with ID - c4ff7a20-29a9-4a95-8cdc-7bb81d219947 2018-12-29 05:24:08,207 - neutron_utils - INFO - Deleting security group rule with ID - d5ba5f87-f9b8-4a9a-8c6e-9d59ef36910d 2018-12-29 05:24:08,469 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name 2018-12-29 05:24:12,105 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:24:15,083 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name] - Security group InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name is not found for project 93a8e9f730674726873b9bcd5c5dc8bf (HTTP 404) (Request-ID: req-a9957876-8176-477c-939c-5f783c62ca24) 2018-12-29 05:24:15,083 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-name is not found for project 93a8e9f730674726873b9bcd5c5dc8bf (HTTP 404) (Request-ID: req-a9957876-8176-477c-939c-5f783c62ca24) 2018-12-29 05:24:16,859 - create_instance - INFO - Deleting Port with ID - 70504020-e77d-415d-9d53-4e927f66f582 2018-12-29 05:24:16,859 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-port 2018-12-29 05:24:17,486 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-inst 2018-12-29 05:24:17,665 - create_instance - INFO - Checking deletion status 2018-12-29 05:24:21,105 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-inst 2018-12-29 05:24:21,162 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-subnet 2018-12-29 05:24:21,162 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-subnet 2018-12-29 05:24:23,685 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-pub-net 2018-12-29 05:24:25,122 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b11cb692-27a9-4a26-9e13-e460081060ee-image 2018-12-29 05:24:27,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f77a7294-645e-4c81-8a56-a71af5a8bd40 2018-12-29 05:24:27,507 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:24:27,838 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-proj 2018-12-29 05:24:28,133 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-proj-role 2018-12-29 05:24:28,334 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-09e9f83d-edd2-468-user 2018-12-29 05:24:29,782 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj 2018-12-29 05:24:30,943 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-user 2018-12-29 05:24:31,135 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj-role 2018-12-29 05:24:31,227 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj-role to project InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj 2018-12-29 05:24:34,530 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-image 2018-12-29 05:24:34,550 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-image 2018-12-29 05:24:35,170 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-net 2018-12-29 05:24:36,323 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-subnet 2018-12-29 05:24:38,981 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-name... 2018-12-29 05:24:38,981 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-name 2018-12-29 05:24:39,370 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:39,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:39,603 - neutron_utils - INFO - Retrieving security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:39,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:39,837 - neutron_utils - INFO - Retrieving security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:39,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:40,061 - neutron_utils - INFO - Retrieving security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:40,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01eba0bb-cd46-415a-910e-dad63359e015 2018-12-29 05:24:44,024 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-net 2018-12-29 05:24:45,418 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-inst 2018-12-29 05:24:48,011 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-inst 2018-12-29 05:24:55,810 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:24:57,326 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:25:02,411 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:25:05,641 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-name] already added to VM [InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-inst] 2018-12-29 05:25:07,184 - create_instance - INFO - Deleting Port with ID - 2675c7e7-5c1d-4e45-90a2-fd547b51ca8a 2018-12-29 05:25:07,185 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-port 2018-12-29 05:25:07,834 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-inst 2018-12-29 05:25:07,994 - create_instance - INFO - Checking deletion status 2018-12-29 05:25:17,834 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-inst 2018-12-29 05:25:17,835 - neutron_utils - INFO - Deleting security group rule with ID - b7b5880c-668a-4707-a257-c2f0c97d56a2 2018-12-29 05:25:18,096 - neutron_utils - INFO - Deleting security group rule with ID - aed73cfc-b715-4ed9-98af-8d6f05d33f70 2018-12-29 05:25:18,368 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-name 2018-12-29 05:25:18,712 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-subnet 2018-12-29 05:25:18,712 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-subnet 2018-12-29 05:25:20,936 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-pub-net 2018-12-29 05:25:22,296 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-56ca24ea-48a5-4607-95b6-1acafe091a60-image 2018-12-29 05:25:24,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9f19542-d29d-4e24-9c88-95b65a4538f1 2018-12-29 05:25:24,507 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:25:25,115 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj 2018-12-29 05:25:25,440 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-proj-role 2018-12-29 05:25:25,657 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-e7c5b6a6-24c1-479-user 2018-12-29 05:25:27,244 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj 2018-12-29 05:25:28,393 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-user 2018-12-29 05:25:28,591 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj-role 2018-12-29 05:25:28,614 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj-role to project InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj 2018-12-29 05:25:31,770 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-image 2018-12-29 05:25:31,930 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-image 2018-12-29 05:25:32,577 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-net 2018-12-29 05:25:33,627 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-subnet 2018-12-29 05:25:39,204 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-net 2018-12-29 05:25:41,021 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-inst 2018-12-29 05:25:43,238 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-inst 2018-12-29 05:25:50,942 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:25:53,009 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-name... 2018-12-29 05:25:53,009 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-name 2018-12-29 05:25:53,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:53,587 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:53,761 - neutron_utils - INFO - Retrieving security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:53,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:54,147 - neutron_utils - INFO - Retrieving security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:54,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:54,533 - neutron_utils - INFO - Retrieving security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:54,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38dfdd4d-e80e-40da-92d5-9821a52ca848 2018-12-29 05:25:57,436 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:26:01,876 - create_instance - INFO - Deleting Port with ID - 6dfd41ab-ce28-41b6-8401-faac3531def7 2018-12-29 05:26:01,876 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-port 2018-12-29 05:26:02,474 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-inst 2018-12-29 05:26:02,660 - create_instance - INFO - Checking deletion status 2018-12-29 05:26:05,969 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-inst 2018-12-29 05:26:05,970 - neutron_utils - INFO - Deleting security group rule with ID - d58dcf75-23dc-46bf-adc7-8b061e76edea 2018-12-29 05:26:06,228 - neutron_utils - INFO - Deleting security group rule with ID - 23ece5df-bb00-4913-af26-41c98745ecfa 2018-12-29 05:26:06,702 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-name 2018-12-29 05:26:07,103 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-subnet 2018-12-29 05:26:07,103 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-subnet 2018-12-29 05:26:09,500 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-pub-net 2018-12-29 05:26:11,272 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-fb78b543-800b-4d19-80cd-d3443c75c412-image 2018-12-29 05:26:13,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 839ce3e3-2410-4539-a347-0e7e7864dce3 2018-12-29 05:26:13,449 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:26:13,751 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj 2018-12-29 05:26:13,954 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-proj-role 2018-12-29 05:26:14,159 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-66abc9a4-88ec-41b-user 2018-12-29 05:26:15,603 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj 2018-12-29 05:26:16,771 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-user 2018-12-29 05:26:16,896 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj-role 2018-12-29 05:26:16,987 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj-role to project InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj 2018-12-29 05:26:19,332 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-image 2018-12-29 05:26:19,492 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-image 2018-12-29 05:26:20,115 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-net 2018-12-29 05:26:21,115 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-subnet 2018-12-29 05:26:23,500 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-name... 2018-12-29 05:26:23,501 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-name 2018-12-29 05:26:23,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:24,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:24,304 - neutron_utils - INFO - Retrieving security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:24,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:24,531 - neutron_utils - INFO - Retrieving security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:24,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:25,005 - neutron_utils - INFO - Retrieving security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:25,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ed55e96f-5cd2-47de-a6f2-e347893612bf 2018-12-29 05:26:28,577 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-net 2018-12-29 05:26:30,118 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-inst 2018-12-29 05:26:33,238 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-inst 2018-12-29 05:26:40,887 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:26:42,787 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:26:46,019 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:26:50,909 - create_instance - INFO - Deleting Port with ID - 216b7147-ce8f-4065-8e61-d280764714c5 2018-12-29 05:26:50,909 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-port 2018-12-29 05:26:51,348 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-inst 2018-12-29 05:26:51,504 - create_instance - INFO - Checking deletion status 2018-12-29 05:26:58,561 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-inst 2018-12-29 05:26:58,562 - neutron_utils - INFO - Deleting security group rule with ID - 09fb1b23-c889-4b30-8571-8d32d272733a 2018-12-29 05:26:58,679 - neutron_utils - INFO - Deleting security group rule with ID - 7f09d99d-a519-4aa9-b79a-25e3f2625ff3 2018-12-29 05:26:58,946 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-name 2018-12-29 05:26:59,330 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-subnet 2018-12-29 05:26:59,330 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-subnet 2018-12-29 05:27:01,899 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-pub-net 2018-12-29 05:27:03,296 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-db35e47a-2c31-45a8-a4e5-92dfdce88a60-image 2018-12-29 05:27:04,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f4aaacd-c3d6-455a-8b00-0f4aabbe5873 2018-12-29 05:27:04,791 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:27:05,187 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj 2018-12-29 05:27:05,474 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-proj-role 2018-12-29 05:27:05,677 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-d78bd52b-811e-4fb-user 2018-12-29 05:27:07,166 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0d48f720-160f-496-proj 2018-12-29 05:27:08,165 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0d48f720-160f-496-user 2018-12-29 05:27:08,369 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0d48f720-160f-496-proj-role 2018-12-29 05:27:08,458 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0d48f720-160f-496-proj-role to project InstanceSecurityGroupTests-0d48f720-160f-496-proj 2018-12-29 05:27:11,129 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-image 2018-12-29 05:27:11,285 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-image 2018-12-29 05:27:11,915 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-net 2018-12-29 05:27:12,964 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-subnet 2018-12-29 05:27:15,496 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-name... 2018-12-29 05:27:15,497 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-name 2018-12-29 05:27:15,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:16,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:16,263 - neutron_utils - INFO - Retrieving security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:16,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:16,631 - neutron_utils - INFO - Retrieving security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:16,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:17,052 - neutron_utils - INFO - Retrieving security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:17,247 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1323de38-09a1-4be7-b92e-0010acc19678 2018-12-29 05:27:20,723 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-net 2018-12-29 05:27:22,412 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-inst 2018-12-29 05:27:24,727 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-inst 2018-12-29 05:27:32,265 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:27:37,174 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:27:39,708 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-name not associated with the instance d8a9e264-4206-4abc-8f20-45e543f6dad9 (HTTP 404) (Request-ID: req-4a00fbf2-a349-470e-b3b2-62e63735330d) 2018-12-29 05:27:40,824 - create_instance - INFO - Deleting Port with ID - abf107dd-10e6-4c27-8ca4-c81ee96b81c1 2018-12-29 05:27:40,824 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-port 2018-12-29 05:27:41,571 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-inst 2018-12-29 05:27:41,910 - create_instance - INFO - Checking deletion status 2018-12-29 05:27:48,447 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-inst 2018-12-29 05:27:48,448 - neutron_utils - INFO - Deleting security group rule with ID - 0915d40c-7e60-47ca-8c6e-3f8a7dd0a0c7 2018-12-29 05:27:48,872 - neutron_utils - INFO - Deleting security group rule with ID - 2e1bb4df-c89c-4199-90ec-5f1455b1ed75 2018-12-29 05:27:49,155 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-name 2018-12-29 05:27:49,689 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-subnet 2018-12-29 05:27:49,690 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-subnet 2018-12-29 05:27:52,114 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-pub-net 2018-12-29 05:27:53,617 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-c655489f-1bd9-4677-ae9e-d36cb9ab6fb5-image 2018-12-29 05:27:55,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c3c89580-1b11-4ff1-9908-6bbf83ac6272 2018-12-29 05:27:55,483 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:27:55,780 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0d48f720-160f-496-proj 2018-12-29 05:27:56,055 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0d48f720-160f-496-proj-role 2018-12-29 05:27:56,256 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0d48f720-160f-496-user 2018-12-29 05:27:57,849 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj 2018-12-29 05:27:59,034 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-user 2018-12-29 05:27:59,238 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj-role 2018-12-29 05:27:59,258 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj-role to project CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj 2018-12-29 05:28:00,035 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-net 2018-12-29 05:28:00,890 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-subnet 2018-12-29 05:28:06,035 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-image 2018-12-29 05:28:06,207 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-image 2018-12-29 05:28:09,993 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-net 2018-12-29 05:28:11,552 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-29 05:28:13,908 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-29 05:28:21,134 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:28:27,493 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-net 2018-12-29 05:28:29,199 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-29 05:28:31,132 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-29 05:28:38,291 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:28:42,048 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:28:43,776 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:28:45,645 - create_instance - INFO - Deleting Port with ID - 26cefbb0-5dc4-41ed-97fa-68fc71424300 2018-12-29 05:28:45,645 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194port-1 2018-12-29 05:28:46,387 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-29 05:28:46,547 - create_instance - INFO - Checking deletion status 2018-12-29 05:28:49,857 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-12-29 05:28:49,858 - create_instance - INFO - Deleting Port with ID - 9114be16-f332-40bc-8b5c-8edce4195aa5 2018-12-29 05:28:49,858 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194port-2 2018-12-29 05:28:50,433 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-29 05:28:50,575 - create_instance - INFO - Checking deletion status 2018-12-29 05:28:53,870 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-12-29 05:28:53,911 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-subnet 2018-12-29 05:28:53,911 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-subnet 2018-12-29 05:28:55,856 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-priv-net 2018-12-29 05:28:57,615 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-c379381d-4ba8-4b06-af6e-cf6534a4e194-image 2018-12-29 05:28:59,381 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj 2018-12-29 05:28:59,607 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-proj-role 2018-12-29 05:28:59,856 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-c3ee2edf-e737-4c6-user 2018-12-29 05:29:01,340 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj 2018-12-29 05:29:02,437 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-user 2018-12-29 05:29:02,670 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj-role 2018-12-29 05:29:02,770 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj-role to project CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj 2018-12-29 05:29:02,895 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-12-29 05:29:05,600 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e 2018-12-29 05:29:05,765 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e 2018-12-29 05:29:07,108 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-net 2018-12-29 05:29:08,197 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-subnet 2018-12-29 05:29:13,255 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-net 2018-12-29 05:29:14,982 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-inst 2018-12-29 05:29:16,903 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-inst 2018-12-29 05:29:24,722 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:29:25,919 - create_instance - INFO - Deleting Port with ID - 485b7cb6-ce0a-4e8e-bd58-bec6f8d5bdc2 2018-12-29 05:29:25,920 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-port 2018-12-29 05:29:26,343 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-inst 2018-12-29 05:29:26,516 - create_instance - INFO - Checking deletion status 2018-12-29 05:29:33,397 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-inst 2018-12-29 05:29:33,438 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-subnet 2018-12-29 05:29:33,438 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-subnet 2018-12-29 05:29:35,955 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e-pub-net 2018-12-29 05:29:37,422 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-0440f47d-6f02-4752-a75c-c160821d458e 2018-12-29 05:29:39,080 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5ea047e7-96e7-4a13-9691-55dda38b4f34 2018-12-29 05:29:39,247 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:29:39,628 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj 2018-12-29 05:29:39,882 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-proj-role 2018-12-29 05:29:40,088 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-ca89abf4-8ff6-492-user 2018-12-29 05:29:41,963 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj 2018-12-29 05:29:43,035 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-user 2018-12-29 05:29:43,251 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj-role 2018-12-29 05:29:43,335 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj-role to project CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj 2018-12-29 05:29:46,741 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-image 2018-12-29 05:29:46,911 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-image 2018-12-29 05:29:48,439 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-net 2018-12-29 05:29:49,551 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-subnet 2018-12-29 05:29:51,803 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-1 2018-12-29 05:29:52,002 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-1 2018-12-29 05:29:53,529 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-2 2018-12-29 05:29:53,725 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-2 2018-12-29 05:29:57,108 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-net 2018-12-29 05:29:58,816 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-inst 2018-12-29 05:30:00,845 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-inst 2018-12-29 05:30:08,283 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:30:10,429 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:30:16,293 - create_instance - INFO - Deleting Port with ID - 16e0ec99-6e33-4d72-9c2b-3c4c527d4aa9 2018-12-29 05:30:16,293 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-port 2018-12-29 05:30:21,816 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-inst 2018-12-29 05:30:21,959 - create_instance - INFO - Checking deletion status 2018-12-29 05:30:25,125 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-inst 2018-12-29 05:30:25,176 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-subnet 2018-12-29 05:30:25,177 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-subnet 2018-12-29 05:30:27,639 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-pub-net 2018-12-29 05:30:29,155 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-2 2018-12-29 05:30:32,818 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-2 2018-12-29 05:30:33,019 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-1 2018-12-29 05:30:36,648 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-1 2018-12-29 05:30:36,649 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-da37148f-ceb4-4aa6-8978-322d7dcd8091-image 2018-12-29 05:30:37,852 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db71dc4b-595c-4b72-ab9c-93a29a3a973d 2018-12-29 05:30:38,037 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:30:38,378 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj 2018-12-29 05:30:38,751 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-proj-role 2018-12-29 05:30:38,958 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-e5b9302c-0b65-4ef-user 2018-12-29 05:30:40,419 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-684729c2-94f5-48b-proj 2018-12-29 05:30:41,604 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-684729c2-94f5-48b-user 2018-12-29 05:30:42,107 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-684729c2-94f5-48b-proj-role 2018-12-29 05:30:42,197 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-684729c2-94f5-48b-proj-role to project CreateInstanceVolumeTests-684729c2-94f5-48b-proj 2018-12-29 05:30:45,016 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-image 2018-12-29 05:30:45,176 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-image 2018-12-29 05:30:46,529 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-net 2018-12-29 05:30:47,545 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-subnet 2018-12-29 05:30:50,091 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-1 2018-12-29 05:30:53,523 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-1 2018-12-29 05:30:54,716 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-2 2018-12-29 05:30:54,912 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-2 2018-12-29 05:30:58,430 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-net 2018-12-29 05:31:00,344 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-inst 2018-12-29 05:31:02,565 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-inst 2018-12-29 05:31:10,021 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:31:11,982 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:31:16,681 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:31:21,205 - create_instance - INFO - Deleting Port with ID - bf01b148-286c-4b37-9e2a-e02a49f697df 2018-12-29 05:31:21,205 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-port 2018-12-29 05:31:31,143 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-inst 2018-12-29 05:31:31,374 - create_instance - INFO - Checking deletion status 2018-12-29 05:31:34,679 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-inst 2018-12-29 05:31:34,720 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-subnet 2018-12-29 05:31:34,720 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-subnet 2018-12-29 05:31:37,233 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-pub-net 2018-12-29 05:31:38,825 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-2 2018-12-29 05:31:42,424 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-2 2018-12-29 05:31:42,628 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-1 2018-12-29 05:31:46,247 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-1 2018-12-29 05:31:46,248 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-230ed07c-9771-4c03-a928-a13924d1fad1-image 2018-12-29 05:31:47,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0497a04-81bb-47e6-8a97-40b1011b10bc 2018-12-29 05:31:48,110 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:31:48,442 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-684729c2-94f5-48b-proj 2018-12-29 05:31:48,721 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-684729c2-94f5-48b-proj-role 2018-12-29 05:31:48,942 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-684729c2-94f5-48b-user 2018-12-29 05:31:50,299 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ae7b8132-5608-4cb-proj 2018-12-29 05:31:51,853 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ae7b8132-5608-4cb-proj 2018-12-29 05:31:51,990 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ae7b8132-5608-4cb-user 2018-12-29 05:31:52,210 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ae7b8132-5608-4cb-proj-role 2018-12-29 05:31:52,292 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ae7b8132-5608-4cb-proj-role to project CreateStackSuccessTests-ae7b8132-5608-4cb-proj 2018-12-29 05:31:54,925 - create_image - INFO - Created image with name - CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-image 2018-12-29 05:31:55,094 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-image 2018-12-29 05:32:00,552 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-stack 2018-12-29 05:32:16,751 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-stack 2018-12-29 05:32:29,921 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-stack 2018-12-29 05:32:30,497 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-27087b7f-6b61-4ec3-b81b-ae2cb18137ff-image 2018-12-29 05:32:32,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9eff46c5-4d1a-4189-8336-2343b15fac0c 2018-12-29 05:32:32,837 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:32:33,187 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ae7b8132-5608-4cb-proj 2018-12-29 05:32:33,560 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ae7b8132-5608-4cb-proj-role 2018-12-29 05:32:33,764 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ae7b8132-5608-4cb-user 2018-12-29 05:32:35,317 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d965a186-217d-4d1-proj 2018-12-29 05:32:37,059 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d965a186-217d-4d1-proj 2018-12-29 05:32:37,194 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d965a186-217d-4d1-user 2018-12-29 05:32:37,395 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d965a186-217d-4d1-proj-role 2018-12-29 05:32:37,483 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d965a186-217d-4d1-proj-role to project CreateStackSuccessTests-d965a186-217d-4d1-proj 2018-12-29 05:32:39,938 - create_image - INFO - Created image with name - CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-image 2018-12-29 05:32:40,118 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-image 2018-12-29 05:32:44,533 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:32:58,128 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:32:59,869 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:32:59,869 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:32:59,869 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:33:10,334 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-stack 2018-12-29 05:33:10,675 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a6e31279-0b59-41f9-ad91-e4526d268b36-image 2018-12-29 05:33:13,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70524527-ff45-4c4d-bd1d-39e2483b208d 2018-12-29 05:33:13,289 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:33:13,624 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d965a186-217d-4d1-proj 2018-12-29 05:33:13,871 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d965a186-217d-4d1-proj-role 2018-12-29 05:33:14,085 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d965a186-217d-4d1-user 2018-12-29 05:33:15,521 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj 2018-12-29 05:33:17,069 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj 2018-12-29 05:33:17,201 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-user 2018-12-29 05:33:17,408 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj-role 2018-12-29 05:33:17,492 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj-role to project CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj 2018-12-29 05:33:19,920 - create_image - INFO - Created image with name - CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-image 2018-12-29 05:33:20,080 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-image 2018-12-29 05:33:24,102 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-stack 2018-12-29 05:33:24,102 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-12-29 05:33:24,479 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-12-29 05:33:24,479 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-stack 2018-12-29 05:33:31,514 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-stack 2018-12-29 05:33:31,569 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-13a802fa-26c9-4082-a3b9-66625f71bd0f-image 2018-12-29 05:33:33,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 893c642c-dd30-4358-9345-4edabea8f39f 2018-12-29 05:33:33,207 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:33:33,520 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj 2018-12-29 05:33:33,770 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-proj-role 2018-12-29 05:33:33,966 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7e8b4de4-e4a9-45b-user 2018-12-29 05:33:35,359 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d4e72ffc-14aa-463-proj 2018-12-29 05:33:36,860 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d4e72ffc-14aa-463-proj 2018-12-29 05:33:37,009 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d4e72ffc-14aa-463-user 2018-12-29 05:33:37,198 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d4e72ffc-14aa-463-proj-role 2018-12-29 05:33:37,287 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d4e72ffc-14aa-463-proj-role to project CreateStackSuccessTests-d4e72ffc-14aa-463-proj 2018-12-29 05:33:40,325 - create_image - INFO - Created image with name - CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-image 2018-12-29 05:33:40,489 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-image 2018-12-29 05:33:44,493 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-stack 2018-12-29 05:34:01,815 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-stack 2018-12-29 05:34:02,697 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-stack 2018-12-29 05:34:12,878 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-stack 2018-12-29 05:34:12,932 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-57b0c433-2c6b-4e8e-8cba-045d6823fd86-image 2018-12-29 05:34:14,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ad5ee16-764c-4f4d-9c39-7108fcd0cd0e 2018-12-29 05:34:14,738 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:34:15,073 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d4e72ffc-14aa-463-proj 2018-12-29 05:34:15,363 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d4e72ffc-14aa-463-proj-role 2018-12-29 05:34:15,621 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d4e72ffc-14aa-463-user 2018-12-29 05:34:17,066 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-dd347363-e2ad-4fe-proj 2018-12-29 05:34:18,633 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-dd347363-e2ad-4fe-proj 2018-12-29 05:34:18,769 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-dd347363-e2ad-4fe-user 2018-12-29 05:34:19,000 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-dd347363-e2ad-4fe-proj-role 2018-12-29 05:34:19,087 - keystone_utils - INFO - Granting role CreateStackSuccessTests-dd347363-e2ad-4fe-proj-role to project CreateStackSuccessTests-dd347363-e2ad-4fe-proj 2018-12-29 05:34:21,759 - create_image - INFO - Created image with name - CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-image 2018-12-29 05:34:21,980 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-image 2018-12-29 05:34:26,046 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-stack 2018-12-29 05:34:42,886 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-stack 2018-12-29 05:34:44,515 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-stack 2018-12-29 05:34:44,881 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-stack 2018-12-29 05:34:58,175 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-stack 2018-12-29 05:34:58,229 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-87261d06-6791-4b25-89a2-f6249d1fd908-image 2018-12-29 05:34:59,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 460cd50e-899d-4ff6-92ef-3fc6c4468b9c 2018-12-29 05:34:59,715 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:35:00,134 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-dd347363-e2ad-4fe-proj 2018-12-29 05:35:00,434 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-dd347363-e2ad-4fe-proj-role 2018-12-29 05:35:00,673 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-dd347363-e2ad-4fe-user 2018-12-29 05:35:02,216 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-proj 2018-12-29 05:35:03,726 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-83e7c3b0-9ce0-479-proj 2018-12-29 05:35:03,800 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-user 2018-12-29 05:35:04,031 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-proj-role 2018-12-29 05:35:04,117 - keystone_utils - INFO - Granting role CreateStackSuccessTests-83e7c3b0-9ce0-479-proj-role to project CreateStackSuccessTests-83e7c3b0-9ce0-479-proj 2018-12-29 05:35:07,126 - create_image - INFO - Created image with name - CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-image 2018-12-29 05:35:07,305 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-image 2018-12-29 05:35:11,364 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-stack 2018-12-29 05:35:28,238 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-stack 2018-12-29 05:35:32,162 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-stack 2018-12-29 05:35:42,448 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-stack 2018-12-29 05:35:42,812 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-0442f336-16ef-4628-88e8-3ddf34ab2536-image 2018-12-29 05:35:44,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f70e88d6-dbc4-45c3-b2fa-bdfac00aaafc 2018-12-29 05:35:45,059 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:35:45,403 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-proj 2018-12-29 05:35:45,650 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-proj-role 2018-12-29 05:35:45,850 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-83e7c3b0-9ce0-479-user 2018-12-29 05:35:47,270 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-59d3f622-51a8-4ae-proj 2018-12-29 05:35:48,831 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-59d3f622-51a8-4ae-proj 2018-12-29 05:35:48,961 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-59d3f622-51a8-4ae-user 2018-12-29 05:35:49,168 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-59d3f622-51a8-4ae-proj-role 2018-12-29 05:35:49,256 - keystone_utils - INFO - Granting role CreateStackSuccessTests-59d3f622-51a8-4ae-proj-role to project CreateStackSuccessTests-59d3f622-51a8-4ae-proj 2018-12-29 05:35:51,695 - create_image - INFO - Created image with name - CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-image 2018-12-29 05:35:51,867 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-image 2018-12-29 05:35:55,842 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-stack 2018-12-29 05:36:12,639 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-stack 2018-12-29 05:36:18,731 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-inst 2018-12-29 05:36:27,038 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-stack 2018-12-29 05:36:37,476 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-stack 2018-12-29 05:36:37,535 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d02a538b-0f7a-42ca-8b30-d2ee505516cd-image 2018-12-29 05:36:38,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 081bde6d-3961-4e81-bd14-7cf154a538b1 2018-12-29 05:36:39,011 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:36:39,342 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-59d3f622-51a8-4ae-proj 2018-12-29 05:36:39,597 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-59d3f622-51a8-4ae-proj-role 2018-12-29 05:36:39,804 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-59d3f622-51a8-4ae-user 2018-12-29 05:36:41,252 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-cb24db5a-5a7f-473-proj 2018-12-29 05:36:42,902 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-cb24db5a-5a7f-473-proj 2018-12-29 05:36:43,358 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-cb24db5a-5a7f-473-proj 2018-12-29 05:36:43,482 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-cb24db5a-5a7f-473-user 2018-12-29 05:36:43,708 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-cb24db5a-5a7f-473-proj-role 2018-12-29 05:36:43,792 - keystone_utils - INFO - Granting role CreateStackVolumeTests-cb24db5a-5a7f-473-proj-role to project CreateStackVolumeTests-cb24db5a-5a7f-473-proj 2018-12-29 05:36:46,680 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3baa5ee9-8c50-4e96-80a5-b78878f44962-stack 2018-12-29 05:36:50,396 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3baa5ee9-8c50-4e96-80a5-b78878f44962-stack 2018-12-29 05:36:51,774 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3baa5ee9-8c50-4e96-80a5-b78878f44962-stack 2018-12-29 05:36:55,577 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3baa5ee9-8c50-4e96-80a5-b78878f44962-stack 2018-12-29 05:36:56,282 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-cb24db5a-5a7f-473-proj 2018-12-29 05:36:56,501 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-cb24db5a-5a7f-473-proj-role 2018-12-29 05:36:56,704 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-cb24db5a-5a7f-473-user 2018-12-29 05:36:58,103 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj 2018-12-29 05:36:59,706 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj 2018-12-29 05:37:00,224 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj 2018-12-29 05:37:00,362 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-user 2018-12-29 05:37:00,480 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj-role 2018-12-29 05:37:00,572 - keystone_utils - INFO - Granting role CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj-role to project CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj 2018-12-29 05:37:03,336 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-ed48beee-3446-49b5-a57b-9ea08d8d8d13-stack 2018-12-29 05:37:06,794 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-ed48beee-3446-49b5-a57b-9ea08d8d8d13-stack 2018-12-29 05:37:08,269 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-ed48beee-3446-49b5-a57b-9ea08d8d8d13-stack 2018-12-29 05:37:11,919 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-ed48beee-3446-49b5-a57b-9ea08d8d8d13-stack 2018-12-29 05:37:12,604 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj 2018-12-29 05:37:12,980 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-proj-role 2018-12-29 05:37:13,176 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-6a69ca2e-b84f-4a1-user 2018-12-29 05:37:14,629 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-f8e903c7-6103-42d-proj 2018-12-29 05:37:16,169 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-f8e903c7-6103-42d-proj 2018-12-29 05:37:16,787 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-f8e903c7-6103-42d-proj 2018-12-29 05:37:16,908 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-f8e903c7-6103-42d-user 2018-12-29 05:37:17,109 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-f8e903c7-6103-42d-proj-role 2018-12-29 05:37:17,193 - keystone_utils - INFO - Granting role CreateStackFlavorTests-f8e903c7-6103-42d-proj-role to project CreateStackFlavorTests-f8e903c7-6103-42d-proj 2018-12-29 05:37:20,006 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-72496ffd-b2e3-45cb-ae2a-2d55a43621f6-stack 2018-12-29 05:37:20,225 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-72496ffd-b2e3-45cb-ae2a-2d55a43621f6-stack 2018-12-29 05:37:21,240 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-72496ffd-b2e3-45cb-ae2a-2d55a43621f6-stack-flavor-ujajocwcm3od 2018-12-29 05:37:21,240 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-72496ffd-b2e3-45cb-ae2a-2d55a43621f6-stack 2018-12-29 05:37:24,900 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-72496ffd-b2e3-45cb-ae2a-2d55a43621f6-stack 2018-12-29 05:37:25,942 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-f8e903c7-6103-42d-proj 2018-12-29 05:37:26,165 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-f8e903c7-6103-42d-proj-role 2018-12-29 05:37:26,377 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-f8e903c7-6103-42d-user 2018-12-29 05:37:27,780 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-7ab28649-6e7a-44e-proj 2018-12-29 05:37:29,316 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-7ab28649-6e7a-44e-proj 2018-12-29 05:37:29,446 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-7ab28649-6e7a-44e-user 2018-12-29 05:37:29,648 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-7ab28649-6e7a-44e-proj-role 2018-12-29 05:37:29,731 - keystone_utils - INFO - Granting role CreateStackKeypairTests-7ab28649-6e7a-44e-proj-role to project CreateStackKeypairTests-7ab28649-6e7a-44e-proj 2018-12-29 05:37:32,642 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-2629b781-38fb-4bfb-83bd-27d08168cffa-stack 2018-12-29 05:37:33,108 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-2629b781-38fb-4bfb-83bd-27d08168cffa-stack 2018-12-29 05:37:34,920 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-2629b781-38fb-4bfb-83bd-27d08168cffa-stack 2018-12-29 05:37:38,416 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-2629b781-38fb-4bfb-83bd-27d08168cffa-stack 2018-12-29 05:37:39,223 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-7ab28649-6e7a-44e-proj 2018-12-29 05:37:39,441 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-7ab28649-6e7a-44e-proj-role 2018-12-29 05:37:39,638 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-7ab28649-6e7a-44e-user 2018-12-29 05:37:41,055 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj 2018-12-29 05:37:42,597 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj 2018-12-29 05:37:42,867 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-user 2018-12-29 05:37:43,060 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj-role 2018-12-29 05:37:43,153 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj-role to project CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj 2018-12-29 05:37:45,775 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d98d10fe-cebe-4786-8ca6-ead6c2b4a86b-stack 2018-12-29 05:37:49,370 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d98d10fe-cebe-4786-8ca6-ead6c2b4a86b-stack 2018-12-29 05:37:49,740 - neutron_utils - INFO - Retrieving security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:49,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:50,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:50,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:51,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:51,727 - neutron_utils - INFO - Retrieving security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:52,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2de7d9ad-f08a-4638-aea3-a144d5d21f8b 2018-12-29 05:37:52,279 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d98d10fe-cebe-4786-8ca6-ead6c2b4a86b-stack 2018-12-29 05:37:56,216 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-d98d10fe-cebe-4786-8ca6-ead6c2b4a86b-stack 2018-12-29 05:37:57,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 67545e14-d1e7-49f5-84cb-67187b3a6c40 2018-12-29 05:37:57,528 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:37:57,888 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj 2018-12-29 05:37:58,135 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-proj-role 2018-12-29 05:37:58,326 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-9c3a3c84-3ca3-4b1-user 2018-12-29 05:37:59,756 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-40612095-0825-462-proj 2018-12-29 05:38:01,239 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-40612095-0825-462-proj 2018-12-29 05:38:01,369 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-40612095-0825-462-user 2018-12-29 05:38:01,564 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-40612095-0825-462-proj-role 2018-12-29 05:38:01,657 - keystone_utils - INFO - Granting role CreateStackNegativeTests-40612095-0825-462-proj-role to project CreateStackNegativeTests-40612095-0825-462-proj 2018-12-29 05:38:02,916 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-40612095-0825-462-proj 2018-12-29 05:38:03,160 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-40612095-0825-462-proj-role 2018-12-29 05:38:03,368 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-40612095-0825-462-user 2018-12-29 05:38:04,798 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a9b25a15-9127-488-proj 2018-12-29 05:38:06,394 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-a9b25a15-9127-488-proj 2018-12-29 05:38:06,519 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a9b25a15-9127-488-user 2018-12-29 05:38:06,720 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a9b25a15-9127-488-proj-role 2018-12-29 05:38:06,812 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a9b25a15-9127-488-proj-role to project CreateStackNegativeTests-a9b25a15-9127-488-proj 2018-12-29 05:38:08,446 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a9b25a15-9127-488-proj 2018-12-29 05:38:08,656 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a9b25a15-9127-488-proj-role 2018-12-29 05:38:08,857 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a9b25a15-9127-488-user 2018-12-29 05:38:10,289 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj 2018-12-29 05:38:11,390 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-user 2018-12-29 05:38:11,582 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj-role 2018-12-29 05:38:11,666 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj-role to project CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj 2018-12-29 05:38:14,711 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-image 2018-12-29 05:38:14,879 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-image 2018-12-29 05:38:15,494 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-net 2018-12-29 05:38:17,401 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-subnet 2018-12-29 05:38:20,333 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:38:23,312 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:38:26,828 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-kp... 2018-12-29 05:38:26,828 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:38:26,869 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-kp 2018-12-29 05:38:26,938 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245.pub 2018-12-29 05:38:26,938 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245 2018-12-29 05:38:27,586 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-sec-grp... 2018-12-29 05:38:27,586 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-sec-grp 2018-12-29 05:38:27,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:28,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:28,717 - neutron_utils - INFO - Retrieving security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:28,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:29,469 - neutron_utils - INFO - Retrieving security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:30,051 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:30,611 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-sec-grp 2018-12-29 05:38:30,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:31,140 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-sec-grp 2018-12-29 05:38:31,419 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:31,961 - neutron_utils - INFO - Retrieving security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:32,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7604f11-69f7-4226-8da4-c33eba76ac18 2018-12-29 05:38:36,768 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-net 2018-12-29 05:38:38,680 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-inst 2018-12-29 05:38:41,378 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-inst 2018-12-29 05:38:49,675 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:38:53,978 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:38:55,272 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:38:57,865 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:38:58,336 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:39:00,776 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-12-29 05:39:01,328 - create_instance - INFO - Deleting Port with ID - 94f7ce60-d4fb-4e14-86b0-01078558c0ce 2018-12-29 05:39:01,328 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245port-1 2018-12-29 05:39:01,849 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-inst 2018-12-29 05:39:02,016 - create_instance - INFO - Checking deletion status 2018-12-29 05:39:08,599 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-inst 2018-12-29 05:39:08,661 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245.pub] 2018-12-29 05:39:08,661 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245] 2018-12-29 05:39:08,717 - neutron_utils - INFO - Deleting security group rule with ID - 6293fe23-98d7-4d7e-95ff-02e70db22706 2018-12-29 05:39:08,986 - neutron_utils - INFO - Deleting security group rule with ID - 18367233-2aa5-4ceb-a6b0-e736a5a35b2e 2018-12-29 05:39:09,214 - neutron_utils - INFO - Deleting security group rule with ID - 01e662b8-b62b-4bac-8166-5261d3b42f97 2018-12-29 05:39:09,473 - neutron_utils - INFO - Deleting security group rule with ID - 62235bd3-3984-4c10-b32d-d3e4f0cbaf06 2018-12-29 05:39:09,597 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-sec-grp 2018-12-29 05:39:09,897 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router and subnet CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-subnet 2018-12-29 05:39:09,897 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:39:11,012 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:39:11,012 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router 2018-12-29 05:39:12,235 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-subnet 2018-12-29 05:39:12,235 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-subnet 2018-12-29 05:39:14,809 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-net 2018-12-29 05:39:16,549 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-image 2018-12-29 05:39:18,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fb98d55-0c3d-4714-9dc5-f2f734614ac5 2018-12-29 05:39:18,598 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:39:18,895 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj 2018-12-29 05:39:19,196 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-proj-role 2018-12-29 05:39:19,408 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-df586a92-2ad4-446-user 2018-12-29 05:39:20,852 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj 2018-12-29 05:39:21,996 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-user 2018-12-29 05:39:22,199 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj-role 2018-12-29 05:39:22,296 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj-role to project CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj 2018-12-29 05:39:24,894 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-image 2018-12-29 05:39:25,058 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-image 2018-12-29 05:39:25,674 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-net 2018-12-29 05:39:26,687 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-subnet 2018-12-29 05:39:29,815 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:39:32,178 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:39:35,931 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-kp... 2018-12-29 05:39:35,932 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:39:35,991 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-kp 2018-12-29 05:39:36,052 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb.pub 2018-12-29 05:39:36,052 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb 2018-12-29 05:39:36,689 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-sec-grp... 2018-12-29 05:39:36,689 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-sec-grp 2018-12-29 05:39:37,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,670 - neutron_utils - INFO - Retrieving security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,779 - neutron_utils - INFO - Retrieving security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,832 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:37,998 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-sec-grp 2018-12-29 05:39:38,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:39,032 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-sec-grp 2018-12-29 05:39:39,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:39,488 - neutron_utils - INFO - Retrieving security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:39,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea66e272-d67f-442f-9ec6-0f0b6686b434 2018-12-29 05:39:43,403 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-net 2018-12-29 05:39:45,521 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-inst 2018-12-29 05:39:48,414 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-inst 2018-12-29 05:39:56,693 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:39:59,327 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:40:03,576 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:40:04,419 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:40:06,226 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:40:06,854 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:40:08,493 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-12-29 05:40:10,037 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:40:11,029 - create_instance - INFO - Checking if VM is active 2018-12-29 05:40:11,495 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:40:12,302 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 05:40:12,364 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 05:40:12,480 - create_instance - INFO - SSH is active for VM instance 2018-12-29 05:40:12,482 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 05:40:12,544 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 05:40:12,552 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-12-29 05:40:14,395 - create_instance - INFO - Deleting Port with ID - 0987f674-e95c-4602-827e-655ccceb3060 2018-12-29 05:40:14,396 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adbport-1 2018-12-29 05:40:14,916 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-inst 2018-12-29 05:40:15,103 - create_instance - INFO - Checking deletion status 2018-12-29 05:40:21,882 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-inst 2018-12-29 05:40:21,937 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb.pub] 2018-12-29 05:40:21,937 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb] 2018-12-29 05:40:21,992 - neutron_utils - INFO - Deleting security group rule with ID - 8b04d744-79ef-4ec6-bdd8-9c8b5ea0c36e 2018-12-29 05:40:22,305 - neutron_utils - INFO - Deleting security group rule with ID - 4cef4267-483e-4143-b1d3-ca056c01645f 2018-12-29 05:40:22,581 - neutron_utils - INFO - Deleting security group rule with ID - b3a3ae24-2f06-4d85-a528-6df88f9cfb33 2018-12-29 05:40:22,823 - neutron_utils - INFO - Deleting security group rule with ID - bf576d8b-f44b-45ff-a088-34cdc24cf153 2018-12-29 05:40:22,936 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-sec-grp 2018-12-29 05:40:23,093 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router and subnet CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-subnet 2018-12-29 05:40:23,093 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:40:24,217 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:40:24,217 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-router 2018-12-29 05:40:25,909 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-subnet 2018-12-29 05:40:25,909 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-subnet 2018-12-29 05:40:28,363 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-pub-net 2018-12-29 05:40:29,767 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a8d2ef03-ce75-4915-9469-53ea78735adb-image 2018-12-29 05:40:31,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6eb16180-a1c5-409e-a543-741d53b92c8f 2018-12-29 05:40:31,729 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:40:32,056 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj 2018-12-29 05:40:32,340 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-proj-role 2018-12-29 05:40:32,549 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-680e8e68-45ce-4a2-user 2018-12-29 05:40:34,236 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj 2018-12-29 05:40:35,433 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-user 2018-12-29 05:40:35,637 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj-role 2018-12-29 05:40:35,721 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj-role to project CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj 2018-12-29 05:40:38,456 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-image 2018-12-29 05:40:39,014 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-image 2018-12-29 05:40:39,638 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-net 2018-12-29 05:40:41,195 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-subnet 2018-12-29 05:40:43,826 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:40:45,865 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:40:49,172 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-kp... 2018-12-29 05:40:49,172 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:40:49,219 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-kp 2018-12-29 05:40:49,286 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6.pub 2018-12-29 05:40:49,286 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6 2018-12-29 05:40:49,936 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-sec-grp... 2018-12-29 05:40:49,936 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-sec-grp 2018-12-29 05:40:50,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:50,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:50,685 - neutron_utils - INFO - Retrieving security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:50,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:51,125 - neutron_utils - INFO - Retrieving security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:51,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:51,439 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-sec-grp 2018-12-29 05:40:51,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:52,363 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-sec-grp 2018-12-29 05:40:52,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:53,111 - neutron_utils - INFO - Retrieving security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:53,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e34a6aa-58b3-4342-9a10-fbccfc3fd383 2018-12-29 05:40:57,707 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-net 2018-12-29 05:40:59,378 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-inst 2018-12-29 05:41:02,643 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-inst 2018-12-29 05:41:10,271 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:41:11,960 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:41:14,840 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:41:15,860 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-12-29 05:42:09,625 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:42:11,915 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:42:12,728 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:42:14,634 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:42:14,634 - create_instance - INFO - Checking if VM is active 2018-12-29 05:42:15,088 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:44:23,279 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:46:33,583 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:46:36,586 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-12-29 05:46:36,587 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-12-29 05:46:37,426 - create_instance - INFO - Deleting Port with ID - 8f55eb46-9ce7-4e76-a45b-b6868e408359 2018-12-29 05:46:37,427 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6port-1 2018-12-29 05:46:38,049 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-inst 2018-12-29 05:46:38,359 - create_instance - INFO - Checking deletion status 2018-12-29 05:46:42,149 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-inst 2018-12-29 05:46:42,333 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6.pub] 2018-12-29 05:46:42,333 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6] 2018-12-29 05:46:42,905 - neutron_utils - INFO - Deleting security group rule with ID - d000a0cd-1264-47f4-86b6-4572de84e1a7 2018-12-29 05:46:43,161 - neutron_utils - INFO - Deleting security group rule with ID - bdf14811-bacf-470e-97ca-58dae7e2cc73 2018-12-29 05:46:43,427 - neutron_utils - INFO - Deleting security group rule with ID - fe31fa57-cf49-4685-95d8-074b5fa8a9b0 2018-12-29 05:46:43,686 - neutron_utils - INFO - Deleting security group rule with ID - 6d1d646b-fe03-4e5c-b0b8-a857c92dfe93 2018-12-29 05:46:43,965 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-sec-grp 2018-12-29 05:46:44,611 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router and subnet CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-subnet 2018-12-29 05:46:44,611 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:46:45,918 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:46:45,919 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-router 2018-12-29 05:46:47,330 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-subnet 2018-12-29 05:46:47,330 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-subnet 2018-12-29 05:46:49,751 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-pub-net 2018-12-29 05:46:51,350 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-49bdb175-084a-419c-ba85-2cfcabe4e4e6-image 2018-12-29 05:46:53,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91e331f4-fdc0-4fff-bb7e-9efcc48dd78b 2018-12-29 05:46:53,873 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:46:54,233 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj 2018-12-29 05:46:54,438 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-proj-role 2018-12-29 05:46:54,660 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-0d2f4036-bb57-438-user 2018-12-29 05:46:56,177 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj 2018-12-29 05:46:57,357 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-user 2018-12-29 05:46:57,573 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj-role 2018-12-29 05:46:57,658 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj-role to project CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj 2018-12-29 05:47:01,998 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-image 2018-12-29 05:47:02,550 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-image 2018-12-29 05:47:03,173 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-net 2018-12-29 05:47:04,330 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-subnet 2018-12-29 05:47:07,084 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:47:10,208 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:47:13,632 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-kp... 2018-12-29 05:47:13,633 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:47:13,707 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-kp 2018-12-29 05:47:13,785 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124.pub 2018-12-29 05:47:13,785 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124 2018-12-29 05:47:14,506 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-sec-grp... 2018-12-29 05:47:14,506 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-sec-grp 2018-12-29 05:47:14,879 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,219 - neutron_utils - INFO - Retrieving security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,596 - neutron_utils - INFO - Retrieving security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:15,991 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-sec-grp 2018-12-29 05:47:16,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:16,645 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-sec-grp 2018-12-29 05:47:16,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:16,993 - neutron_utils - INFO - Retrieving security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:17,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 85ab069d-3ba6-41ca-8d44-bb3f3f0da72f 2018-12-29 05:47:21,046 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-net 2018-12-29 05:47:22,773 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-inst 2018-12-29 05:47:26,496 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-inst 2018-12-29 05:47:34,107 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:47:35,621 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:47:39,551 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:47:40,394 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:47:42,170 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:47:43,017 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:47:44,215 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-12-29 05:48:34,099 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:48:35,249 - create_instance - INFO - Checking if VM is active 2018-12-29 05:48:35,730 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:50:43,823 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:52:53,999 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:52:57,003 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-12-29 05:52:57,004 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-12-29 05:52:57,735 - create_instance - INFO - Deleting Port with ID - 8bd1e359-7e8a-43ae-a09f-636b929c013a 2018-12-29 05:52:57,735 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124port-1 2018-12-29 05:52:58,338 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-inst 2018-12-29 05:52:58,660 - create_instance - INFO - Checking deletion status 2018-12-29 05:53:01,953 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-inst 2018-12-29 05:53:02,090 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124.pub] 2018-12-29 05:53:02,090 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124] 2018-12-29 05:53:02,295 - neutron_utils - INFO - Deleting security group rule with ID - 52e94aa9-be9d-4c5f-a421-8199e398e0e7 2018-12-29 05:53:02,557 - neutron_utils - INFO - Deleting security group rule with ID - a65ab0ea-3b3c-4b36-b568-a3741a14d93c 2018-12-29 05:53:02,812 - neutron_utils - INFO - Deleting security group rule with ID - 2356966b-f148-4270-971c-7b8a7f3156ef 2018-12-29 05:53:03,091 - neutron_utils - INFO - Deleting security group rule with ID - 62e90b7c-a5eb-4021-aecf-3e10ed5af4fe 2018-12-29 05:53:03,331 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-sec-grp 2018-12-29 05:53:03,620 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router and subnet CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-subnet 2018-12-29 05:53:03,620 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:53:04,898 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:53:04,898 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router 2018-12-29 05:53:06,219 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-subnet 2018-12-29 05:53:06,219 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-subnet 2018-12-29 05:53:08,752 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-net 2018-12-29 05:53:10,081 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-image 2018-12-29 05:53:12,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e80d20d6-71c0-466d-97f1-15c7fbf575f7 2018-12-29 05:53:12,761 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:53:13,099 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj 2018-12-29 05:53:13,362 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-proj-role 2018-12-29 05:53:13,576 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f853804a-b6ff-41e-user 2018-12-29 05:53:15,006 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj 2018-12-29 05:53:16,077 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-user 2018-12-29 05:53:16,275 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj-role 2018-12-29 05:53:16,372 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj-role to project CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj 2018-12-29 05:53:20,197 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-image 2018-12-29 05:53:20,746 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-image 2018-12-29 05:53:21,371 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-net 2018-12-29 05:53:22,629 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-subnet 2018-12-29 05:53:25,272 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:53:27,517 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:53:31,305 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-kp... 2018-12-29 05:53:31,305 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:53:31,356 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-kp 2018-12-29 05:53:31,420 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26.pub 2018-12-29 05:53:31,420 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26 2018-12-29 05:53:32,071 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-sec-grp... 2018-12-29 05:53:32,071 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-sec-grp 2018-12-29 05:53:32,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:32,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:32,838 - neutron_utils - INFO - Retrieving security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:33,041 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:33,221 - neutron_utils - INFO - Retrieving security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:33,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:33,610 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-sec-grp 2018-12-29 05:53:33,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:34,246 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-sec-grp 2018-12-29 05:53:34,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:34,887 - neutron_utils - INFO - Retrieving security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:35,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e0f3f78e-9484-434b-8ea9-8ac96adc43b3 2018-12-29 05:53:38,511 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-net 2018-12-29 05:53:40,226 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-inst 2018-12-29 05:53:44,218 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-inst 2018-12-29 05:53:52,141 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:53:56,510 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:53:57,808 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:53:59,640 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:54:00,253 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:54:01,232 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-12-29 05:54:02,788 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 05:54:04,290 - create_instance - INFO - Checking if VM is active 2018-12-29 05:54:04,615 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:54:05,648 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 05:54:05,707 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 05:54:05,826 - create_instance - INFO - SSH is active for VM instance 2018-12-29 05:54:05,827 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 05:54:05,888 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 05:54:05,897 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-12-29 05:54:06,586 - create_instance - INFO - Deleting Port with ID - a9a67849-0e40-44cc-841f-06588d1f45a3 2018-12-29 05:54:06,586 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26port-1 2018-12-29 05:54:07,039 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-inst 2018-12-29 05:54:07,188 - create_instance - INFO - Checking deletion status 2018-12-29 05:54:14,200 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-inst 2018-12-29 05:54:14,252 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26.pub] 2018-12-29 05:54:14,252 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26] 2018-12-29 05:54:14,296 - neutron_utils - INFO - Deleting security group rule with ID - d322a7cb-6ca1-4e09-80aa-3c86054c072e 2018-12-29 05:54:14,575 - neutron_utils - INFO - Deleting security group rule with ID - 53030f12-c23e-4298-a232-a14ee722e400 2018-12-29 05:54:14,822 - neutron_utils - INFO - Deleting security group rule with ID - 0448d3e5-cde9-456a-b242-8b73702b4f13 2018-12-29 05:54:15,077 - neutron_utils - INFO - Deleting security group rule with ID - f7ffe243-5dc3-4cd9-9ddb-8fd27ffe4d79 2018-12-29 05:54:15,277 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-sec-grp 2018-12-29 05:54:15,625 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router and subnet CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-subnet 2018-12-29 05:54:15,625 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:54:16,895 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:54:16,895 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-router 2018-12-29 05:54:18,200 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-subnet 2018-12-29 05:54:18,200 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-subnet 2018-12-29 05:54:20,588 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-pub-net 2018-12-29 05:54:22,100 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ffd3f797-c998-4974-94f5-7c5fa6f7cf26-image 2018-12-29 05:54:24,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c67fb47-fd0f-4618-a380-62df2cab5662 2018-12-29 05:54:24,400 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 05:54:24,752 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj 2018-12-29 05:54:24,998 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-proj-role 2018-12-29 05:54:25,198 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-8521f95a-05aa-48e-user 2018-12-29 05:54:26,635 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj 2018-12-29 05:54:27,778 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-user 2018-12-29 05:54:28,119 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj-role 2018-12-29 05:54:28,139 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj-role to project CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj 2018-12-29 05:54:31,378 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-image 2018-12-29 05:54:31,918 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-image 2018-12-29 05:54:32,485 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-net 2018-12-29 05:54:33,504 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-subnet 2018-12-29 05:54:36,403 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:54:39,523 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:54:43,138 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-kp... 2018-12-29 05:54:43,138 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 05:54:43,157 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-kp 2018-12-29 05:54:43,212 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6.pub 2018-12-29 05:54:43,212 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6 2018-12-29 05:54:43,944 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-sec-grp... 2018-12-29 05:54:43,944 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-sec-grp 2018-12-29 05:54:44,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:44,501 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:44,685 - neutron_utils - INFO - Retrieving security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:44,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:45,059 - neutron_utils - INFO - Retrieving security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:45,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:45,526 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-sec-grp 2018-12-29 05:54:45,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:46,156 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-sec-grp 2018-12-29 05:54:46,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:46,653 - neutron_utils - INFO - Retrieving security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:46,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab2e851-2fc5-4c30-adba-44c959556dac 2018-12-29 05:54:50,608 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-net 2018-12-29 05:54:52,013 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-inst 2018-12-29 05:54:55,885 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-inst 2018-12-29 05:55:03,129 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:55:04,701 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:55:07,357 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:55:14,634 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-inst 2018-12-29 05:55:16,781 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:55:17,996 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 05:55:19,886 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:55:19,886 - create_instance - INFO - Checking if VM is active 2018-12-29 05:55:20,330 - create_instance - INFO - VM is - ACTIVE 2018-12-29 05:57:28,559 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:59:38,735 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2018-12-29 05:59:41,739 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2018-12-29 05:59:41,739 - create_instance - INFO - Deleting Port with ID - e803c222-d7ef-4f51-b536-f35d87853072 2018-12-29 05:59:41,739 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6port-1 2018-12-29 05:59:42,250 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-inst 2018-12-29 05:59:42,429 - create_instance - INFO - Checking deletion status 2018-12-29 05:59:52,726 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-inst 2018-12-29 05:59:52,727 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-12-29 05:59:53,460 - create_instance - INFO - Deleting Port with ID - e803c222-d7ef-4f51-b536-f35d87853072 2018-12-29 05:59:53,460 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6port-1 2018-12-29 05:59:53,499 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port e803c222-d7ef-4f51-b536-f35d87853072 could not be found. Neutron server returns request_ids: ['req-d52bcb8f-c765-40f1-8f0a-7ec7d03015e2'] 2018-12-29 05:59:53,690 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6.pub] 2018-12-29 05:59:53,690 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6] 2018-12-29 05:59:53,885 - neutron_utils - INFO - Deleting security group rule with ID - b8fe67e6-0df6-4d7c-8bee-ec447e03b2e2 2018-12-29 05:59:54,146 - neutron_utils - INFO - Deleting security group rule with ID - 9338cf0e-be4c-43cf-bf4f-b2f62d5ef0a6 2018-12-29 05:59:54,417 - neutron_utils - INFO - Deleting security group rule with ID - ed241d62-c859-4fdf-b1b6-5258dd488faf 2018-12-29 05:59:54,680 - neutron_utils - INFO - Deleting security group rule with ID - bfe13a5f-972d-4e08-8c45-10be87ca1e58 2018-12-29 05:59:54,958 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-sec-grp 2018-12-29 05:59:55,266 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router and subnet CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-subnet 2018-12-29 05:59:55,267 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:59:56,458 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:59:56,458 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router 2018-12-29 05:59:57,792 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-subnet 2018-12-29 05:59:57,793 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-subnet 2018-12-29 06:00:00,233 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-net 2018-12-29 06:00:01,898 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-image 2018-12-29 06:00:03,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b0f3358-7a35-43f1-9b69-7a963f3b3dfb 2018-12-29 06:00:03,620 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:00:04,017 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj 2018-12-29 06:00:04,268 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-proj-role 2018-12-29 06:00:04,461 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-e43ac77c-f088-400-user 2018-12-29 06:00:05,990 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj 2018-12-29 06:00:07,085 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-user 2018-12-29 06:00:07,294 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj-role 2018-12-29 06:00:07,382 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj-role to project CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj 2018-12-29 06:00:10,884 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-image 2018-12-29 06:00:11,051 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-image 2018-12-29 06:00:11,764 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-net 2018-12-29 06:00:12,888 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-subnet 2018-12-29 06:00:15,637 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:00:18,228 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:00:21,971 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-kp... 2018-12-29 06:00:21,971 - OpenStackKeypair - INFO - Creating new keypair 2018-12-29 06:00:22,002 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-kp 2018-12-29 06:00:22,063 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e.pub 2018-12-29 06:00:22,064 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e 2018-12-29 06:00:22,696 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-sec-grp... 2018-12-29 06:00:22,696 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-sec-grp 2018-12-29 06:00:23,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:23,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:23,492 - neutron_utils - INFO - Retrieving security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:23,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:23,861 - neutron_utils - INFO - Retrieving security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:24,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:24,227 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-sec-grp 2018-12-29 06:00:24,515 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:25,013 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-sec-grp 2018-12-29 06:00:25,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:25,433 - neutron_utils - INFO - Retrieving security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:25,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e91ad18-78c3-4f91-a4a4-d2de4fddf9ab 2018-12-29 06:00:29,361 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-net 2018-12-29 06:00:31,054 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-inst 2018-12-29 06:00:34,402 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-inst 2018-12-29 06:00:45,119 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:00:46,830 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:00:50,536 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:00:51,536 - neutron_utils - INFO - Creating floating ip to external network - external 2018-12-29 06:00:53,465 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:00:53,799 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:00:54,624 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-12-29 06:01:44,773 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-12-29 06:01:45,606 - create_instance - INFO - Checking if VM is active 2018-12-29 06:01:46,170 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:01:46,857 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:01:46,919 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:01:47,035 - create_instance - INFO - SSH is active for VM instance 2018-12-29 06:01:47,037 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:01:47,098 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:01:49,794 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-inst 2018-12-29 06:01:50,023 - create_instance - INFO - Checking if VM is active 2018-12-29 06:01:50,653 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:01:51,857 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:01:51,918 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:01:52,036 - create_instance - INFO - SSH is active for VM instance 2018-12-29 06:01:52,038 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:01:52,098 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:01:52,107 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2018-12-29 06:01:52,776 - create_instance - INFO - Deleting Port with ID - 92b1d9f9-3d9c-4e35-8b3e-37077a7abd6a 2018-12-29 06:01:52,776 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682eport-1 2018-12-29 06:01:53,239 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-inst 2018-12-29 06:01:53,423 - create_instance - INFO - Checking deletion status 2018-12-29 06:02:03,118 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-inst 2018-12-29 06:02:03,164 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e.pub] 2018-12-29 06:02:03,164 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e] 2018-12-29 06:02:03,226 - neutron_utils - INFO - Deleting security group rule with ID - a88cb106-f52c-4fb9-814d-dab3aa8dfd29 2018-12-29 06:02:03,491 - neutron_utils - INFO - Deleting security group rule with ID - 0ec12413-b98e-4a23-abc7-61d47587c745 2018-12-29 06:02:03,744 - neutron_utils - INFO - Deleting security group rule with ID - 0bad848f-a44e-499f-98ad-f8d75bcafc79 2018-12-29 06:02:04,001 - neutron_utils - INFO - Deleting security group rule with ID - ea55e398-cacf-40d6-8be4-ef1e5c738c7f 2018-12-29 06:02:04,138 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-sec-grp 2018-12-29 06:02:04,452 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router and subnet CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-subnet 2018-12-29 06:02:04,453 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:02:05,678 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:02:05,679 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-router 2018-12-29 06:02:07,009 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-subnet 2018-12-29 06:02:07,010 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-subnet 2018-12-29 06:02:09,258 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-pub-net 2018-12-29 06:02:10,545 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-56a872c9-dfc1-4f3b-b00a-c9b75ec7682e-image 2018-12-29 06:02:12,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18023596-0ce2-4d21-93e6-c0e14922a88c 2018-12-29 06:02:12,678 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:02:13,011 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj 2018-12-29 06:02:13,250 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-proj-role 2018-12-29 06:02:13,454 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-3a407d69-aa71-412-user 2018-12-29 06:02:14,876 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-aec8fff9-d192-480-proj 2018-12-29 06:02:16,469 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-aec8fff9-d192-480-proj 2018-12-29 06:02:16,901 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-aec8fff9-d192-480-proj 2018-12-29 06:02:17,077 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-aec8fff9-d192-480-user 2018-12-29 06:02:17,289 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-aec8fff9-d192-480-proj-role 2018-12-29 06:02:17,395 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-aec8fff9-d192-480-proj-role to project CreateStackFloatingIpTests-aec8fff9-d192-480-proj 2018-12-29 06:02:20,187 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-image 2018-12-29 06:02:20,358 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-image 2018-12-29 06:02:25,357 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-stack 2018-12-29 06:02:46,198 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-stack 2018-12-29 06:02:54,127 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-inst1 2018-12-29 06:02:59,068 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-inst2 2018-12-29 06:03:00,624 - create_instance - INFO - Checking if VM is active 2018-12-29 06:03:01,237 - create_instance - INFO - VM is - ACTIVE 2018-12-29 06:04:05,937 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:04:06,006 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:04:06,148 - create_instance - INFO - SSH is active for VM instance 2018-12-29 06:04:06,150 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-12-29 06:04:06,214 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:04:07,719 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-stack 2018-12-29 06:04:21,399 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-stack 2018-12-29 06:04:21,454 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-77601024-3973-4471-a68d-4ea6affa1c2b-image 2018-12-29 06:04:22,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ae158da-d896-4846-bd13-7f8f3aab51cb 2018-12-29 06:04:22,965 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:04:23,300 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-aec8fff9-d192-480-proj 2018-12-29 06:04:23,634 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-aec8fff9-d192-480-proj-role 2018-12-29 06:04:23,845 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-aec8fff9-d192-480-user 2018-12-29 06:04:25,325 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj 2018-12-29 06:04:26,733 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj 2018-12-29 06:04:27,254 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj 2018-12-29 06:04:27,382 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-user 2018-12-29 06:04:27,608 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj-role 2018-12-29 06:04:27,700 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj-role to project CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj 2018-12-29 06:04:30,299 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-image 2018-12-29 06:04:30,463 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-image 2018-12-29 06:04:35,337 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-stack 2018-12-29 06:04:46,731 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-stack failed 2018-12-29 06:04:46,732 - create_stack - ERROR - Resource: [floating_ip] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.floating_ip: No more IP addresses available on network 172d8bf1-dcb3-48a2-9142-54f150cc212d. Neutron server returns request_ids: ['req-4867f701-5001-4098-bedb-453836d1918a']] 2018-12-29 06:04:46,732 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-12-29 06:04:46,732 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-12-29 06:04:46,732 - create_stack - ERROR - Resource: [vm2] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-12-29 06:04:46,760 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-stack 2018-12-29 06:05:06,671 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-stack 2018-12-29 06:05:07,030 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-79b3f3a0-056c-48fe-9e5a-e8954c00e377-image 2018-12-29 06:05:08,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7bb6fec4-08c6-4eb4-b24b-58855a6f1690 2018-12-29 06:05:08,361 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:05:08,686 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj 2018-12-29 06:05:09,060 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-proj-role 2018-12-29 06:05:09,261 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-ab6479e1-d8e8-49d-user 2018-12-29 06:05:10,673 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj 2018-12-29 06:05:11,769 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-user 2018-12-29 06:05:11,979 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj-role 2018-12-29 06:05:12,072 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj-role to project AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj 2018-12-29 06:05:20,308 - create_image - INFO - Created image with name - AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27--image 2018-12-29 06:05:20,328 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27--image 2018-12-29 06:05:20,958 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-net 2018-12-29 06:05:22,191 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-subnet 2018-12-29 06:05:24,884 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-router 2018-12-29 06:05:26,953 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-subnet 2018-12-29 06:05:26,954 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-subnet 2018-12-29 06:05:29,223 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-net 2018-12-29 06:05:30,626 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27--image 2018-12-29 06:05:32,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63919a9a-2303-49fe-916f-2032488dcdf9 2018-12-29 06:05:32,875 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:05:33,214 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj 2018-12-29 06:05:33,575 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-proj-role 2018-12-29 06:05:33,783 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-fc4d7e9d-78df-4a2-user 2018-12-29 06:05:35,290 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-78c32210-63c6-44f-proj 2018-12-29 06:05:36,411 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-78c32210-63c6-44f-user 2018-12-29 06:05:36,607 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-78c32210-63c6-44f-proj-role 2018-12-29 06:05:36,627 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-78c32210-63c6-44f-proj-role to project AnsibleProvisioningTests-78c32210-63c6-44f-proj 2018-12-29 06:05:43,714 - create_image - INFO - Created image with name - AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47--image 2018-12-29 06:05:43,884 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47--image 2018-12-29 06:05:44,509 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-net 2018-12-29 06:05:45,375 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-subnet 2018-12-29 06:05:48,079 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-router 2018-12-29 06:05:49,088 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-subnet 2018-12-29 06:05:49,088 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-subnet 2018-12-29 06:05:51,402 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47-pub-net 2018-12-29 06:05:53,034 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-71b9a666-248d-45f4-be97-d8da70358c47--image 2018-12-29 06:05:54,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 86c91004-894b-4cad-beb5-84f1f3ec8033 2018-12-29 06:05:55,085 - neutron_utils - INFO - Deleting security group with name - default 2018-12-29 06:05:55,417 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-78c32210-63c6-44f-proj 2018-12-29 06:05:55,814 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-78c32210-63c6-44f-proj-role 2018-12-29 06:05:56,023 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-78c32210-63c6-44f-user 2018-12-29 06:05:56,356 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 06:05:56,356 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 65:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-12-29 06:05:58,573 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-12-29 06:05:58,626 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-12-29 06:06:00,070 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 06:06:01,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 06:06:04,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-12-29 06:06:04.062 11431 INFO rally.deployment.engine [-] Deployment 2b18f6bd-3010-4a05-9d2d-8aa525e5c473 | Starting: Destroy cloud and free allocated resources. 2018-12-29 06:06:04.137 11431 INFO rally.deployment.engine [-] Deployment 2b18f6bd-3010-4a05-9d2d-8aa525e5c473 | Completed: Destroy cloud and free allocated resources. 2018-12-29 06:06:04.162 11431 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64) for deployment 'opnfv-rally'. 2018-12-29 06:06:04.179 11431 INFO rally.api [-] Deleting verification (UUID=25b423ba-c279-4610-b6c2-e96febf34c29). 2018-12-29 06:06:04.207 11431 INFO rally.api [-] Verification has been successfully deleted! 2018-12-29 06:06:04.208 11431 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64). 2018-12-29 06:06:04.214 11431 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-12-29 06:06:06,905 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 06:06:06.596 11434 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e | 2018-12-29T06:06:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e ~/.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-12-29 06:06:10,238 - 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-12-29 06:06:10,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 06:06:12,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-12-29 06:06:12.388 11440 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=068a2aac-f533-4cd5-9c3c-f9dab4d0db64). 2018-12-29 06:06:12.526 11440 INFO rally.api [-] Verifier has been successfully deleted! 2018-12-29 06:06:16,248 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 06:06:14.766 11443 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 06:06:14.892 11443 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 06:06:16.024 11443 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0820f600-826d-4444-b8c2-25900a822eb6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0820f600-826d-4444-b8c2-25900a822eb6) as the default verifier for the future CLI operations. 2018-12-29 06:06:19,158 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-12-29 06:06:27,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 06:06:26.147 11462 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0820f600-826d-4444-b8c2-25900a822eb6) for deployment 'opnfv-rally' (UUID=06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e). 2018-12-29 06:06:27.004 11462 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 06:06:27.006 11462 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0820f600-826d-4444-b8c2-25900a822eb6) has been successfully configured for deployment 'opnfv-rally' (UUID=06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e)! 2018-12-29 06:06:30,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0820f600-826d-4444-b8c2-25900a822eb6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-12-29 06:06:30,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-12-29 06:06:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 06:06:32.716 11471 INFO rally.api [-] Starting verification (UUID=5b50a240-3413-4f9b-8a52-76160c1f66e6) for deployment 'opnfv-rally' (UUID=06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e) by verifier 'opnfv-tempest' (UUID=0820f600-826d-4444-b8c2-25900a822eb6). 2018-12-29 06:08:22,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5b50a240-3413-4f9b-8a52-76160c1f66e6 2018-12-29 06:08:22,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5b50a240-3413-4f9b-8a52-76160c1f66e6']'. 2018-12-29 06:08:23,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 06:08:23,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5b50a240-3413-4f9b-8a52-76160c1f66e6 | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 06:06:32 | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 06:08:22 | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-12-29 06:08:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0820f600-826d-4444-b8c2-25900a822eb6) | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 06c52d4c-751c-4cf5-a6a8-37fc1a5a2f7e) | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-12-29 06:08:23,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.271 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 06:08:23,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 06:08:23,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 06:08:23,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-12-29 06:08:23,858 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 06:08:23,858 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-12-29 06:08:27,896 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-12-29 06:08:27,897 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:41 | FAIL | | vping_userdata | functest | smoke | 09:10 | FAIL | | tempest_smoke_serial | functest | smoke | 14:10 | PASS | | rally_sanity | functest | smoke | 25:05 | PASS | | refstack_defcore | functest | smoke | 10:28 | FAIL | | patrole | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 65:28 | FAIL | | neutron_trunk | functest | smoke | 02:05 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-12-29 06:08:27,907 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-12-29 06:08:33,378 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 06:08:33,383 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 06:08:33,383 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-29 06:08:33,384 - 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-12-29 06:08:33,400 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-12-29 06:08:33,423 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-12-29 06:12:25,472 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-12-29 06:12:25,594 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 06:12:25,595 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:52 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-12-29 06:12:25,629 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-12-29 06:12:28,876 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-12-29 06:12:30,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:12:30,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:12:30,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:12:30,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:12:30,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:12:30,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:12:30,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:12:30,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:12:30,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:12:30,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:12:30,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:12:30,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:12:30,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:12:30,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:12:30,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:12:30,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:12:30,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:12:30,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:12:30,768 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-12-29 06:12:30,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:12:30,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f2f302e-acbb-463d-acb4-cb151f39cee3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:12:30,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2f2f302e-acbb-463d-acb4-cb151f39cee3 2018-12-29 06:12:30,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:12:31,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["gFY9uSyqTPGHC-BVo7-h1g"], "issued_at": "2018-12-29T06:12:31.000000Z"}} 2018-12-29 06:12:31,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15048c3bd1106e4cc575ccfd9d96c601ff9d0d47" 2018-12-29 06:12:31,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b3e996-bd6f-43b5-88ca-eff3a94f42be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:12:31,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-50b3e996-bd6f-43b5-88ca-eff3a94f42be 2018-12-29 06:12:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:12:31,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 06:12:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://192.30.9.6:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.6:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 06:12:31,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15048c3bd1106e4cc575ccfd9d96c601ff9d0d47" 2018-12-29 06:12:31,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b19fb43b-6854-437c-b1f2-7f71bfbe5b0a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.6:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.6:35357/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.6:35357/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 06:12:31,370 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/projects used request id req-b19fb43b-6854-437c-b1f2-7f71bfbe5b0a 2018-12-29 06:12:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:12:31,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed377dd8-1d11-4f27-96e1-7ebb2d6f4119 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:12:31,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed377dd8-1d11-4f27-96e1-7ebb2d6f4119 2018-12-29 06:12:31,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:12:31,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["YAao321vTEC43Dpho_Dh9w"], "issued_at": "2018-12-29T06:12:31.000000Z"}} 2018-12-29 06:12:31,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:31,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-bdbe0318-2929-4e23-b6d2-42768204a67f Date: Sat, 29 Dec 2018 06:12:31 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-12-29 06:12:31,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-bdbe0318-2929-4e23-b6d2-42768204a67f 2018-12-29 06:12:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:12:31,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a09695-eed6-43dc-926c-832a3215c3d6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:12:31,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-49a09695-eed6-43dc-926c-832a3215c3d6 2018-12-29 06:12:31,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:12:32,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["wvBOu_9JQdSJiLyofuXfKw"], "issued_at": "2018-12-29T06:12:32.000000Z"}} 2018-12-29 06:12:32,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4566f48a8ce55dbeb35684dd60584a108bc71d1" 2018-12-29 06:12:32,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddf7fece-d5f3-4b51-8634-8ebd2dc46a4e x-compute-request-id: req-ddf7fece-d5f3-4b51-8634-8ebd2dc46a4e 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-12-29 06:12:32,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-ddf7fece-d5f3-4b51-8634-8ebd2dc46a4e 2018-12-29 06:12:32,585 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-12-29 06:12:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-12-29 06:12:32,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-1b566975-5fd2-403c-80c5-35e8923e59e9 Date: Sat, 29 Dec 2018 06:12:32 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-12-29 06:12:32,826 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-1b566975-5fd2-403c-80c5-35e8923e59e9 2018-12-29 06:12:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:12:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:12:32,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:12:32,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:12:32,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:12:32,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:12:32,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:12:32,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:12:32,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:12:32,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8226f14-8bec-4d63-b1d5-21e0306cb027 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:12:32,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f8226f14-8bec-4d63-b1d5-21e0306cb027 2018-12-29 06:12:32,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:12:33,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["lSfyziYmQ9a7X-6UgTAjyQ"], "issued_at": "2018-12-29T06:12:33.000000Z"}} 2018-12-29 06:12:33,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6ada81660eb2a9a508fe4778f8020c1e816e50a" 2018-12-29 06:12:33,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d28c981-d93b-4b8e-acf9-b73616c365ac x-compute-request-id: req-2d28c981-d93b-4b8e-acf9-b73616c365ac Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 06:12:33,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-2d28c981-d93b-4b8e-acf9-b73616c365ac 2018-12-29 06:12:33,413 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-12-29 06:12:33,413 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-12-29 06:12:33,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30: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}f4566f48a8ce55dbeb35684dd60584a108bc71d1" -d '{"quota_class_set": {"instances": -1}}' 2018-12-29 06:12:33,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357b7216-aae5-438b-b0ca-67fff0ee12a2 x-compute-request-id: req-357b7216-aae5-438b-b0ca-67fff0ee12a2 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-12-29 06:12:33,463 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-357b7216-aae5-438b-b0ca-67fff0ee12a2 2018-12-29 06:12:33,464 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-12-29 06:12:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:33,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-15808196-290e-4203-bd6b-e42fb500ee21 Date: Sat, 29 Dec 2018 06:12:33 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-12-29T03:56:09Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 1, "port_id": null, "id": "4970d609-1d73-4fe3-b95a-a3b85f66c25a", "tenant_id": "c1bb6334870747b794081312ab0c9036", "created_at": "2018-12-29T03:54:55Z", "project_id": "c1bb6334870747b794081312ab0c9036"}]} 2018-12-29 06:12:33,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-15808196-290e-4203-bd6b-e42fb500ee21 2018-12-29 06:12:33,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/4970d609-1d73-4fe3-b95a-a3b85f66c25a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:34,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-286c95ef-2c67-4534-bd50-8f7bd7e57642 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:34,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/4970d609-1d73-4fe3-b95a-a3b85f66c25a used request id req-286c95ef-2c67-4534-bd50-8f7bd7e57642 2018-12-29 06:12:34,219 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-12-29 06:12:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:34,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14811 X-Openstack-Request-Id: req-6636b800-d025-4d52-bdd4-b1faa6cab4a9 Date: Sat, 29 Dec 2018 06:12:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:07:29Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.204"}],"id":"0615d928-dc7a-47f3-8fbf-e2d54fa63753","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:9c:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"127fb572-d511-4f19-858d-da3da8203bc4","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:07:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:34:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.211"}],"id":"145ca76e-125e-468e-84c2-776771a5adf0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:13:75:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2a54c267-8cd7-404e-a35c-37cab1a5520e","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:34:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.207"}],"id":"1baad415-8886-4fe5-91d5-eda428c7e3e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:0f:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3310add8-2986-4093-8ac3-6ac9caf6a9de","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:51:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.205"}],"id":"21cf4629-d2e4-49ed-a848-b77425562a7b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fa:14:5b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"59ea2a70-4558-44cf-9371-70173c4555fe","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:51:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T05:38:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.206"}],"id":"3d804106-6e74-44a4-b560-1da53f7e2333","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:44:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b02ed4b6-88f5-4a4c-9291-80b255073b9f","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T05:38:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T05:08:06Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.202"}],"id":"43699f7c-fe6a-4c98-8a66-efcdde40f62c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:95:6f:d0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a654cf8b-a0bd-4bb9-a002-97e207bb3232","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T05:08:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:32:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.208"}],"id":"62046003-f3c0-41d6-9cb7-ee6030ea6c27","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:19:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a86500de-8bed-465a-9a81-16b74564b14f","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:32:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:05:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.201"}],"id":"67d965ed-8f8b-4776-ad60-326cb4afd3d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8c:16:b4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bc91b3c1-b294-4b0e-9389-e4c395a0ae26","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T06:05:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T05:54:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.209"}],"id":"689274a3-713f-45c7-9155-6c0921a44e25","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:f6:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d921b925-66ea-4d77-b0eb-f39769cac8e9","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T05:54:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:34:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.219"}],"id":"6d99b7ed-b891-40de-a96e-7625f07a7b47","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:74:cc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e3ecc29d-6420-4346-bfa7-0cd2705fae59","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:34:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T03:51:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.203"}],"id":"789205df-9dbc-432c-9c93-e3fb960beab5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:cb:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8d60f07a-17d3-43aa-a116-1e59b714ab98","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T03:51:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:07:28Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.212"}],"id":"8a6220b8-4c77-4d3e-8808-706a4bf76805","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:22:9b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d68a7a81-4909-41ba-9e70-15d041c249d8","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:07:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T05:10:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.217"}],"id":"8c8bb86e-ffbf-4374-aaa8-cf513d5c8ad7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:26:b5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T05:10:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:41:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.214"}],"id":"8eb6482c-9e7f-4f92-bd87-a602f3d6c48e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:76:c9:fe","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f0f05306-402c-44a6-81a9-35b6c25f2f35","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:41:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:09:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.200"}],"id":"927409d0-9dc2-4446-a47d-35bfe8650894","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:16:75:c5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"72c43cc0-2861-472e-8006-19d1599e4e0e","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:09:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:34:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.215"}],"id":"9b6cae90-3d1e-4f4f-bdee-f08c721448b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:86:f1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6aa35755-41da-4f08-a3c8-94bc5e50e5d3","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:34:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:42:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.216"}],"id":"a0fd5a9d-e57d-4dd8-b52a-42ea068ee4fc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:0a:b2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"94fa87a8-0c43-4f59-8056-4f65f168b421","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:42:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:04:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.220"}],"id":"ba7d348d-6cba-4504-91d2-a3cc7975dd8b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0c:e6:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"22d21bd4-b1e7-462f-86e7-277571965e72","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T06:04:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T05:47:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.213"}],"id":"c500797b-2470-4632-9b0c-c3033021136d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:fa:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T05:47:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T04:33:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.218"}],"id":"cd3b54ef-165e-4f31-9792-e1085bc0dada","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a3:b6:46","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1bb38029-60ad-4413-8084-48037d2cd7e6","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T04:33:09Z","binding:vnic_type":"normal"}]} 2018-12-29 06:12:34,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6636b800-d025-4d52-bdd4-b1faa6cab4a9 2018-12-29 06:12:34,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:34,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12415 X-Openstack-Request-Id: req-0bf11f82-9089-41d1-80b0-26305134b11c Date: Sat, 29 Dec 2018 06:12:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:07:29Z", "revision_number": 2, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "127fb572-d511-4f19-858d-da3da8203bc4", "name": "tempest-ServersTestBootFromVolume-798566751-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "431a34a1911e434fa8e8e229772ee2f0", "created_at": "2018-12-29T04:33:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:33:10Z", "revision_number": 2, "routes": [], "project_id": "431a34a1911e434fa8e8e229772ee2f0", "id": "1bb38029-60ad-4413-8084-48037d2cd7e6", "name": "c_rally_a59f789a_PQZfKtFV"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "d6965ccd316248f790d7479704b07d76", "created_at": "2018-12-29T06:04:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:04:39Z", "revision_number": 2, "routes": [], "project_id": "d6965ccd316248f790d7479704b07d76", "id": "22d21bd4-b1e7-462f-86e7-277571965e72", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:36Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "2a54c267-8cd7-404e-a35c-37cab1a5520e", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:49Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "3310add8-2986-4093-8ac3-6ac9caf6a9de", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:47Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "59ea2a70-4558-44cf-9371-70173c4555fe", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:37Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "6aa35755-41da-4f08-a3c8-94bc5e50e5d3", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "889fea451a4a45b3930b3f45aa21c3bf", "created_at": "2018-12-29T04:09:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:09:13Z", "revision_number": 2, "routes": [], "project_id": "889fea451a4a45b3930b3f45aa21c3bf", "id": "72c43cc0-2861-472e-8006-19d1599e4e0e", "name": "tempest-ServerActionsTestJSON-454204808-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T03:51:48Z", "revision_number": 2, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8d60f07a-17d3-43aa-a116-1e59b714ab98", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "c396b54909e84601892fd961ed43e755", "created_at": "2018-12-29T04:42:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:42:03Z", "revision_number": 2, "routes": [], "project_id": "c396b54909e84601892fd961ed43e755", "id": "94fa87a8-0c43-4f59-8056-4f65f168b421", "name": "c_rally_bcd836ad_YB1F95tS"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "d48a675710be4e2bace9c03e7d18d01f", "created_at": "2018-12-29T05:08:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T05:08:06Z", "revision_number": 2, "routes": [], "project_id": "d48a675710be4e2bace9c03e7d18d01f", "id": "a654cf8b-a0bd-4bb9-a002-97e207bb3232", "name": "CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "390faeab39484f7695b02be916a7674b", "created_at": "2018-12-29T04:32:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:32:38Z", "revision_number": 2, "routes": [], "project_id": "390faeab39484f7695b02be916a7674b", "id": "a86500de-8bed-465a-9a81-16b74564b14f", "name": "c_rally_bf30a7b9_cWjECAJJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "2a1e5bac4a1c4f32810967106adcc918", "created_at": "2018-12-29T05:38:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T05:38:21Z", "revision_number": 2, "routes": [], "project_id": "2a1e5bac4a1c4f32810967106adcc918", "id": "b02ed4b6-88f5-4a4c-9291-80b255073b9f", "name": "CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7a73426c78af47989c3aa72cd38440ae", "created_at": "2018-12-29T06:05:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:05:26Z", "revision_number": 2, "routes": [], "project_id": "7a73426c78af47989c3aa72cd38440ae", "id": "bc91b3c1-b294-4b0e-9389-e4c395a0ae26", "name": "AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:07:28Z", "revision_number": 2, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "d68a7a81-4909-41ba-9e70-15d041c249d8", "name": "tempest-ServersTestBootFromVolume-798566751-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "b3a275dc61ae4e2e9b1ed8d1a16a0066", "created_at": "2018-12-29T05:54:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T05:54:37Z", "revision_number": 2, "routes": [], "project_id": "b3a275dc61ae4e2e9b1ed8d1a16a0066", "id": "d921b925-66ea-4d77-b0eb-f39769cac8e9", "name": "CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:34:35Z", "revision_number": 2, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "e3ecc29d-6420-4346-bfa7-0cd2705fae59", "name": "c_rally_e0344d02_OiA2FwAq"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "7f50cd4ddb0e4de596b076fd736eb55d", "created_at": "2018-12-29T05:47:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T05:47:08Z", "revision_number": 2, "routes": [], "project_id": "7f50cd4ddb0e4de596b076fd736eb55d", "id": "e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec", "name": "CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "7bdd5dda00054343893f33ceeb36645e", "created_at": "2018-12-29T04:41:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T04:41:11Z", "revision_number": 2, "routes": [], "project_id": "7bdd5dda00054343893f33ceeb36645e", "id": "f0f05306-402c-44a6-81a9-35b6c25f2f35", "name": "c_rally_5461b007_ab8a1MSQ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "377c50c233f34b468fe04b854e6953f6", "created_at": "2018-12-29T05:10:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T05:10:54Z", "revision_number": 2, "routes": [], "project_id": "377c50c233f34b468fe04b854e6953f6", "id": "fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f", "name": "CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router"}]} 2018-12-29 06:12:34,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-0bf11f82-9089-41d1-80b0-26305134b11c 2018-12-29 06:12:34,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/127fb572-d511-4f19-858d-da3da8203bc4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:35,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-affbc4af-9a0b-4703-acc7-f2ff5a10fb63 Date: Sat, 29 Dec 2018 06:12:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:35Z", "revision_number": 5, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "127fb572-d511-4f19-858d-da3da8203bc4", "name": "tempest-ServersTestBootFromVolume-798566751-router"}} 2018-12-29 06:12:35,573 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/127fb572-d511-4f19-858d-da3da8203bc4 used request id req-affbc4af-9a0b-4703-acc7-f2ff5a10fb63 2018-12-29 06:12:35,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/127fb572-d511-4f19-858d-da3da8203bc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:36,193 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ddc43053-4afd-483f-ab89-c0dd4b17cbc0 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:36,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/127fb572-d511-4f19-858d-da3da8203bc4 used request id req-ddc43053-4afd-483f-ab89-c0dd4b17cbc0 2018-12-29 06:12:36,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/1bb38029-60ad-4413-8084-48037d2cd7e6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:37,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-2b2111d1-934e-4bb6-917b-c2a3e24ad5f4 Date: Sat, 29 Dec 2018 06:12:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "431a34a1911e434fa8e8e229772ee2f0", "created_at": "2018-12-29T04:33:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:36Z", "revision_number": 5, "routes": [], "project_id": "431a34a1911e434fa8e8e229772ee2f0", "id": "1bb38029-60ad-4413-8084-48037d2cd7e6", "name": "c_rally_a59f789a_PQZfKtFV"}} 2018-12-29 06:12:37,045 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/1bb38029-60ad-4413-8084-48037d2cd7e6 used request id req-2b2111d1-934e-4bb6-917b-c2a3e24ad5f4 2018-12-29 06:12:37,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/1bb38029-60ad-4413-8084-48037d2cd7e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:37,321 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72901fde-6ad3-4696-bd08-38a0465adab6 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:37,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/1bb38029-60ad-4413-8084-48037d2cd7e6 used request id req-72901fde-6ad3-4696-bd08-38a0465adab6 2018-12-29 06:12:37,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/22d21bd4-b1e7-462f-86e7-277571965e72 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:38,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-dc3cb598-b1c1-4c8b-bce9-2be7d2236cb2 Date: Sat, 29 Dec 2018 06:12:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6965ccd316248f790d7479704b07d76", "created_at": "2018-12-29T06:04:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:38Z", "revision_number": 5, "routes": [], "project_id": "d6965ccd316248f790d7479704b07d76", "id": "22d21bd4-b1e7-462f-86e7-277571965e72", "name": "mgmt_router"}} 2018-12-29 06:12:38,374 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/22d21bd4-b1e7-462f-86e7-277571965e72 used request id req-dc3cb598-b1c1-4c8b-bce9-2be7d2236cb2 2018-12-29 06:12:38,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/22d21bd4-b1e7-462f-86e7-277571965e72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:38,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1db4a2a5-9b4e-4a3b-8291-aa6548b2c938 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:38,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/22d21bd4-b1e7-462f-86e7-277571965e72 used request id req-1db4a2a5-9b4e-4a3b-8291-aa6548b2c938 2018-12-29 06:12:38,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2a54c267-8cd7-404e-a35c-37cab1a5520e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:39,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-ad48367d-c801-4fd9-99f2-44b3955a8fed Date: Sat, 29 Dec 2018 06:12:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:39Z", "revision_number": 5, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "2a54c267-8cd7-404e-a35c-37cab1a5520e", "name": "c_rally_e0344d02_OiA2FwAq"}} 2018-12-29 06:12:39,812 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2a54c267-8cd7-404e-a35c-37cab1a5520e used request id req-ad48367d-c801-4fd9-99f2-44b3955a8fed 2018-12-29 06:12:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/2a54c267-8cd7-404e-a35c-37cab1a5520e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:40,405 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58d9f137-c0e3-46ca-8f9d-df1699921ec8 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:40,405 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2a54c267-8cd7-404e-a35c-37cab1a5520e used request id req-58d9f137-c0e3-46ca-8f9d-df1699921ec8 2018-12-29 06:12:40,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3310add8-2986-4093-8ac3-6ac9caf6a9de -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:41,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-6f495d96-60dc-465e-92ac-81643ebfa90f Date: Sat, 29 Dec 2018 06:12:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:41Z", "revision_number": 5, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "3310add8-2986-4093-8ac3-6ac9caf6a9de", "name": "mgmt_router"}} 2018-12-29 06:12:41,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3310add8-2986-4093-8ac3-6ac9caf6a9de used request id req-6f495d96-60dc-465e-92ac-81643ebfa90f 2018-12-29 06:12:41,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/3310add8-2986-4093-8ac3-6ac9caf6a9de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:41,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96961e10-73af-4310-850c-403e038c62b6 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:41,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3310add8-2986-4093-8ac3-6ac9caf6a9de used request id req-96961e10-73af-4310-850c-403e038c62b6 2018-12-29 06:12:41,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/59ea2a70-4558-44cf-9371-70173c4555fe -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:42,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-3755d35a-74e6-407a-8959-9093818e30a6 Date: Sat, 29 Dec 2018 06:12:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:42Z", "revision_number": 5, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "59ea2a70-4558-44cf-9371-70173c4555fe", "name": "mgmt_router"}} 2018-12-29 06:12:42,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/59ea2a70-4558-44cf-9371-70173c4555fe used request id req-3755d35a-74e6-407a-8959-9093818e30a6 2018-12-29 06:12:42,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/59ea2a70-4558-44cf-9371-70173c4555fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:43,459 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b4ed588-ae98-48ff-adcc-ecce233d70c5 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:43,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/59ea2a70-4558-44cf-9371-70173c4555fe used request id req-2b4ed588-ae98-48ff-adcc-ecce233d70c5 2018-12-29 06:12:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6aa35755-41da-4f08-a3c8-94bc5e50e5d3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:44,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-75075fdd-12b5-487f-925a-ef38a85f850e Date: Sat, 29 Dec 2018 06:12:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:44Z", "revision_number": 5, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "6aa35755-41da-4f08-a3c8-94bc5e50e5d3", "name": "c_rally_e0344d02_OiA2FwAq"}} 2018-12-29 06:12:44,345 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6aa35755-41da-4f08-a3c8-94bc5e50e5d3 used request id req-75075fdd-12b5-487f-925a-ef38a85f850e 2018-12-29 06:12:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/6aa35755-41da-4f08-a3c8-94bc5e50e5d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:44,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9a73a2a-2719-4c8b-a9c3-fc8e4d211d0c Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:44,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6aa35755-41da-4f08-a3c8-94bc5e50e5d3 used request id req-a9a73a2a-2719-4c8b-a9c3-fc8e4d211d0c 2018-12-29 06:12:44,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/72c43cc0-2861-472e-8006-19d1599e4e0e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:45,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-20837856-32e5-4cf9-8fe9-93fa77b8b9c1 Date: Sat, 29 Dec 2018 06:12:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "889fea451a4a45b3930b3f45aa21c3bf", "created_at": "2018-12-29T04:09:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:45Z", "revision_number": 5, "routes": [], "project_id": "889fea451a4a45b3930b3f45aa21c3bf", "id": "72c43cc0-2861-472e-8006-19d1599e4e0e", "name": "tempest-ServerActionsTestJSON-454204808-router"}} 2018-12-29 06:12:45,475 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/72c43cc0-2861-472e-8006-19d1599e4e0e used request id req-20837856-32e5-4cf9-8fe9-93fa77b8b9c1 2018-12-29 06:12:45,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/72c43cc0-2861-472e-8006-19d1599e4e0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:46,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25bcea11-474f-4cc9-875a-afd636d5d72c Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:46,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/72c43cc0-2861-472e-8006-19d1599e4e0e used request id req-25bcea11-474f-4cc9-875a-afd636d5d72c 2018-12-29 06:12:46,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/8d60f07a-17d3-43aa-a116-1e59b714ab98 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:46,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-e4086997-564c-459b-849a-996febe4bcb9 Date: Sat, 29 Dec 2018 06:12:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "74f504fcfb7d402d8417edc4f4429463", "created_at": "2018-12-29T03:51:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:46Z", "revision_number": 5, "routes": [], "project_id": "74f504fcfb7d402d8417edc4f4429463", "id": "8d60f07a-17d3-43aa-a116-1e59b714ab98", "name": "mgmt_router"}} 2018-12-29 06:12:46,974 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/8d60f07a-17d3-43aa-a116-1e59b714ab98 used request id req-e4086997-564c-459b-849a-996febe4bcb9 2018-12-29 06:12:46,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/8d60f07a-17d3-43aa-a116-1e59b714ab98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:47,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b296d7a-4010-498d-892b-9e1d0dc7f83c Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:47,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/8d60f07a-17d3-43aa-a116-1e59b714ab98 used request id req-6b296d7a-4010-498d-892b-9e1d0dc7f83c 2018-12-29 06:12:47,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/94fa87a8-0c43-4f59-8056-4f65f168b421 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:48,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-e162364a-898e-4a86-8c12-54d5a1e2aa37 Date: Sat, 29 Dec 2018 06:12:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c396b54909e84601892fd961ed43e755", "created_at": "2018-12-29T04:42:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:47Z", "revision_number": 5, "routes": [], "project_id": "c396b54909e84601892fd961ed43e755", "id": "94fa87a8-0c43-4f59-8056-4f65f168b421", "name": "c_rally_bcd836ad_YB1F95tS"}} 2018-12-29 06:12:48,190 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/94fa87a8-0c43-4f59-8056-4f65f168b421 used request id req-e162364a-898e-4a86-8c12-54d5a1e2aa37 2018-12-29 06:12:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/94fa87a8-0c43-4f59-8056-4f65f168b421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:48,781 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b14fb33-1831-44f4-9595-97e8cb822e3d Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:48,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/94fa87a8-0c43-4f59-8056-4f65f168b421 used request id req-4b14fb33-1831-44f4-9595-97e8cb822e3d 2018-12-29 06:12:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a654cf8b-a0bd-4bb9-a002-97e207bb3232 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:49,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-18a691ee-f557-4418-83cd-a7aa32ebb293 Date: Sat, 29 Dec 2018 06:12:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d48a675710be4e2bace9c03e7d18d01f", "created_at": "2018-12-29T05:08:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:49Z", "revision_number": 5, "routes": [], "project_id": "d48a675710be4e2bace9c03e7d18d01f", "id": "a654cf8b-a0bd-4bb9-a002-97e207bb3232", "name": "CreateRouterSuccessTests-5a0c6442-bae1-4e78-942c-37373495932f-pub-router"}} 2018-12-29 06:12:49,647 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a654cf8b-a0bd-4bb9-a002-97e207bb3232 used request id req-18a691ee-f557-4418-83cd-a7aa32ebb293 2018-12-29 06:12:49,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/a654cf8b-a0bd-4bb9-a002-97e207bb3232 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:50,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6060e001-5bb2-4042-be10-297b325aa37b Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:50,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a654cf8b-a0bd-4bb9-a002-97e207bb3232 used request id req-6060e001-5bb2-4042-be10-297b325aa37b 2018-12-29 06:12:50,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a86500de-8bed-465a-9a81-16b74564b14f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:51,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-7bd7a9fa-d739-4130-8366-78078696eb95 Date: Sat, 29 Dec 2018 06:12:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "390faeab39484f7695b02be916a7674b", "created_at": "2018-12-29T04:32:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:50Z", "revision_number": 5, "routes": [], "project_id": "390faeab39484f7695b02be916a7674b", "id": "a86500de-8bed-465a-9a81-16b74564b14f", "name": "c_rally_bf30a7b9_cWjECAJJ"}} 2018-12-29 06:12:51,066 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a86500de-8bed-465a-9a81-16b74564b14f used request id req-7bd7a9fa-d739-4130-8366-78078696eb95 2018-12-29 06:12:51,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/a86500de-8bed-465a-9a81-16b74564b14f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:51,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1ca2902-d9db-4b45-b427-233eed62e7fb Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:51,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a86500de-8bed-465a-9a81-16b74564b14f used request id req-a1ca2902-d9db-4b45-b427-233eed62e7fb 2018-12-29 06:12:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b02ed4b6-88f5-4a4c-9291-80b255073b9f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:52,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-288c65d1-cd48-4b52-8a76-4fb8de4477d3 Date: Sat, 29 Dec 2018 06:12:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2a1e5bac4a1c4f32810967106adcc918", "created_at": "2018-12-29T05:38:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:51Z", "revision_number": 5, "routes": [], "project_id": "2a1e5bac4a1c4f32810967106adcc918", "id": "b02ed4b6-88f5-4a4c-9291-80b255073b9f", "name": "CreateInstanceSingleNetworkTests-cb9b6882-fe3b-410e-8a5d-d7dbef889245-pub-router"}} 2018-12-29 06:12:52,120 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b02ed4b6-88f5-4a4c-9291-80b255073b9f used request id req-288c65d1-cd48-4b52-8a76-4fb8de4477d3 2018-12-29 06:12:52,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/b02ed4b6-88f5-4a4c-9291-80b255073b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:52,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b4072aa-a9af-40fc-b6f3-bd5f9f932bc2 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:52,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b02ed4b6-88f5-4a4c-9291-80b255073b9f used request id req-9b4072aa-a9af-40fc-b6f3-bd5f9f932bc2 2018-12-29 06:12:52,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/bc91b3c1-b294-4b0e-9389-e4c395a0ae26 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:53,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-239462c2-1f95-4a97-ad1c-94c46a0a8734 Date: Sat, 29 Dec 2018 06:12:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7a73426c78af47989c3aa72cd38440ae", "created_at": "2018-12-29T06:05:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:53Z", "revision_number": 5, "routes": [], "project_id": "7a73426c78af47989c3aa72cd38440ae", "id": "bc91b3c1-b294-4b0e-9389-e4c395a0ae26", "name": "AnsibleProvisioningTests-21cd89aa-1731-4e2f-a582-976485519f27-pub-router"}} 2018-12-29 06:12:53,513 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/bc91b3c1-b294-4b0e-9389-e4c395a0ae26 used request id req-239462c2-1f95-4a97-ad1c-94c46a0a8734 2018-12-29 06:12:53,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/bc91b3c1-b294-4b0e-9389-e4c395a0ae26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:53,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45517a89-43c6-4483-93e7-8ce9c32b18f1 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:53,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/bc91b3c1-b294-4b0e-9389-e4c395a0ae26 used request id req-45517a89-43c6-4483-93e7-8ce9c32b18f1 2018-12-29 06:12:53,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d68a7a81-4909-41ba-9e70-15d041c249d8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:54,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-223c51e0-a437-49e0-a80b-91eda046a677 Date: Sat, 29 Dec 2018 06:12:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0a333205967f4347a366d0ebed8164ea", "created_at": "2018-12-29T04:07:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:54Z", "revision_number": 5, "routes": [], "project_id": "0a333205967f4347a366d0ebed8164ea", "id": "d68a7a81-4909-41ba-9e70-15d041c249d8", "name": "tempest-ServersTestBootFromVolume-798566751-router"}} 2018-12-29 06:12:54,508 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d68a7a81-4909-41ba-9e70-15d041c249d8 used request id req-223c51e0-a437-49e0-a80b-91eda046a677 2018-12-29 06:12:54,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d68a7a81-4909-41ba-9e70-15d041c249d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:55,094 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad44f010-e459-4722-a4e1-b75a841416d3 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:55,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d68a7a81-4909-41ba-9e70-15d041c249d8 used request id req-ad44f010-e459-4722-a4e1-b75a841416d3 2018-12-29 06:12:55,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d921b925-66ea-4d77-b0eb-f39769cac8e9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:56,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-959fcf63-a22e-4074-856f-4d4102302803 Date: Sat, 29 Dec 2018 06:12:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b3a275dc61ae4e2e9b1ed8d1a16a0066", "created_at": "2018-12-29T05:54:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:55Z", "revision_number": 5, "routes": [], "project_id": "b3a275dc61ae4e2e9b1ed8d1a16a0066", "id": "d921b925-66ea-4d77-b0eb-f39769cac8e9", "name": "CreateInstanceSingleNetworkTests-4f017d8d-81bb-4a0e-b466-3b4d06244cd6-pub-router"}} 2018-12-29 06:12:56,175 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d921b925-66ea-4d77-b0eb-f39769cac8e9 used request id req-959fcf63-a22e-4074-856f-4d4102302803 2018-12-29 06:12:56,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d921b925-66ea-4d77-b0eb-f39769cac8e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:56,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33e925f9-ee56-4eb6-858c-cbeb32cad8f5 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:56,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d921b925-66ea-4d77-b0eb-f39769cac8e9 used request id req-33e925f9-ee56-4eb6-858c-cbeb32cad8f5 2018-12-29 06:12:56,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/e3ecc29d-6420-4346-bfa7-0cd2705fae59 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:57,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-ac66afa3-7237-4654-9b84-c0f4c7ecbf6b Date: Sat, 29 Dec 2018 06:12:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "created_at": "2018-12-29T04:34:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:57Z", "revision_number": 5, "routes": [], "project_id": "f0296c07f85b4ee8be0dce6fe0ecd085", "id": "e3ecc29d-6420-4346-bfa7-0cd2705fae59", "name": "c_rally_e0344d02_OiA2FwAq"}} 2018-12-29 06:12:57,508 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e3ecc29d-6420-4346-bfa7-0cd2705fae59 used request id req-ac66afa3-7237-4654-9b84-c0f4c7ecbf6b 2018-12-29 06:12:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/e3ecc29d-6420-4346-bfa7-0cd2705fae59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:58,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dba1b140-f5ff-4473-ac78-282d6109a3dc Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:58,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e3ecc29d-6420-4346-bfa7-0cd2705fae59 used request id req-dba1b140-f5ff-4473-ac78-282d6109a3dc 2018-12-29 06:12:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:58,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-5430da10-eb72-40ea-871b-a25d8239339a Date: Sat, 29 Dec 2018 06:12:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7f50cd4ddb0e4de596b076fd736eb55d", "created_at": "2018-12-29T05:47:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:58Z", "revision_number": 5, "routes": [], "project_id": "7f50cd4ddb0e4de596b076fd736eb55d", "id": "e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec", "name": "CreateInstanceSingleNetworkTests-d22ac820-9a73-4603-86bf-a088ab1f1124-pub-router"}} 2018-12-29 06:12:58,764 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec used request id req-5430da10-eb72-40ea-871b-a25d8239339a 2018-12-29 06:12:58,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:12:59,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7b62673-e168-4b92-b0b3-6dd15ecc90d6 Content-Length: 0 Date: Sat, 29 Dec 2018 06:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:12:59,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e4ef15c9-3cdc-49ee-bf7d-ba7a7d8756ec used request id req-c7b62673-e168-4b92-b0b3-6dd15ecc90d6 2018-12-29 06:12:59,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f0f05306-402c-44a6-81a9-35b6c25f2f35 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:12:59,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-bfb42912-b1a4-4284-8a1e-d7f93e628a94 Date: Sat, 29 Dec 2018 06:12:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7bdd5dda00054343893f33ceeb36645e", "created_at": "2018-12-29T04:41:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:12:59Z", "revision_number": 5, "routes": [], "project_id": "7bdd5dda00054343893f33ceeb36645e", "id": "f0f05306-402c-44a6-81a9-35b6c25f2f35", "name": "c_rally_5461b007_ab8a1MSQ"}} 2018-12-29 06:12:59,901 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f0f05306-402c-44a6-81a9-35b6c25f2f35 used request id req-bfb42912-b1a4-4284-8a1e-d7f93e628a94 2018-12-29 06:12:59,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f0f05306-402c-44a6-81a9-35b6c25f2f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:13:00,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a1e5d20-81fc-46c4-a223-3d0494887d39 Content-Length: 0 Date: Sat, 29 Dec 2018 06:13:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:13:00,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f0f05306-402c-44a6-81a9-35b6c25f2f35 used request id req-2a1e5d20-81fc-46c4-a223-3d0494887d39 2018-12-29 06:13:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:13:01,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-5e399225-336a-4640-9ae0-959e809dde2c Date: Sat, 29 Dec 2018 06:13:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "377c50c233f34b468fe04b854e6953f6", "created_at": "2018-12-29T05:10:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:13:00Z", "revision_number": 5, "routes": [], "project_id": "377c50c233f34b468fe04b854e6953f6", "id": "fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f", "name": "CreateRouterNegativeTests-0af34ce4-15b8-465f-abd9-c2bff9f31d74-pub-router"}} 2018-12-29 06:13:01,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f used request id req-5e399225-336a-4640-9ae0-959e809dde2c 2018-12-29 06:13:01,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" 2018-12-29 06:13:01,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d2973900-60e8-4239-bb36-fd841f920e2e Content-Length: 0 Date: Sat, 29 Dec 2018 06:13:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:13:01,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/fd7c5ab2-7b50-4a6b-a033-cd5108edcd3f used request id req-d2973900-60e8-4239-bb36-fd841f920e2e 2018-12-29 06:13:01,703 - 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-12-29 06:13:01,704 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-12-29 06:13:01,704 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-12-29 06:13:01,797 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-12-29 06:13:01,800 - paramiko.transport - DEBUG - starting thread (client mode): 0x2edddb90L 2018-12-29 06:13:01,800 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:01,828 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:01,828 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13: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-12-29 06:13:01,833 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:01,833 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:01,833 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:01,833 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:01,833 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:01,857 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:01,858 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:01,864 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:13:01,865 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:01,897 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:01,929 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:01,966 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:02,136 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:02,136 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:02,175 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:02,176 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:02,192 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:06,881 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:06,883 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:06,885 - paramiko.transport - DEBUG - starting thread (client mode): 0x2e248e50L 2018-12-29 06:13:06,885 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:06,891 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:06,892 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:06,894 - 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-12-29 06:13:06,895 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:06,895 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:06,895 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:06,895 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:06,895 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:06,901 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:06,901 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:06,917 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:13:06,918 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:06,940 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:06,951 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:06,982 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:07,053 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:07,053 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:07,092 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:07,092 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:07,101 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:07,137 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:07,138 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:07,139 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:07,139 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:07,140 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:07,181 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:07,228 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:07,230 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:07,230 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:07,232 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:07,232 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:07,273 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:07,304 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:07,306 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:07,307 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bbcdc10L 2018-12-29 06:13:07,308 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:07,314 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:07,314 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:07,317 - 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-12-29 06:13:07,317 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:07,317 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:07,318 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:07,318 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:07,318 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:07,323 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:07,323 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:07,339 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:13:07,340 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:07,363 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:07,374 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:07,404 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:07,481 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:07,481 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:07,520 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:07,520 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:07,541 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:07,576 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:07,577 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:07,578 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:07,578 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:07,578 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:07,619 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:07,666 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:07,668 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:07,669 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:07,669 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:07,669 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:07,710 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:07,740 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:07,742 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:07,744 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bb8d6d0L 2018-12-29 06:13:07,744 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:07,749 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:07,749 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:07,752 - 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-12-29 06:13:07,752 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:07,752 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:07,752 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:07,752 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:07,753 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:07,757 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:07,757 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:07,759 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:13:07,760 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:07,797 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:07,808 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:07,824 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:07,890 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:07,890 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:07,929 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:07,930 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:07,936 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:07,970 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:07,971 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:07,972 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:07,973 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:07,973 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:08,013 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:08,071 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:08,073 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:08,074 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:08,074 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:08,074 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:08,115 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:08,144 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:08,145 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:08,147 - paramiko.transport - DEBUG - starting thread (client mode): 0x2baaf710L 2018-12-29 06:13:08,148 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:08,154 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:08,154 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:08,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-12-29 06:13:08,157 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:08,157 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:08,157 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:08,157 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:08,157 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:08,162 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:08,163 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:08,163 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:13:08,164 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:08,201 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:08,210 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:08,228 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:08,298 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:08,298 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:08,337 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:08,338 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:08,347 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:08,398 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:08,399 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:08,400 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:08,400 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:08,400 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:08,440 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:08,497 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:08,498 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:08,499 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:08,500 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:08,500 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:08,540 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:08,568 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:08,570 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:08,571 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bab5450L 2018-12-29 06:13:08,572 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:08,576 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:08,577 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:08,580 - 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-12-29 06:13:08,580 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:08,580 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:08,580 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:08,580 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:08,581 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:08,585 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:08,585 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:08,587 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:13:08,588 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:08,625 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:08,635 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:08,652 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:08,717 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:08,717 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:08,756 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:08,757 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:08,763 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:08,794 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:08,795 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:08,796 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:08,797 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:08,797 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:08,838 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:08,879 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:08,881 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:08,881 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:08,882 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:08,883 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:08,922 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:08,950 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:08,951 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:08,952 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:08,953 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:08,954 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:08,961 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:14,032 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:14,034 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:14,036 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bb40850L 2018-12-29 06:13:14,037 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:14,042 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:14,042 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:14,045 - 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-12-29 06:13:14,045 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:14,045 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:14,045 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:14,046 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:14,046 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:14,051 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:14,051 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:14,052 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:13:14,053 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:14,091 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:14,103 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:14,117 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:14,183 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:14,183 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:14,222 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:14,223 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:14,228 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:14,265 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:14,266 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:14,267 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:14,268 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:14,268 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:14,309 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:14,348 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:14,349 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:14,350 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:14,351 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:14,351 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:14,392 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:14,427 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:14,429 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:14,431 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bace290L 2018-12-29 06:13:14,431 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:14,437 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:14,437 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:14,440 - 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-12-29 06:13:14,440 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:14,441 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:14,441 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:14,441 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:14,441 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:14,446 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:14,447 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:14,462 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:13:14,463 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:14,487 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:14,499 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:14,528 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:14,597 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:14,597 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:14,636 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:14,637 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:14,648 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:14,684 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:14,685 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:14,686 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:14,686 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:14,687 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:14,728 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:14,767 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:14,768 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:14,769 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:14,770 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:14,770 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:14,811 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:14,842 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:14,844 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:14,846 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bab5810L 2018-12-29 06:13:14,847 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:14,852 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:14,852 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:14,855 - 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-12-29 06:13:14,855 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:14,855 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:14,856 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:14,856 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:14,856 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:14,860 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:14,861 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:14,862 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:13:14,863 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:14,900 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:14,911 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:14,927 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:14,994 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:14,994 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:15,033 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:15,033 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:15,038 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:15,076 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:15,077 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:15,077 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:15,078 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:15,078 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:15,120 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:15,158 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:15,160 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:15,160 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:15,161 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:15,161 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:15,202 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:15,234 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:15,235 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:15,237 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bad6c10L 2018-12-29 06:13:15,238 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:15,243 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:15,243 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:15,245 - 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-12-29 06:13:15,245 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:15,245 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:15,245 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:15,246 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:15,246 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:15,250 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:15,251 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:15,253 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:13:15,254 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:15,291 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:15,302 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:15,318 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:15,379 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:15,380 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:15,419 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:15,420 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:15,422 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:15,451 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:15,452 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:15,453 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:15,454 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:15,454 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:15,495 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:15,527 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:15,529 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:15,529 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:15,530 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:15,530 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:15,571 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:15,599 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:15,601 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:15,602 - paramiko.transport - DEBUG - starting thread (client mode): 0x2badfbd0L 2018-12-29 06:13:15,603 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:15,608 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:15,608 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:15,611 - 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-12-29 06:13:15,611 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:15,611 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:15,611 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:15,611 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:15,612 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:15,616 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:15,617 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:15,618 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:13:15,619 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:15,656 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:15,667 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:15,683 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:15,746 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:15,747 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:15,786 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:15,787 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:15,790 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:15,822 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:15,823 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:15,824 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:15,824 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:15,825 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:15,865 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:15,896 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:15,898 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:15,898 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:15,899 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:15,899 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:15,940 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:15,968 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:15,969 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:15,971 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:15,971 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:15,971 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:15,974 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:16,024 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:16,025 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:16,026 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:16,026 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:16,026 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:16,029 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:16,080 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:16,081 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:16,082 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:16,083 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:16,083 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:16,086 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:16,141 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:16,142 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:16,144 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:16,144 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:16,144 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:16,149 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:16,266 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:16,267 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:16,267 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:16,269 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:16,269 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:16,271 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:16,367 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:16,367 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-12-29 06:13:16,368 - __name__ - INFO - Controller (ODL) list is ready 2018-12-29 06:13:16,368 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:16,371 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bad6190L 2018-12-29 06:13:16,371 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:16,387 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:16,387 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:16,391 - 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-12-29 06:13:16,391 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:16,391 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:16,392 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:16,392 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:16,392 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:16,398 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:16,399 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:16,403 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:13:16,403 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:16,439 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:16,462 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:16,468 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:16,619 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:16,620 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:16,659 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:16,659 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:16,674 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:21,047 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:21,049 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:21,050 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bae1b10L 2018-12-29 06:13:21,051 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:21,057 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:21,057 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:21,059 - 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-12-29 06:13:21,059 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:21,059 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:21,060 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:21,060 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:21,060 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:21,065 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:21,065 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:21,066 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:13:21,067 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:21,104 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:21,116 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:21,131 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:21,199 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:21,199 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:21,238 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:21,239 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:21,243 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:21,276 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:21,277 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:21,278 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:21,279 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:21,279 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:21,320 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:21,355 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:21,356 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:21,357 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:21,358 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:21,358 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:21,398 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:21,431 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:21,432 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:21,434 - paramiko.transport - DEBUG - starting thread (client mode): 0x2baeebd0L 2018-12-29 06:13:21,434 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:21,440 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:21,440 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:21,444 - 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-12-29 06:13:21,444 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:21,444 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:21,445 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:21,445 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:21,445 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:21,450 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:21,450 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:21,466 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:13:21,467 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:21,490 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:21,501 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:21,531 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:21,607 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:21,607 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:21,646 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:21,647 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:21,652 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:21,687 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:21,688 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:21,689 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:21,690 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:21,690 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:21,730 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:21,768 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:21,770 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:21,770 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:21,771 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:21,771 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:21,812 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:21,842 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:21,843 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:21,845 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bb03a90L 2018-12-29 06:13:21,846 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:21,851 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:21,852 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:21,854 - 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-12-29 06:13:21,854 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:21,854 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:21,855 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:21,855 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:21,855 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:21,859 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:21,860 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:21,861 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:13:21,862 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:21,899 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:21,913 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:21,926 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:21,992 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:21,993 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:22,032 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:22,033 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:22,037 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:22,077 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:22,078 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:22,078 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:22,079 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:22,079 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:22,120 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:22,156 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:22,158 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:22,159 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:22,159 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:22,160 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:22,200 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:22,233 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:22,235 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:22,237 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bb0b650L 2018-12-29 06:13:22,237 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:22,241 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:22,242 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:22,243 - 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-12-29 06:13:22,244 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:22,244 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:22,244 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:22,244 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:22,244 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:22,249 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:22,249 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:22,253 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:13:22,254 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:22,289 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:22,299 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:22,318 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:22,375 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:22,375 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:22,414 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:22,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:22,421 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:22,449 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:22,450 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:22,451 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:22,452 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:22,452 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:22,492 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:22,523 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:22,525 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:22,526 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:22,526 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:22,527 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:22,567 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:22,594 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:22,596 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:22,598 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bb14550L 2018-12-29 06:13:22,598 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:22,603 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:22,603 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:22,606 - 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-12-29 06:13:22,606 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:22,606 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:22,607 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:22,607 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:22,607 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:22,611 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:22,612 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:22,614 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:13:22,614 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:22,651 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:22,661 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:22,679 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:22,734 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:22,734 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:22,773 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:22,774 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:22,782 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:22,812 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:22,812 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:22,813 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:22,814 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:22,814 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:22,855 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:22,887 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:22,889 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:22,889 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:22,890 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:22,891 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:22,931 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:22,959 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:22,960 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:22,961 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:22,962 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:22,962 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:22,967 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:27,453 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:27,454 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:27,457 - paramiko.transport - DEBUG - starting thread (client mode): 0x2bae1850L 2018-12-29 06:13:27,457 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:27,464 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:27,464 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:27,467 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:13:27,468 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:27,468 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:27,468 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:27,468 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:27,468 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:27,473 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:27,474 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:27,489 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:13:27,489 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:27,513 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:27,528 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:27,554 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:27,638 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:27,638 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:27,677 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:27,678 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:27,690 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:27,730 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:27,731 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:27,732 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:27,732 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:27,733 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:27,774 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:27,813 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:27,815 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:27,816 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:27,816 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:27,816 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:27,858 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:27,892 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:27,894 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:27,895 - paramiko.transport - DEBUG - starting thread (client mode): 0x2aa2ef10L 2018-12-29 06:13:27,896 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:27,901 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:27,901 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:27,905 - 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-12-29 06:13:27,905 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:27,905 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:27,905 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:27,906 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:27,906 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:27,910 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:27,911 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:27,928 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:13:27,928 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:27,951 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:27,962 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:27,993 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:28,043 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:28,044 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:28,083 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:28,084 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:28,097 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:28,131 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:28,132 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:28,133 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:28,134 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:28,134 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:28,176 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:28,212 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:28,213 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:28,214 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:28,215 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:28,215 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:28,256 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:28,287 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:28,288 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:28,290 - paramiko.transport - DEBUG - starting thread (client mode): 0x2aa38dd0L 2018-12-29 06:13:28,290 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:28,296 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:28,296 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:28,300 - 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-12-29 06:13:28,300 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:28,300 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:28,300 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:28,301 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:28,301 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:28,305 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:28,306 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:28,322 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:13:28,322 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:28,345 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:28,357 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:28,387 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:28,460 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:28,460 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:28,499 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:28,500 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:28,507 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:28,543 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:28,544 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:28,545 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:28,546 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:28,546 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:28,587 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:28,623 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:28,625 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:28,626 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:28,626 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:28,626 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:28,667 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:28,700 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:28,702 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:28,703 - paramiko.transport - DEBUG - starting thread (client mode): 0x2aa40350L 2018-12-29 06:13:28,704 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:28,708 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:28,708 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:28,710 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:13:28,711 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:28,711 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:28,711 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:28,711 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:28,711 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:28,715 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:28,716 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:28,719 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:13:28,720 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:28,756 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:28,766 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:28,784 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:28,842 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:28,842 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:28,882 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:28,883 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:28,887 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:28,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:28,918 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:28,919 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:28,920 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:28,920 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:28,960 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:28,991 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:28,992 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:28,993 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:28,994 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:28,994 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:29,035 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:29,062 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:29,063 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:29,065 - paramiko.transport - DEBUG - starting thread (client mode): 0x2aa47810L 2018-12-29 06:13:29,066 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:13:29,070 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:13:29,070 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:13:29,072 - 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-12-29 06:13:29,072 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:13:29,072 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:13:29,072 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:13:29,073 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:13:29,073 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:13:29,078 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:13:29,078 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:13:29,081 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:13:29,082 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:13:29,118 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:13:29,128 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:13:29,146 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:13:29,202 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:13:29,202 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:13:29,242 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:13:29,243 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:13:29,250 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:13:29,281 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:13:29,282 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:13:29,282 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:13:29,283 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:13:29,283 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:13:29,324 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:13:29,355 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:13:29,357 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:13:29,358 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:13:29,358 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:13:29,359 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:13:29,399 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:13:29,426 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:13:29,427 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:29,428 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:13:29,428 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:29,429 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:29,431 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:29,486 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:29,487 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:13:29,488 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:29,489 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:13:29,489 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:13:29,530 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:13:29,574 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:13:29,575 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:13:29,575 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:29,577 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:29,577 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:29,580 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:29,632 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:29,633 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:13:29,634 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:29,635 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:13:29,635 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:13:29,676 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:13:29,721 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:13:29,722 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:29,723 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:13:29,723 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:29,724 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:29,728 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:29,784 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:29,785 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:13:29,786 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:29,787 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:13:29,787 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:13:29,828 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:13:29,872 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:13:29,873 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:29,873 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:13:29,874 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:29,874 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:29,877 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:29,916 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:29,917 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:13:29,918 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:29,919 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:13:29,919 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:13:29,960 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:13:29,994 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:13:29,994 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:13:29,995 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:13:29,996 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:13:29,996 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:13:29,998 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:13:30,039 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:13:30,040 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:13:30,041 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:13:30,041 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:13:30,042 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:13:30,082 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:13:30,117 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:13:30,118 - 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-12-29 06:13:30,118 - sdnvpn-results - INFO - All the subtests have passed. 2018-12-29 06:13:30,118 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-12-29 06:13:30,119 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:13:30,119 - 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-12-29 06:13:30,119 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-12-29 06:13:30,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-12-29 06:13:30,120 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-12-29 06:13:30,447 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-12-29 06:13:30,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:30,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:30,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:30,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:30,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:30,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:30,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:30,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:30,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:30,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:30,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:30,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:13:30,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:30,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:30,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:30,457 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:13:30,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:30,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d688cd91-81bd-449d-9c05-645c613bb4e9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:30,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d688cd91-81bd-449d-9c05-645c613bb4e9 2018-12-29 06:13:30,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:30,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["EWfj1jSDRUyf0CjZaUmBrg"], "issued_at": "2018-12-29T06:13:30.000000Z"}} 2018-12-29 06:13:30,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef21074a4beebc80e050569a2e59eb18a1a0ba8e" 2018-12-29 06:13:31,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-a54f2816-5e0f-44f8-9081-a54367f2060d Date: Sat, 29 Dec 2018 06:13:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:13:31,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-a54f2816-5e0f-44f8-9081-a54367f2060d 2018-12-29 06:13:31,142 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:13:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef21074a4beebc80e050569a2e59eb18a1a0ba8e" 2018-12-29 06:13:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-166ed3d3-ee6d-44d8-80f3-b7d0bf10ec60 Date: Sat, 29 Dec 2018 06:13:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:13:31,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-166ed3d3-ee6d-44d8-80f3-b7d0bf10ec60 2018-12-29 06:13:31,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef21074a4beebc80e050569a2e59eb18a1a0ba8e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:13:31,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594 X-Openstack-Request-Id: req-0a15c106-5097-4060-8910-45788a586b88 Date: Sat, 29 Dec 2018 06:13:31 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:13:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:13:31Z", "visibility": "public", "locations": [], "self": "/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "min_disk": 0, "protected": false, "id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "file": "/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:13:31,541 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0a15c106-5097-4060-8910-45788a586b88 2018-12-29 06:13:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef21074a4beebc80e050569a2e59eb18a1a0ba8e" -d '' 2018-12-29 06:13:32,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53e54e9c-5472-4e40-ada7-1a2cd9bf9b56 Date: Sat, 29 Dec 2018 06:13:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:13:32,725 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594/file used request id req-53e54e9c-5472-4e40-ada7-1a2cd9bf9b56 2018-12-29 06:13:32,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:32,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce9686b-c327-4964-b0df-d1690cf230d3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:32,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cce9686b-c327-4964-b0df-d1690cf230d3 2018-12-29 06:13:32,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:33,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["kXrW2cr9Rgq5kxu5KJKmQQ"], "issued_at": "2018-12-29T06:13:33.000000Z"}} 2018-12-29 06:13:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:33,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6960ce6d-8e73-4778-a23e-e1fc2dcf99ba Date: Sat, 29 Dec 2018 06:13:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 06:13:33,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6960ce6d-8e73-4778-a23e-e1fc2dcf99ba 2018-12-29 06:13:33,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:33,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0a4c7b20-40e8-4b24-a49b-be5bd3253509 Date: Sat, 29 Dec 2018 06:13:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 06:13:33,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0a4c7b20-40e8-4b24-a49b-be5bd3253509 2018-12-29 06:13:33,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:33,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b53f4fcf-937b-469b-a2dd-29b45300ba6f Date: Sat, 29 Dec 2018 06:13:33 GMT RESP BODY: {"routers": []} 2018-12-29 06:13:33,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-b53f4fcf-937b-469b-a2dd-29b45300ba6f 2018-12-29 06:13:33,866 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-12-29 06:13:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-12-29 06:13:34,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-832ad10c-0995-410b-9b84-1b658a5b84cc Date: Sat, 29 Dec 2018 06:13:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:13:34Z","is_default":false,"provider:segmentation_id":85,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","mtu":1450}} 2018-12-29 06:13:34,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-832ad10c-0995-410b-9b84-1b658a5b84cc 2018-12-29 06:13:34,267 - sdnvpn.lib.openstack_utils - DEBUG - Network '5bd7846d-f034-4a90-bde4-398178f1cbc1' created successfully 2018-12-29 06:13:34,267 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:13:34,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnets": [{"ip_version": 4, "network_id": "5bd7846d-f034-4a90-bde4-398178f1cbc1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-12-29 06:13:34,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f3c4fbea-167a-402e-b0fc-ad1b86e9beea Date: Sat, 29 Dec 2018 06:13:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:13:34Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"950f5699-478a-488d-bd65-46b0370b071a","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-12-29 06:13:34,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f3c4fbea-167a-402e-b0fc-ad1b86e9beea 2018-12-29 06:13:34,830 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '950f5699-478a-488d-bd65-46b0370b071a' created successfully 2018-12-29 06:13:34,830 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:13:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-12-29 06:13:35,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-c41ef3f0-7d73-4d4b-975d-ef9ace10fa5e Date: Sat, 29 Dec 2018 06:13:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:13:34Z", "revision_number": 0, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80", "name": "sdnvpn-8-1-router"}} 2018-12-29 06:13:35,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-c41ef3f0-7d73-4d4b-975d-ef9ace10fa5e 2018-12-29 06:13:35,012 - sdnvpn.lib.openstack_utils - DEBUG - Router '15cc88d2-9d9b-40bc-a127-6708935b8e80' created successfully 2018-12-29 06:13:35,012 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:13:35,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnet_id": "950f5699-478a-488d-bd65-46b0370b071a"}' 2018-12-29 06:13:36,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7df4e99f-db42-48b3-9392-e5df784a3851 Date: Sat, 29 Dec 2018 06:13:36 GMT RESP BODY: {"network_id": "5bd7846d-f034-4a90-bde4-398178f1cbc1", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "950f5699-478a-488d-bd65-46b0370b071a", "subnet_ids": ["950f5699-478a-488d-bd65-46b0370b071a"], "port_id": "55c70128-850d-40f8-bcee-8ce3e6061c28", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80"} 2018-12-29 06:13:36,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/add_router_interface used request id req-7df4e99f-db42-48b3-9392-e5df784a3851 2018-12-29 06:13:36,557 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:13:36,557 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:13:36,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:36,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-93c460c4-07e8-49c0-8d03-a8fe00f05cc0 Date: Sat, 29 Dec 2018 06:13:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["950f5699-478a-488d-bd65-46b0370b071a"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:34Z","provider:segmentation_id":85,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","provider:network_type":"vxlan"}]} 2018-12-29 06:13:36,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-93c460c4-07e8-49c0-8d03-a8fe00f05cc0 2018-12-29 06:13:36,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:13:38,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7a8b993d-4594-437a-abe5-e4f9f658beac Date: Sat, 29 Dec 2018 06:13:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:13:37Z", "revision_number": 3, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80", "name": "sdnvpn-8-1-router"}} 2018-12-29 06:13:38,046 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 used request id req-7a8b993d-4594-437a-abe5-e4f9f658beac 2018-12-29 06:13:38,046 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:13:38,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:38,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-a1a30635-d21e-4796-a9b0-f40e965f7dad Date: Sat, 29 Dec 2018 06:13:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["950f5699-478a-488d-bd65-46b0370b071a"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:34Z","provider:segmentation_id":85,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","provider:network_type":"vxlan"}]} 2018-12-29 06:13:38,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a1a30635-d21e-4796-a9b0-f40e965f7dad 2018-12-29 06:13:38,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:38,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-42d57ebe-733f-43fa-a913-f938466a012d Date: Sat, 29 Dec 2018 06:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:13:34Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"950f5699-478a-488d-bd65-46b0370b071a","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-12-29 06:13:38,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-42d57ebe-733f-43fa-a913-f938466a012d 2018-12-29 06:13:38,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:38,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-4b824e19-045c-4774-97d3-89a9162497c2 Date: Sat, 29 Dec 2018 06:13:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:13:37Z", "revision_number": 3, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80", "name": "sdnvpn-8-1-router"}]} 2018-12-29 06:13:38,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4b824e19-045c-4774-97d3-89a9162497c2 2018-12-29 06:13:38,876 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-12-29 06:13:38,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-12-29 06:13:39,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-09252183-8452-4782-a325-f0e0ddf868a6 Date: Sat, 29 Dec 2018 06:13:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3f11acb4-8468-4683-a049-8554456657ea","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:13:39Z","is_default":false,"provider:segmentation_id":54,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:39Z","mtu":1450}} 2018-12-29 06:13:39,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-09252183-8452-4782-a325-f0e0ddf868a6 2018-12-29 06:13:39,296 - sdnvpn.lib.openstack_utils - DEBUG - Network '3f11acb4-8468-4683-a049-8554456657ea' created successfully 2018-12-29 06:13:39,297 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:13:39,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnets": [{"ip_version": 4, "network_id": "3f11acb4-8468-4683-a049-8554456657ea", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-12-29 06:13:39,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-536913cc-becb-400f-9b4b-2e3a79ff0e8f Date: Sat, 29 Dec 2018 06:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f11acb4-8468-4683-a049-8554456657ea","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:39Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:13:39Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"e6f734db-0d90-467d-ad7e-68cd3f2be88e","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-12-29 06:13:39,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-536913cc-becb-400f-9b4b-2e3a79ff0e8f 2018-12-29 06:13:39,896 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'e6f734db-0d90-467d-ad7e-68cd3f2be88e' created successfully 2018-12-29 06:13:39,896 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:13:39,897 - sdnvpn.lib.openstack_utils - DEBUG - Router '15cc88d2-9d9b-40bc-a127-6708935b8e80' created successfully 2018-12-29 06:13:39,897 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:13:39,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnet_id": "e6f734db-0d90-467d-ad7e-68cd3f2be88e"}' 2018-12-29 06:13:41,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1aed947-a301-48f1-a176-abefe768c914 Date: Sat, 29 Dec 2018 06:13:41 GMT RESP BODY: {"network_id": "3f11acb4-8468-4683-a049-8554456657ea", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "e6f734db-0d90-467d-ad7e-68cd3f2be88e", "subnet_ids": ["e6f734db-0d90-467d-ad7e-68cd3f2be88e"], "port_id": "2e573fda-49ff-47fb-a180-46ffea984bb0", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80"} 2018-12-29 06:13:41,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/add_router_interface used request id req-e1aed947-a301-48f1-a176-abefe768c914 2018-12-29 06:13:41,228 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:13:41,228 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:13:41,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:41,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-612871b7-5e06-42db-81e2-b0341960a3e1 Date: Sat, 29 Dec 2018 06:13:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f11acb4-8468-4683-a049-8554456657ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["e6f734db-0d90-467d-ad7e-68cd3f2be88e"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:39Z","provider:segmentation_id":54,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["950f5699-478a-488d-bd65-46b0370b071a"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:34Z","provider:segmentation_id":85,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","provider:network_type":"vxlan"}]} 2018-12-29 06:13:41,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-612871b7-5e06-42db-81e2-b0341960a3e1 2018-12-29 06:13:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:13:42,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-09a30ec7-5060-4c82-9fc6-c0ec05bbd15e Date: Sat, 29 Dec 2018 06:13:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:13:41Z", "revision_number": 5, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80", "name": "sdnvpn-8-1-router"}} 2018-12-29 06:13:42,017 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 used request id req-09a30ec7-5060-4c82-9fc6-c0ec05bbd15e 2018-12-29 06:13:42,018 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:13:42,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:42,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-629333e8-12d8-4b8e-96a0-49b40acc6a47 Date: Sat, 29 Dec 2018 06:13:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:13:42,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-629333e8-12d8-4b8e-96a0-49b40acc6a47 2018-12-29 06:13:42,155 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-12-29 06:13:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-12-29 06:13:42,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-2211ee97-5a56-40c6-8883-90ab92db3bc5 Date: Sat, 29 Dec 2018 06:13:42 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:13:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 2, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}} 2018-12-29 06:13:42,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-2211ee97-5a56-40c6-8883-90ab92db3bc5 2018-12-29 06:13:42,533 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=b6652b14-981c-44e2-931c-ba58641f31fc created successfully. 2018-12-29 06:13:42,533 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-12-29 06:13:42,533 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-12-29 06:13:42,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:13:42,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6f85f21b-a396-4a18-81b8-931e680dbdb0 Date: Sat, 29 Dec 2018 06:13:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}} 2018-12-29 06:13:42,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-6f85f21b-a396-4a18-81b8-931e680dbdb0 2018-12-29 06:13:42,844 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-12-29 06:13:42,844 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-29 06:13:42,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:13:43,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e63cd5f8-cc12-4006-9d3c-9bb0692816c4 Date: Sat, 29 Dec 2018 06:13:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}} 2018-12-29 06:13:43,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-e63cd5f8-cc12-4006-9d3c-9bb0692816c4 2018-12-29 06:13:43,180 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-29 06:13:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:13:43,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-9c0bbe2a-035a-4c72-82f5-8953e95f6f9b Date: Sat, 29 Dec 2018 06:13:43 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-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}} 2018-12-29 06:13:43,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-9c0bbe2a-035a-4c72-82f5-8953e95f6f9b 2018-12-29 06:13:43,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:43,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-b1201146-2497-47ea-bdbc-9203a30dd59c Date: Sat, 29 Dec 2018 06:13:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "180817cf-0339-48e2-a93f-312784e32b6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "3f034444-b54e-4afb-849a-32bc71bad761"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "50d241e0-767c-4141-96fb-6f94bfd686c8"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b31a8efa-31d1-4c8f-b450-353a3281d771"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "c16cce20-3c7c-4f14-9076-b61e38580046"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "c993ff70-95f8-4996-90a6-d4418e9bc407"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "da6ee074-f260-4e1e-b765-fd1e511d5199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "fe5a0074-0f10-49a7-9740-3f446573b823"}]} 2018-12-29 06:13:43,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-b1201146-2497-47ea-bdbc-9203a30dd59c 2018-12-29 06:13:43,697 - sdnvpn_test_utils - INFO - This rule exists for security group: b6652b14-981c-44e2-931c-ba58641f31fc 2018-12-29 06:13:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:13:43,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-10b467c6-eb5a-4f32-8e3c-d4248259a15c Date: Sat, 29 Dec 2018 06:13:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "180817cf-0339-48e2-a93f-312784e32b6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "3f034444-b54e-4afb-849a-32bc71bad761"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "50d241e0-767c-4141-96fb-6f94bfd686c8"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b31a8efa-31d1-4c8f-b450-353a3281d771"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "c16cce20-3c7c-4f14-9076-b61e38580046"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "c993ff70-95f8-4996-90a6-d4418e9bc407"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "da6ee074-f260-4e1e-b765-fd1e511d5199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "fe5a0074-0f10-49a7-9740-3f446573b823"}]} 2018-12-29 06:13:43,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-10b467c6-eb5a-4f32-8e3c-d4248259a15c 2018-12-29 06:13:43,877 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-29 06:13:43,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:13:44,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4ccd695e-3da6-4fa9-8dbb-ac0d026b7808 Date: Sat, 29 Dec 2018 06:13:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 80, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1096e301-ac42-490b-92bf-7d27b1411015"}} 2018-12-29 06:13:44,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-4ccd695e-3da6-4fa9-8dbb-ac0d026b7808 2018-12-29 06:13:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:44,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c129e1d4-32a8-43ac-9883-7f983c3041ab Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:44,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c129e1d4-32a8-43ac-9883-7f983c3041ab 2018-12-29 06:13:44,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:44,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["45Mdwvj8TdKN6LqPgqu4xw"], "issued_at": "2018-12-29T06:13:44.000000Z"}} 2018-12-29 06:13:44,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" 2018-12-29 06:13:44,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fe771f3-b8f7-4f0d-9542-6c5e7c7a0adb x-compute-request-id: req-7fe771f3-b8f7-4f0d-9542-6c5e7c7a0adb Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:13:44,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-7fe771f3-b8f7-4f0d-9542-6c5e7c7a0adb 2018-12-29 06:13:44,641 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:13:44,641 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-12-29 06:13:44,641 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=1926d7a0-f116-4f28-8b54-b3ef713c0594 network=3f11acb4-8468-4683-a049-8554456657ea secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:44,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:44,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:44,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:44,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:44,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:44,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:44,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:44,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:44,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:44,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:44,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:44,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:44,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe1a0a9-4d3a-4706-bf3f-8fc4fa99b644 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:44,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dfe1a0a9-4d3a-4706-bf3f-8fc4fa99b644 2018-12-29 06:13:44,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:45,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["qZkM2tTBQVqfpt0No7PgPg"], "issued_at": "2018-12-29T06:13:45.000000Z"}} 2018-12-29 06:13:45,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b07d2ec5dedf7b25ee787be0dc362b9fecae03cf" 2018-12-29 06:13:45,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13: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-a6f72ffe-52ba-4317-b9c7-128544be4aad x-compute-request-id: req-a6f72ffe-52ba-4317-b9c7-128544be4aad Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:13:45,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a6f72ffe-52ba-4317-b9c7-128544be4aad 2018-12-29 06:13:45,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b07d2ec5dedf7b25ee787be0dc362b9fecae03cf" 2018-12-29 06:13:45,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13: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-a55bdea7-d3c5-4513-9113-18bbdf984ce0 x-compute-request-id: req-a55bdea7-d3c5-4513-9113-18bbdf984ce0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:13:45,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-a55bdea7-d3c5-4513-9113-18bbdf984ce0 2018-12-29 06:13:45,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b07d2ec5dedf7b25ee787be0dc362b9fecae03cf" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3f11acb4-8468-4683-a049-8554456657ea"}]}}' 2018-12-29 06:13:46,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:13: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-7eb872e6-5d34-44d0-a279-ed2daf2dadce x-compute-request-id: req-7eb872e6-5d34-44d0-a279-ed2daf2dadce Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "adminPass": "374d6mD9FQKw"}} 2018-12-29 06:13:46,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7eb872e6-5d34-44d0-a279-ed2daf2dadce 2018-12-29 06:13:46,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:46,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4dc76cf-f654-491c-a8ad-5b7b1000a0c0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:46,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c4dc76cf-f654-491c-a8ad-5b7b1000a0c0 2018-12-29 06:13:46,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:47,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["tLdKnMqTRXycwuYv516d-A"], "issued_at": "2018-12-29T06:13:47.000000Z"}} 2018-12-29 06:13:47,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb37b44585fe203ba9959356a3968a9285cd7a5" 2018-12-29 06:13:47,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8fe797d-5093-46d8-9335-e9fc2729ecf5 x-compute-request-id: req-a8fe797d-5093-46d8-9335-e9fc2729ecf5 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.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:13:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:13:47,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc used request id req-a8fe797d-5093-46d8-9335-e9fc2729ecf5 2018-12-29 06:13:50,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb37b44585fe203ba9959356a3968a9285cd7a5" 2018-12-29 06:13:51,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13: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-e61b98cc-6a5d-49d8-af8a-4a68eb8d374e x-compute-request-id: req-e61b98cc-6a5d-49d8-af8a-4a68eb8d374e Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:13:47Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:13:51,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc used request id req-e61b98cc-6a5d-49d8-af8a-4a68eb8d374e 2018-12-29 06:13:54,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb37b44585fe203ba9959356a3968a9285cd7a5" 2018-12-29 06:13:54,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0b2ff732-59cb-4a5d-a68d-9830882eec7d x-compute-request-id: req-0b2ff732-59cb-4a5d-a68d-9830882eec7d Content-Encoding: gzip Content-Length: 777 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:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-12-29T06:13:50.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:13:51Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:13:54,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc used request id req-0b2ff732-59cb-4a5d-a68d-9830882eec7d 2018-12-29 06:13:54,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b07d2ec5dedf7b25ee787be0dc362b9fecae03cf" 2018-12-29 06:13:55,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-d58e1e17-54d8-4455-ad4c-b5a9ba7e947f x-compute-request-id: req-d58e1e17-54d8-4455-ad4c-b5a9ba7e947f Content-Encoding: gzip Content-Length: 777 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:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-12-29T06:13:50.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:13:51Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:13:55,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc used request id req-d58e1e17-54d8-4455-ad4c-b5a9ba7e947f 2018-12-29 06:13:55,405 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.10'. 2018-12-29 06:13:55,405 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-12-29 06:13:55,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:13:56,761 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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-adaf5d1b-b285-48da-ac72-094d89fa3502 x-compute-request-id: req-adaf5d1b-b285-48da-ac72-094d89fa3502 Content-Length: 0 Content-Type: application/json 2018-12-29 06:13:56,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action used request id req-adaf5d1b-b285-48da-ac72-094d89fa3502 2018-12-29 06:13:56,762 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-12-29 06:13:56,762 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=1926d7a0-f116-4f28-8b54-b3ef713c0594 network=5bd7846d-f034-4a90-bde4-398178f1cbc1 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.10 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:13:56,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:56,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:56,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:56,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:56,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:56,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:56,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:56,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:56,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:56,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:56,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:13:56,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:13:56,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:13:56,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:13:56,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:13:56,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:13:56,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:13:56,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:13:56,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:13:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:56,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ce9e73-816b-468f-b6fb-2ff6a991bce8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:56,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b8ce9e73-816b-468f-b6fb-2ff6a991bce8 2018-12-29 06:13:56,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:57,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["2KXzQUN4SR6ev6I7Ub1fSQ"], "issued_at": "2018-12-29T06:13:57.000000Z"}} 2018-12-29 06:13:57,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" 2018-12-29 06:13:57,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a810a6-691c-44a2-976b-72250788070d x-compute-request-id: req-c9a810a6-691c-44a2-976b-72250788070d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:13:57,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c9a810a6-691c-44a2-976b-72250788070d 2018-12-29 06:13:57,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" 2018-12-29 06:13:57,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6510145-096e-4a6b-ae96-a56ac9763685 x-compute-request-id: req-b6510145-096e-4a6b-ae96-a56ac9763685 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:13:57,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-b6510145-096e-4a6b-ae96-a56ac9763685 2018-12-29 06:13:57,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5bd7846d-f034-4a90-bde4-398178f1cbc1"}], "config_drive": true}}' 2018-12-29 06:13:58,940 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:13:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7a3889f-6f7c-4347-99a6-beb9e9f24fca x-compute-request-id: req-a7a3889f-6f7c-4347-99a6-beb9e9f24fca Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "adminPass": "J4coj62grMEt"}} 2018-12-29 06:13:58,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-a7a3889f-6f7c-4347-99a6-beb9e9f24fca 2018-12-29 06:13:58,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:13:58,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ce98df-f716-436c-8c55-1a6170ccafbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:13:58,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b8ce98df-f716-436c-8c55-1a6170ccafbd 2018-12-29 06:13:58,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:13:59,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Rl7aYSunS8eK8evy-RvX-Q"], "issued_at": "2018-12-29T06:13:59.000000Z"}} 2018-12-29 06:13:59,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5d288366084b6a229fe91e0551558fa97f6a47" 2018-12-29 06:13:59,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:13:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38795f13-13f3-40e0-9697-840c0872bb9a x-compute-request-id: req-38795f13-13f3-40e0-9697-840c0872bb9a 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.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:13:59Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-12-29T06:13:58Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:13:59,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 used request id req-38795f13-13f3-40e0-9697-840c0872bb9a 2018-12-29 06:14:02,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5d288366084b6a229fe91e0551558fa97f6a47" 2018-12-29 06:14:03,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:14:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b28c9c9d-ea04-408d-b921-89cfa9202750 x-compute-request-id: req-b28c9c9d-ea04-408d-b921-89cfa9202750 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:be:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:14:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-12-29T06:13:58Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:14:03,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 used request id req-b28c9c9d-ea04-408d-b921-89cfa9202750 2018-12-29 06:14:06,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5d288366084b6a229fe91e0551558fa97f6a47" 2018-12-29 06:14:07,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-d25efbae-b648-46cc-bf81-269a14ac490e x-compute-request-id: req-d25efbae-b648-46cc-bf81-269a14ac490e Content-Encoding: gzip Content-Length: 782 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:e9:be:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-12-29T06:14:03.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:14:04Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-12-29T06:13:58Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:14:07,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 used request id req-d25efbae-b648-46cc-bf81-269a14ac490e 2018-12-29 06:14:07,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" 2018-12-29 06:14:08,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33d68eac-07ad-4dd1-b835-aaeb919d2884 x-compute-request-id: req-33d68eac-07ad-4dd1-b835-aaeb919d2884 Content-Encoding: gzip Content-Length: 782 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:e9:be:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-12-29T06:14:03.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:14:04Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-12-29T06:13:58Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:14:08,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9 used request id req-33d68eac-07ad-4dd1-b835-aaeb919d2884 2018-12-29 06:14:08,024 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.5'. 2018-12-29 06:14:08,024 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-12-29 06:14:08,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:14:09,917 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:14:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d177d049-b75c-4e45-a8f9-5895192e827d x-compute-request-id: req-d177d049-b75c-4e45-a8f9-5895192e827d Content-Length: 0 Content-Type: application/json 2018-12-29 06:14:09,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-d177d049-b75c-4e45-a8f9-5895192e827d 2018-12-29 06:14:09,917 - sdnvpn_test_utils - INFO - Waiting for instance ee7d5adb-b1a3-4492-ad6c-950f59b168bc to boot up 2018-12-29 06:14:09,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b07d2ec5dedf7b25ee787be0dc362b9fecae03cf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:14:10,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-4a52fa53-a823-41ed-9daa-7e55af0fc587 x-compute-request-id: req-4a52fa53-a823-41ed-9daa-7e55af0fc587 Content-Encoding: gzip Content-Length: 11313 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504783967 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128172] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129807] pid_max: default: 32768 minimum: 301\n[ 0.130695] ACPI: Core revision 20150930\n[ 0.132065] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133362] Security Framework initialized\n[ 0.134165] Yama: becoming mindful.\n[ 0.134888] AppArmor: AppArmor initialized\n[ 0.135747] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137065] 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.139534] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140904] Initializing cgroup subsys io\n[ 0.141706] Initializing cgroup subsys memory\n[ 0.142558] Initializing cgroup subsys devices\n[ 0.143430] Initializing cgroup subsys freezer\n[ 0.144286] Initializing cgroup subsys net_cls\n[ 0.145136] Initializing cgroup subsys perf_event\n[ 0.146034] Initializing cgroup subsys net_prio\n[ 0.146907] Initializing cgroup subsys hugetlb\n[ 0.147772] Initializing cgroup subsys pids\n[ 0.148636] CPU: Physical Processor ID: 0\n[ 0.150120] mce: CPU supports 10 MCE banks\n[ 0.150960] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151952] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162611] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168988] ftrace: allocating 31920 entries in 125 pages\n[ 0.195329] smpboot: Max logical packages: 1\n[ 0.196192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197529] x2apic enabled\n[ 0.198330] Switched APIC routing to physical x2apic.\n[ 0.200072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201178] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203149] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204908] KVM setup paravirtual spinlock\n[ 0.206186] x86: Booted up 1 node, 1 CPUs\n[ 0.206984] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208360] devtmpfs: initialized\n[ 0.210062] evm: security.selinux\n[ 0.210758] evm: security.SMACK64\n[ 0.211438] evm: security.SMACK64EXEC\n[ 0.212171] evm: security.SMACK64TRANSMUTE\n[ 0.212970] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214343] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218032] RTC time: 6:13:50, date: 12/29/18\n[ 0.218991] NET: Registered protocol family 16\n[ 0.219953] cpuidle: using governor ladder\n[ 0.220763] cpuidle: using governor menu\n[ 0.221541] PCCT header not found.\n[ 0.222278] ACPI: bus type PCI registered\n[ 0.223068] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224299] PCI: Using configuration type 1 for base access\n[ 0.226028] ACPI: Added _OSI(Module Device)\n[ 0.226860] ACPI: Added _OSI(Processor Device)\n[ 0.227714] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228603] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230693] ACPI: Interpreter enabled\n[ 0.231450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238732] ACPI: (supports S0 S5)\n[ 0.239431] ACPI: Using IOAPIC for interrupt routing\n[ 0.240364] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244563] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245772] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246954] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249132] acpiphp: Slot [3] registered\n[ 0.249924] acpiphp: Slot [4] registered\n[ 0.250721] acpiphp: Slot [5] registered\n[ 0.251515] acpiphp: Slot [6] registered\n[ 0.252301] acpiphp: Slot [7] registered\n[ 0.253083] acpiphp: Slot [8] registered\n[ 0.253871] acpiphp: Slot [9] registered\n[ 0.254655] acpiphp: Slot [10] registered\n[ 0.255451] acpiphp: Slot [11] registered\n[ 0.256262] acpiphp: Slot [12] registered\n[ 0.257056] acpiphp: Slot [13] registered\n[ 0.257853] acpiphp: Slot [14] registered\n[ 0.258650] acpiphp: Slot [15] registered\n[ 0.269402] acpiphp: Slot [16] registered\n[ 0.270201] acpiphp: Slot [17] registered\n[ 0.271001] acpiphp: Slot [18] registered\n[ 0.271798] acpiphp: Slot [19] registered\n[ 0.272594] acpiphp: Slot [20] registered\n[ 0.273395] acpiphp: Slot [21] registered\n[ 0.274189] acpiphp: Slot [22] registered\n[ 0.274987] acpiphp: Slot [23] registered\n[ 0.275785] acpiphp: Slot [24] registered\n[ 0.276584] acpiphp: Slot [25] registered\n[ 0.277379] acpiphp: Slot [26] registered\n[ 0.278174] acpiphp: Slot [27] registered\n[ 0.278975] acpiphp: Slot [28] registered\n[ 0.279773] acpiphp: Slot [29] registered\n[ 0.280571] acpiphp: Slot [30] registered\n[ 0.281367] acpiphp: Slot [31] registered\n[ 0.282158] PCI host bridge to bus 0000:00\n[ 0.282960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284150] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285345] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288190] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296924] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298172] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304519] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351286] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352774] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354200] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357014] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358271] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360798] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362344] vgaarb: loaded\n[ 0.362944] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364076] SCSI subsystem initialized\n[ 0.364895] ACPI: bus type USB registered\n[ 0.365708] usbcore: registered new interface driver usbfs\n[ 0.366741] usbcore: registered new interface driver hub\n[ 0.367750] usbcore: registered new device driver usb\n[ 0.368806] PCI: Using ACPI for IRQ routing\n[ 0.369836] NetLabel: Initializing\n[ 0.370552] NetLabel: domain hash size = 128\n[ 0.371405] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372357] NetLabel: unlabeled traffic allowed by default\n[ 0.373449] clocksource: Switched to clocksource kvm-clock\n[ 0.378852] AppArmor: AppArmor Filesystem Enabled\n[ 0.379815] pnp: PnP ACPI init\n[ 0.380723] pnp: PnP ACPI: found 5 devices\n[ 0.387090] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388788] NET: Registered protocol family 2\n[ 0.389753] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391034] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392193] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395571] NET: Registered protocol family 1\n[ 0.396430] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426828] Trying to unpack rootfs image as initramfs...\n[ 0.475795] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489858] Scanning for low memory corruption every 60 seconds\n[ 0.491168] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492366] audit: initializing netlink subsys (disabled)\n[ 0.493386] audit: type=2000 audit(1546064031.381:1): initialized\n[ 0.494697] Initialise system trusted keyring\n[ 0.495621] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496775] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498732] zbud: loaded\n[ 0.499432] VFS: Disk quotas dquot_6.6.0\n[ 0.500239] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501741] fuse init (API version 7.23)\n[ 0.502636] Key type big_key registered\n[ 0.503431] Allocating IMA MOK and blacklist keyrings.\n[ 0.504907] Key type asymmetric registered\n[ 0.505736] Asymmetric key parser 'x509' registered\n[ 0.506689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508141] io scheduler noop registered\n[ 0.508934] io scheduler deadline registered (default)\n[ 0.509919] io scheduler cfq registered\n[ 0.510746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514485] ACPI: Power Button [PWRF]\n[ 0.515314] GHES: HEST is not enabled!\n[ 0.528970] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558488] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562032] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590993] Linux agpgart interface v0.103\n[ 0.593058] brd: module loaded\n[ 0.594320] loop: module loaded\n[ 0.599006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600442] GPT:90111 != 2097151\n[ 0.601105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602187] GPT:90111 != 2097151\n[ 0.602857] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603806] vda: vda1 vda15\n[ 0.605229] scsi host0: ata_piix\n[ 0.605965] scsi host1: ata_piix\n[ 0.606667] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609299] libphy: Fixed MDIO Bus: probed\n[ 0.610116] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611055] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613177] PPP generic driver version 2.4.2\n[ 0.614066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615298] ehci-pci: EHCI PCI platform driver\n[ 0.616152] ehci-platform: EHCI generic platform driver\n[ 0.617125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618258] ohci-pci: OHCI PCI platform driver\n[ 0.619112] ohci-platform: OHCI generic platform driver\n[ 0.620081] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634451] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635434] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636863] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637885] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641597] usb usb1: Product: UHCI Host Controller\n[ 0.642517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644632] hub 1-0:1.0: USB hub found\n[ 0.645400] hub 1-0:1.0: 2 ports detected\n[ 0.646300] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648394] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649346] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650364] mousedev: PS/2 mouse device common for all mice\n[ 0.651599] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653427] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655698] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656868] i2c /dev entries driver\n[ 0.657628] device-mapper: uevent: version 1.0.3\n[ 0.658557] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660154] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661410] NET: Registered protocol family 10\n[ 0.662400] NET: Registered protocol family 17\n[ 0.663269] Key type dns_resolver registered\n[ 0.664178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665252] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666972] registered taskstats version 1\n[ 0.667801] Loading compiled-in X.509 certificates\n[ 0.669225] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671056] zswap: loaded using pool lzo/zbud\n[ 0.672421] Key type trusted registered\n[ 0.673970] Key type encrypted registered\n[ 0.674794] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675806] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676825] evm: HMAC attrs: 0x1\n[ 0.678136] Magic number: 14:20:217\n[ 0.678983] rtc_cmos 00:00: setting system clock to 2018-12-29 06:13:51 UTC (1546064031)\n[ 0.680560] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681668] EDD information not available.\n[ 0.766425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767977] Write protecting the kernel read-only data: 14336k\n[ 0.779906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.167611] random: dd 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.20.10...\nLease of 10.10.20.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.06. iid=i-00000120\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClij4X2ijMh44wNHu+N27D14nqQ1+PK9I2sgjoKHysGAgKGMiaU6PAPll5yfI3EZiNulDIq05nw30CnNjwbwvoIPF8U4tM0y1xqqqm+CqOjx990aaEm671DbQQ1ILGqGdNG75Da8KoAGSA/Sjq2fqbXggQ155sL4iuvQLpQSDnZa0j91ZMoCloO97Ld0UjPIyIPk52jH/bBQD5pxqF6YpGHWDmfJvIi/RNvIT5HcPmRfxr8+5CWCvg+8kPwZizI60K4Dx2KlfeaG1A9GW+mI0x/yZyLA57CTnT27nEfgiLC2GtboWLKMaD+aQYfcwteoUNTkMdLlSJ+XzhI81u87zz root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPrcLxXNt8rtBgUhxCQVId8v+3uVFovvNWsI1nXhQ3aoGLjKPzwTZ5Y922LgFhoyOeQ5CyiPnfsXCbWFGy/z8pVA04BUGnL6Fx2NgRGRiHJxVz1Tewp3NH2NP6uWoDsh2djul0RnwjR0paWolko86mU4xc45GMC+lO3aCSHc36lvAAAAFQC7TJo0Ra9UxDlrgvEPJsTg/JJbQwAAAIEArGLrv0iJHSGLJMmfgA6xITTmj7f1CPMjKjyi32YDqHfIavpZUSmhkhp4i8W5UZ1LeAuN/NszN33l7KPyQ8cVvy1ezLr1tyRonu1r3KvDKT6GX0a1+5LkL/DrbBdPcQhOGBxxR3s5ABfagf8amXfjYtaeMMecDUYCnxNwfupE790AAACACKUK25A3R7vSdjK/2oRTBc4r3gFo1pwE1Nr2i+++tGgflWb67TRqxf+cP5Rdn1DmIGpdrdjGmMi9XwudvLrtieo23gEGSgytoR4+AV9VtL+Owsl7vZZ//hmyNeYr+vAHdXyHGrjeoaf3ZxVsbo+TTiGfgEGwT78yZ71fh7RRXBY= 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.10,24,fe80::f816:3eff:fe0b:7ddc/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.10 \nip-route:169.254.169.254 via 10.10.20.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000120\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=2.93 ===\n/dev/root resized successfully [took 2.49s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0B:7D:DC \n inet addr:10.10.20.10 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0b:7ddc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8658 (8.4 KiB) TX bytes:9682 (9.4 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.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.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.208 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.158 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.133 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.218 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.172 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.133/0.177/0.218 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=4.949 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.025 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.828 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.764 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.702 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.702/4.853/5.025 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.691 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.688 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.752 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.797 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.722 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.688/5.730/5.797 ms\n### uname -a\nLinux sdnvpn-8-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.122238] usb 1-1: Product: QEMU USB Tablet\n[ 1.122241] usb 1-1: Manufacturer: QEMU\n[ 1.122243] usb 1-1: SerialNumber: 42\n[ 1.127444] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149743] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.167611] random: dd urandom read with 5 bits of entropy available\n[ 1.489508] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.489511] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.055251] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.167702] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:13:51 cirros kern.info kernel: [ 0.781705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nDec 29 06:13:51 cirros kern.info kernel: [ 0.792316] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nDec 29 06:13:51 cirros kern.info kernel: [ 0.792318] e1000: Copyright (c) 1999-2006 Intel Corporation.\nDec 29 06:13:51 cirros kern.info kernel: [ 0.793981] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nDec 29 06:13:51 cirros kern.info kernel: [ 0.796893] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nDec 29 06:13:51 cirros kern.info kernel: [ 0.798869] ip_tables: (C) 2000-2006 Netfilter Core Team\nDec 29 06:13:51 cirros kern.info kernel: [ 0.823711] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:13:51 cirros kern.info kernel: [ 0.824376] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:13:51 cirros kern.info kernel: [ 0.825434] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:13:51 cirros kern.info kernel: [ 0.869690] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:13:51 cirros kern.info kernel: [ 0.961474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nDec 29 06:13:51 cirros kern.info kernel: [ 1.122229] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nDec 29 06:13:51 cirros kern.info kernel: [ 1.122235] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nDec 29 06:13:51 cirros kern.info kernel: [ 1.122238] usb 1-1: Product: QEMU USB Tablet\nDec 29 06:13:51 cirros kern.info kernel: [ 1.122241] usb 1-1: Manufacturer: QEMU\nDec 29 06:13:51 cirros kern.info kernel: [ 1.122243] usb 1-1: SerialNumber: 42\nDec 29 06:13:51 cirros kern.info kernel: [ 1.127444] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:13:51 cirros kern.info kernel: [ 1.149743] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:13:51 cirros kern.notice kernel: [ 1.167611] random: dd urandom read with 5 bits of entropy available\nDec 29 06:13:52 cirros kern.info kernel: [ 1.489508] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nDec 29 06:13:52 cirros kern.info kernel: [ 1.489511] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nDec 29 06:13:53 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:13:53 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:13:53 cirros kern.info kernel: [ 3.055251] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:13:54 cirros kern.info kernel: [ 4.167702] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-12-29 06:14:10,993 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action used request id req-4a52fa53-a823-41ed-9daa-7e55af0fc587 2018-12-29 06:14:13,029 - sdnvpn_test_utils - INFO - Waiting for instance 5418bb11-5ab8-488e-98cd-d6fa71b858c9 to boot up 2018-12-29 06:14:13,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:14:14,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:14: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-4aae1c5d-b2e2-4be0-8b48-7b6246270d58 x-compute-request-id: req-4aae1c5d-b2e2-4be0-8b48-7b6246270d58 Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734107676 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137623] pid_max: default: 32768 minimum: 301\n[ 0.138559] ACPI: Core revision 20150930\n[ 0.139964] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141338] Security Framework initialized\n[ 0.142190] Yama: becoming mindful.\n[ 0.142948] AppArmor: AppArmor initialized\n[ 0.143849] 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.146583] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147839] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149303] Initializing cgroup subsys io\n[ 0.150160] Initializing cgroup subsys memory\n[ 0.151099] Initializing cgroup subsys devices\n[ 0.152036] Initializing cgroup subsys freezer\n[ 0.152954] Initializing cgroup subsys net_cls\n[ 0.153889] Initializing cgroup subsys perf_event\n[ 0.154868] Initializing cgroup subsys net_prio\n[ 0.155820] Initializing cgroup subsys hugetlb\n[ 0.156742] Initializing cgroup subsys pids\n[ 0.157676] CPU: Physical Processor ID: 0\n[ 0.159265] mce: CPU supports 10 MCE banks\n[ 0.160188] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161258] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172459] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178858] ftrace: allocating 31920 entries in 125 pages\n[ 0.205097] smpboot: Max logical packages: 1\n[ 0.205993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207407] x2apic enabled\n[ 0.208229] Switched APIC routing to physical x2apic.\n[ 0.209944] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213124] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214912] KVM setup paravirtual spinlock\n[ 0.216227] x86: Booted up 1 node, 1 CPUs\n[ 0.217052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218489] devtmpfs: initialized\n[ 0.220215] evm: security.selinux\n[ 0.220927] evm: security.SMACK64\n[ 0.221637] evm: security.SMACK64EXEC\n[ 0.222421] evm: security.SMACK64TRANSMUTE\n[ 0.223243] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224607] evm: security.capability\n[ 0.225396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227200] pinctrl core: initialized pinctrl subsystem\n[ 0.228279] RTC time: 6:14:03, date: 12/29/18\n[ 0.229215] NET: Registered protocol family 16\n[ 0.230160] cpuidle: using governor ladder\n[ 0.230957] cpuidle: using governor menu\n[ 0.231723] PCCT header not found.\n[ 0.232463] ACPI: bus type PCI registered\n[ 0.233256] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234478] PCI: Using configuration type 1 for base access\n[ 0.236208] ACPI: Added _OSI(Module Device)\n[ 0.237038] ACPI: Added _OSI(Processor Device)\n[ 0.237875] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238753] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240856] ACPI: Interpreter enabled\n[ 0.241619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248826] ACPI: (supports S0 S5)\n[ 0.249524] ACPI: Using IOAPIC for interrupt routing\n[ 0.250506] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257074] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259250] acpiphp: Slot [3] registered\n[ 0.260038] acpiphp: Slot [4] registered\n[ 0.260815] acpiphp: Slot [5] registered\n[ 0.261597] acpiphp: Slot [6] registered\n[ 0.262378] acpiphp: Slot [7] registered\n[ 0.263163] acpiphp: Slot [8] registered\n[ 0.263943] acpiphp: Slot [9] registered\n[ 0.264724] acpiphp: Slot [10] registered\n[ 0.265513] acpiphp: Slot [11] registered\n[ 0.266313] acpiphp: Slot [12] registered\n[ 0.267107] acpiphp: Slot [13] registered\n[ 0.267901] acpiphp: Slot [14] registered\n[ 0.268696] acpiphp: Slot [15] registered\n[ 0.279635] acpiphp: Slot [16] registered\n[ 0.280432] acpiphp: Slot [17] registered\n[ 0.281228] acpiphp: Slot [18] registered\n[ 0.282022] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283607] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285200] acpiphp: Slot [23] registered\n[ 0.285990] acpiphp: Slot [24] registered\n[ 0.286786] acpiphp: Slot [25] registered\n[ 0.287579] acpiphp: Slot [26] registered\n[ 0.288373] acpiphp: Slot [27] registered\n[ 0.289175] acpiphp: Slot [28] registered\n[ 0.289967] acpiphp: Slot [29] registered\n[ 0.290761] acpiphp: Slot [30] registered\n[ 0.291557] acpiphp: Slot [31] registered\n[ 0.292347] PCI host bridge to bus 0000:00\n[ 0.293138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298374] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304519] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305776] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306944] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308191] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314653] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361633] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364493] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367257] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368484] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369615] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372278] vgaarb: loaded\n[ 0.372866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373983] SCSI subsystem initialized\n[ 0.374788] ACPI: bus type USB registered\n[ 0.375589] usbcore: registered new interface driver usbfs\n[ 0.376596] usbcore: registered new interface driver hub\n[ 0.377583] usbcore: registered new device driver usb\n[ 0.378621] PCI: Using ACPI for IRQ routing\n[ 0.379629] NetLabel: Initializing\n[ 0.380333] NetLabel: domain hash size = 128\n[ 0.381165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382092] NetLabel: unlabeled traffic allowed by default\n[ 0.383167] clocksource: Switched to clocksource kvm-clock\n[ 0.388503] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390373] pnp: PnP ACPI: found 5 devices\n[ 0.396724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398388] NET: Registered protocol family 2\n[ 0.399322] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402829] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403883] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405032] NET: Registered protocol family 1\n[ 0.405876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408001] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435934] Trying to unpack rootfs image as initramfs...\n[ 0.485461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499501] Scanning for low memory corruption every 60 seconds\n[ 0.500830] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501972] audit: initializing netlink subsys (disabled)\n[ 0.502991] audit: type=2000 audit(1546064044.320:1): initialized\n[ 0.504306] Initialise system trusted keyring\n[ 0.505220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508343] zbud: loaded\n[ 0.509046] VFS: Disk quotas dquot_6.6.0\n[ 0.509857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511366] fuse init (API version 7.23)\n[ 0.512243] Key type big_key registered\n[ 0.513036] Allocating IMA MOK and blacklist keyrings.\n[ 0.514137] Key type asymmetric registered\n[ 0.514948] Asymmetric key parser 'x509' registered\n[ 0.515912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517371] io scheduler noop registered\n[ 0.518158] io scheduler deadline registered (default)\n[ 0.519136] io scheduler cfq registered\n[ 0.520335] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521375] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524069] ACPI: Power Button [PWRF]\n[ 0.524893] GHES: HEST is not enabled!\n[ 0.538413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592580] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594672] Linux agpgart interface v0.103\n[ 0.596654] brd: module loaded\n[ 0.597794] loop: module loaded\n[ 0.603931] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605368] GPT:90111 != 2097151\n[ 0.606036] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607107] GPT:90111 != 2097151\n[ 0.607775] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608729] vda: vda1 vda15\n[ 0.610217] scsi host0: ata_piix\n[ 0.610939] scsi host1: ata_piix\n[ 0.611649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614259] libphy: Fixed MDIO Bus: probed\n[ 0.615067] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618128] PPP generic driver version 2.4.2\n[ 0.619000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620285] ehci-pci: EHCI PCI platform driver\n[ 0.621150] ehci-platform: EHCI generic platform driver\n[ 0.622119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623230] ohci-pci: OHCI PCI platform driver\n[ 0.624088] ohci-platform: OHCI generic platform driver\n[ 0.625057] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639637] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644646] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646527] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655059] usb usb1: Product: UHCI Host Controller\n[ 0.657030] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660136] hub 1-0:1.0: USB hub found\n[ 0.660896] hub 1-0:1.0: 2 ports detected\n[ 0.661781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663870] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664810] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665814] mousedev: PS/2 mouse device common for all mice\n[ 0.667040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671076] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672253] i2c /dev entries driver\n[ 0.673001] device-mapper: uevent: version 1.0.3\n[ 0.673923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675526] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676795] NET: Registered protocol family 10\n[ 0.677775] NET: Registered protocol family 17\n[ 0.678646] Key type dns_resolver registered\n[ 0.679563] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680645] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682358] registered taskstats version 1\n[ 0.683190] Loading compiled-in X.509 certificates\n[ 0.684613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686450] zswap: loaded using pool lzo/zbud\n[ 0.687809] Key type trusted registered\n[ 0.689323] Key type encrypted registered\n[ 0.690141] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691152] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692184] evm: HMAC attrs: 0x1\n[ 0.693103] Magic number: 14:20:217\n[ 0.693937] rtc_cmos 00:00: setting system clock to 2018-12-29 06:14:04 UTC (1546064044)\n[ 0.695518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696616] EDD information not available.\n[ 0.767713] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769126] ata1.00: configured for MWDMA2\n[ 0.770301] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782729] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783937] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785164] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788504] Write protecting the kernel read-only data: 14336k\n[ 0.790043] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.144667] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.86s]\n"} 2018-12-29 06:14:14,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-4aae1c5d-b2e2-4be0-8b48-7b6246270d58 2018-12-29 06:14:16,107 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:14:46,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:14:47,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-a1c31ecc-636d-4ff8-9f13-0535a2ae7120 x-compute-request-id: req-a1c31ecc-636d-4ff8-9f13-0535a2ae7120 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734107676 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137623] pid_max: default: 32768 minimum: 301\n[ 0.138559] ACPI: Core revision 20150930\n[ 0.139964] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141338] Security Framework initialized\n[ 0.142190] Yama: becoming mindful.\n[ 0.142948] AppArmor: AppArmor initialized\n[ 0.143849] 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.146583] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147839] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149303] Initializing cgroup subsys io\n[ 0.150160] Initializing cgroup subsys memory\n[ 0.151099] Initializing cgroup subsys devices\n[ 0.152036] Initializing cgroup subsys freezer\n[ 0.152954] Initializing cgroup subsys net_cls\n[ 0.153889] Initializing cgroup subsys perf_event\n[ 0.154868] Initializing cgroup subsys net_prio\n[ 0.155820] Initializing cgroup subsys hugetlb\n[ 0.156742] Initializing cgroup subsys pids\n[ 0.157676] CPU: Physical Processor ID: 0\n[ 0.159265] mce: CPU supports 10 MCE banks\n[ 0.160188] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161258] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172459] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178858] ftrace: allocating 31920 entries in 125 pages\n[ 0.205097] smpboot: Max logical packages: 1\n[ 0.205993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207407] x2apic enabled\n[ 0.208229] Switched APIC routing to physical x2apic.\n[ 0.209944] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213124] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214912] KVM setup paravirtual spinlock\n[ 0.216227] x86: Booted up 1 node, 1 CPUs\n[ 0.217052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218489] devtmpfs: initialized\n[ 0.220215] evm: security.selinux\n[ 0.220927] evm: security.SMACK64\n[ 0.221637] evm: security.SMACK64EXEC\n[ 0.222421] evm: security.SMACK64TRANSMUTE\n[ 0.223243] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224607] evm: security.capability\n[ 0.225396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227200] pinctrl core: initialized pinctrl subsystem\n[ 0.228279] RTC time: 6:14:03, date: 12/29/18\n[ 0.229215] NET: Registered protocol family 16\n[ 0.230160] cpuidle: using governor ladder\n[ 0.230957] cpuidle: using governor menu\n[ 0.231723] PCCT header not found.\n[ 0.232463] ACPI: bus type PCI registered\n[ 0.233256] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234478] PCI: Using configuration type 1 for base access\n[ 0.236208] ACPI: Added _OSI(Module Device)\n[ 0.237038] ACPI: Added _OSI(Processor Device)\n[ 0.237875] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238753] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240856] ACPI: Interpreter enabled\n[ 0.241619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248826] ACPI: (supports S0 S5)\n[ 0.249524] ACPI: Using IOAPIC for interrupt routing\n[ 0.250506] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257074] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259250] acpiphp: Slot [3] registered\n[ 0.260038] acpiphp: Slot [4] registered\n[ 0.260815] acpiphp: Slot [5] registered\n[ 0.261597] acpiphp: Slot [6] registered\n[ 0.262378] acpiphp: Slot [7] registered\n[ 0.263163] acpiphp: Slot [8] registered\n[ 0.263943] acpiphp: Slot [9] registered\n[ 0.264724] acpiphp: Slot [10] registered\n[ 0.265513] acpiphp: Slot [11] registered\n[ 0.266313] acpiphp: Slot [12] registered\n[ 0.267107] acpiphp: Slot [13] registered\n[ 0.267901] acpiphp: Slot [14] registered\n[ 0.268696] acpiphp: Slot [15] registered\n[ 0.279635] acpiphp: Slot [16] registered\n[ 0.280432] acpiphp: Slot [17] registered\n[ 0.281228] acpiphp: Slot [18] registered\n[ 0.282022] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283607] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285200] acpiphp: Slot [23] registered\n[ 0.285990] acpiphp: Slot [24] registered\n[ 0.286786] acpiphp: Slot [25] registered\n[ 0.287579] acpiphp: Slot [26] registered\n[ 0.288373] acpiphp: Slot [27] registered\n[ 0.289175] acpiphp: Slot [28] registered\n[ 0.289967] acpiphp: Slot [29] registered\n[ 0.290761] acpiphp: Slot [30] registered\n[ 0.291557] acpiphp: Slot [31] registered\n[ 0.292347] PCI host bridge to bus 0000:00\n[ 0.293138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298374] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304519] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305776] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306944] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308191] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314653] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361633] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364493] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367257] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368484] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369615] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372278] vgaarb: loaded\n[ 0.372866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373983] SCSI subsystem initialized\n[ 0.374788] ACPI: bus type USB registered\n[ 0.375589] usbcore: registered new interface driver usbfs\n[ 0.376596] usbcore: registered new interface driver hub\n[ 0.377583] usbcore: registered new device driver usb\n[ 0.378621] PCI: Using ACPI for IRQ routing\n[ 0.379629] NetLabel: Initializing\n[ 0.380333] NetLabel: domain hash size = 128\n[ 0.381165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382092] NetLabel: unlabeled traffic allowed by default\n[ 0.383167] clocksource: Switched to clocksource kvm-clock\n[ 0.388503] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390373] pnp: PnP ACPI: found 5 devices\n[ 0.396724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398388] NET: Registered protocol family 2\n[ 0.399322] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402829] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403883] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405032] NET: Registered protocol family 1\n[ 0.405876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408001] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435934] Trying to unpack rootfs image as initramfs...\n[ 0.485461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499501] Scanning for low memory corruption every 60 seconds\n[ 0.500830] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501972] audit: initializing netlink subsys (disabled)\n[ 0.502991] audit: type=2000 audit(1546064044.320:1): initialized\n[ 0.504306] Initialise system trusted keyring\n[ 0.505220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508343] zbud: loaded\n[ 0.509046] VFS: Disk quotas dquot_6.6.0\n[ 0.509857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511366] fuse init (API version 7.23)\n[ 0.512243] Key type big_key registered\n[ 0.513036] Allocating IMA MOK and blacklist keyrings.\n[ 0.514137] Key type asymmetric registered\n[ 0.514948] Asymmetric key parser 'x509' registered\n[ 0.515912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517371] io scheduler noop registered\n[ 0.518158] io scheduler deadline registered (default)\n[ 0.519136] io scheduler cfq registered\n[ 0.520335] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521375] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524069] ACPI: Power Button [PWRF]\n[ 0.524893] GHES: HEST is not enabled!\n[ 0.538413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592580] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594672] Linux agpgart interface v0.103\n[ 0.596654] brd: module loaded\n[ 0.597794] loop: module loaded\n[ 0.603931] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605368] GPT:90111 != 2097151\n[ 0.606036] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607107] GPT:90111 != 2097151\n[ 0.607775] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608729] vda: vda1 vda15\n[ 0.610217] scsi host0: ata_piix\n[ 0.610939] scsi host1: ata_piix\n[ 0.611649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614259] libphy: Fixed MDIO Bus: probed\n[ 0.615067] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618128] PPP generic driver version 2.4.2\n[ 0.619000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620285] ehci-pci: EHCI PCI platform driver\n[ 0.621150] ehci-platform: EHCI generic platform driver\n[ 0.622119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623230] ohci-pci: OHCI PCI platform driver\n[ 0.624088] ohci-platform: OHCI generic platform driver\n[ 0.625057] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639637] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644646] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646527] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655059] usb usb1: Product: UHCI Host Controller\n[ 0.657030] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660136] hub 1-0:1.0: USB hub found\n[ 0.660896] hub 1-0:1.0: 2 ports detected\n[ 0.661781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663870] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664810] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665814] mousedev: PS/2 mouse device common for all mice\n[ 0.667040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671076] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672253] i2c /dev entries driver\n[ 0.673001] device-mapper: uevent: version 1.0.3\n[ 0.673923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675526] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676795] NET: Registered protocol family 10\n[ 0.677775] NET: Registered protocol family 17\n[ 0.678646] Key type dns_resolver registered\n[ 0.679563] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680645] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682358] registered taskstats version 1\n[ 0.683190] Loading compiled-in X.509 certificates\n[ 0.684613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686450] zswap: loaded using pool lzo/zbud\n[ 0.687809] Key type trusted registered\n[ 0.689323] Key type encrypted registered\n[ 0.690141] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691152] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692184] evm: HMAC attrs: 0x1\n[ 0.693103] Magic number: 14:20:217\n[ 0.693937] rtc_cmos 00:00: setting system clock to 2018-12-29 06:14:04 UTC (1546064044)\n[ 0.695518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696616] EDD information not available.\n[ 0.767713] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769126] ata1.00: configured for MWDMA2\n[ 0.770301] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782729] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783937] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785164] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788504] Write protecting the kernel read-only data: 14336k\n[ 0.790043] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.144667] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.86s]\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-12-29 06:14:47,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-a1c31ecc-636d-4ff8-9f13-0535a2ae7120 2018-12-29 06:14:47,203 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.5) to 'sdnvpn-8-2' (10.10.20.10). -->Expected result: can ping. 2018-12-29 06:14:47,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc1a06026383a6ceb87401d371636b87b2868ad8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:14:48,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:14:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26179b67-3ad5-4193-8841-d4d34353110d x-compute-request-id: req-26179b67-3ad5-4193-8841-d4d34353110d Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734107676 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137623] pid_max: default: 32768 minimum: 301\n[ 0.138559] ACPI: Core revision 20150930\n[ 0.139964] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141338] Security Framework initialized\n[ 0.142190] Yama: becoming mindful.\n[ 0.142948] AppArmor: AppArmor initialized\n[ 0.143849] 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.146583] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147839] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149303] Initializing cgroup subsys io\n[ 0.150160] Initializing cgroup subsys memory\n[ 0.151099] Initializing cgroup subsys devices\n[ 0.152036] Initializing cgroup subsys freezer\n[ 0.152954] Initializing cgroup subsys net_cls\n[ 0.153889] Initializing cgroup subsys perf_event\n[ 0.154868] Initializing cgroup subsys net_prio\n[ 0.155820] Initializing cgroup subsys hugetlb\n[ 0.156742] Initializing cgroup subsys pids\n[ 0.157676] CPU: Physical Processor ID: 0\n[ 0.159265] mce: CPU supports 10 MCE banks\n[ 0.160188] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161258] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172459] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178858] ftrace: allocating 31920 entries in 125 pages\n[ 0.205097] smpboot: Max logical packages: 1\n[ 0.205993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207407] x2apic enabled\n[ 0.208229] Switched APIC routing to physical x2apic.\n[ 0.209944] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213124] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214912] KVM setup paravirtual spinlock\n[ 0.216227] x86: Booted up 1 node, 1 CPUs\n[ 0.217052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218489] devtmpfs: initialized\n[ 0.220215] evm: security.selinux\n[ 0.220927] evm: security.SMACK64\n[ 0.221637] evm: security.SMACK64EXEC\n[ 0.222421] evm: security.SMACK64TRANSMUTE\n[ 0.223243] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224607] evm: security.capability\n[ 0.225396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227200] pinctrl core: initialized pinctrl subsystem\n[ 0.228279] RTC time: 6:14:03, date: 12/29/18\n[ 0.229215] NET: Registered protocol family 16\n[ 0.230160] cpuidle: using governor ladder\n[ 0.230957] cpuidle: using governor menu\n[ 0.231723] PCCT header not found.\n[ 0.232463] ACPI: bus type PCI registered\n[ 0.233256] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234478] PCI: Using configuration type 1 for base access\n[ 0.236208] ACPI: Added _OSI(Module Device)\n[ 0.237038] ACPI: Added _OSI(Processor Device)\n[ 0.237875] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238753] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240856] ACPI: Interpreter enabled\n[ 0.241619] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248826] ACPI: (supports S0 S5)\n[ 0.249524] ACPI: Using IOAPIC for interrupt routing\n[ 0.250506] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257074] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259250] acpiphp: Slot [3] registered\n[ 0.260038] acpiphp: Slot [4] registered\n[ 0.260815] acpiphp: Slot [5] registered\n[ 0.261597] acpiphp: Slot [6] registered\n[ 0.262378] acpiphp: Slot [7] registered\n[ 0.263163] acpiphp: Slot [8] registered\n[ 0.263943] acpiphp: Slot [9] registered\n[ 0.264724] acpiphp: Slot [10] registered\n[ 0.265513] acpiphp: Slot [11] registered\n[ 0.266313] acpiphp: Slot [12] registered\n[ 0.267107] acpiphp: Slot [13] registered\n[ 0.267901] acpiphp: Slot [14] registered\n[ 0.268696] acpiphp: Slot [15] registered\n[ 0.279635] acpiphp: Slot [16] registered\n[ 0.280432] acpiphp: Slot [17] registered\n[ 0.281228] acpiphp: Slot [18] registered\n[ 0.282022] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283607] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285200] acpiphp: Slot [23] registered\n[ 0.285990] acpiphp: Slot [24] registered\n[ 0.286786] acpiphp: Slot [25] registered\n[ 0.287579] acpiphp: Slot [26] registered\n[ 0.288373] acpiphp: Slot [27] registered\n[ 0.289175] acpiphp: Slot [28] registered\n[ 0.289967] acpiphp: Slot [29] registered\n[ 0.290761] acpiphp: Slot [30] registered\n[ 0.291557] acpiphp: Slot [31] registered\n[ 0.292347] PCI host bridge to bus 0000:00\n[ 0.293138] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298374] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304519] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305776] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306944] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308191] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314653] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316099] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361633] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364493] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365887] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367257] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368484] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369615] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372278] vgaarb: loaded\n[ 0.372866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373983] SCSI subsystem initialized\n[ 0.374788] ACPI: bus type USB registered\n[ 0.375589] usbcore: registered new interface driver usbfs\n[ 0.376596] usbcore: registered new interface driver hub\n[ 0.377583] usbcore: registered new device driver usb\n[ 0.378621] PCI: Using ACPI for IRQ routing\n[ 0.379629] NetLabel: Initializing\n[ 0.380333] NetLabel: domain hash size = 128\n[ 0.381165] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382092] NetLabel: unlabeled traffic allowed by default\n[ 0.383167] clocksource: Switched to clocksource kvm-clock\n[ 0.388503] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390373] pnp: PnP ACPI: found 5 devices\n[ 0.396724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398388] NET: Registered protocol family 2\n[ 0.399322] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402829] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403883] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405032] NET: Registered protocol family 1\n[ 0.405876] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408001] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435934] Trying to unpack rootfs image as initramfs...\n[ 0.485461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499501] Scanning for low memory corruption every 60 seconds\n[ 0.500830] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501972] audit: initializing netlink subsys (disabled)\n[ 0.502991] audit: type=2000 audit(1546064044.320:1): initialized\n[ 0.504306] Initialise system trusted keyring\n[ 0.505220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508343] zbud: loaded\n[ 0.509046] VFS: Disk quotas dquot_6.6.0\n[ 0.509857] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511366] fuse init (API version 7.23)\n[ 0.512243] Key type big_key registered\n[ 0.513036] Allocating IMA MOK and blacklist keyrings.\n[ 0.514137] Key type asymmetric registered\n[ 0.514948] Asymmetric key parser 'x509' registered\n[ 0.515912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517371] io scheduler noop registered\n[ 0.518158] io scheduler deadline registered (default)\n[ 0.519136] io scheduler cfq registered\n[ 0.520335] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521375] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524069] ACPI: Power Button [PWRF]\n[ 0.524893] GHES: HEST is not enabled!\n[ 0.538413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592580] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594672] Linux agpgart interface v0.103\n[ 0.596654] brd: module loaded\n[ 0.597794] loop: module loaded\n[ 0.603931] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605368] GPT:90111 != 2097151\n[ 0.606036] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607107] GPT:90111 != 2097151\n[ 0.607775] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608729] vda: vda1 vda15\n[ 0.610217] scsi host0: ata_piix\n[ 0.610939] scsi host1: ata_piix\n[ 0.611649] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614259] libphy: Fixed MDIO Bus: probed\n[ 0.615067] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616002] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618128] PPP generic driver version 2.4.2\n[ 0.619000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620285] ehci-pci: EHCI PCI platform driver\n[ 0.621150] ehci-platform: EHCI generic platform driver\n[ 0.622119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623230] ohci-pci: OHCI PCI platform driver\n[ 0.624088] ohci-platform: OHCI generic platform driver\n[ 0.625057] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639637] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644646] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646527] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655059] usb usb1: Product: UHCI Host Controller\n[ 0.657030] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660136] hub 1-0:1.0: USB hub found\n[ 0.660896] hub 1-0:1.0: 2 ports detected\n[ 0.661781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663870] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664810] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665814] mousedev: PS/2 mouse device common for all mice\n[ 0.667040] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671076] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672253] i2c /dev entries driver\n[ 0.673001] device-mapper: uevent: version 1.0.3\n[ 0.673923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675526] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676795] NET: Registered protocol family 10\n[ 0.677775] NET: Registered protocol family 17\n[ 0.678646] Key type dns_resolver registered\n[ 0.679563] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680645] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682358] registered taskstats version 1\n[ 0.683190] Loading compiled-in X.509 certificates\n[ 0.684613] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686450] zswap: loaded using pool lzo/zbud\n[ 0.687809] Key type trusted registered\n[ 0.689323] Key type encrypted registered\n[ 0.690141] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691152] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692184] evm: HMAC attrs: 0x1\n[ 0.693103] Magic number: 14:20:217\n[ 0.693937] rtc_cmos 00:00: setting system clock to 2018-12-29 06:14:04 UTC (1546064044)\n[ 0.695518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696616] EDD information not available.\n[ 0.767713] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769126] ata1.00: configured for MWDMA2\n[ 0.770301] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782729] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783937] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785164] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786996] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788504] Write protecting the kernel read-only data: 14336k\n[ 0.790043] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.144667] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.86s]\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-12-29 06:14:48,273 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-26179b67-3ad5-4193-8841-d4d34353110d 2018-12-29 06:14:48,274 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-12-29 06:14:48,274 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-12-29 06:14:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:14:48,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-d96ff680-4ba6-4978-9547-7bd1213e9f7d Date: Sat, 29 Dec 2018 06:14:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f11acb4-8468-4683-a049-8554456657ea","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["e6f734db-0d90-467d-ad7e-68cd3f2be88e"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:39Z","provider:segmentation_id":54,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:39Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5bd7846d-f034-4a90-bde4-398178f1cbc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["950f5699-478a-488d-bd65-46b0370b071a"],"description":"","tags":[],"updated_at":"2018-12-29T06:13:34Z","provider:segmentation_id":85,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:13:34Z","provider:network_type":"vxlan"}]} 2018-12-29 06:14:48,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d96ff680-4ba6-4978-9547-7bd1213e9f7d 2018-12-29 06:14:48,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"floatingip": {"floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}' 2018-12-29 06:14:50,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-27c37e76-87b0-4163-8827-9c434530a72f Date: Sat, 29 Dec 2018 06:14:50 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T06:14:49Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "468ac198-db69-4f37-8586-69ea2cb8be51", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:14:49Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}} 2018-12-29 06:14:50,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-27c37e76-87b0-4163-8827-9c434530a72f 2018-12-29 06:14:50,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" -d '{"addFloatingIp": {"address": "172.30.9.203"}}' 2018-12-29 06:14:52,415 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:14:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfe5106f-0485-4357-aae8-8933e4e92374 x-compute-request-id: req-bfe5106f-0485-4357-aae8-8933e4e92374 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-12-29 06:14:52,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-bfe5106f-0485-4357-aae8-8933e4e92374 2018-12-29 06:14:52,416 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-12-29 06:14:52,416 - sdnvpn-results - DEBUG - Ping IP 172.30.9.203 2018-12-29 06:14:52,416 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.203 -c 10' 2018-12-29 06:15:01,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" -d '{"forceDelete": null}' 2018-12-29 06:15:01,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0893b6a-4e45-41f9-989d-2ed45f96aa5e x-compute-request-id: req-e0893b6a-4e45-41f9-989d-2ed45f96aa5e Content-Length: 0 Content-Type: application/json 2018-12-29 06:15:01,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9/action used request id req-e0893b6a-4e45-41f9-989d-2ed45f96aa5e 2018-12-29 06:15:01,662 - sdnvpn_test_utils - DEBUG - Waiting for instance 5418bb11-5ab8-488e-98cd-d6fa71b858c9 to be deleted 2018-12-29 06:15:01,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" 2018-12-29 06:15:02,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97ec8406-fb52-41e9-8d5d-151c9e0e8d41 x-compute-request-id: req-97ec8406-fb52-41e9-8d5d-151c9e0e8d41 Content-Encoding: gzip Content-Length: 921 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:be:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:be:bc", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5418bb11-5ab8-488e-98cd-d6fa71b858c9", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-12-29T06:14:03.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5418bb11-5ab8-488e-98cd-d6fa71b858c9", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:15:01Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-12-29T06:13:58Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-12-29T06:13:50.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:13:51Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:15:02,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-97ec8406-fb52-41e9-8d5d-151c9e0e8d41 2018-12-29 06:15:04,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" 2018-12-29 06:15:06,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7785f031-9536-446a-b738-24b156983967 x-compute-request-id: req-7785f031-9536-446a-b738-24b156983967 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-12-29T06:13:50.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:13:51Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:15:06,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-7785f031-9536-446a-b738-24b156983967 2018-12-29 06:15:08,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" -d '{"forceDelete": null}' 2018-12-29 06:15:08,706 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:15:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-219e578b-ace3-45e7-9d16-d0589904550c x-compute-request-id: req-219e578b-ace3-45e7-9d16-d0589904550c Content-Length: 0 Content-Type: application/json 2018-12-29 06:15:08,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc/action used request id req-219e578b-ace3-45e7-9d16-d0589904550c 2018-12-29 06:15:08,707 - sdnvpn_test_utils - DEBUG - Waiting for instance ee7d5adb-b1a3-4492-ad6c-950f59b168bc to be deleted 2018-12-29 06:15:08,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" 2018-12-29 06:15:09,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:15:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc581d46-8aaa-48cd-aa4b-ddd71769a038 x-compute-request-id: req-cc581d46-8aaa-48cd-aa4b-ddd71769a038 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:7d:dc", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "rel": "bookmark"}], "image": {"id": "1926d7a0-f116-4f28-8b54-b3ef713c0594", "links": [{"href": "http://172.30.9.30:8774/images/1926d7a0-f116-4f28-8b54-b3ef713c0594", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-12-29T06:13:50.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "ee7d5adb-b1a3-4492-ad6c-950f59b168bc", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:15:08Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-12-29T06:13:46Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:15:09,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-cc581d46-8aaa-48cd-aa4b-ddd71769a038 2018-12-29 06:15:11,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76999c3cb1a72789e2abf1c2150043688afed302" 2018-12-29 06:15:12,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14c6cab4-ed08-4e3c-a8f4-1f7214f31437 x-compute-request-id: req-14c6cab4-ed08-4e3c-a8f4-1f7214f31437 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:15:12,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-14c6cab4-ed08-4e3c-a8f4-1f7214f31437 2018-12-29 06:15:14,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef21074a4beebc80e050569a2e59eb18a1a0ba8e" 2018-12-29 06:15:15,089 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89f633b3-3660-4b62-bd48-fc859e28301b Date: Sat, 29 Dec 2018 06:15:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:15:15,089 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1926d7a0-f116-4f28-8b54-b3ef713c0594 used request id req-89f633b3-3660-4b62-bd48-fc859e28301b 2018-12-29 06:15:15,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/468ac198-db69-4f37-8586-69ea2cb8be51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:15,731 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bc71996-dad7-4110-82b5-09131e913de0 Content-Length: 0 Date: Sat, 29 Dec 2018 06:15:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:15,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/468ac198-db69-4f37-8586-69ea2cb8be51 used request id req-0bc71996-dad7-4110-82b5-09131e913de0 2018-12-29 06:15:15,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnet_id": "950f5699-478a-488d-bd65-46b0370b071a"}' 2018-12-29 06:15:16,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ba5afa9-0f91-4017-852a-3978d8bc53c5 Date: Sat, 29 Dec 2018 06:15:16 GMT RESP BODY: {"network_id": "5bd7846d-f034-4a90-bde4-398178f1cbc1", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "950f5699-478a-488d-bd65-46b0370b071a", "subnet_ids": ["950f5699-478a-488d-bd65-46b0370b071a"], "port_id": "55c70128-850d-40f8-bcee-8ce3e6061c28", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80"} 2018-12-29 06:15:16,904 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/remove_router_interface used request id req-6ba5afa9-0f91-4017-852a-3978d8bc53c5 2018-12-29 06:15:16,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"subnet_id": "e6f734db-0d90-467d-ad7e-68cd3f2be88e"}' 2018-12-29 06:15:18,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b8760d03-7d8c-4724-8095-aba097bc71d8 Date: Sat, 29 Dec 2018 06:15:18 GMT RESP BODY: {"network_id": "3f11acb4-8468-4683-a049-8554456657ea", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "e6f734db-0d90-467d-ad7e-68cd3f2be88e", "subnet_ids": ["e6f734db-0d90-467d-ad7e-68cd3f2be88e"], "port_id": "2e573fda-49ff-47fb-a180-46ffea984bb0", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80"} 2018-12-29 06:15:18,130 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80/remove_router_interface used request id req-b8760d03-7d8c-4724-8095-aba097bc71d8 2018-12-29 06:15:18,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:15:19,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-8d97eed2-d5f3-49fc-a500-db0413d17f50 Date: Sat, 29 Dec 2018 06:15:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:15:18Z", "revision_number": 10, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "15cc88d2-9d9b-40bc-a127-6708935b8e80", "name": "sdnvpn-8-1-router"}} 2018-12-29 06:15:19,523 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 used request id req-8d97eed2-d5f3-49fc-a500-db0413d17f50 2018-12-29 06:15:19,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/950f5699-478a-488d-bd65-46b0370b071a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:21,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6abd9fc-fbac-45d7-8392-9437ae852fb1 Date: Sat, 29 Dec 2018 06:15:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:21,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/950f5699-478a-488d-bd65-46b0370b071a used request id req-c6abd9fc-fbac-45d7-8392-9437ae852fb1 2018-12-29 06:15:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/e6f734db-0d90-467d-ad7e-68cd3f2be88e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:23,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02c7a41e-841b-4d64-8e48-87d3a44a24d8 Date: Sat, 29 Dec 2018 06:15:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:23,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e6f734db-0d90-467d-ad7e-68cd3f2be88e used request id req-02c7a41e-841b-4d64-8e48-87d3a44a24d8 2018-12-29 06:15:23,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:24,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec7de722-d1ed-4852-8eda-a67fdf608225 Content-Length: 0 Date: Sat, 29 Dec 2018 06:15:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:24,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/15cc88d2-9d9b-40bc-a127-6708935b8e80 used request id req-ec7de722-d1ed-4852-8eda-a67fdf608225 2018-12-29 06:15:24,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/5bd7846d-f034-4a90-bde4-398178f1cbc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:25,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93aa45ee-f238-4fc1-922a-ec45f8487fbf Date: Sat, 29 Dec 2018 06:15:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:25,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5bd7846d-f034-4a90-bde4-398178f1cbc1 used request id req-93aa45ee-f238-4fc1-922a-ec45f8487fbf 2018-12-29 06:15:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/3f11acb4-8468-4683-a049-8554456657ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3092e48c1adf13d90e7111945dce74e5b374e1" 2018-12-29 06:15:25,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d18c328e-d728-4962-af50-019c0b8eaa39 Date: Sat, 29 Dec 2018 06:15:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:15:25,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/3f11acb4-8468-4683-a049-8554456657ea used request id req-d18c328e-d728-4962-af50-019c0b8eaa39 2018-12-29 06:15:25,941 - 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-12-29 06:15:25,941 - sdnvpn-results - INFO - All the subtests have passed. 2018-12-29 06:15:25,942 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-12-29 06:15:25,942 - 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-12-29 06:15:25,942 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-12-29 06:15:25,942 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-12-29 06:15:25,943 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-12-29 06:15:26,059 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-12-29 06:15:26,061 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0f9b10L 2018-12-29 06:15:26,062 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:26,080 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:26,081 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:26,084 - 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-12-29 06:15:26,084 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:26,084 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:26,085 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:26,085 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:26,085 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:26,090 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:26,091 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:26,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:15:26,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:26,130 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:26,156 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:26,158 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:26,348 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:26,348 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:26,387 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:26,387 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:26,397 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:31,229 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:31,231 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:31,233 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0f92d0L 2018-12-29 06:15:31,233 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:31,240 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:31,240 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:31,243 - 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-12-29 06:15:31,243 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:31,243 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:31,243 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:31,244 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:31,244 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:31,249 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:31,249 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:31,265 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:15:31,266 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:31,288 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:31,302 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:31,330 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:31,406 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:31,406 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:31,445 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:31,446 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:31,451 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:31,487 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:31,488 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:31,489 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:31,490 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:31,490 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:31,530 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:31,571 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:31,572 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:31,573 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:31,574 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:31,574 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:31,615 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:31,647 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:31,648 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:31,650 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a14ea10L 2018-12-29 06:15:31,651 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:31,657 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:31,657 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:31,660 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:15:31,661 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:31,661 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:31,661 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:31,661 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:31,661 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:31,666 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:31,666 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:31,682 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:15:31,683 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:31,705 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:31,718 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:31,747 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:31,818 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:31,818 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:31,857 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:31,858 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:31,868 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:31,907 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:31,908 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:31,909 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:31,910 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:31,910 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:31,951 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:31,988 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:31,990 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:31,990 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:31,991 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:31,992 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:32,032 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:32,065 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:32,067 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:32,069 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0d9750L 2018-12-29 06:15:32,070 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:32,074 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:32,074 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:32,077 - 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-12-29 06:15:32,077 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:32,077 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:32,077 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:32,077 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:32,077 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:32,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:32,082 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:32,085 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:15:32,086 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:32,122 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:32,133 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:32,150 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:32,210 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:32,211 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:32,250 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:32,251 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:32,255 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:32,287 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:32,288 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:32,289 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:32,290 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:32,290 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:32,331 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:32,367 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:32,369 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:32,369 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:32,371 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:32,371 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:32,411 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:32,441 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:32,442 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:32,444 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a413210L 2018-12-29 06:15:32,444 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:32,449 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:32,449 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:32,451 - 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-12-29 06:15:32,451 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:32,451 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:32,451 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:32,452 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:32,452 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:32,456 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:32,457 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:32,460 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:15:32,460 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:32,496 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:32,507 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:32,525 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:32,583 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:32,583 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:32,622 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:32,623 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:32,628 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:32,659 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:32,659 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:32,660 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:32,661 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:32,661 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:32,701 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:32,734 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:32,735 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:32,736 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:32,737 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:32,737 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:32,777 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:32,806 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:32,808 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:32,809 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a098b10L 2018-12-29 06:15:32,810 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:32,814 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:32,814 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:32,817 - 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-12-29 06:15:32,817 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:32,817 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:32,817 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:32,817 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:32,817 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:32,822 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:32,822 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:32,825 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:15:32,826 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:32,861 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:32,872 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:32,890 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:32,952 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:32,952 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:32,991 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:32,992 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:32,994 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:33,024 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:33,025 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:33,026 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:33,027 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:33,027 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:33,068 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:33,100 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:33,102 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:33,102 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:33,103 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:33,103 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:33,143 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:33,172 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:33,173 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:33,174 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:33,174 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:33,175 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:33,180 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:37,508 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:37,510 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:37,512 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0f9210L 2018-12-29 06:15:37,512 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:37,519 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:37,519 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:37,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-12-29 06:15:37,522 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:37,523 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:37,523 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:37,523 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:37,523 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:37,528 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:37,528 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:37,544 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:15:37,545 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:37,568 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:37,581 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:37,609 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:37,682 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:37,682 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:37,721 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:37,722 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:37,729 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:37,769 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:37,770 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:37,771 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:37,772 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:37,772 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:37,812 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:37,851 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:37,853 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:37,853 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:37,854 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:37,854 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:37,896 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:37,929 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:37,931 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:37,932 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a109ed0L 2018-12-29 06:15:37,933 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:37,938 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:37,938 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:37,941 - 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-12-29 06:15:37,941 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:37,941 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:37,942 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:37,942 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:37,942 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:37,946 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:37,947 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:37,949 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:15:37,949 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:37,987 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:38,000 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:38,013 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:38,098 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:38,098 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:38,137 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:38,138 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:38,149 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:38,186 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:38,187 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:38,188 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:38,189 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:38,189 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:38,230 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:38,267 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:38,269 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:38,269 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:38,270 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:38,270 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:38,311 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:38,343 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:38,344 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:38,346 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a186790L 2018-12-29 06:15:38,347 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:38,353 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:38,353 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:38,356 - 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-12-29 06:15:38,357 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:38,357 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:38,357 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:38,357 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:38,357 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:38,362 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:38,363 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:38,378 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:15:38,379 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:38,402 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:38,415 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:38,444 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:38,519 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:38,519 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:38,558 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:38,559 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:38,563 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:38,599 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:38,600 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:38,601 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:38,602 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:38,602 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:38,643 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:38,679 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:38,680 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:38,681 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:38,682 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:38,682 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:38,723 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:38,755 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:38,757 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:38,759 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a18b850L 2018-12-29 06:15:38,759 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:38,765 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:38,765 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:38,767 - 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-12-29 06:15:38,768 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:38,768 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:38,768 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:38,768 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:38,768 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:38,773 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:38,773 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:38,775 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:15:38,775 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:38,812 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:38,823 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:38,839 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:38,900 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:38,900 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:38,939 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:38,940 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:38,943 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:38,972 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:38,973 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:38,974 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:38,975 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:38,975 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:39,015 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:39,048 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:39,050 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:39,050 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:39,051 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:39,051 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:39,092 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:39,119 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:39,120 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:39,123 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a17e6d0L 2018-12-29 06:15:39,123 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:15:39,128 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:15:39,128 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:15:39,130 - 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-12-29 06:15:39,131 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:15:39,131 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:15:39,131 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:15:39,131 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:15:39,131 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:15:39,136 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:15:39,136 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:15:39,138 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:15:39,139 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:15:39,176 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:15:39,187 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:15:39,203 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:15:39,264 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:15:39,264 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:15:39,304 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:15:39,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:15:39,308 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:15:39,338 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:15:39,339 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:15:39,340 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:15:39,340 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:15:39,340 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:15:39,381 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:15:39,414 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:15:39,415 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:15:39,416 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:15:39,417 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:15:39,417 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:15:39,458 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:15:39,486 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:15:39,487 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:15:39,488 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:15:39,489 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:15:39,489 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:15:39,492 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:15:39,547 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:15:39,548 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:15:39,548 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:15:39,549 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:15:39,550 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:15:39,554 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:15:39,604 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:15:39,605 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:15:39,607 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:15:39,607 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:15:39,607 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:15:39,610 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:15:39,659 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:15:39,660 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:15:39,662 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:15:39,662 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:15:39,662 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:15:39,666 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:15:39,705 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:15:39,706 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:15:39,707 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:15:39,708 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:15:39,708 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:15:39,713 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:15:39,761 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:15:39,761 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-12-29 06:15:39,762 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:15:39,762 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-12-29 06:15:39,762 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-12-29 06:15:39,763 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:15:39,764 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:15:39,764 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:15:39,767 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:15:39,820 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:15:39,821 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-12-29 06:15:39,822 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:15:39,823 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:15:39,823 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:15:39,823 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:15:39,826 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:15:39,877 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:15:39,878 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-12-29 06:15:39,879 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:15:39,879 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:15:39,880 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:15:39,880 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:15:39,884 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:15:39,936 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:15:39,937 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-12-29 06:15:39,941 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:15:39,965 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:15:39,966 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:15:39,966 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:15:39,968 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:15:40,009 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:15:40,010 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:15:40,010 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:15:40,012 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:15:40,012 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:15:40,053 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:15:40,093 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:15:40,094 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:15:40,094 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:15:40,096 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:15:40,096 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:15:40,136 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:15:40,166 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-12-29 06:15:40,167 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-12-29 06:15:40,168 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-12-29 06:15:40,169 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-12-29 06:15:40,173 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-12-29 06:15:40,175 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:15:40,176 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:15:40,176 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:15:40,178 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:15:40,219 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:15:40,220 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:15:40,220 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:15:40,221 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:15:40,222 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:15:40,263 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:15:40,302 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:15:40,303 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:15:40,304 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:15:40,306 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:15:40,306 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:15:40,347 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:15:40,377 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-12-29 06:15:40,377 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-12-29 06:15:40,379 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-12-29 06:15:40,380 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-12-29 06:15:40,383 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-12-29 06:15:40,385 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:15:40,386 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:15:40,386 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:15:40,389 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:15:40,433 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:15:40,434 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:15:40,435 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:15:40,436 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:15:40,436 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:15:40,476 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:15:40,516 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:15:40,517 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:15:40,518 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:15:40,519 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:15:40,519 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:15:40,560 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:15:40,592 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-12-29 06:15:40,592 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-12-29 06:15:40,593 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-12-29 06:15:40,594 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-12-29 06:15:40,597 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-12-29 06:15:40,599 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-12-29 06:15:40,599 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:15:40,600 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:15:40,600 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:15:40,603 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:15:40,604 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:15:40,604 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-12-29 06:15:40,604 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-12-29 06:15:40,605 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-12-29 06:15:40,642 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:15:40,642 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.26 2018-12-29 06:15:40,643 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:15:40,644 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:15:40,645 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:15:40,645 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:15:40,685 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:15:44,519 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:15:44,520 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:15:44,521 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-12-29 06:15:44,561 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-12-29 06:15:44,561 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-12-29 06:15:44,587 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-12-29 06:15:45,264 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-12-29 06:15:45,265 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-12-29 06:15:50,269 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-12-29 06:15:50,270 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-12-29 06:15:50,271 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-12-29 06:15:50,271 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-12-29 06:15:50,273 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-12-29 06:15:50,327 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-12-29 06:15:50,327 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-12-29 06:15:50,328 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-12-29 06:15:50,328 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-12-29 06:16:00,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:00,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:00,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:00,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:00,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:00,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:00,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:00,279 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:00,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:00,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:00,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:00,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:00,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:00,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:00,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:00,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:00,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:00,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:00,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:00,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:00,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:00,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:00,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:00,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:00,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:00,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e1e611d-2c6c-494e-a5b4-4dbfe140683d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:00,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e1e611d-2c6c-494e-a5b4-4dbfe140683d 2018-12-29 06:16:00,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:00,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["SRBfJ2D3QRe5zDw2i-Kipg"], "issued_at": "2018-12-29T06:16:00.000000Z"}} 2018-12-29 06:16:00,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b15c10a630308869a0375bba42e8422d7a61a674" 2018-12-29 06:16:01,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06852064-0903-4865-acbc-d5cb7e38c248 x-compute-request-id: req-06852064-0903-4865-acbc-d5cb7e38c248 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 06:16:01,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-06852064-0903-4865-acbc-d5cb7e38c248 2018-12-29 06:16:01,041 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-12-29 06:16:01,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b15c10a630308869a0375bba42e8422d7a61a674" -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-12-29 06:16:01,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0a36def5-5f3e-4f52-882d-8ff9955860fa x-compute-request-id: req-0a36def5-5f3e-4f52-882d-8ff9955860fa Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:16:01,102 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0a36def5-5f3e-4f52-882d-8ff9955860fa 2018-12-29 06:16:01,103 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=df6df04a-eab7-46c6-9d51-e25dcdd4eaca created successfully. 2018-12-29 06:16:01,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:01,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54249bc-2e07-4834-a785-928a6eb4676c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:01,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d54249bc-2e07-4834-a785-928a6eb4676c 2018-12-29 06:16:01,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:01,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["S8z0aFVfQXOhEMUZ6jRDiA"], "issued_at": "2018-12-29T06:16:01.000000Z"}} 2018-12-29 06:16:01,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:01,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-6731d6ee-5396-4475-bc2d-aecab70a4520 Date: Sat, 29 Dec 2018 06:16:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:13:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 6, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:16:01,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-6731d6ee-5396-4475-bc2d-aecab70a4520 2018-12-29 06:16:01,810 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:16:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:02,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-a8cfff5c-1d8c-40bd-be4d-fb55a5660929 Date: Sat, 29 Dec 2018 06:16:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 80, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1096e301-ac42-490b-92bf-7d27b1411015"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "180817cf-0339-48e2-a93f-312784e32b6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "3f034444-b54e-4afb-849a-32bc71bad761"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "50d241e0-767c-4141-96fb-6f94bfd686c8"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b31a8efa-31d1-4c8f-b450-353a3281d771"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "c16cce20-3c7c-4f14-9076-b61e38580046"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "c993ff70-95f8-4996-90a6-d4418e9bc407"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "da6ee074-f260-4e1e-b765-fd1e511d5199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "fe5a0074-0f10-49a7-9740-3f446573b823"}]} 2018-12-29 06:16:02,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-a8cfff5c-1d8c-40bd-be4d-fb55a5660929 2018-12-29 06:16:02,007 - sdnvpn_test_utils - INFO - This rule exists for security group: b6652b14-981c-44e2-931c-ba58641f31fc 2018-12-29 06:16:02,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:02,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-ac99dfe1-d8cb-4cc4-b3be-4b73bbc8475b Date: Sat, 29 Dec 2018 06:16:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 80, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1096e301-ac42-490b-92bf-7d27b1411015"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "180817cf-0339-48e2-a93f-312784e32b6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "3f034444-b54e-4afb-849a-32bc71bad761"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "50d241e0-767c-4141-96fb-6f94bfd686c8"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b31a8efa-31d1-4c8f-b450-353a3281d771"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "c16cce20-3c7c-4f14-9076-b61e38580046"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "c993ff70-95f8-4996-90a6-d4418e9bc407"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "da6ee074-f260-4e1e-b765-fd1e511d5199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "fe5a0074-0f10-49a7-9740-3f446573b823"}]} 2018-12-29 06:16:02,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-ac99dfe1-d8cb-4cc4-b3be-4b73bbc8475b 2018-12-29 06:16:02,194 - sdnvpn_test_utils - INFO - This rule exists for security group: b6652b14-981c-44e2-931c-ba58641f31fc 2018-12-29 06:16:02,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:02,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-203e8e3b-150d-43d4-8f45-0e318840c1bc Date: Sat, 29 Dec 2018 06:16:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 80, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1096e301-ac42-490b-92bf-7d27b1411015"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "180817cf-0339-48e2-a93f-312784e32b6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "3f034444-b54e-4afb-849a-32bc71bad761"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "50d241e0-767c-4141-96fb-6f94bfd686c8"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:43Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b31a8efa-31d1-4c8f-b450-353a3281d771"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "c16cce20-3c7c-4f14-9076-b61e38580046"}, {"remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "c993ff70-95f8-4996-90a6-d4418e9bc407"}, {"remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529"}, {"remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "port_range_min": null, "revision_number": 0, "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "da6ee074-f260-4e1e-b765-fd1e511d5199"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": null, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170"}, {"remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "project_id": "", "id": "fe5a0074-0f10-49a7-9740-3f446573b823"}]} 2018-12-29 06:16:02,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-203e8e3b-150d-43d4-8f45-0e318840c1bc 2018-12-29 06:16:02,396 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-12-29 06:16:02,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:16:02,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-51201033-4313-4e51-a706-af67dacd330e Date: Sat, 29 Dec 2018 06:16:02 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-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "port_range_min": 179, "revision_number": 0, "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:02Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "419ead77-c6ac-4b27-b257-62b3baab3748"}} 2018-12-29 06:16:02,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-51201033-4313-4e51-a706-af67dacd330e 2018-12-29 06:16:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:03,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bea795e5-4737-4109-9ad9-e119d8d82def Date: Sat, 29 Dec 2018 06:16:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 06:16:03,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bea795e5-4737-4109-9ad9-e119d8d82def 2018-12-29 06:16:03,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:03,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-848778aa-1346-4be0-b02f-5241832e4b33 Date: Sat, 29 Dec 2018 06:16:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 06:16:03,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-848778aa-1346-4be0-b02f-5241832e4b33 2018-12-29 06:16:03,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:03,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d16afe23-a5e1-43de-9f75-481d572ae609 Date: Sat, 29 Dec 2018 06:16:03 GMT RESP BODY: {"routers": []} 2018-12-29 06:16:03,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-d16afe23-a5e1-43de-9f75-481d572ae609 2018-12-29 06:16:03,500 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-12-29 06:16:03,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-12-29 06:16:04,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-beaa71a4-7d1e-4141-bc82-e8bd01eadeb3 Date: Sat, 29 Dec 2018 06:16: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":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:16:03Z","is_default":false,"provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","mtu":1450}} 2018-12-29 06:16:04,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-beaa71a4-7d1e-4141-bc82-e8bd01eadeb3 2018-12-29 06:16:04,088 - sdnvpn.lib.openstack_utils - DEBUG - Network 'a4085478-38ed-4b35-a5b8-f17bead2ab35' created successfully 2018-12-29 06:16:04,088 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:16:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnets": [{"ip_version": 4, "network_id": "a4085478-38ed-4b35-a5b8-f17bead2ab35", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-12-29 06:16:04,671 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-96ae8125-0627-4fce-8fd3-fe4d4e159d09 Date: Sat, 29 Dec 2018 06:16:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:16:04Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"f3ac4e23-53e4-4592-857f-a5077f6bcdeb","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-12-29 06:16:04,672 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-96ae8125-0627-4fce-8fd3-fe4d4e159d09 2018-12-29 06:16:04,672 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f3ac4e23-53e4-4592-857f-a5077f6bcdeb' created successfully 2018-12-29 06:16:04,672 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:16:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-12-29 06:16:04,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-2e46233c-b1ce-4ed6-aa79-430bc00f7289 Date: Sat, 29 Dec 2018 06:16:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:16:04Z", "revision_number": 0, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b", "name": "sdnvpn-3-1-router"}} 2018-12-29 06:16:04,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-2e46233c-b1ce-4ed6-aa79-430bc00f7289 2018-12-29 06:16:04,821 - sdnvpn.lib.openstack_utils - DEBUG - Router '3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b' created successfully 2018-12-29 06:16:04,821 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:16:04,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnet_id": "f3ac4e23-53e4-4592-857f-a5077f6bcdeb"}' 2018-12-29 06:16:06,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e8d4e853-97e5-48f9-8498-36d31814f55d Date: Sat, 29 Dec 2018 06:16:06 GMT RESP BODY: {"network_id": "a4085478-38ed-4b35-a5b8-f17bead2ab35", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "f3ac4e23-53e4-4592-857f-a5077f6bcdeb", "subnet_ids": ["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"], "port_id": "7e332ae2-b447-4ae6-a541-bfbb4a5823b8", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b"} 2018-12-29 06:16:06,373 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b/add_router_interface used request id req-e8d4e853-97e5-48f9-8498-36d31814f55d 2018-12-29 06:16:06,374 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:16:06,374 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:16:06,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:06,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-aee32846-ee1b-49cb-90be-2d911247d8fe Date: Sat, 29 Dec 2018 06:16:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:04Z","provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:16:06,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-aee32846-ee1b-49cb-90be-2d911247d8fe 2018-12-29 06:16:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:16:07,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-88419ac7-a15d-4adc-88d7-80ea7ec0c117 Date: Sat, 29 Dec 2018 06:16:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:16:07Z", "revision_number": 3, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b", "name": "sdnvpn-3-1-router"}} 2018-12-29 06:16:07,727 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b used request id req-88419ac7-a15d-4adc-88d7-80ea7ec0c117 2018-12-29 06:16:07,728 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:16:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:07,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-60c81334-4e30-4d14-8605-749ef899dcd0 Date: Sat, 29 Dec 2018 06:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:04Z","provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:16:07,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-60c81334-4e30-4d14-8605-749ef899dcd0 2018-12-29 06:16:07,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:08,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-004cb1f0-38ea-4542-8553-c9e34289ccd8 Date: Sat, 29 Dec 2018 06:16:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:16:04Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"f3ac4e23-53e4-4592-857f-a5077f6bcdeb","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-12-29 06:16:08,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-004cb1f0-38ea-4542-8553-c9e34289ccd8 2018-12-29 06:16:08,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:08,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-2c7e76f1-a9ae-49bb-b44e-e51b1f142d8c Date: Sat, 29 Dec 2018 06:16:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:16:07Z", "revision_number": 3, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b", "name": "sdnvpn-3-1-router"}]} 2018-12-29 06:16:08,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-2c7e76f1-a9ae-49bb-b44e-e51b1f142d8c 2018-12-29 06:16:08,278 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-12-29 06:16:08,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-12-29 06:16:08,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-91a89d3d-1fc3-4e50-8880-1de13178004a Date: Sat, 29 Dec 2018 06:16:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"13c036c5-37fc-49d6-ac91-63c540d8f4dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:16:08Z","is_default":false,"provider:segmentation_id":74,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:08Z","mtu":1450}} 2018-12-29 06:16:08,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-91a89d3d-1fc3-4e50-8880-1de13178004a 2018-12-29 06:16:08,555 - sdnvpn.lib.openstack_utils - DEBUG - Network '13c036c5-37fc-49d6-ac91-63c540d8f4dc' created successfully 2018-12-29 06:16:08,555 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:16:08,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnets": [{"ip_version": 4, "network_id": "13c036c5-37fc-49d6-ac91-63c540d8f4dc", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-12-29 06:16:09,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4f9a18ca-962d-430e-8860-e270ae36d7a9 Date: Sat, 29 Dec 2018 06:16:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"13c036c5-37fc-49d6-ac91-63c540d8f4dc","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:16:08Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-12-29 06:16:09,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4f9a18ca-962d-430e-8860-e270ae36d7a9 2018-12-29 06:16:09,016 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5' created successfully 2018-12-29 06:16:09,016 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:16:09,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-12-29 06:16:09,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-0cd88355-0ace-4feb-8416-3a1953c50590 Date: Sat, 29 Dec 2018 06:16:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:16:09Z", "revision_number": 0, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "30a3bb43-72d8-4ec0-ba63-d58ae0fc2174", "name": "sdnvpn-3-2-quagga-router"}} 2018-12-29 06:16:09,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-0cd88355-0ace-4feb-8416-3a1953c50590 2018-12-29 06:16:09,343 - sdnvpn.lib.openstack_utils - DEBUG - Router '30a3bb43-72d8-4ec0-ba63-d58ae0fc2174' created successfully 2018-12-29 06:16:09,343 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:16:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnet_id": "9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"}' 2018-12-29 06:16:10,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a88eb3a-9c58-47bd-a65b-c3860e3144f3 Date: Sat, 29 Dec 2018 06:16:10 GMT RESP BODY: {"network_id": "13c036c5-37fc-49d6-ac91-63c540d8f4dc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5", "subnet_ids": ["9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"], "port_id": "a1c91573-9d74-48ba-8121-7c5c07d7f2d6", "id": "30a3bb43-72d8-4ec0-ba63-d58ae0fc2174"} 2018-12-29 06:16:10,944 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174/add_router_interface used request id req-8a88eb3a-9c58-47bd-a65b-c3860e3144f3 2018-12-29 06:16:10,945 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:16:10,945 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:16:10,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:11,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-3d7e037b-258e-4a39-bad5-b17980753033 Date: Sat, 29 Dec 2018 06:16:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"13c036c5-37fc-49d6-ac91-63c540d8f4dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:08Z","provider:segmentation_id":74,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:04Z","provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:16:11,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-3d7e037b-258e-4a39-bad5-b17980753033 2018-12-29 06:16:11,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:16:12,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-f1bf13db-4d7f-4746-b19d-ac87e6bca417 Date: Sat, 29 Dec 2018 06:16:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:16:12Z", "revision_number": 4, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "30a3bb43-72d8-4ec0-ba63-d58ae0fc2174", "name": "sdnvpn-3-2-quagga-router"}} 2018-12-29 06:16:12,987 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 used request id req-f1bf13db-4d7f-4746-b19d-ac87e6bca417 2018-12-29 06:16:12,987 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:16:12,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:12,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd09a064-ce5c-4526-88ed-0d9c042b805b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:12,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd09a064-ce5c-4526-88ed-0d9c042b805b 2018-12-29 06:16:12,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:13,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Me2ktC3ERgufJx2Cw1bXgw"], "issued_at": "2018-12-29T06:16:13.000000Z"}} 2018-12-29 06:16:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}792367fca56ef7bf44213a9b0f2333da8d8a4f09" 2018-12-29 06:16:13,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-7efc5b25-2c06-4140-84d1-f786dd792384 Date: Sat, 29 Dec 2018 06:16:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:16:13,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-7efc5b25-2c06-4140-84d1-f786dd792384 2018-12-29 06:16:13,534 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-12-29 06:16:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}792367fca56ef7bf44213a9b0f2333da8d8a4f09" 2018-12-29 06:16:13,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-303766d6-5007-4b2d-a2e1-b7a595537b25 Date: Sat, 29 Dec 2018 06:16: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-12-29 06:16:13,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-303766d6-5007-4b2d-a2e1-b7a595537b25 2018-12-29 06:16:13,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}792367fca56ef7bf44213a9b0f2333da8d8a4f09" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-12-29 06:16:13,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd X-Openstack-Request-Id: req-02c37eca-9349-4b14-b3ab-a78bfeccbdc0 Date: Sat, 29 Dec 2018 06:16:13 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:16:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:16:13Z", "visibility": "public", "locations": [], "self": "/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "min_disk": 0, "protected": false, "id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "file": "/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:16:13,924 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-02c37eca-9349-4b14-b3ab-a78bfeccbdc0 2018-12-29 06:16:13,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}792367fca56ef7bf44213a9b0f2333da8d8a4f09" -d '' 2018-12-29 06:16:25,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7b9e5b6-f6a8-4fd5-b259-1d315d77c373 Date: Sat, 29 Dec 2018 06:16:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:16:25,080 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd/file used request id req-b7b9e5b6-f6a8-4fd5-b259-1d315d77c373 2018-12-29 06:16:25,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:25,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-03e03bae-bc9d-421d-9299-276bc851102e Date: Sat, 29 Dec 2018 06:16:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"13c036c5-37fc-49d6-ac91-63c540d8f4dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:08Z","provider:segmentation_id":74,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:04Z","provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:16:25,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-03e03bae-bc9d-421d-9299-276bc851102e 2018-12-29 06:16:25,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"floatingip": {"floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}' 2018-12-29 06:16:26,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-be6fa0c0-f2bf-4bab-91f1-a91bf658349b Date: Sat, 29 Dec 2018 06:16:26 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T06:16:25Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": null, "id": "ad513dab-23f6-4631-ad37-30ff8f7e5ccb", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:25Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}} 2018-12-29 06:16:26,965 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-be6fa0c0-f2bf-4bab-91f1-a91bf658349b 2018-12-29 06:16:26,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:16:27,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-39df906d-9c57-4c71-8749-5b6d22f9e014 Date: Sat, 29 Dec 2018 06:16:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"13c036c5-37fc-49d6-ac91-63c540d8f4dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:08Z","provider:segmentation_id":74,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4085478-38ed-4b35-a5b8-f17bead2ab35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"],"description":"","tags":[],"updated_at":"2018-12-29T06:16:04Z","provider:segmentation_id":60,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:16:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:16:27,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-39df906d-9c57-4c71-8749-5b6d22f9e014 2018-12-29 06:16:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"floatingip": {"floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}' 2018-12-29 06:16:28,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-d28602fc-e51c-4586-852c-3ccc86ef2eba Date: Sat, 29 Dec 2018 06:16:28 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-12-29T06:16:27Z", "floating_network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "6dcca7d3-0570-4765-a031-1544ee0e6253", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:27Z", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}} 2018-12-29 06:16:28,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-d28602fc-e51c-4586-852c-3ccc86ef2eba 2018-12-29 06:16:28,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:28,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6011ac8c-07c4-460c-89f5-bfe4244d80ec Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:28,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6011ac8c-07c4-460c-89f5-bfe4244d80ec 2018-12-29 06:16:28,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:28,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["dhjXEXZ_S1eBtFV2r-slSw"], "issued_at": "2018-12-29T06:16:28.000000Z"}} 2018-12-29 06:16:28,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" 2018-12-29 06:16:29,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-3894e3cd-324e-4caf-80ec-fb564928b332 x-compute-request-id: req-3894e3cd-324e-4caf-80ec-fb564928b332 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:16:29,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-3894e3cd-324e-4caf-80ec-fb564928b332 2018-12-29 06:16:29,176 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:16:29,177 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:16:29,177 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:16:29,179 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:16:29,216 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:16:29,218 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:16:29,219 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:16:29,219 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:16:29,220 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:16:29,224 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:16:29,260 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:16:29,261 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:16:29,278 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-12-29 06:16:29,279 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=348c823e-b909-4e2a-aaf8-1853a14101bd network=13c036c5-37fc-49d6-ac91-63c540d8f4dc secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.26 OWN_IP=172.30.9.203 # 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-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:29,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:29,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:29,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:29,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:16:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:16:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:16:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:16:29,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:16:29,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:16:29,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:16:29,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:16:29,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:16:29,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:29,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ea3be4-a962-44f0-a226-f8d664c36b7b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:29,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9ea3be4-a962-44f0-a226-f8d664c36b7b 2018-12-29 06:16:29,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:29,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["4zo0TB81QGK2pH1ZRHKG6w"], "issued_at": "2018-12-29T06:16:29.000000Z"}} 2018-12-29 06:16:29,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" 2018-12-29 06:16:29,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-4a0b01a8-6e0d-467a-b873-0cb7365906f0 x-compute-request-id: req-4a0b01a8-6e0d-467a-b873-0cb7365906f0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:16:29,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4a0b01a8-6e0d-467a-b873-0cb7365906f0 2018-12-29 06:16:29,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" 2018-12-29 06:16:29,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-612de92d-2ba0-4504-a028-c46eeb32214e x-compute-request-id: req-612de92d-2ba0-4504-a028-c46eeb32214e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:16:29,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca used request id req-612de92d-2ba0-4504-a028-c46eeb32214e 2018-12-29 06:16:29,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "348c823e-b909-4e2a-aaf8-1853a14101bd", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjYKT1dOX0lQPTE3Mi4zMC45LjIwMwojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "13c036c5-37fc-49d6-ac91-63c540d8f4dc"}], "config_drive": true}}' 2018-12-29 06:16:31,774 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35fbf0ac-9bb3-4bb1-a267-b87c5d6885c3 x-compute-request-id: req-35fbf0ac-9bb3-4bb1-a267-b87c5d6885c3 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ea16638-04e1-477c-a245-e205145e9957", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "adminPass": "NU4keij2ApAD"}} 2018-12-29 06:16:31,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-35fbf0ac-9bb3-4bb1-a267-b87c5d6885c3 2018-12-29 06:16:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:16:31,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8075e8c8-cc9c-4c76-9bfb-ffed0504228a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:16:31,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8075e8c8-cc9c-4c76-9bfb-ffed0504228a 2018-12-29 06:16:31,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:16:32,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:16:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["XKZWtA-CQZSI-Js9oBKwPw"], "issued_at": "2018-12-29T06:16:32.000000Z"}} 2018-12-29 06:16:32,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:32,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a24ed18-2252-4813-9ba7-53d70edeb210 x-compute-request-id: req-0a24ed18-2252-4813-9ba7-53d70edeb210 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "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-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:32,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-0a24ed18-2252-4813-9ba7-53d70edeb210 2018-12-29 06:16:35,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:36,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:16:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48d8fe65-5932-4c98-a36f-867a7bea9121 x-compute-request-id: req-48d8fe65-5932-4c98-a36f-867a7bea9121 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.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:36,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-48d8fe65-5932-4c98-a36f-867a7bea9121 2018-12-29 06:16:39,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:40,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-ffb217de-81ba-4e2f-958f-60df90710e42 x-compute-request-id: req-ffb217de-81ba-4e2f-958f-60df90710e42 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:40,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-ffb217de-81ba-4e2f-958f-60df90710e42 2018-12-29 06:16:43,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:44,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-91b46d20-e958-4e60-b73c-8e41e128043b x-compute-request-id: req-91b46d20-e958-4e60-b73c-8e41e128043b Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:44,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-91b46d20-e958-4e60-b73c-8e41e128043b 2018-12-29 06:16:47,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:47,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-9943287b-4dbf-4168-b37a-0f5237b98a45 x-compute-request-id: req-9943287b-4dbf-4168-b37a-0f5237b98a45 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:47,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-9943287b-4dbf-4168-b37a-0f5237b98a45 2018-12-29 06:16:50,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:51,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-702bcb32-900a-4da7-a824-2c2409dc73ac x-compute-request-id: req-702bcb32-900a-4da7-a824-2c2409dc73ac Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:51,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-702bcb32-900a-4da7-a824-2c2409dc73ac 2018-12-29 06:16:54,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:54,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7f7831e0-fdcf-4a97-b093-9df98e7ddcda x-compute-request-id: req-7f7831e0-fdcf-4a97-b093-9df98e7ddcda Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:54,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-7f7831e0-fdcf-4a97-b093-9df98e7ddcda 2018-12-29 06:16:57,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:16:58,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-c0ee79e0-5ae6-4a10-bc32-08e6024cd8a6 x-compute-request-id: req-c0ee79e0-5ae6-4a10-bc32-08e6024cd8a6 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:16:58,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-c0ee79e0-5ae6-4a10-bc32-08e6024cd8a6 2018-12-29 06:17:01,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:02,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba593365-b84b-49b8-96b2-7378366341b1 x-compute-request-id: req-ba593365-b84b-49b8-96b2-7378366341b1 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:02,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-ba593365-b84b-49b8-96b2-7378366341b1 2018-12-29 06:17:05,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:06,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-62d7d96a-c6aa-4605-b787-343ac121d8e4 x-compute-request-id: req-62d7d96a-c6aa-4605-b787-343ac121d8e4 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:06,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-62d7d96a-c6aa-4605-b787-343ac121d8e4 2018-12-29 06:17:09,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:09,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed9f3d41-3a68-4276-a070-6b8df13bf757 x-compute-request-id: req-ed9f3d41-3a68-4276-a070-6b8df13bf757 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:09,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-ed9f3d41-3a68-4276-a070-6b8df13bf757 2018-12-29 06:17:12,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:13,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7686fca0-caa6-45ad-906a-a6ae2ee7003a x-compute-request-id: req-7686fca0-caa6-45ad-906a-a6ae2ee7003a Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:13,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-7686fca0-caa6-45ad-906a-a6ae2ee7003a 2018-12-29 06:17:16,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:17,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17: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-859fd7db-821f-4765-99ab-4c57c22a7633 x-compute-request-id: req-859fd7db-821f-4765-99ab-4c57c22a7633 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:17,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-859fd7db-821f-4765-99ab-4c57c22a7633 2018-12-29 06:17:20,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:21,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-675052f4-4543-4a6b-b374-7bcf41106722 x-compute-request-id: req-675052f4-4543-4a6b-b374-7bcf41106722 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:21,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-675052f4-4543-4a6b-b374-7bcf41106722 2018-12-29 06:17:24,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:24,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17: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-9c546c43-cad3-491a-bfc5-89de9472cdd3 x-compute-request-id: req-9c546c43-cad3-491a-bfc5-89de9472cdd3 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:24,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-9c546c43-cad3-491a-bfc5-89de9472cdd3 2018-12-29 06:17:27,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:28,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a775283e-c874-4410-9617-b85929562f4e x-compute-request-id: req-a775283e-c874-4410-9617-b85929562f4e Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:28,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-a775283e-c874-4410-9617-b85929562f4e 2018-12-29 06:17:31,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:31,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-3047d312-e028-4b1f-9779-52787cc4a5f5 x-compute-request-id: req-3047d312-e028-4b1f-9779-52787cc4a5f5 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:31,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-3047d312-e028-4b1f-9779-52787cc4a5f5 2018-12-29 06:17:34,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:35,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17: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-8080d29b-6082-4d9a-8dad-948c70dd9d4c x-compute-request-id: req-8080d29b-6082-4d9a-8dad-948c70dd9d4c Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:35,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-8080d29b-6082-4d9a-8dad-948c70dd9d4c 2018-12-29 06:17:38,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:39,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-55e70495-c268-4160-bb0e-feb388354bbc x-compute-request-id: req-55e70495-c268-4160-bb0e-feb388354bbc Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:39,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-55e70495-c268-4160-bb0e-feb388354bbc 2018-12-29 06:17:42,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:42,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19aad70e-4516-4e3d-acb1-55f2f0f1cc7f x-compute-request-id: req-19aad70e-4516-4e3d-acb1-55f2f0f1cc7f Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:42,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-19aad70e-4516-4e3d-acb1-55f2f0f1cc7f 2018-12-29 06:17:45,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:46,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17: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-447a4f1c-0d80-43d1-8092-8cdc7ad4bd00 x-compute-request-id: req-447a4f1c-0d80-43d1-8092-8cdc7ad4bd00 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:46,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-447a4f1c-0d80-43d1-8092-8cdc7ad4bd00 2018-12-29 06:17:49,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:49,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-926b0825-8378-467a-bbe6-ff96f3aa0e57 x-compute-request-id: req-926b0825-8378-467a-bbe6-ff96f3aa0e57 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:49,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-926b0825-8378-467a-bbe6-ff96f3aa0e57 2018-12-29 06:17:52,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:53,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-745ad354-6784-4b03-a133-cade0886f764 x-compute-request-id: req-745ad354-6784-4b03-a133-cade0886f764 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:53,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-745ad354-6784-4b03-a133-cade0886f764 2018-12-29 06:17:56,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:17:56,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-91c9b66b-8d09-4c9a-b572-f42c75cb66c3 x-compute-request-id: req-91c9b66b-8d09-4c9a-b572-f42c75cb66c3 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:17:56,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-91c9b66b-8d09-4c9a-b572-f42c75cb66c3 2018-12-29 06:17:59,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:00,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-1ebd1200-7120-4c4e-8563-3c236f638169 x-compute-request-id: req-1ebd1200-7120-4c4e-8563-3c236f638169 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:00,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-1ebd1200-7120-4c4e-8563-3c236f638169 2018-12-29 06:18:03,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:04,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:18:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e23f8ce-c84d-4adc-b203-016ca4e7747a x-compute-request-id: req-4e23f8ce-c84d-4adc-b203-016ca4e7747a Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:04,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-4e23f8ce-c84d-4adc-b203-016ca4e7747a 2018-12-29 06:18:07,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:07,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-c67e1130-cf16-43a7-92ba-68340a69b3aa x-compute-request-id: req-c67e1130-cf16-43a7-92ba-68340a69b3aa Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:07,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-c67e1130-cf16-43a7-92ba-68340a69b3aa 2018-12-29 06:18:10,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:11,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef561757-9163-4710-9756-9d1fcd337171 x-compute-request-id: req-ef561757-9163-4710-9756-9d1fcd337171 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:11,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-ef561757-9163-4710-9756-9d1fcd337171 2018-12-29 06:18:14,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:15,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-59f6010d-037e-49aa-b3bf-45345b6d6922 x-compute-request-id: req-59f6010d-037e-49aa-b3bf-45345b6d6922 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:15,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-59f6010d-037e-49aa-b3bf-45345b6d6922 2018-12-29 06:18:18,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:19,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:18:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a4b39b4-5c2c-4943-b9aa-25a241c39bac x-compute-request-id: req-1a4b39b4-5c2c-4943-b9aa-25a241c39bac Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:19,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-1a4b39b4-5c2c-4943-b9aa-25a241c39bac 2018-12-29 06:18:22,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:22,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-5ea24d99-fdc9-49b3-97d3-6a7c0c658e21 x-compute-request-id: req-5ea24d99-fdc9-49b3-97d3-6a7c0c658e21 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:22,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-5ea24d99-fdc9-49b3-97d3-6a7c0c658e21 2018-12-29 06:18:25,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:25,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-b2b573b4-80c5-46ee-a519-559caff0f130 x-compute-request-id: req-b2b573b4-80c5-46ee-a519-559caff0f130 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:25,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-b2b573b4-80c5-46ee-a519-559caff0f130 2018-12-29 06:18:28,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:29,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f3e54a2-dbf3-4ecc-a0a0-6f98fd37d59d x-compute-request-id: req-9f3e54a2-dbf3-4ecc-a0a0-6f98fd37d59d Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:29,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-9f3e54a2-dbf3-4ecc-a0a0-6f98fd37d59d 2018-12-29 06:18:32,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:32,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-ff9fb7b6-42a6-4a9f-967f-361097b4978f x-compute-request-id: req-ff9fb7b6-42a6-4a9f-967f-361097b4978f Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:32,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-ff9fb7b6-42a6-4a9f-967f-361097b4978f 2018-12-29 06:18:35,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:36,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7fe19a9e-a62b-4e5f-9255-2052d9c49a11 x-compute-request-id: req-7fe19a9e-a62b-4e5f-9255-2052d9c49a11 Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:36,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-7fe19a9e-a62b-4e5f-9255-2052d9c49a11 2018-12-29 06:18:39,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:39,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:18:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2e727b0-15d5-4ff1-993e-0ffcb8356dee x-compute-request-id: req-d2e727b0-15d5-4ff1-993e-0ffcb8356dee Content-Encoding: gzip Content-Length: 784 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:16:32Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:39,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-d2e727b0-15d5-4ff1-993e-0ffcb8356dee 2018-12-29 06:18:42,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f6231fce8619260a0f33b55a2f2cdd72ebec6b5" 2018-12-29 06:18:42,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-573ebb0d-4cb1-49ac-90de-f529692b5f4b x-compute-request-id: req-573ebb0d-4cb1-49ac-90de-f529692b5f4b 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-12-29T06:18:40.000000", "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:18:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:42,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-573ebb0d-4cb1-49ac-90de-f529692b5f4b 2018-12-29 06:18:42,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" 2018-12-29 06:18:43,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-3c7ba6f6-89ba-4644-bc1f-7d0a62dad951 x-compute-request-id: req-3c7ba6f6-89ba-4644-bc1f-7d0a62dad951 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:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-12-29T06:18:40.000000", "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:18:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:18:43,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957 used request id req-3c7ba6f6-89ba-4644-bc1f-7d0a62dad951 2018-12-29 06:18:43,161 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-12-29 06:18:43,161 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'b6652b14-981c-44e2-931c-ba58641f31fc'... 2018-12-29 06:18:43,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:18:44,473 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-c663ee46-1e86-4bd8-b98b-32bd1333af0f x-compute-request-id: req-c663ee46-1e86-4bd8-b98b-32bd1333af0f Content-Length: 0 Content-Type: application/json 2018-12-29 06:18:44,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-c663ee46-1e86-4bd8-b98b-32bd1333af0f 2018-12-29 06:18:44,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" -d '{"addFloatingIp": {"address": "172.30.9.211"}}' 2018-12-29 06:18:46,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:18:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-695598e4-7887-4cb9-83d3-f8e8e65b3021 x-compute-request-id: req-695598e4-7887-4cb9-83d3-f8e8e65b3021 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-12-29 06:18:46,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-695598e4-7887-4cb9-83d3-f8e8e65b3021 2018-12-29 06:18:46,372 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:18:46,373 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:18:46,373 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:18:46,375 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:18:46,543 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:18:46,544 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:18:46,545 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:18:46,546 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:18:46,546 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:18:46,587 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:18:46,681 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:18:46,682 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-12-29 06:18:46,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:18:46,688 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:18:47,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0144e3d7-5584-4107-9a97-f31e24853b66 x-compute-request-id: req-0144e3d7-5584-4107-9a97-f31e24853b66 Content-Encoding: gzip Content-Length: 10430 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n"} 2018-12-29 06:18:47,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-0144e3d7-5584-4107-9a97-f31e24853b66 2018-12-29 06:19:17,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:19:18,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-ab85e6ba-8070-4d79-82ea-8692f267bc0f x-compute-request-id: req-ab85e6ba-8070-4d79-82ea-8692f267bc0f Content-Encoding: gzip Content-Length: 13270 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.969593] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:18:45 +0000. Up 5.28 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[ 9.416616] cloud-init[1044]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:18:47 +0000. Up 7.07 seconds.\n[ 9.418404] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.424269] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.426063] cloud-init[1044]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.428101] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.432116] cloud-init[1044]: ci-info: | ens6 | False | . | . | . | 52:54:00:29:a4:6d |\n[ 9.436101] cloud-init[1044]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.440110] cloud-init[1044]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.444104] cloud-init[1044]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:7b:c1:be |\n[ 9.445858] cloud-init[1044]: ci-info: | ens3 | True | fe80::f816:3eff:fe7b:c1be/64 | . | link | fa:16:3e:7b:c1:be |\n[ 9.452122] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.453901] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.456101] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.460108] cloud-init[1044]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.464125] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.468099] cloud-init[1044]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.469739] cloud-init[1044]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.475047] cloud-init[1044]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 9.476863] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.482294] cloud-init[1044]: Generating public/private rsa key pair.\n[[0;32m OK [0m] [ 9.484106] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.485238] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.486371] cloud-init[1044]: The key fingerprint is:\n[ 9.487144] cloud-init[1044]: SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quaggaStarted Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 9.490717] cloud-init[1044]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nThe key's randomart image is:\n[ 9.495815] cloud-init[1044]: +---[RSA 2048]----+\n[ 9.496855] cloud-init[1044]: | .o. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 9.499819] cloud-init[1044]: |. . . . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.501914] cloud-init[1044]: |o . . + . |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 9.503859] cloud-init[1044]: |o+ o o o + o + . |\n[[0;32m OK [0m] Reached target Timers.\n[ 9.505736] cloud-init[1044]: |+ = o = S X o . +|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.507686] cloud-init[1044]: |+o + = = = o.=|\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.509905] cloud-init[1044]: |+E. o o . .o * |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.511923] cloud-init[1044]: |oo . .. + |\n[ 9.513208] cloud-init[1044]: |. o. .o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m[ 9.516636] cloud-init[1044]: +----[SHA256]-----+] Listening on Socket activation for snappy daemon.\n\n[ 9.520854] cloud-init[1044]: Generating public/private dsa key pair.\n[ 9.523507] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.527747] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.[ 9.532284] cloud-init[1044]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\n[ 9.536482] cloud-init[1044]: SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga\n[ 9.537810] cloud-init[1044]: The key's randomart image is:\n[ 9.539026] cloud-init[1044]: +---[DSA 1024]----+\n[ 9.539776] cloud-init\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[1044]: | |\n[ 9.543182] cloud-init[1044]: | o o . |\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.552262] cloud-init[1044]: | . = . o . |\n[ 9.561901] cloud-init[1044]: | o..= +.. |\n[ 9.567544] cloud-init[1044]: | o.o=.So++ . |\n[ 9.571360] cloud-init[1044]: | . +o +oo+.E . .|\n[ 9.577285] cloud-init[1044]: | . ooo..+.o. ..|\n[ 9.583551] cloud-init[1044]: | ..o...+*+.o..|\n[ 9.588204] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1044]: [[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[| o. oo+o..o.|[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 9.665058] cloud-init[1044]: +----[SHA256]-----+\n[ 9.680805] cloud-init[1044]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.711315] cloud-init[1044]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.737390] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.766761] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[1044]: The key fingerprint is: Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 9.789626] cloud-init[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[1044]: SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.846954] cloud-init[1044]: The key's randomart image is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 9.874450] cloud-init[1044]: +---[ECDSA 256]---+\n[ 9.881772] cloud-init[1044]: | ..ooo==|\n[ 9.882556] cloud-init[1044]: | . =..o++|\n[ 9.883331] cloud-init[1044]: | o . + . ..B|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.899660] cloud-init[1044]: | o o . o .+o|\n[ 9.907414] cloud-init[1044]: | oo . S . o..+|\n[ 9.912813] cloud-init[1044]: | Eo . ....+|\n[ 9.914034] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1044]: | o+oo oo.|\n[ 9.920059] cloud-init[1044]: | .=Bo. .o |\n[ 9.928076] cloud-init[1044]: | +++o. |\n[ 9.929093] cloud-init[1044]: +----[SHA256]-----+\n[ 9.932047] cloud-init[1044]: Generating public/private ed25519 key pair.\n[ 9.933270] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.940055] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.944053] cloud-init[1044]: The key fingerprint is:\n[ 9.945100] cloud-init[1044]: SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga\n[ 9.954278] cloud-init[1044]: The key's randomart image is:\n[ 9.955381] cloud-init[1044]: +--[ED25519 256]--+\n[ 9.957538] cloud-init[1044]: | +*++X+... |\n[ 9.960057] cloud-init[1044]: | .o..B +o.+.|\n[ 9.964207] cloud-init[1044]: | .o..o * .= o|\n[ 9.965388] cloud-init[1044]: | . .o+o o + . |\n[ 9.967464] cloud-init[1044]: | + .+So . . |\n[ 9.970250] cloud-init[1044]: | o .=.o. . |\n[ 9.972232] cloud-init[1044]: | E . o + . |\n[ 9.975045] cloud-init[1044]: | + .. |\n[ 9.977787] cloud-init[1044]: | .+o |\n[ 9.980720] cloud-init[1044]: +----[SHA256]-----+\n[ 10.200357] cloud-init[1142]: Generating locales (this might take a while)...\n[ 10.753376] cloud-init[1142]: en_US.UTF-8... done\n[ 10.755286] cloud-init[1142]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-12-29 06:19:18,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-ab85e6ba-8070-4d79-82ea-8692f267bc0f 2018-12-29 06:19:48,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:19:50,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-deb5f634-e118-4efe-a12c-5c2743e3b5e4 x-compute-request-id: req-deb5f634-e118-4efe-a12c-5c2743e3b5e4 Content-Encoding: gzip Content-Length: 13270 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.969593] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:18:45 +0000. Up 5.28 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[ 9.416616] cloud-init[1044]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:18:47 +0000. Up 7.07 seconds.\n[ 9.418404] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.424269] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.426063] cloud-init[1044]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.428101] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.432116] cloud-init[1044]: ci-info: | ens6 | False | . | . | . | 52:54:00:29:a4:6d |\n[ 9.436101] cloud-init[1044]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.440110] cloud-init[1044]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.444104] cloud-init[1044]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:7b:c1:be |\n[ 9.445858] cloud-init[1044]: ci-info: | ens3 | True | fe80::f816:3eff:fe7b:c1be/64 | . | link | fa:16:3e:7b:c1:be |\n[ 9.452122] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.453901] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.456101] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.460108] cloud-init[1044]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.464125] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.468099] cloud-init[1044]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.469739] cloud-init[1044]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.475047] cloud-init[1044]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 9.476863] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.482294] cloud-init[1044]: Generating public/private rsa key pair.\n[[0;32m OK [0m] [ 9.484106] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.485238] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.486371] cloud-init[1044]: The key fingerprint is:\n[ 9.487144] cloud-init[1044]: SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quaggaStarted Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 9.490717] cloud-init[1044]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nThe key's randomart image is:\n[ 9.495815] cloud-init[1044]: +---[RSA 2048]----+\n[ 9.496855] cloud-init[1044]: | .o. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 9.499819] cloud-init[1044]: |. . . . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.501914] cloud-init[1044]: |o . . + . |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 9.503859] cloud-init[1044]: |o+ o o o + o + . |\n[[0;32m OK [0m] Reached target Timers.\n[ 9.505736] cloud-init[1044]: |+ = o = S X o . +|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.507686] cloud-init[1044]: |+o + = = = o.=|\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.509905] cloud-init[1044]: |+E. o o . .o * |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.511923] cloud-init[1044]: |oo . .. + |\n[ 9.513208] cloud-init[1044]: |. o. .o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m[ 9.516636] cloud-init[1044]: +----[SHA256]-----+] Listening on Socket activation for snappy daemon.\n\n[ 9.520854] cloud-init[1044]: Generating public/private dsa key pair.\n[ 9.523507] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.527747] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.[ 9.532284] cloud-init[1044]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\n[ 9.536482] cloud-init[1044]: SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga\n[ 9.537810] cloud-init[1044]: The key's randomart image is:\n[ 9.539026] cloud-init[1044]: +---[DSA 1024]----+\n[ 9.539776] cloud-init\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[1044]: | |\n[ 9.543182] cloud-init[1044]: | o o . |\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.552262] cloud-init[1044]: | . = . o . |\n[ 9.561901] cloud-init[1044]: | o..= +.. |\n[ 9.567544] cloud-init[1044]: | o.o=.So++ . |\n[ 9.571360] cloud-init[1044]: | . +o +oo+.E . .|\n[ 9.577285] cloud-init[1044]: | . ooo..+.o. ..|\n[ 9.583551] cloud-init[1044]: | ..o...+*+.o..|\n[ 9.588204] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1044]: [[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[| o. oo+o..o.|[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 9.665058] cloud-init[1044]: +----[SHA256]-----+\n[ 9.680805] cloud-init[1044]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.711315] cloud-init[1044]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.737390] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.766761] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[1044]: The key fingerprint is: Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 9.789626] cloud-init[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[1044]: SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.846954] cloud-init[1044]: The key's randomart image is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 9.874450] cloud-init[1044]: +---[ECDSA 256]---+\n[ 9.881772] cloud-init[1044]: | ..ooo==|\n[ 9.882556] cloud-init[1044]: | . =..o++|\n[ 9.883331] cloud-init[1044]: | o . + . ..B|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.899660] cloud-init[1044]: | o o . o .+o|\n[ 9.907414] cloud-init[1044]: | oo . S . o..+|\n[ 9.912813] cloud-init[1044]: | Eo . ....+|\n[ 9.914034] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1044]: | o+oo oo.|\n[ 9.920059] cloud-init[1044]: | .=Bo. .o |\n[ 9.928076] cloud-init[1044]: | +++o. |\n[ 9.929093] cloud-init[1044]: +----[SHA256]-----+\n[ 9.932047] cloud-init[1044]: Generating public/private ed25519 key pair.\n[ 9.933270] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.940055] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.944053] cloud-init[1044]: The key fingerprint is:\n[ 9.945100] cloud-init[1044]: SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga\n[ 9.954278] cloud-init[1044]: The key's randomart image is:\n[ 9.955381] cloud-init[1044]: +--[ED25519 256]--+\n[ 9.957538] cloud-init[1044]: | +*++X+... |\n[ 9.960057] cloud-init[1044]: | .o..B +o.+.|\n[ 9.964207] cloud-init[1044]: | .o..o * .= o|\n[ 9.965388] cloud-init[1044]: | . .o+o o + . |\n[ 9.967464] cloud-init[1044]: | + .+So . . |\n[ 9.970250] cloud-init[1044]: | o .=.o. . |\n[ 9.972232] cloud-init[1044]: | E . o + . |\n[ 9.975045] cloud-init[1044]: | + .. |\n[ 9.977787] cloud-init[1044]: | .+o |\n[ 9.980720] cloud-init[1044]: +----[SHA256]-----+\n[ 10.200357] cloud-init[1142]: Generating locales (this might take a while)...\n[ 10.753376] cloud-init[1142]: en_US.UTF-8... done\n[ 10.755286] cloud-init[1142]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-12-29 06:19:50,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-deb5f634-e118-4efe-a12c-5c2743e3b5e4 2018-12-29 06:20:20,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:20:21,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-5567eb00-e22c-48b0-bcc6-860c507f6324 x-compute-request-id: req-5567eb00-e22c-48b0-bcc6-860c507f6324 Content-Encoding: gzip Content-Length: 13270 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.969593] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:18:45 +0000. Up 5.28 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[ 9.416616] cloud-init[1044]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:18:47 +0000. Up 7.07 seconds.\n[ 9.418404] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.424269] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.426063] cloud-init[1044]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.428101] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.432116] cloud-init[1044]: ci-info: | ens6 | False | . | . | . | 52:54:00:29:a4:6d |\n[ 9.436101] cloud-init[1044]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.440110] cloud-init[1044]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.444104] cloud-init[1044]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:7b:c1:be |\n[ 9.445858] cloud-init[1044]: ci-info: | ens3 | True | fe80::f816:3eff:fe7b:c1be/64 | . | link | fa:16:3e:7b:c1:be |\n[ 9.452122] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.453901] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.456101] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.460108] cloud-init[1044]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.464125] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.468099] cloud-init[1044]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.469739] cloud-init[1044]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.475047] cloud-init[1044]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 9.476863] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.482294] cloud-init[1044]: Generating public/private rsa key pair.\n[[0;32m OK [0m] [ 9.484106] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.485238] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.486371] cloud-init[1044]: The key fingerprint is:\n[ 9.487144] cloud-init[1044]: SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quaggaStarted Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 9.490717] cloud-init[1044]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nThe key's randomart image is:\n[ 9.495815] cloud-init[1044]: +---[RSA 2048]----+\n[ 9.496855] cloud-init[1044]: | .o. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 9.499819] cloud-init[1044]: |. . . . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.501914] cloud-init[1044]: |o . . + . |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 9.503859] cloud-init[1044]: |o+ o o o + o + . |\n[[0;32m OK [0m] Reached target Timers.\n[ 9.505736] cloud-init[1044]: |+ = o = S X o . +|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.507686] cloud-init[1044]: |+o + = = = o.=|\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.509905] cloud-init[1044]: |+E. o o . .o * |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.511923] cloud-init[1044]: |oo . .. + |\n[ 9.513208] cloud-init[1044]: |. o. .o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m[ 9.516636] cloud-init[1044]: +----[SHA256]-----+] Listening on Socket activation for snappy daemon.\n\n[ 9.520854] cloud-init[1044]: Generating public/private dsa key pair.\n[ 9.523507] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.527747] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.[ 9.532284] cloud-init[1044]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\n[ 9.536482] cloud-init[1044]: SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga\n[ 9.537810] cloud-init[1044]: The key's randomart image is:\n[ 9.539026] cloud-init[1044]: +---[DSA 1024]----+\n[ 9.539776] cloud-init\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[1044]: | |\n[ 9.543182] cloud-init[1044]: | o o . |\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.552262] cloud-init[1044]: | . = . o . |\n[ 9.561901] cloud-init[1044]: | o..= +.. |\n[ 9.567544] cloud-init[1044]: | o.o=.So++ . |\n[ 9.571360] cloud-init[1044]: | . +o +oo+.E . .|\n[ 9.577285] cloud-init[1044]: | . ooo..+.o. ..|\n[ 9.583551] cloud-init[1044]: | ..o...+*+.o..|\n[ 9.588204] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1044]: [[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[| o. oo+o..o.|[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 9.665058] cloud-init[1044]: +----[SHA256]-----+\n[ 9.680805] cloud-init[1044]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.711315] cloud-init[1044]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.737390] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.766761] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[1044]: The key fingerprint is: Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 9.789626] cloud-init[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[1044]: SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.846954] cloud-init[1044]: The key's randomart image is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 9.874450] cloud-init[1044]: +---[ECDSA 256]---+\n[ 9.881772] cloud-init[1044]: | ..ooo==|\n[ 9.882556] cloud-init[1044]: | . =..o++|\n[ 9.883331] cloud-init[1044]: | o . + . ..B|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.899660] cloud-init[1044]: | o o . o .+o|\n[ 9.907414] cloud-init[1044]: | oo . S . o..+|\n[ 9.912813] cloud-init[1044]: | Eo . ....+|\n[ 9.914034] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1044]: | o+oo oo.|\n[ 9.920059] cloud-init[1044]: | .=Bo. .o |\n[ 9.928076] cloud-init[1044]: | +++o. |\n[ 9.929093] cloud-init[1044]: +----[SHA256]-----+\n[ 9.932047] cloud-init[1044]: Generating public/private ed25519 key pair.\n[ 9.933270] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.940055] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.944053] cloud-init[1044]: The key fingerprint is:\n[ 9.945100] cloud-init[1044]: SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga\n[ 9.954278] cloud-init[1044]: The key's randomart image is:\n[ 9.955381] cloud-init[1044]: +--[ED25519 256]--+\n[ 9.957538] cloud-init[1044]: | +*++X+... |\n[ 9.960057] cloud-init[1044]: | .o..B +o.+.|\n[ 9.964207] cloud-init[1044]: | .o..o * .= o|\n[ 9.965388] cloud-init[1044]: | . .o+o o + . |\n[ 9.967464] cloud-init[1044]: | + .+So . . |\n[ 9.970250] cloud-init[1044]: | o .=.o. . |\n[ 9.972232] cloud-init[1044]: | E . o + . |\n[ 9.975045] cloud-init[1044]: | + .. |\n[ 9.977787] cloud-init[1044]: | .+o |\n[ 9.980720] cloud-init[1044]: +----[SHA256]-----+\n[ 10.200357] cloud-init[1142]: Generating locales (this might take a while)...\n[ 10.753376] cloud-init[1142]: en_US.UTF-8... done\n[ 10.755286] cloud-init[1142]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-12-29 06:20:21,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-5567eb00-e22c-48b0-bcc6-860c507f6324 2018-12-29 06:20:51,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:20:52,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-79ee38d5-b5c1-470b-b29a-b1d738f4932a x-compute-request-id: req-79ee38d5-b5c1-470b-b29a-b1d738f4932a Content-Encoding: gzip Content-Length: 13270 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.969593] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:18:45 +0000. Up 5.28 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[ 9.416616] cloud-init[1044]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:18:47 +0000. Up 7.07 seconds.\n[ 9.418404] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.424269] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.426063] cloud-init[1044]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.428101] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.432116] cloud-init[1044]: ci-info: | ens6 | False | . | . | . | 52:54:00:29:a4:6d |\n[ 9.436101] cloud-init[1044]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.440110] cloud-init[1044]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.444104] cloud-init[1044]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:7b:c1:be |\n[ 9.445858] cloud-init[1044]: ci-info: | ens3 | True | fe80::f816:3eff:fe7b:c1be/64 | . | link | fa:16:3e:7b:c1:be |\n[ 9.452122] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.453901] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.456101] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.460108] cloud-init[1044]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.464125] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.468099] cloud-init[1044]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.469739] cloud-init[1044]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.475047] cloud-init[1044]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 9.476863] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.482294] cloud-init[1044]: Generating public/private rsa key pair.\n[[0;32m OK [0m] [ 9.484106] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.485238] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.486371] cloud-init[1044]: The key fingerprint is:\n[ 9.487144] cloud-init[1044]: SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quaggaStarted Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 9.490717] cloud-init[1044]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nThe key's randomart image is:\n[ 9.495815] cloud-init[1044]: +---[RSA 2048]----+\n[ 9.496855] cloud-init[1044]: | .o. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 9.499819] cloud-init[1044]: |. . . . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.501914] cloud-init[1044]: |o . . + . |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 9.503859] cloud-init[1044]: |o+ o o o + o + . |\n[[0;32m OK [0m] Reached target Timers.\n[ 9.505736] cloud-init[1044]: |+ = o = S X o . +|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.507686] cloud-init[1044]: |+o + = = = o.=|\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.509905] cloud-init[1044]: |+E. o o . .o * |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.511923] cloud-init[1044]: |oo . .. + |\n[ 9.513208] cloud-init[1044]: |. o. .o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m[ 9.516636] cloud-init[1044]: +----[SHA256]-----+] Listening on Socket activation for snappy daemon.\n\n[ 9.520854] cloud-init[1044]: Generating public/private dsa key pair.\n[ 9.523507] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.527747] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.[ 9.532284] cloud-init[1044]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\n[ 9.536482] cloud-init[1044]: SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga\n[ 9.537810] cloud-init[1044]: The key's randomart image is:\n[ 9.539026] cloud-init[1044]: +---[DSA 1024]----+\n[ 9.539776] cloud-init\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[1044]: | |\n[ 9.543182] cloud-init[1044]: | o o . |\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.552262] cloud-init[1044]: | . = . o . |\n[ 9.561901] cloud-init[1044]: | o..= +.. |\n[ 9.567544] cloud-init[1044]: | o.o=.So++ . |\n[ 9.571360] cloud-init[1044]: | . +o +oo+.E . .|\n[ 9.577285] cloud-init[1044]: | . ooo..+.o. ..|\n[ 9.583551] cloud-init[1044]: | ..o...+*+.o..|\n[ 9.588204] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1044]: [[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[| o. oo+o..o.|[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 9.665058] cloud-init[1044]: +----[SHA256]-----+\n[ 9.680805] cloud-init[1044]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.711315] cloud-init[1044]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.737390] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.766761] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[1044]: The key fingerprint is: Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 9.789626] cloud-init[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[1044]: SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.846954] cloud-init[1044]: The key's randomart image is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 9.874450] cloud-init[1044]: +---[ECDSA 256]---+\n[ 9.881772] cloud-init[1044]: | ..ooo==|\n[ 9.882556] cloud-init[1044]: | . =..o++|\n[ 9.883331] cloud-init[1044]: | o . + . ..B|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.899660] cloud-init[1044]: | o o . o .+o|\n[ 9.907414] cloud-init[1044]: | oo . S . o..+|\n[ 9.912813] cloud-init[1044]: | Eo . ....+|\n[ 9.914034] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1044]: | o+oo oo.|\n[ 9.920059] cloud-init[1044]: | .=Bo. .o |\n[ 9.928076] cloud-init[1044]: | +++o. |\n[ 9.929093] cloud-init[1044]: +----[SHA256]-----+\n[ 9.932047] cloud-init[1044]: Generating public/private ed25519 key pair.\n[ 9.933270] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.940055] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.944053] cloud-init[1044]: The key fingerprint is:\n[ 9.945100] cloud-init[1044]: SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga\n[ 9.954278] cloud-init[1044]: The key's randomart image is:\n[ 9.955381] cloud-init[1044]: +--[ED25519 256]--+\n[ 9.957538] cloud-init[1044]: | +*++X+... |\n[ 9.960057] cloud-init[1044]: | .o..B +o.+.|\n[ 9.964207] cloud-init[1044]: | .o..o * .= o|\n[ 9.965388] cloud-init[1044]: | . .o+o o + . |\n[ 9.967464] cloud-init[1044]: | + .+So . . |\n[ 9.970250] cloud-init[1044]: | o .=.o. . |\n[ 9.972232] cloud-init[1044]: | E . o + . |\n[ 9.975045] cloud-init[1044]: | + .. |\n[ 9.977787] cloud-init[1044]: | .+o |\n[ 9.980720] cloud-init[1044]: +----[SHA256]-----+\n[ 10.200357] cloud-init[1142]: Generating locales (this might take a while)...\n[ 10.753376] cloud-init[1142]: en_US.UTF-8... done\n[ 10.755286] cloud-init[1142]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-12-29 06:20:52,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-79ee38d5-b5c1-470b-b29a-b1d738f4932a 2018-12-29 06:21:22,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bd5caec7685224874636898172a2ba66b82d797" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:21:23,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-8150fbd2-c1f2-4194-aa45-bc10c051dc86 x-compute-request-id: req-8150fbd2-c1f2-4194-aa45-bc10c051dc86 Content-Encoding: gzip Content-Length: 14918 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 603417167 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132481] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134142] pid_max: default: 32768 minimum: 301\n[ 0.135039] ACPI: Core revision 20150930\n[ 0.136415] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137727] Security Framework initialized\n[ 0.138540] Yama: becoming mindful.\n[ 0.139272] AppArmor: AppArmor initialized\n[ 0.140156] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141561] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143221] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144449] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145835] Initializing cgroup subsys io\n[ 0.146653] Initializing cgroup subsys memory\n[ 0.147510] Initializing cgroup subsys devices\n[ 0.148392] Initializing cgroup subsys freezer\n[ 0.149269] Initializing cgroup subsys net_cls\n[ 0.150140] Initializing cgroup subsys perf_event\n[ 0.151049] Initializing cgroup subsys net_prio\n[ 0.151945] Initializing cgroup subsys hugetlb\n[ 0.152820] Initializing cgroup subsys pids\n[ 0.153700] CPU: Physical Processor ID: 0\n[ 0.155210] mce: CPU supports 10 MCE banks\n[ 0.156068] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169061] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175486] ftrace: allocating 32123 entries in 126 pages\n[ 0.202304] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203523] smpboot: Max logical packages: 1\n[ 0.204522] x2apic enabled\n[ 0.205336] Switched APIC routing to physical x2apic.\n[ 0.207087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208213] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212020] KVM setup paravirtual spinlock\n[ 0.213303] x86: Booted up 1 node, 1 CPUs\n[ 0.214116] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215506] devtmpfs: initialized\n[ 0.217969] evm: security.selinux\n[ 0.218735] evm: security.SMACK64\n[ 0.219431] evm: security.SMACK64EXEC\n[ 0.220185] evm: security.SMACK64TRANSMUTE\n[ 0.221008] evm: security.SMACK64MMAP\n[ 0.221764] evm: security.ima\n[ 0.222404] evm: security.capability\n[ 0.223221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225106] pinctrl core: initialized pinctrl subsystem\n[ 0.226211] RTC time: 6:18:40, date: 12/29/18\n[ 0.227159] NET: Registered protocol family 16\n[ 0.228143] cpuidle: using governor ladder\n[ 0.228967] cpuidle: using governor menu\n[ 0.229764] PCCT header not found.\n[ 0.230519] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232585] PCI: Using configuration type 1 for base access\n[ 0.234748] ACPI: Added _OSI(Module Device)\n[ 0.235593] ACPI: Added _OSI(Processor Device)\n[ 0.236461] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237361] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239485] ACPI: Interpreter enabled\n[ 0.240258] ACPI: (supports S0 S5)\n[ 0.240965] ACPI: Using IOAPIC for interrupt routing\n[ 0.241912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246132] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250934] acpiphp: Slot [3] registered\n[ 0.251730] acpiphp: Slot [4] registered\n[ 0.252518] acpiphp: Slot [5] registered\n[ 0.253315] acpiphp: Slot [6] registered\n[ 0.254123] acpiphp: Slot [7] registered\n[ 0.254913] acpiphp: Slot [8] registered\n[ 0.255706] acpiphp: Slot [9] registered\n[ 0.256495] acpiphp: Slot [10] registered\n[ 0.257297] acpiphp: Slot [11] registered\n[ 0.258104] acpiphp: Slot [12] registered\n[ 0.258909] acpiphp: Slot [13] registered\n[ 0.259714] acpiphp: Slot [14] registered\n[ 0.270482] acpiphp: Slot [15] registered\n[ 0.271298] acpiphp: Slot [16] registered\n[ 0.272109] acpiphp: Slot [17] registered\n[ 0.272921] acpiphp: Slot [18] registered\n[ 0.273731] acpiphp: Slot [19] registered\n[ 0.274543] acpiphp: Slot [20] registered\n[ 0.275351] acpiphp: Slot [21] registered\n[ 0.276165] acpiphp: Slot [22] registered\n[ 0.276975] acpiphp: Slot [23] registered\n[ 0.277784] acpiphp: Slot [24] registered\n[ 0.278598] acpiphp: Slot [25] registered\n[ 0.279407] acpiphp: Slot [26] registered\n[ 0.280217] acpiphp: Slot [27] registered\n[ 0.281030] acpiphp: Slot [28] registered\n[ 0.281842] acpiphp: Slot [29] registered\n[ 0.282655] acpiphp: Slot [30] registered\n[ 0.283459] acpiphp: Slot [31] registered\n[ 0.284264] PCI host bridge to bus 0000:00\n[ 0.285077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286288] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288939] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296750] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299190] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308973] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361394] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363837] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365090] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366251] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367302] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368843] vgaarb: loaded\n[ 0.369445] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370603] SCSI subsystem initialized\n[ 0.371411] ACPI: bus type USB registered\n[ 0.372223] usbcore: registered new interface driver usbfs\n[ 0.373249] usbcore: registered new interface driver hub\n[ 0.374254] usbcore: registered new device driver usb\n[ 0.375299] PCI: Using ACPI for IRQ routing\n[ 0.376323] NetLabel: Initializing\n[ 0.377033] NetLabel: domain hash size = 128\n[ 0.377874] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378828] NetLabel: unlabeled traffic allowed by default\n[ 0.379912] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380875] clocksource: Switched to clocksource kvm-clock\n[ 0.386426] AppArmor: AppArmor Filesystem Enabled\n[ 0.387426] pnp: PnP ACPI init\n[ 0.388327] pnp: PnP ACPI: found 5 devices\n[ 0.394403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396141] NET: Registered protocol family 2\n[ 0.397090] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398357] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399518] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400675] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401747] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402905] NET: Registered protocol family 1\n[ 0.403759] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419847] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433981] Trying to unpack rootfs image as initramfs...\n[ 1.744230] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.761091] Scanning for low memory corruption every 60 seconds\n[ 1.762421] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.763569] audit: initializing netlink subsys (disabled)\n[ 1.764580] audit: type=2000 audit(1546064322.797:1): initialized\n[ 1.765883] Initialise system trusted keyring\n[ 1.766815] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.767962] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.769930] zbud: loaded\n[ 1.770633] VFS: Disk quotas dquot_6.6.0\n[ 1.771439] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.772817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.774039] fuse init (API version 7.23)\n[ 1.774913] Key type big_key registered\n[ 1.775698] Allocating IMA MOK and blacklist keyrings.\n[ 1.776787] Key type asymmetric registered\n[ 1.777611] Asymmetric key parser 'x509' registered\n[ 1.778555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.779993] io scheduler noop registered\n[ 1.780776] io scheduler deadline registered (default)\n[ 1.781757] io scheduler cfq registered\n[ 1.782584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.783609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.784844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.786287] ACPI: Power Button [PWRF]\n[ 1.787127] GHES: HEST is not enabled!\n[ 1.800998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.840786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.852153] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.876203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.878280] Linux agpgart interface v0.103\n[ 1.880281] brd: module loaded\n[ 1.881525] loop: module loaded\n[ 1.883035] vda: vda1\n[ 1.884372] scsi host0: ata_piix\n[ 1.885109] scsi host1: ata_piix\n[ 1.885810] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.887002] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.888418] libphy: Fixed MDIO Bus: probed\n[ 1.889244] tun: Universal TUN/TAP device driver, 1.6\n[ 1.890193] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.892283] PPP generic driver version 2.4.2\n[ 1.893174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.894465] ehci-pci: EHCI PCI platform driver\n[ 1.895332] ehci-platform: EHCI generic platform driver\n[ 1.896305] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.897434] ohci-pci: OHCI PCI platform driver\n[ 1.898303] ohci-platform: OHCI generic platform driver\n[ 1.899281] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.913795] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.914772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.916204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.917211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.918323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.919532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.920945] usb usb1: Product: UHCI Host Controller\n[ 1.921867] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.922992] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.924009] hub 1-0:1.0: USB hub found\n[ 1.924780] hub 1-0:1.0: 2 ports detected\n[ 1.925683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.927791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.928737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.929761] mousedev: PS/2 mouse device common for all mice\n[ 1.931005] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.932831] rtc_cmos 00:00: RTC can wake from S4\n[ 1.933925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.935102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.936273] i2c /dev entries driver\n[ 1.937037] device-mapper: uevent: version 1.0.3\n[ 1.937969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.939578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.940829] NET: Registered protocol family 10\n[ 1.941837] NET: Registered protocol family 17\n[ 1.942721] Key type dns_resolver registered\n[ 1.943645] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.944739] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.946482] registered taskstats version 1\n[ 1.947308] Loading compiled-in X.509 certificates\n[ 1.948735] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.950574] zswap: loaded using pool lzo/zbud\n[ 1.952373] Key type trusted registered\n[ 1.954630] Key type encrypted registered\n[ 1.955441] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.956465] ima: No TPM chip found, activating TPM-bypass!\n[ 1.957512] evm: HMAC attrs: 0x1\n[ 1.958433] Magic number: 14:123:318\n[ 1.959214] tty tty43: hash matches\n[ 1.960010] rtc_cmos 00:00: setting system clock to 2018-12-29 06:18:42 UTC (1546064322)\n[ 1.961628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.962725] EDD information not available.\n[ 2.041431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.042864] ata1.00: configured for MWDMA2\n[ 2.044051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.046347] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.057684] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.058942] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.060794] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.062335] Write protecting the kernel read-only data: 14336k\n[ 2.063886] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.065608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.074704] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.076473] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.078487] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.080363] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082200] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084009] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085884] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087649] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089962] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091738] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.119157] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133700] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.135473] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.153228] AVX2 version of gcm_enc/dec engaged.\n[ 2.154175] AES CTR mode by8 optimization enabled\n[ 2.161182] FDC 0 is a S82078B\n[ 2.236910] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.402038] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.403302] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.404581] usb 1-1: Product: QEMU USB Tablet\n[ 2.405439] usb 1-1: Manufacturer: QEMU\n[ 2.406211] usb 1-1: SerialNumber: 42\n[ 2.413583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.420346] usbcore: registered new interface driver usbhid\n[ 2.421432] usbhid: USB HID core driver\n[ 2.423253] 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.425494] 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.756942] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.758138] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.390918] md: linear personality registered for level -1\n[ 3.393587] md: multipath personality registered for level -4\n[ 3.396229] md: raid0 personality registered for level 0\n[ 3.399203] md: raid1 personality registered for level 1\n[ 3.468883] raid6: sse2x1 gen() 11705 MB/s\n[ 3.536879] raid6: sse2x1 xor() 8861 MB/s\n[ 3.604879] raid6: sse2x2 gen() 14522 MB/s\n[ 3.672880] raid6: sse2x2 xor() 9848 MB/s\n[ 3.740880] raid6: sse2x4 gen() 16833 MB/s\n[ 3.808882] raid6: sse2x4 xor() 11560 MB/s\n[ 3.876878] raid6: avx2x1 gen() 22455 MB/s\n[ 3.944879] raid6: avx2x2 gen() 26413 MB/s\n[ 4.012878] raid6: avx2x4 gen() 29612 MB/s\n[ 4.013742] raid6: using algorithm avx2x4 gen() 29612 MB/s\n[ 4.014779] raid6: using avx2x2 recovery algorithm\n[ 4.018448] xor: automatically using best checksumming function:\n[ 4.056876] avx : 35653.000 MB/sec\n[ 4.058700] async_tx: api initialized (async)\n[ 4.066338] md: raid6 personality registered for level 6\n[ 4.067401] md: raid5 personality registered for level 5\n[ 4.068411] md: raid4 personality registered for level 4\n[ 4.072716] 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.096751] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.122475] 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.209921] 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.213142] systemd[1]: Detected virtualization kvm.\n[ 4.214089] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.218050] systemd[1]: Set hostname to .\n[ 4.221798] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.222922] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.343888] 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.346760] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.349258] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.351168] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.353287] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.355012] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357061] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.359055] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.362535] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.364664] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.367094] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372071] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.378271] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 4.380795] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.387528] systemd[1]: Mounting Huge Pages File System...\n[ 4.389386] iscsi: registered transport (tcp)\n Mounting Huge Pages File System...\n[ 4.392453] 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.399051] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.403730] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.407827] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.410931] systemd[1]: Reached target Encrypted Volumes.\n[ 4.411988] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.416015] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.425207] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.428149] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.433471] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.441215] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.443380] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.447279] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] [ 4.450131] iscsi: registered transport (iser)\nListening on LVM2 metadata daemon socket.\n[ 4.452691] 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.457926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.462656] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.470434] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.475251] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.477243] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.481208] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.483763] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.969593] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:18:45 +0000. Up 5.28 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[ 9.416616] cloud-init[1044]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:18:47 +0000. Up 7.07 seconds.\n[ 9.418404] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.424269] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.426063] cloud-init[1044]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.428101] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.432116] cloud-init[1044]: ci-info: | ens6 | False | . | . | . | 52:54:00:29:a4:6d |\n[ 9.436101] cloud-init[1044]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.440110] cloud-init[1044]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.444104] cloud-init[1044]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:7b:c1:be |\n[ 9.445858] cloud-init[1044]: ci-info: | ens3 | True | fe80::f816:3eff:fe7b:c1be/64 | . | link | fa:16:3e:7b:c1:be |\n[ 9.452122] cloud-init[1044]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 9.453901] cloud-init[1044]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.456101] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.460108] cloud-init[1044]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.464125] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.468099] cloud-init[1044]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 9.469739] cloud-init[1044]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.475047] cloud-init[1044]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 9.476863] cloud-init[1044]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.482294] cloud-init[1044]: Generating public/private rsa key pair.\n[[0;32m OK [0m] [ 9.484106] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.485238] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.486371] cloud-init[1044]: The key fingerprint is:\n[ 9.487144] cloud-init[1044]: SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quaggaStarted Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[ 9.490717] cloud-init[1044]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nThe key's randomart image is:\n[ 9.495815] cloud-init[1044]: +---[RSA 2048]----+\n[ 9.496855] cloud-init[1044]: | .o. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 9.499819] cloud-init[1044]: |. . . . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.501914] cloud-init[1044]: |o . . + . |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 9.503859] cloud-init[1044]: |o+ o o o + o + . |\n[[0;32m OK [0m] Reached target Timers.\n[ 9.505736] cloud-init[1044]: |+ = o = S X o . +|\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.507686] cloud-init[1044]: |+o + = = = o.=|\n Starting iSCSI initiator daemon (iscsid)...\n[ 9.509905] cloud-init[1044]: |+E. o o . .o * |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.511923] cloud-init[1044]: |oo . .. + |\n[ 9.513208] cloud-init[1044]: |. o. .o |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m[ 9.516636] cloud-init[1044]: +----[SHA256]-----+] Listening on Socket activation for snappy daemon.\n\n[ 9.520854] cloud-init[1044]: Generating public/private dsa key pair.\n[ 9.523507] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.527747] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.[ 9.532284] cloud-init[1044]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\n[ 9.536482] cloud-init[1044]: SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga\n[ 9.537810] cloud-init[1044]: The key's randomart image is:\n[ 9.539026] cloud-init[1044]: +---[DSA 1024]----+\n[ 9.539776] cloud-init\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...\n[1044]: | |\n[ 9.543182] cloud-init[1044]: | o o . |\n Starting Accounts Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.552262] cloud-init[1044]: | . = . o . |\n[ 9.561901] cloud-init[1044]: | o..= +.. |\n[ 9.567544] cloud-init[1044]: | o.o=.So++ . |\n[ 9.571360] cloud-init[1044]: | . +o +oo+.E . .|\n[ 9.577285] cloud-init[1044]: | . ooo..+.o. ..|\n[ 9.583551] cloud-init[1044]: | ..o...+*+.o..|\n[ 9.588204] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1044]: [[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[| o. oo+o..o.|[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 9.665058] cloud-init[1044]: +----[SHA256]-----+\n[ 9.680805] cloud-init[1044]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.711315] cloud-init[1044]: [[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.737390] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.766761] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[1044]: The key fingerprint is: Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 9.789626] cloud-init[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[1044]: SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.846954] cloud-init[1044]: The key's randomart image is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 9.874450] cloud-init[1044]: +---[ECDSA 256]---+\n[ 9.881772] cloud-init[1044]: | ..ooo==|\n[ 9.882556] cloud-init[1044]: | . =..o++|\n[ 9.883331] cloud-init[1044]: | o . + . ..B|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.899660] cloud-init[1044]: | o o . o .+o|\n[ 9.907414] cloud-init[1044]: | oo . S . o..+|\n[ 9.912813] cloud-init[1044]: | Eo . ....+|\n[ 9.914034] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1044]: | o+oo oo.|\n[ 9.920059] cloud-init[1044]: | .=Bo. .o |\n[ 9.928076] cloud-init[1044]: | +++o. |\n[ 9.929093] cloud-init[1044]: +----[SHA256]-----+\n[ 9.932047] cloud-init[1044]: Generating public/private ed25519 key pair.\n[ 9.933270] cloud-init[1044]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.940055] cloud-init[1044]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.944053] cloud-init[1044]: The key fingerprint is:\n[ 9.945100] cloud-init[1044]: SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga\n[ 9.954278] cloud-init[1044]: The key's randomart image is:\n[ 9.955381] cloud-init[1044]: +--[ED25519 256]--+\n[ 9.957538] cloud-init[1044]: | +*++X+... |\n[ 9.960057] cloud-init[1044]: | .o..B +o.+.|\n[ 9.964207] cloud-init[1044]: | .o..o * .= o|\n[ 9.965388] cloud-init[1044]: | . .o+o o + . |\n[ 9.967464] cloud-init[1044]: | + .+So . . |\n[ 9.970250] cloud-init[1044]: | o .=.o. . |\n[ 9.972232] cloud-init[1044]: | E . o + . |\n[ 9.975045] cloud-init[1044]: | + .. |\n[ 9.977787] cloud-init[1044]: | .+o |\n[ 9.980720] cloud-init[1044]: +----[SHA256]-----+\n[ 10.200357] cloud-init[1142]: Generating locales (this might take a while)...\n[ 10.753376] cloud-init[1142]: en_US.UTF-8... done\n[ 10.755286] cloud-init[1142]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 131.165491] cloud-init[1142]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 29 Dec 2018 06:18:50 +0000. Up 10.14 seconds.\n[ 131.453754] cloud-init[1409]: + chpasswd\n[ 131.456131] cloud-init[1409]: + echo ubuntu:opnfv\n[ 131.509756] cloud-init[1409]: + sleep 20\n[ 151.511652] cloud-init[1409]: + NEIGHBOR_IP=172.30.9.26\n[ 151.512875] cloud-init[1409]: + OWN_IP=172.30.9.203\n[ 151.513773] cloud-init[1409]: + EXT_NET_MASK=24\n[ 151.515830] cloud-init[1409]: ++ awk '{print $2}'\n[ 151.516832] cloud-init[1409]: ++ getent hosts\n[ 151.519751] cloud-init[1409]: ++ awk '{print $1}'\n[ 151.521392] cloud-init[1409]: ++ cat /etc/hostname\n[ 151.524073] cloud-init[1409]: + [[ localhost\n[ 151.524926] cloud-init[1409]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 151.528029] cloud-init[1409]: + tee -a /etc/hosts\n[ 151.529543] cloud-init[1409]: ++ awk '{print $1}'\n[ 151.531844] cloud-init[1409]: ++ cat /etc/hostname\n[ 151.533209] cloud-init[1409]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 151.535478] cloud-init[1409]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 151.536794] cloud-init[1409]: + quagga_int=\n[ 151.538485] cloud-init[1409]: ++ awk 'NR>2{print $1}'\n[ 151.541333] cloud-init[1409]: ++ netstat -ia\n[ 151.542182] cloud-init[1409]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 151.545306] cloud-init[1409]: ++ grep ens3\n[ 151.546515] cloud-init[1409]: ++ ifconfig\n[ 151.547392] cloud-init[1409]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:7b:c1:be ' ']'\n[ 151.559978] cloud-init[1409]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 151.564028] cloud-init[1409]: ++ grep ens6\n[ 151.564867] cloud-init[1409]: ++ ifconfig\n[ 151.567330] cloud-init[1409]: + '[' -z '' ']'\n[ 151.568733] cloud-init[1409]: + quagga_int=ens6\n[ 151.569575] cloud-init[1409]: + break\n[ 151.572024] cloud-init[1409]: + '[' -z ens6 ']'\n[ 151.572907] cloud-init[1409]: + ip link set ens6 up\n[ 151.575543] cloud-init[1409]: + ip addr add 172.30.9.203/24 dev ens6\n[ 151.577099] cloud-init[1409]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 151.578722] cloud-init[1409]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 151.589484] cloud-init[1409]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 151.592048] cloud-init[1409]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 151.594972] cloud-init[1409]: + touch /var/log/bgpd.log\n[ 151.595931] cloud-init[1409]: + chown quagga:quagga /var/log/bgpd.log\n[ 151.598379] cloud-init[1409]: + chown quagga:quagga /etc/quagga/daemons\n[ 151.601313] cloud-init[1409]: + cat\n[ 151.602088] cloud-init[1409]: + touch /etc/quagga/zebra.conf\n[ 151.603226] cloud-init[1409]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 151.605233] cloud-init[1409]: + cat\n[ 151.605977] cloud-init[1409]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 151.607291] cloud-init[1409]: + service quagga restart\n[ 151.630715] cloud-init[1409]: + pgrep bgpd\n[ 151.635164] cloud-init[1409]: 1503\n[ 151.637924] cloud-init[1409]: + pgrep zebra\n[ 151.638750] cloud-init[1409]: 1499\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Dec 29 06:21:12 ec2: \n<14>Dec 29 06:21:12 ec2: #############################################################\n<14>Dec 29 06:21:12 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Dec 29 06:21:12 ec2: 1024 SHA256:taBtEq1u0HfsJ+0KKtD5BkRi5/fmd9OfRK8Iay3E3PA root@sdnvpn-3-2-quagga (DSA)\n<14>Dec 29 06:21:12 ec2: 256 SHA256:tZHd3e4y1Gs1YnVRGVL8WYhkoqK1oh/SspzPL5KHTJk root@sdnvpn-3-2-quagga (ECDSA)\n<14>Dec 29 06:21:12 ec2: 256 SHA256:8vf6VgCA7cLb0Ut08kkY9cPdGAlY2AAlRu5aLwcwyuY root@sdnvpn-3-2-quagga (ED25519)\n<14>Dec 29 06:21:12 ec2: 2048 SHA256:7ZXxbZvSeLXKEiQl75jwDShLmxsgpxpqL8A3A0WgCus root@sdnvpn-3-2-quagga (RSA)\n<14>Dec 29 06:21:12 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Dec 29 06:21:12 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOgCqv0lrn0w8ffwtZqTaTXGEw//yY6G8r2784qLZNrvUXlIVyVayCC7AWM4ehgknIBswYh7GDSUbW2oxGZi+4A= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJnvxTAzG69HdGA5NIZFloS5EbsV4d9k+mgG0Wil5GbY root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqaXnwrqeF3XW7Gfs1Kjp5LrM1L5RDLe1uEx/9PoiOw2JcjcKFGs8HQ23GccOYiTxGIek30l75psZJ1gW7ZhCFy3QjnZOOCr6nE02bX2L+0+pvKa2n3wrl2MO4ZiInyqfHufErxbA8cwHDWV0FGtKWg1UO6EbgiBOdkY7ahOB6xhitl8y4UrcWNddfzWo7Z5/3kNlOG1QY7jCpu0Zz97VVvTnVqQN2G3ydfPkh63fxJnPtEyrk1T/f40pxR5tY7LlqasAJqifHXS9exkNvwxYNdHZuH2rTVYzul4UCZZ6dGk5ZH5ovXODPoPfF5m7TqE4DUqISw49CpsL3EKoLZi8f root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 151.676308] cloud-init[1409]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 29 Dec 2018 06:20:52 +0000. Up 131.38 seconds.\n[ 151.677923] cloud-init[1409]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 151.679204] cloud-init[1409]: Cloud-init v. 0.7.9 finished at Sat, 29 Dec 2018 06:21:12 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 151.67 seconds\n"} 2018-12-29 06:21:23,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-8150fbd2-c1f2-4194-aa45-bc10c051dc86 2018-12-29 06:21:23,349 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-12-29 06:21:23,350 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-12-29 06:21:23,351 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-12-29 06:21:23,351 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-12-29 06:21:23,353 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-12-29 06:21:24,037 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-12-29 06:21:24,038 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.203 --use-source-ip 172.30.9.26: client: JAVA_HOME not set; results may vary  2018-12-29 06:21:24,039 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-12-29 06:21:24,040 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-12-29 06:21:24,041 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-12-29 06:21:24,041 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-12-29 06:21:24,081 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-12-29 06:21:24,756 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-12-29 06:21:24,757 - 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.203, 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:01, 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.26 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread:off Write thread: off  2018-12-29 06:21:24,757 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-12-29 06:21:24,757 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-12-29 06:21:24,757 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-12-29 06:21:25,759 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-12-29 06:21:25,760 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-12-29 06:21:25,760 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-12-29 06:21:25,763 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-12-29 06:21:26,433 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-12-29 06:21:26,434 - 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.203, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.203 BGP state = Established, up for 00:00:01 Last read00:00:01, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family VPN-IPv4 Unicast: advertised and received Graceful Restart Capabilty: advertised and received Remote Restart timer is 120 seconds Address families by peer: none Graceful restart informations: End-of-RIB send: End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 0 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 3 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.26 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.26, Local port: 40442 Foreign host: 172.30.9.203, Foreign port: 179 Nexthop: 172.30.9.26 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-12-29 06:21:26,435 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-12-29 06:21:26,435 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-12-29 06:21:26,435 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2018-12-29 06:21:27,437 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-12-29 06:21:27,437 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:21:27,438 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:21:27,438 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:21:27,441 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:21:27,506 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-12-29 06:21:27,507 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:21:27,508 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:21:27,509 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:21:27,509 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:21:27,550 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:21:27,669 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:21:27,670 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:21:27,671 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:21:27,672 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:21:27,672 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:21:27,713 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:21:27,861 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:21:27,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" 2018-12-29 06:21:27,866 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:21:28,068 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01208d97-e80e-4ad6-aea4-b3c53fd28409 x-compute-request-id: req-01208d97-e80e-4ad6-aea4-b3c53fd28409 Content-Length: 0 Content-Type: application/json 2018-12-29 06:21:28,069 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca used request id req-01208d97-e80e-4ad6-aea4-b3c53fd28409 2018-12-29 06:21:28,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" -d '{"forceDelete": null}' 2018-12-29 06:21:28,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-c698b0b7-bca4-4571-ac56-c51846d86e36 x-compute-request-id: req-c698b0b7-bca4-4571-ac56-c51846d86e36 Content-Length: 0 Content-Type: application/json 2018-12-29 06:21:28,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957/action used request id req-c698b0b7-bca4-4571-ac56-c51846d86e36 2018-12-29 06:21:28,224 - sdnvpn_test_utils - DEBUG - Waiting for instance to be deleted 2018-12-29 06:21:28,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f40cede90d3f04a3d056ffb585de20c50c1938" 2018-12-29 06:21:29,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-eac545b1-9fbd-4f8a-b2eb-1a8c5ca0079a x-compute-request-id: req-eac545b1-9fbd-4f8a-b2eb-1a8c5ca0079a Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:c1:be", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:c1:be", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3ea16638-04e1-477c-a245-e205145e9957", "rel": "bookmark"}], "image": {"id": "348c823e-b909-4e2a-aaf8-1853a14101bd", "links": [{"href": "http://172.30.9.30:8774/images/348c823e-b909-4e2a-aaf8-1853a14101bd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-12-29T06:18:40.000000", "flavor": {"id": "df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "links": [{"href": "http://172.30.9.30:8774/flavors/df6df04a-eab7-46c6-9d51-e25dcdd4eaca", "rel": "bookmark"}]}, "id": "3ea16638-04e1-477c-a245-e205145e9957", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:21:28Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2018-12-29T06:16:31Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:21:29,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-eac545b1-9fbd-4f8a-b2eb-1a8c5ca0079a 2018-12-29 06:21:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}792367fca56ef7bf44213a9b0f2333da8d8a4f09" 2018-12-29 06:21:32,732 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98eba48d-cd7c-4e93-9b68-082c9c8e1b96 Date: Sat, 29 Dec 2018 06:21:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:21:32,732 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/348c823e-b909-4e2a-aaf8-1853a14101bd used request id req-98eba48d-cd7c-4e93-9b68-082c9c8e1b96 2018-12-29 06:21:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/ad513dab-23f6-4631-ad37-30ff8f7e5ccb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:33,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09fd2828-0a95-401c-beb8-c9f5bfee3051 Content-Length: 0 Date: Sat, 29 Dec 2018 06:21:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:33,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/ad513dab-23f6-4631-ad37-30ff8f7e5ccb used request id req-09fd2828-0a95-401c-beb8-c9f5bfee3051 2018-12-29 06:21:33,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/6dcca7d3-0570-4765-a031-1544ee0e6253 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:34,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bd67229-2639-48a3-920c-1e5f182d6fc9 Content-Length: 0 Date: Sat, 29 Dec 2018 06:21:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:34,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/6dcca7d3-0570-4765-a031-1544ee0e6253 used request id req-9bd67229-2639-48a3-920c-1e5f182d6fc9 2018-12-29 06:21:34,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnet_id": "f3ac4e23-53e4-4592-857f-a5077f6bcdeb"}' 2018-12-29 06:21:35,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5387a747-03be-4961-b112-c9a8f3b1ff86 Date: Sat, 29 Dec 2018 06:21:35 GMT RESP BODY: {"network_id": "a4085478-38ed-4b35-a5b8-f17bead2ab35", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "f3ac4e23-53e4-4592-857f-a5077f6bcdeb", "subnet_ids": ["f3ac4e23-53e4-4592-857f-a5077f6bcdeb"], "port_id": "7e332ae2-b447-4ae6-a541-bfbb4a5823b8", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b"} 2018-12-29 06:21:35,294 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b/remove_router_interface used request id req-5387a747-03be-4961-b112-c9a8f3b1ff86 2018-12-29 06:21:35,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"subnet_id": "9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"}' 2018-12-29 06:21:36,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1f527c0-e61e-4af8-a96a-cefaf5a9ac21 Date: Sat, 29 Dec 2018 06:21:36 GMT RESP BODY: {"network_id": "13c036c5-37fc-49d6-ac91-63c540d8f4dc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5", "subnet_ids": ["9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5"], "port_id": "a1c91573-9d74-48ba-8121-7c5c07d7f2d6", "id": "30a3bb43-72d8-4ec0-ba63-d58ae0fc2174"} 2018-12-29 06:21:36,548 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174/remove_router_interface used request id req-e1f527c0-e61e-4af8-a96a-cefaf5a9ac21 2018-12-29 06:21:36,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:21:37,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-a62cb5f9-28ac-4b28-bc5a-399b35b69555 Date: Sat, 29 Dec 2018 06:21:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:21:37Z", "revision_number": 7, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b", "name": "sdnvpn-3-1-router"}} 2018-12-29 06:21:37,534 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b used request id req-a62cb5f9-28ac-4b28-bc5a-399b35b69555 2018-12-29 06:21:37,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:21:38,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-0587d9d4-0d4a-428c-a1eb-0939007f2d68 Date: Sat, 29 Dec 2018 06:21:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:16:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:21:38Z", "revision_number": 8, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "30a3bb43-72d8-4ec0-ba63-d58ae0fc2174", "name": "sdnvpn-3-2-quagga-router"}} 2018-12-29 06:21:38,531 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 used request id req-0587d9d4-0d4a-428c-a1eb-0939007f2d68 2018-12-29 06:21:38,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/f3ac4e23-53e4-4592-857f-a5077f6bcdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:40,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3bda0ad-141c-4d80-b241-a0e0f3242254 Date: Sat, 29 Dec 2018 06:21:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:40,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f3ac4e23-53e4-4592-857f-a5077f6bcdeb used request id req-a3bda0ad-141c-4d80-b241-a0e0f3242254 2018-12-29 06:21:40,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:42,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b12fa1c-686d-49ea-b1d8-94bff8398c86 Date: Sat, 29 Dec 2018 06:21:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:42,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/9310e46a-b3a9-4213-8fdd-fbb1d6d5dda5 used request id req-7b12fa1c-686d-49ea-b1d8-94bff8398c86 2018-12-29 06:21:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:43,564 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-561e0dda-d297-4f98-8fcd-6734c2f7b6eb Content-Length: 0 Date: Sat, 29 Dec 2018 06:21:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:43,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3bef5db5-3e19-4a8d-9c2a-0f85e1f95c2b used request id req-561e0dda-d297-4f98-8fcd-6734c2f7b6eb 2018-12-29 06:21:43,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:43,882 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7969881-d769-4570-98aa-60f75c7e28f1 Content-Length: 0 Date: Sat, 29 Dec 2018 06:21:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:43,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/30a3bb43-72d8-4ec0-ba63-d58ae0fc2174 used request id req-e7969881-d769-4570-98aa-60f75c7e28f1 2018-12-29 06:21:43,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/a4085478-38ed-4b35-a5b8-f17bead2ab35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:44,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b30e010-e8c6-4c2a-846a-a2f4bc5b75ca Date: Sat, 29 Dec 2018 06:21:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:44,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a4085478-38ed-4b35-a5b8-f17bead2ab35 used request id req-0b30e010-e8c6-4c2a-846a-a2f4bc5b75ca 2018-12-29 06:21:44,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/13c036c5-37fc-49d6-ac91-63c540d8f4dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6446a39b332db9f842c3f414b2d5c2a84544a654" 2018-12-29 06:21:45,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b55502cf-dcf0-4849-b80f-f3d02538bef6 Date: Sat, 29 Dec 2018 06:21:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:21:45,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/13c036c5-37fc-49d6-ac91-63c540d8f4dc used request id req-b55502cf-dcf0-4849-b80f-f3d02538bef6 2018-12-29 06:21:45,517 - 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-12-29 06:21:45,517 - sdnvpn-results - INFO - All the subtests have passed. 2018-12-29 06:21:45,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-12-29 06:21:45,518 - 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-12-29 06:21:45,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-12-29 06:21:45,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-12-29 06:21:45,519 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-12-29 06:21:45,613 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:21:45,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:21:45,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:21:45,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:21:45,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:21:45,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:21:45,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:21:45,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:21:45,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:21:45,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:21:45,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:21:45,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:21:45,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:21:45,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:21:45,623 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:21:45,623 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-12-29 06:21:45,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:21:45,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da68f563-7b47-4337-a19c-164179e40d17 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:21:45,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-da68f563-7b47-4337-a19c-164179e40d17 2018-12-29 06:21:45,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:21:46,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["yvQ5pzlTSou2ReE2f-LRjA"], "issued_at": "2018-12-29T06:21:46.000000Z"}} 2018-12-29 06:21:46,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d3fa76293e656f0cb022108bd8db1c9780121c9" 2018-12-29 06:21:46,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ba1fcdb0-0519-4d39-bbca-94df99b929ab Date: Sat, 29 Dec 2018 06:21:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:21:46,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-ba1fcdb0-0519-4d39-bbca-94df99b929ab 2018-12-29 06:21:46,190 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:21:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d3fa76293e656f0cb022108bd8db1c9780121c9" 2018-12-29 06:21:46,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-727511e5-fbe5-487f-b55c-87b4536b5856 Date: Sat, 29 Dec 2018 06:21:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:21:46,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-727511e5-fbe5-487f-b55c-87b4536b5856 2018-12-29 06:21:46,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1d3fa76293e656f0cb022108bd8db1c9780121c9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:21:46,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a X-Openstack-Request-Id: req-d199e544-7587-4e61-8ae5-9e99953b46fa Date: Sat, 29 Dec 2018 06:21:46 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:21:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:21:46Z", "visibility": "public", "locations": [], "self": "/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "min_disk": 0, "protected": false, "id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "file": "/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:21:46,585 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d199e544-7587-4e61-8ae5-9e99953b46fa 2018-12-29 06:21:46,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d3fa76293e656f0cb022108bd8db1c9780121c9" -d '' 2018-12-29 06:21:47,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c6961de-c070-4cd2-85cc-761a8cd314f2 Date: Sat, 29 Dec 2018 06:21:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:21:47,761 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a/file used request id req-5c6961de-c070-4cd2-85cc-761a8cd314f2 2018-12-29 06:21:47,762 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-12-29 06:21:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:21:47,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-415c2dc2-df43-4a73-be00-df3a26880679 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:21:47,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-415c2dc2-df43-4a73-be00-df3a26880679 2018-12-29 06:21:47,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:21:48,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["mbHPJ01pTZumrCEil15-iA"], "issued_at": "2018-12-29T06:21:48.000000Z"}} 2018-12-29 06:21:48,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-12-29 06:21:48,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0188dc82-ba94-4a17-9966-8f2ecbf1ba03 Date: Sat, 29 Dec 2018 06:21: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":"286fd88c-8413-4d6a-ad24-37ea23234b5b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:21:48Z","is_default":false,"provider:segmentation_id":87,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:21:48Z","mtu":1450}} 2018-12-29 06:21:48,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0188dc82-ba94-4a17-9966-8f2ecbf1ba03 2018-12-29 06:21:48,790 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 286fd88c-8413-4d6a-ad24-37ea23234b5b with cidr 10.10.10.0/24 2018-12-29 06:21:48,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"subnets": [{"ip_version": 4, "network_id": "286fd88c-8413-4d6a-ad24-37ea23234b5b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-12-29 06:21:49,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f872366c-0093-4239-90b6-6267bc472cb5 Date: Sat, 29 Dec 2018 06:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"286fd88c-8413-4d6a-ad24-37ea23234b5b","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:21:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:21: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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"37182274-e42f-456f-a2e1-9dc734860d3c","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-12-29 06:21:49,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f872366c-0093-4239-90b6-6267bc472cb5 2018-12-29 06:21:49,341 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-12-29 06:21:49,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-12-29 06:21:49,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-95af4a09-9485-45d5-9e10-607ad4f121fe Date: Sat, 29 Dec 2018 06:21: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":"d25fb8d7-55cb-4571-abe8-b9738562799a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:21:49Z","is_default":false,"provider:segmentation_id":60,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:21:49Z","mtu":1450}} 2018-12-29 06:21:49,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-95af4a09-9485-45d5-9e10-607ad4f121fe 2018-12-29 06:21:49,742 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network d25fb8d7-55cb-4571-abe8-b9738562799a with cidr 10.10.10.0/24 2018-12-29 06:21:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"subnets": [{"ip_version": 4, "network_id": "d25fb8d7-55cb-4571-abe8-b9738562799a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-12-29 06:21:50,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-3ecf13fc-5bb2-4027-ba0e-5a962f3f0440 Date: Sat, 29 Dec 2018 06:21:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d25fb8d7-55cb-4571-abe8-b9738562799a","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:21:50Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:21:50Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"d4b2465a-af14-4922-b1e1-6a7bd54db0ef","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-12-29 06:21:50,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-3ecf13fc-5bb2-4027-ba0e-5a962f3f0440 2018-12-29 06:21:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:21:51,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-f84ece6a-73c5-4b01-9064-cd9b2497e3b3 Date: Sat, 29 Dec 2018 06:21:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:21:51,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-f84ece6a-73c5-4b01-9064-cd9b2497e3b3 2018-12-29 06:21:51,021 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:21:51,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:21:51,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9caad504-7863-4812-9475-df2444600242 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:21:51,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9caad504-7863-4812-9475-df2444600242 2018-12-29 06:21:51,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:21:51,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["OamGx1KGTnauOuQ4e5074w"], "issued_at": "2018-12-29T06:21:51.000000Z"}} 2018-12-29 06:21:51,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:21:51,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-c98a139d-9eb3-46ec-9146-67e1333d2e2f x-compute-request-id: req-c98a139d-9eb3-46ec-9146-67e1333d2e2f Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:21:51,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-c98a139d-9eb3-46ec-9146-67e1333d2e2f 2018-12-29 06:21:51,626 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:21:51,626 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-12-29 06:21:51,626 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a network=286fd88c-8413-4d6a-ad24-37ea23234b5b secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-12-29 06:21:51,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:21:51,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:21:51,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:21:51,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:21:51,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:21:51,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:21:51,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:21:51,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:21:51,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:21:51,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:21:51,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:21:51,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:21:51,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:21:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:21:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:21:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:21:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:21:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:21:51,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:21:51,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f47e6c-a53f-42d7-abf1-42630e9e1066 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:21:51,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-17f47e6c-a53f-42d7-abf1-42630e9e1066 2018-12-29 06:21:51,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:21:52,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["kOpFxAm4SSOB14xPXEO9XA"], "issued_at": "2018-12-29T06:21:52.000000Z"}} 2018-12-29 06:21:52,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" 2018-12-29 06:21:52,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2ac6583b-f69d-4812-b9f0-8ce131cd5812 x-compute-request-id: req-2ac6583b-f69d-4812-b9f0-8ce131cd5812 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:21:52,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2ac6583b-f69d-4812-b9f0-8ce131cd5812 2018-12-29 06:21:52,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" 2018-12-29 06:21:52,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-a5e7c476-3b04-4c66-be07-4804d42fccd9 x-compute-request-id: req-a5e7c476-3b04-4c66-be07-4804d42fccd9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:21:52,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-a5e7c476-3b04-4c66-be07-4804d42fccd9 2018-12-29 06:21:52,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "286fd88c-8413-4d6a-ad24-37ea23234b5b"}], "config_drive": true}}' 2018-12-29 06:21:54,195 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:21:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc54a990-4fb5-44f6-9d10-4f31debcac4c x-compute-request-id: req-dc54a990-4fb5-44f6-9d10-4f31debcac4c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "adminPass": "KGBNft752fDN"}} 2018-12-29 06:21:54,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-dc54a990-4fb5-44f6-9d10-4f31debcac4c 2018-12-29 06:21:54,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:21:54,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7708694-74bf-4a77-9173-79297b42ca3b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:21:54,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c7708694-74bf-4a77-9173-79297b42ca3b 2018-12-29 06:21:54,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:21:54,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:21:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Y1rX3kM8QWShv3SpkcUE9A"], "issued_at": "2018-12-29T06:21:54.000000Z"}} 2018-12-29 06:21:54,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6184f64634aacce2e0117909b4710ba4ea31006" 2018-12-29 06:21:55,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-088424e2-978c-4267-93a4-33f571fbedbf x-compute-request-id: req-088424e2-978c-4267-93a4-33f571fbedbf 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.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:21:54Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:21:55,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 used request id req-088424e2-978c-4267-93a4-33f571fbedbf 2018-12-29 06:21:58,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6184f64634aacce2e0117909b4710ba4ea31006" 2018-12-29 06:21:58,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:21:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7830cb10-0dee-426d-bb0e-2a282a6345e2 x-compute-request-id: req-7830cb10-0dee-426d-bb0e-2a282a6345e2 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.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:21:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:21:58,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 used request id req-7830cb10-0dee-426d-bb0e-2a282a6345e2 2018-12-29 06:22:01,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6184f64634aacce2e0117909b4710ba4ea31006" 2018-12-29 06:22:02,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05742863-5e0f-40a2-bd09-8516cf53b943 x-compute-request-id: req-05742863-5e0f-40a2-bd09-8516cf53b943 Content-Encoding: gzip Content-Length: 787 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:14:f2:9d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:02,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 used request id req-05742863-5e0f-40a2-bd09-8516cf53b943 2018-12-29 06:22:02,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" 2018-12-29 06:22:03,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-fc7303d1-0c0d-411f-bfde-55ed8bf319d4 x-compute-request-id: req-fc7303d1-0c0d-411f-bfde-55ed8bf319d4 Content-Encoding: gzip Content-Length: 787 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:14:f2:9d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:03,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6 used request id req-fc7303d1-0c0d-411f-bfde-55ed8bf319d4 2018-12-29 06:22:03,456 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-12-29 06:22:03,456 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-12-29 06:22:03,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:22:05,037 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:22:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-859f62c3-ae9d-473d-9e86-c867d1df2aa2 x-compute-request-id: req-859f62c3-ae9d-473d-9e86-c867d1df2aa2 Content-Length: 0 Content-Type: application/json 2018-12-29 06:22:05,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-859f62c3-ae9d-473d-9e86-c867d1df2aa2 2018-12-29 06:22:05,037 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-12-29 06:22:05,037 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a network=d25fb8d7-55cb-4571-abe8-b9738562799a secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:22:05,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:22:05,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:22:05,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:22:05,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:22:05,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:22:05,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:22:05,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:22:05,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:22:05,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:22:05,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da62bb9-4da3-4b8c-84c4-d4c027091528 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:22:05,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7da62bb9-4da3-4b8c-84c4-d4c027091528 2018-12-29 06:22:05,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:22:05,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["6G0or3xqRn-WAbvA9xg-QQ"], "issued_at": "2018-12-29T06:22:05.000000Z"}} 2018-12-29 06:22:05,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" 2018-12-29 06:22:05,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-c2310bcc-cbe6-4ae4-bc64-ca6635a00e27 x-compute-request-id: req-c2310bcc-cbe6-4ae4-bc64-ca6635a00e27 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:22:05,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c2310bcc-cbe6-4ae4-bc64-ca6635a00e27 2018-12-29 06:22:05,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" 2018-12-29 06:22:05,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-af42d200-85ad-416a-81d6-498170ff6707 x-compute-request-id: req-af42d200-85ad-416a-81d6-498170ff6707 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:22:05,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-af42d200-85ad-416a-81d6-498170ff6707 2018-12-29 06:22:05,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "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": "d25fb8d7-55cb-4571-abe8-b9738562799a"}], "config_drive": true}}' 2018-12-29 06:22:07,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-d05b1218-a9c2-41a4-85f5-2d9a91990683 x-compute-request-id: req-d05b1218-a9c2-41a4-85f5-2d9a91990683 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "adminPass": "8p5zZB7iAi87"}} 2018-12-29 06:22:07,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d05b1218-a9c2-41a4-85f5-2d9a91990683 2018-12-29 06:22:07,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:22:07,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb478432-5124-45f7-a0b9-adc9392946b7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:22:07,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fb478432-5124-45f7-a0b9-adc9392946b7 2018-12-29 06:22:07,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:22:07,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["PEwwogQdRF636s1kgX2TXQ"], "issued_at": "2018-12-29T06:22:07.000000Z"}} 2018-12-29 06:22:07,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3416bc4e228f04176ced86f25fa73da92008c5f0" 2018-12-29 06:22:08,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-74371022-8636-46e5-9677-49b28f8f6cbe x-compute-request-id: req-74371022-8636-46e5-9677-49b28f8f6cbe 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.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:22: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-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:08,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 used request id req-74371022-8636-46e5-9677-49b28f8f6cbe 2018-12-29 06:22:11,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3416bc4e228f04176ced86f25fa73da92008c5f0" 2018-12-29 06:22:11,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac55305e-4b61-415a-ae84-5dacc18789ff x-compute-request-id: req-ac55305e-4b61-415a-ae84-5dacc18789ff Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:22:08Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:11,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 used request id req-ac55305e-4b61-415a-ae84-5dacc18789ff 2018-12-29 06:22:14,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3416bc4e228f04176ced86f25fa73da92008c5f0" 2018-12-29 06:22:15,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e76ab46a-3646-4ca5-8891-46345600a7a2 x-compute-request-id: req-e76ab46a-3646-4ca5-8891-46345600a7a2 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:15,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 used request id req-e76ab46a-3646-4ca5-8891-46345600a7a2 2018-12-29 06:22:15,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" 2018-12-29 06:22:16,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-be2cfb69-35dc-4074-8ab6-8b623852648b x-compute-request-id: req-be2cfb69-35dc-4074-8ab6-8b623852648b Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:16,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5 used request id req-be2cfb69-35dc-4074-8ab6-8b623852648b 2018-12-29 06:22:16,143 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-12-29 06:22:16,143 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-12-29 06:22:16,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:22:17,650 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-a8f76a98-d9c1-40db-8aad-986d3a0d9855 x-compute-request-id: req-a8f76a98-d9c1-40db-8aad-986d3a0d9855 Content-Length: 0 Content-Type: application/json 2018-12-29 06:22:17,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-a8f76a98-d9c1-40db-8aad-986d3a0d9855 2018-12-29 06:22:17,651 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-12-29 06:22:17,651 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a network=286fd88c-8413-4d6a-ad24-37ea23234b5b secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-12-29 06:22:17,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:22:17,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:22:17,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:22:17,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:22:17,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:22:17,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:22:17,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:22:17,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:22:17,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:22:17,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:22:17,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:22:17,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:22:17,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f22ff6-464c-4890-b2cc-274409bab88d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:22:17,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a9f22ff6-464c-4890-b2cc-274409bab88d 2018-12-29 06:22:17,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:22:18,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["0hFiKxbXTxmMVM_gv-ky5w"], "issued_at": "2018-12-29T06:22:18.000000Z"}} 2018-12-29 06:22:18,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" 2018-12-29 06:22:18,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-170bd7f4-ab28-45c9-9837-8ce2ef21ba57 x-compute-request-id: req-170bd7f4-ab28-45c9-9837-8ce2ef21ba57 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:22:18,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-170bd7f4-ab28-45c9-9837-8ce2ef21ba57 2018-12-29 06:22:18,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" 2018-12-29 06:22:18,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-b38f109b-4550-4851-bd7e-c9ad0492881f x-compute-request-id: req-b38f109b-4550-4851-bd7e-c9ad0492881f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:22:18,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-b38f109b-4550-4851-bd7e-c9ad0492881f 2018-12-29 06:22:18,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "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": "286fd88c-8413-4d6a-ad24-37ea23234b5b"}], "config_drive": true}}' 2018-12-29 06:22:20,519 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-bee7f58b-48a7-4fe7-8a2d-94f1db3157d1 x-compute-request-id: req-bee7f58b-48a7-4fe7-8a2d-94f1db3157d1 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "adminPass": "BjR8igjVj9Kr"}} 2018-12-29 06:22:20,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-bee7f58b-48a7-4fe7-8a2d-94f1db3157d1 2018-12-29 06:22:20,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:22:20,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4443be62-6bae-4712-8309-ef0e7db94990 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:22:20,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4443be62-6bae-4712-8309-ef0e7db94990 2018-12-29 06:22:20,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:22:20,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:22:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["P6jfHcTNTlaww56C-M7U5A"], "issued_at": "2018-12-29T06:22:20.000000Z"}} 2018-12-29 06:22:20,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2185dcf3b98bc6de9dcd7f39b2c29569e5388e0" 2018-12-29 06:22:21,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-64dcf2c3-7a32-4a11-a7b0-d8267bfe919b x-compute-request-id: req-64dcf2c3-7a32-4a11-a7b0-d8267bfe919b Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:22:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-12-29T06:22:20Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:21,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 used request id req-64dcf2c3-7a32-4a11-a7b0-d8267bfe919b 2018-12-29 06:22:24,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2185dcf3b98bc6de9dcd7f39b2c29569e5388e0" 2018-12-29 06:22:25,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-185b4c76-34ea-4a7d-8e27-de74271a33fe x-compute-request-id: req-185b4c76-34ea-4a7d-8e27-de74271a33fe Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:e4:c9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:22:21Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-12-29T06:22:20Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:25,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 used request id req-185b4c76-34ea-4a7d-8e27-de74271a33fe 2018-12-29 06:22:28,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2185dcf3b98bc6de9dcd7f39b2c29569e5388e0" 2018-12-29 06:22:28,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-ac473b8a-03cd-4e1b-ada6-8c1a2e662c1d x-compute-request-id: req-ac473b8a-03cd-4e1b-ada6-8c1a2e662c1d 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:49:e4:c9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-12-29T06:22:24.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:25Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-12-29T06:22:20Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:28,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 used request id req-ac473b8a-03cd-4e1b-ada6-8c1a2e662c1d 2018-12-29 06:22:28,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" 2018-12-29 06:22:29,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-9ff9fb29-5f75-437d-8c77-2d5ee90d911b x-compute-request-id: req-9ff9fb29-5f75-437d-8c77-2d5ee90d911b 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:49:e4:c9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-12-29T06:22:24.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:25Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-12-29T06:22:20Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:22:29,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183 used request id req-9ff9fb29-5f75-437d-8c77-2d5ee90d911b 2018-12-29 06:22:29,578 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-12-29 06:22:29,579 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-12-29 06:22:29,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:22:30,718 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-cf072025-5b97-44ad-8b36-d479fbcbaecf x-compute-request-id: req-cf072025-5b97-44ad-8b36-d479fbcbaecf Content-Length: 0 Content-Type: application/json 2018-12-29 06:22:30,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action used request id req-cf072025-5b97-44ad-8b36-d479fbcbaecf 2018-12-29 06:22:30,719 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-12-29 06:22:30,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-905799", "route_distinguishers": "111:111"}}' 2018-12-29 06:22:31,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-ceaaf94a-b43b-4b3a-8f28-848dedb206bf Date: Sat, 29 Dec 2018 06:22:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "52976715-3d0f-4ab0-ab58-83bbc57eedf2", "name": "sdnvpn-1-905799", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:22:31,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-ceaaf94a-b43b-4b3a-8f28-848dedb206bf 2018-12-29 06:22:31,075 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-905799', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [u'55:55'], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'52976715-3d0f-4ab0-ab58-83bbc57eedf2'}} 2018-12-29 06:22:31,075 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-12-29 06:22:31,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"network_association": {"network_id": "286fd88c-8413-4d6a-ad24-37ea23234b5b"}}' 2018-12-29 06:22:31,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-99b01890-dbc7-472a-8a9f-38e5d015d19a Date: Sat, 29 Dec 2018 06:22:31 GMT RESP BODY: {"network_association": {"network_id": "286fd88c-8413-4d6a-ad24-37ea23234b5b", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "93dac3f2-dca4-4f8b-92ae-2614f83a9611"}} 2018-12-29 06:22:31,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2/network_associations used request id req-99b01890-dbc7-472a-8a9f-38e5d015d19a 2018-12-29 06:22:31,708 - sdnvpn_test_utils - INFO - Waiting for instance 2727f9a4-49cc-4f65-bd55-427ccd0f97d6 to boot up 2018-12-29 06:22:31,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:32,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-68cc3d35-2462-47dd-abe9-dc94c97d2177 x-compute-request-id: req-68cc3d35-2462-47dd-abe9-dc94c97d2177 Content-Encoding: gzip Content-Length: 10216 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:32,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-68cc3d35-2462-47dd-abe9-dc94c97d2177 2018-12-29 06:22:34,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:35,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-6d4d1ca5-fd2f-48c7-b49c-f70713175af9 x-compute-request-id: req-6d4d1ca5-fd2f-48c7-b49c-f70713175af9 Content-Encoding: gzip Content-Length: 10235 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:35,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-6d4d1ca5-fd2f-48c7-b49c-f70713175af9 2018-12-29 06:22:37,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:38,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-846c169b-0b83-4322-ab2a-438aaa598750 x-compute-request-id: req-846c169b-0b83-4322-ab2a-438aaa598750 Content-Encoding: gzip Content-Length: 10235 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:38,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-846c169b-0b83-4322-ab2a-438aaa598750 2018-12-29 06:22:40,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:42,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-fa40dddd-458e-4364-b649-cb0065c95f5c x-compute-request-id: req-fa40dddd-458e-4364-b649-cb0065c95f5c Content-Encoding: gzip Content-Length: 10235 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:42,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-fa40dddd-458e-4364-b649-cb0065c95f5c 2018-12-29 06:22:44,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:45,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-fda0c2b6-e2f1-463a-bab7-d97963f27e78 x-compute-request-id: req-fda0c2b6-e2f1-463a-bab7-d97963f27e78 Content-Encoding: gzip Content-Length: 10235 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:45,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-fda0c2b6-e2f1-463a-bab7-d97963f27e78 2018-12-29 06:22:47,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:48,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-97e8fc95-fcd9-4460-93e3-133f367fc2b4 x-compute-request-id: req-97e8fc95-fcd9-4460-93e3-133f367fc2b4 Content-Encoding: gzip Content-Length: 10235 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-12-29 06:22:48,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-97e8fc95-fcd9-4460-93e3-133f367fc2b4 2018-12-29 06:22:50,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96a9d2e1d391db574364b38fef58d287b7f3c1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:51,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-85c2badd-67e2-4584-b2e5-72cdcec60b4c x-compute-request-id: req-85c2badd-67e2-4584-b2e5-72cdcec60b4c Content-Encoding: gzip Content-Length: 11130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610160910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137740] pid_max: default: 32768 minimum: 301\n[ 0.138668] ACPI: Core revision 20150930\n[ 0.140068] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141427] Security Framework initialized\n[ 0.142273] Yama: becoming mindful.\n[ 0.143051] AppArmor: AppArmor initialized\n[ 0.143959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146696] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147977] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149412] Initializing cgroup subsys io\n[ 0.150251] Initializing cgroup subsys memory\n[ 0.151151] Initializing cgroup subsys devices\n[ 0.152058] Initializing cgroup subsys freezer\n[ 0.152991] Initializing cgroup subsys net_cls\n[ 0.153871] Initializing cgroup subsys perf_event\n[ 0.154813] Initializing cgroup subsys net_prio\n[ 0.155707] Initializing cgroup subsys hugetlb\n[ 0.156628] Initializing cgroup subsys pids\n[ 0.157532] CPU: Physical Processor ID: 0\n[ 0.159058] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178603] ftrace: allocating 31920 entries in 125 pages\n[ 0.204656] smpboot: Max logical packages: 1\n[ 0.205520] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206918] x2apic enabled\n[ 0.207746] Switched APIC routing to physical x2apic.\n[ 0.209497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212653] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214461] KVM setup paravirtual spinlock\n[ 0.215748] x86: Booted up 1 node, 1 CPUs\n[ 0.216598] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218062] devtmpfs: initialized\n[ 0.219751] evm: security.selinux\n[ 0.220471] evm: security.SMACK64\n[ 0.221167] evm: security.SMACK64EXEC\n[ 0.221913] evm: security.SMACK64TRANSMUTE\n[ 0.222720] evm: security.SMACK64MMAP\n[ 0.223478] evm: security.ima\n[ 0.224129] evm: security.capability\n[ 0.224940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226856] pinctrl core: initialized pinctrl subsystem\n[ 0.227982] RTC time: 6:21:59, date: 12/29/18\n[ 0.228957] NET: Registered protocol family 16\n[ 0.229931] cpuidle: using governor ladder\n[ 0.230752] cpuidle: using governor menu\n[ 0.231544] PCCT header not found.\n[ 0.232307] ACPI: bus type PCI registered\n[ 0.233123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234371] PCI: Using configuration type 1 for base access\n[ 0.236117] ACPI: Added _OSI(Module Device)\n[ 0.236992] ACPI: Added _OSI(Processor Device)\n[ 0.237870] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240903] ACPI: Interpreter enabled\n[ 0.241677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247305] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249166] ACPI: (supports S0 S5)\n[ 0.249873] ACPI: Using IOAPIC for interrupt routing\n[ 0.250950] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254095] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257746] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260038] acpiphp: Slot [3] registered\n[ 0.260901] acpiphp: Slot [4] registered\n[ 0.261723] acpiphp: Slot [5] registered\n[ 0.262530] acpiphp: Slot [6] registered\n[ 0.263344] acpiphp: Slot [7] registered\n[ 0.264157] acpiphp: Slot [8] registered\n[ 0.264964] acpiphp: Slot [9] registered\n[ 0.265771] acpiphp: Slot [10] registered\n[ 0.266593] acpiphp: Slot [11] registered\n[ 0.267445] acpiphp: Slot [12] registered\n[ 0.268301] acpiphp: Slot [13] registered\n[ 0.269120] acpiphp: Slot [14] registered\n[ 0.269938] acpiphp: Slot [15] registered\n[ 0.280629] acpiphp: Slot [16] registered\n[ 0.281459] acpiphp: Slot [17] registered\n[ 0.282287] acpiphp: Slot [18] registered\n[ 0.283105] acpiphp: Slot [19] registered\n[ 0.283922] acpiphp: Slot [20] registered\n[ 0.284742] acpiphp: Slot [21] registered\n[ 0.285562] acpiphp: Slot [22] registered\n[ 0.286381] acpiphp: Slot [23] registered\n[ 0.287199] acpiphp: Slot [24] registered\n[ 0.288062] acpiphp: Slot [25] registered\n[ 0.288897] acpiphp: Slot [26] registered\n[ 0.289710] acpiphp: Slot [27] registered\n[ 0.290528] acpiphp: Slot [28] registered\n[ 0.291355] acpiphp: Slot [29] registered\n[ 0.292174] acpiphp: Slot [30] registered\n[ 0.292997] acpiphp: Slot [31] registered\n[ 0.293811] PCI host bridge to bus 0000:00\n[ 0.294627] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295851] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297082] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298601] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306339] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307760] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318618] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366421] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371559] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374155] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375362] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377127] vgaarb: loaded\n[ 0.377782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379068] SCSI subsystem initialized\n[ 0.380009] ACPI: bus type USB registered\n[ 0.380950] usbcore: registered new interface driver usbfs\n[ 0.382162] usbcore: registered new interface driver hub\n[ 0.383340] usbcore: registered new device driver usb\n[ 0.384553] PCI: Using ACPI for IRQ routing\n[ 0.385715] NetLabel: Initializing\n[ 0.386542] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388635] NetLabel: unlabeled traffic allowed by default\n[ 0.389917] clocksource: Switched to clocksource kvm-clock\n[ 0.395602] AppArmor: AppArmor Filesystem Enabled\n[ 0.396689] pnp: PnP ACPI init\n[ 0.397676] pnp: PnP ACPI: found 5 devices\n[ 0.404163] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406194] NET: Registered protocol family 2\n[ 0.407273] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408727] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410099] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411445] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412700] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414083] NET: Registered protocol family 1\n[ 0.415094] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417619] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431772] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446222] Trying to unpack rootfs image as initramfs...\n[ 0.496220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512322] Scanning for low memory corruption every 60 seconds\n[ 0.514232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515710] audit: initializing netlink subsys (disabled)\n[ 0.517089] audit: type=2000 audit(1546064520.468:1): initialized\n[ 0.518789] Initialise system trusted keyring\n[ 0.519987] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521564] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524042] zbud: loaded\n[ 0.524942] VFS: Disk quotas dquot_6.6.0\n[ 0.525887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527764] fuse init (API version 7.23)\n[ 0.528992] Key type big_key registered\n[ 0.530042] Allocating IMA MOK and blacklist keyrings.\n[ 0.531494] Key type asymmetric registered\n[ 0.532598] Asymmetric key parser 'x509' registered\n[ 0.533870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536216] io scheduler noop registered\n[ 0.537292] io scheduler deadline registered (default)\n[ 0.538658] io scheduler cfq registered\n[ 0.539771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544785] ACPI: Power Button [PWRF]\n[ 0.545817] GHES: HEST is not enabled!\n[ 0.559442] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598151] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625732] Linux agpgart interface v0.103\n[ 0.627954] brd: module loaded\n[ 0.629313] loop: module loaded\n[ 0.634845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.636516] GPT:90111 != 2097151\n[ 0.637280] GPT:Alternate GPT header not at the end of the disk.\n[ 0.638594] GPT:90111 != 2097151\n[ 0.639360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640448] vda: vda1 vda15\n[ 0.642262] scsi host0: ata_piix\n[ 0.643080] scsi host1: ata_piix\n[ 0.643895] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645315] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646966] libphy: Fixed MDIO Bus: probed\n[ 0.647873] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651409] PPP generic driver version 2.4.2\n[ 0.652783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654566] ehci-pci: EHCI PCI platform driver\n[ 0.655829] ehci-platform: EHCI generic platform driver\n[ 0.657353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659126] ohci-pci: OHCI PCI platform driver\n[ 0.660455] ohci-platform: OHCI generic platform driver\n[ 0.661997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678708] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.684056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.685917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688105] usb usb1: Product: UHCI Host Controller\n[ 0.689496] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691215] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692610] hub 1-0:1.0: USB hub found\n[ 0.693728] hub 1-0:1.0: 2 ports detected\n[ 0.695017] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699307] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700807] mousedev: PS/2 mouse device common for all mice\n[ 0.702610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.708613] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710418] i2c /dev entries driver\n[ 0.711505] device-mapper: uevent: version 1.0.3\n[ 0.712895] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715340] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717186] NET: Registered protocol family 10\n[ 0.718600] NET: Registered protocol family 17\n[ 0.719906] Key type dns_resolver registered\n[ 0.721236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722864] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725440] registered taskstats version 1\n[ 0.726658] Loading compiled-in X.509 certificates\n[ 0.728550] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731339] zswap: loaded using pool lzo/zbud\n[ 0.733590] Key type trusted registered\n[ 0.735504] Key type encrypted registered\n[ 0.736699] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.738242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.739797] evm: HMAC attrs: 0x1\n[ 0.741047] Magic number: 14:673:368\n[ 0.742291] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:00 UTC (1546064520)\n[ 0.744645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746325] EDD information not available.\n[ 0.802435] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804445] ata1.00: configured for MWDMA2\n[ 0.806153] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821202] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822924] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825261] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827496] Write protecting the kernel read-only data: 14336k\n[ 0.829595] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.832130] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.635320] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jteF+lOcz4CaF9rAqcGGESK4Yj5yKl27mnLNBbWLJwJ+U8lXqUfjJh8MoRifLDXthsUntKzLFdQmsOdCKBJh4ROdlscpLy3MCCtxhA0oHBMAggjV2weKy4pNKZwmn5Ef59bMjxnhHI2wtsagRnQGJmzH+8R5FA/M4UfYTtQO/58hF9dN19zkmOmI/XNPwV2W3gv3I7WsEFsTUZAz/sFbv4torbGlrspWHhcFksS0UDypXeiRD63qrqRofusaDENZaxCpZmOxvH60UoBBTwIdIlxJ+k9yLs2w6VNLPF8d4TABxTVPVjIaQPSnUY7GEo9DLEvgDKsU8r3MG5dr7gMX root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBANVgrOr2MwzmuBTp/ghlUwK8C4mKp9d0I63lRqncUJ9/NikUUSozCSOCcm7tisDqs7ensDrwjUOU/hI9MInDtARgwOMgElN30tKHJ9Py3xVR57PK/i7MFIeDGZEb8rbVY6OG9ulrrtnqwoQwer53c732nysjbxyaPZtC5iByc3oJAAAAFQCnBhNn3R37raaRMWdRSzmE0inTBwAAAIBD3J1/r6IBs5joIX9xhlJjCLyf05CDwNrVcSRGPA+gnH/h3LiRh0NzcBcXyiCKxFUxSlSWC+/Auwel/mhGetrc6bVmtRvaX20LqIpg8Js0Jh7IoBj1LcwQO7ZCUp+sASxRAGeEzi3q/L3vrL+9QdeHaGjXD/bHmZLeWzgurAzW1QAAAIEAlQpAhbdbHVcfUrNFA/stDaybpX1Qs2WGpbekjIfQBOBZNoVEctmchwSw3bLZpnD6GVMWMhrbpO3K7USURhVP4V9vg2TmdKmlgX8tJc6d5Fr4bWqDtS6xD5y0KUiWF5FmdH7QQyXHGSAnVcH159j/MD19whWg40rvyzLnkXoZxD8= 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:fe14:f29d/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: 2727f9a4-49cc-4f65-bd55-427ccd0f97d6\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n/dev/root resized successfully [took 1.86s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:14:F2:9D \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe14:f29d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2437 (2.3 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.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-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.166062] usb 1-1: Manufacturer: QEMU\n[ 1.166063] usb 1-1: SerialNumber: 42\n[ 1.603336] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.616994] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.635320] random: dd urandom read with 13 bits of entropy available\n[ 1.676448] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.678126] ISO 9660 Extensions: RRIP_1991A\n[ 2.510192] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.799170] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.120084] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:22:42 cirros authpriv.info dropbear[505]: Exit (cirros): Exited normally\nDec 29 06:22:43 cirros authpriv.info dropbear[508]: Child connection from 10.10.10.11:43892\nDec 29 06:22:43 cirros authpriv.notice dropbear[508]: 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:43892\nDec 29 06:22:43 cirros authpriv.info dropbear[508]: Exit (cirros): Exited normally\nDec 29 06:22:43 cirros authpriv.info dropbear[511]: Child connection from 10.10.10.11:43894\nDec 29 06:22:43 cirros authpriv.notice dropbear[511]: 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:43894\nDec 29 06:22:43 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nDec 29 06:22:44 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:43896\nDec 29 06:22:44 cirros authpriv.notice dropbear[514]: 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:43896\nDec 29 06:22:44 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nDec 29 06:22:44 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:43898\nDec 29 06:22:45 cirros authpriv.notice dropbear[517]: 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:43898\nDec 29 06:22:45 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nDec 29 06:22:46 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:43900\nDec 29 06:22:46 cirros authpriv.notice dropbear[520]: 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:43900\nDec 29 06:22:46 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nDec 29 06:22:46 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:43902\nDec 29 06:22:46 cirros authpriv.notice dropbear[523]: 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:43902\nDec 29 06:22:46 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\nDec 29 06:22:47 cirros authpriv.info dropbear[526]: Child connection from 10.10.10.11:43904\nDec 29 06:22:47 cirros authpriv.notice dropbear[526]: 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:43904\nDec 29 06:22:47 cirros authpriv.info dropbear[526]: Exit (cirros): Exited normally\nDec 29 06:22:47 cirros authpriv.info dropbear[529]: Child connection from 10.10.10.11:43906\nDec 29 06:22:47 cirros authpriv.notice dropbear[529]: 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:43906\nDec 29 06:22:47 cirros authpriv.info dropbear[529]: 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-12-29 06:22:51,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-85c2badd-67e2-4584-b2e5-72cdcec60b4c 2018-12-29 06:22:53,402 - sdnvpn_test_utils - INFO - Waiting for instance d752fdaa-3b58-4484-af88-a6d49c8e5183 to boot up 2018-12-29 06:22:53,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:54,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-002ff292-0721-4fe4-a44f-b8ffcd2dd29c x-compute-request-id: req-002ff292-0721-4fe4-a44f-b8ffcd2dd29c Content-Encoding: gzip Content-Length: 8102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520862051 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139889] pid_max: default: 32768 minimum: 301\n[ 0.140767] ACPI: Core revision 20150930\n[ 0.142125] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143402] Security Framework initialized\n[ 0.144192] Yama: becoming mindful.\n[ 0.144904] AppArmor: AppArmor initialized\n[ 0.145750] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150841] Initializing cgroup subsys io\n[ 0.151636] Initializing cgroup subsys memory\n[ 0.152473] Initializing cgroup subsys devices\n[ 0.153337] Initializing cgroup subsys freezer\n[ 0.154181] Initializing cgroup subsys net_cls\n[ 0.155024] Initializing cgroup subsys perf_event\n[ 0.155912] Initializing cgroup subsys net_prio\n[ 0.156775] Initializing cgroup subsys hugetlb\n[ 0.157628] Initializing cgroup subsys pids\n[ 0.158482] CPU: Physical Processor ID: 0\n[ 0.159982] mce: CPU supports 10 MCE banks\n[ 0.160812] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179484] ftrace: allocating 31920 entries in 125 pages\n[ 0.206130] smpboot: Max logical packages: 1\n[ 0.206968] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208292] x2apic enabled\n[ 0.209088] Switched APIC routing to physical x2apic.\n[ 0.210854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213886] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215637] KVM setup paravirtual spinlock\n[ 0.216908] x86: Booted up 1 node, 1 CPUs\n[ 0.217710] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219066] devtmpfs: initialized\n[ 0.220812] evm: security.selinux\n[ 0.221510] evm: security.SMACK64\n[ 0.222182] evm: security.SMACK64EXEC\n[ 0.222910] evm: security.SMACK64TRANSMUTE\n[ 0.223711] evm: security.SMACK64MMAP\n[ 0.224437] evm: security.ima\n[ 0.225069] evm: security.capability\n[ 0.225860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227671] pinctrl core: initialized pinctrl subsystem\n[ 0.228744] RTC time: 6:22:24, date: 12/29/18\n[ 0.229724] NET: Registered protocol family 16\n[ 0.230677] cpuidle: using governor ladder\n[ 0.231475] cpuidle: using governor menu\n[ 0.232246] PCCT header not found.\n[ 0.232981] ACPI: bus type PCI registered\n[ 0.233777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235025] PCI: Using configuration type 1 for base access\n[ 0.236758] ACPI: Added _OSI(Module Device)\n[ 0.237591] ACPI: Added _OSI(Processor Device)\n[ 0.238442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239320] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241467] ACPI: Interpreter enabled\n[ 0.242221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249411] ACPI: (supports S0 S5)\n[ 0.250139] ACPI: Using IOAPIC for interrupt routing\n[ 0.251140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259878] acpiphp: Slot [3] registered\n[ 0.260678] acpiphp: Slot [4] registered\n[ 0.261471] acpiphp: Slot [5] registered\n[ 0.262254] acpiphp: Slot [6] registered\n[ 0.263030] acpiphp: Slot [7] registered\n[ 0.263823] acpiphp: Slot [8] registered\n[ 0.264606] acpiphp: Slot [9] registered\n[ 0.265381] acpiphp: Slot [10] registered\n[ 0.266177] acpiphp: Slot [11] registered\n[ 0.266993] acpiphp: Slot [12] registered\n[ 0.267788] acpiphp: Slot [13] registered\n[ 0.268588] acpiphp: Slot [14] registered\n[ 0.269382] acpiphp: Slot [15] registered\n[ 0.280263] acpiphp: Slot [16] registered\n[ 0.281063] acpiphp: Slot [17] registered\n[ 0.281857] acpiphp: Slot [18] registered\n[ 0.282652] acpiphp: Slot [19] registered\n[ 0.283442] acpiphp: Slot [20] registered\n[ 0.284230] acpiphp: Slot [21] registered\n[ 0.285024] acpiphp: Slot [22] registered\n[ 0.285816] acpiphp: Slot [23] registered\n[ 0.286609] acpiphp: Slot [24] registered\n[ 0.287399] acpiphp: Slot [25] registered\n[ 0.288185] acpiphp: Slot [26] registered\n[ 0.288975] acpiphp: Slot [27] registered\n[ 0.289773] acpiphp: Slot [28] registered\n[ 0.290599] acpiphp: Slot [29] registered\n[ 0.291388] acpiphp: Slot [30] registered\n[ 0.292173] acpiphp: Slot [31] registered\n[ 0.292966] PCI host bridge to bus 0000:00\n[ 0.293758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294940] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296113] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297521] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298930] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306340] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308721] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315277] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316674] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361669] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364498] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365909] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368494] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370721] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372260] vgaarb: loaded\n[ 0.372844] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373950] SCSI subsystem initialized\n[ 0.374751] ACPI: bus type USB registered\n[ 0.375552] usbcore: registered new interface driver usbfs\n[ 0.376552] usbcore: registered new interface driver hub\n[ 0.377530] usbcore: registered new device driver usb\n[ 0.378563] PCI: Using ACPI for IRQ routing\n[ 0.379564] NetLabel: Initializing\n[ 0.380285] NetLabel: domain hash size = 128\n[ 0.381140] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382073] NetLabel: unlabeled traffic allowed by default\n[ 0.383146] clocksource: Switched to clocksource kvm-clock\n[ 0.388538] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390376] pnp: PnP ACPI: found 5 devices\n[ 0.396744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398416] NET: Registered protocol family 2\n[ 0.399353] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402889] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403944] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405083] NET: Registered protocol family 1\n[ 0.405928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436359] Trying to unpack rootfs image as initramfs...\n[ 0.486432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500452] Scanning for low memory corruption every 60 seconds\n[ 0.501766] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502924] audit: initializing netlink subsys (disabled)\n[ 0.503925] audit: type=2000 audit(1546064545.220:1): initialized\n[ 0.505201] Initialise system trusted keyring\n[ 0.506115] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507255] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509174] zbud: loaded\n[ 0.509872] VFS: Disk quotas dquot_6.6.0\n[ 0.510676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512156] fuse init (API version 7.23)\n[ 0.513060] Key type big_key registered\n[ 0.513846] Allocating IMA MOK and blacklist keyrings.\n[ 0.515308] Key type asymmetric registered\n[ 0.516110] Asymmetric key parser 'x509' registered\n[ 0.517039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518466] io scheduler noop registered\n[ 0.519250] io scheduler deadline registered (default)\n[ 0.520209] io scheduler cfq registered\n[ 0.521025] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523315] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524731] ACPI: Power Button [PWRF]\n[ 0.525539] GHES: HEST is not enabled!\n[ 0.539258] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600018] Linux agpgart interface v0.103\n[ 0.602063] brd: module loaded\n[ 0.603300] loop: module loaded\n[ 0.607942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609370] GPT:90111 != 2097151\n[ 0.610031] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611101] GPT:90111 != 2097151\n[ 0.611773] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612719] vda: vda1 vda15\n[ 0.614148] scsi host0: ata_piix\n[ 0.614878] scsi host1: ata_piix\n[ 0.615589] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616778] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618182] libphy: Fixed MDIO Bus: probed\n[ 0.618988] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622134] PPP generic driver version 2.4.2\n[ 0.623303] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624933] ehci-pci: EHCI PCI platform driver\n[ 0.626063] ehci-platform: EHCI generic platform driver\n[ 0.627366] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628856] ohci-pci: OHCI PCI platform driver\n[ 0.629987] ohci-platform: OHCI generic platform driver\n[ 0.631299] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646001] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649216] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650534] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652002] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655508] usb usb1: Product: UHCI Host Controller\n[ 0.656777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659550] hub 1-0:1.0: USB hub found\n[ 0.660549] hub 1-0:1.0: 2 ports detected\n[ 0.661702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664310] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665566] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666900] mousedev: PS/2 mouse device common for all mice\n[ 0.668488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672220] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675170] i2c /dev entries driver\n[ 0.675915] device-mapper: uevent: version 1.0.3\n[ 0.676831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679692] NET: Registered protocol family 10\n[ 0.680681] NET: Registered protocol family 17\n[ 0.681556] Key type dns_resolver registered\n[ 0.682457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683537] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685255] registered taskstats version 1\n[ 0.686062] Loading compiled-in X.509 certificates\n[ 0.687494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689308] zswap: loaded using pool lzo/zbud\n[ 0.690637] Key type trusted registered\n[ 0.692172] Key type encrypted registered\n[ 0.692986] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694996] evm: HMAC attrs: 0x1\n[ 0.696289] Magic number: 14:673:368\n[ 0.697123] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:25 UTC (1546064545)\n[ 0.698680] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699781] EDD information not available.\n[ 0.771716] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773137] ata1.00: configured for MWDMA2\n[ 0.774320] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786800] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789261] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791105] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792630] Write protecting the kernel read-only data: 14336k\n[ 0.794169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795968] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.179177] 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.12s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-12-29 06:22:54,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action used request id req-002ff292-0721-4fe4-a44f-b8ffcd2dd29c 2018-12-29 06:22:56,481 - sdnvpn_test_utils - INFO - Waiting for instance 26aef425-c2d3-48a7-bc1e-8a16fd5087b5 to boot up 2018-12-29 06:22:56,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:22:57,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-449e8ca0-6f04-42af-aefc-caa63ed38766 x-compute-request-id: req-449e8ca0-6f04-42af-aefc-caa63ed38766 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:22:57,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-449e8ca0-6f04-42af-aefc-caa63ed38766 2018-12-29 06:22:59,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:00,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:22: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-5cb49697-3428-4f8d-a05d-b7a0f5607d28 x-compute-request-id: req-5cb49697-3428-4f8d-a05d-b7a0f5607d28 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:23:00,685 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-5cb49697-3428-4f8d-a05d-b7a0f5607d28 2018-12-29 06:23:02,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:03,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2ad32d6a-1367-4dbc-a643-5cc99f5d4bb7 x-compute-request-id: req-2ad32d6a-1367-4dbc-a643-5cc99f5d4bb7 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:23:03,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-2ad32d6a-1367-4dbc-a643-5cc99f5d4bb7 2018-12-29 06:23:05,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:07,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-466236fe-70bf-48ac-a427-3dfc4c1b2979 x-compute-request-id: req-466236fe-70bf-48ac-a427-3dfc4c1b2979 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:23:07,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-466236fe-70bf-48ac-a427-3dfc4c1b2979 2018-12-29 06:23:09,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:10,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:23: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-cf77f54e-544e-413a-8d56-15ed9dfff8f7 x-compute-request-id: req-cf77f54e-544e-413a-8d56-15ed9dfff8f7 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:23:10,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-cf77f54e-544e-413a-8d56-15ed9dfff8f7 2018-12-29 06:23:12,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:13,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66e1035e-ed97-49b3-930f-15833d066137 x-compute-request-id: req-66e1035e-ed97-49b3-930f-15833d066137 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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-12-29 06:23:13,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-66e1035e-ed97-49b3-930f-15833d066137 2018-12-29 06:23:15,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:16,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:23:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f428c4ec-240e-4ecf-85d6-113c37a82d2e x-compute-request-id: req-f428c4ec-240e-4ecf-85d6-113c37a82d2e 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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\n"} 2018-12-29 06:23:16,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-f428c4ec-240e-4ecf-85d6-113c37a82d2e 2018-12-29 06:23:18,349 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:23:48,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:49,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2edf7a09-e10c-4e3a-a348-1c8614bba30c x-compute-request-id: req-2edf7a09-e10c-4e3a-a348-1c8614bba30c Content-Encoding: gzip Content-Length: 8124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520862051 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139889] pid_max: default: 32768 minimum: 301\n[ 0.140767] ACPI: Core revision 20150930\n[ 0.142125] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143402] Security Framework initialized\n[ 0.144192] Yama: becoming mindful.\n[ 0.144904] AppArmor: AppArmor initialized\n[ 0.145750] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150841] Initializing cgroup subsys io\n[ 0.151636] Initializing cgroup subsys memory\n[ 0.152473] Initializing cgroup subsys devices\n[ 0.153337] Initializing cgroup subsys freezer\n[ 0.154181] Initializing cgroup subsys net_cls\n[ 0.155024] Initializing cgroup subsys perf_event\n[ 0.155912] Initializing cgroup subsys net_prio\n[ 0.156775] Initializing cgroup subsys hugetlb\n[ 0.157628] Initializing cgroup subsys pids\n[ 0.158482] CPU: Physical Processor ID: 0\n[ 0.159982] mce: CPU supports 10 MCE banks\n[ 0.160812] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179484] ftrace: allocating 31920 entries in 125 pages\n[ 0.206130] smpboot: Max logical packages: 1\n[ 0.206968] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208292] x2apic enabled\n[ 0.209088] Switched APIC routing to physical x2apic.\n[ 0.210854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213886] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215637] KVM setup paravirtual spinlock\n[ 0.216908] x86: Booted up 1 node, 1 CPUs\n[ 0.217710] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219066] devtmpfs: initialized\n[ 0.220812] evm: security.selinux\n[ 0.221510] evm: security.SMACK64\n[ 0.222182] evm: security.SMACK64EXEC\n[ 0.222910] evm: security.SMACK64TRANSMUTE\n[ 0.223711] evm: security.SMACK64MMAP\n[ 0.224437] evm: security.ima\n[ 0.225069] evm: security.capability\n[ 0.225860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227671] pinctrl core: initialized pinctrl subsystem\n[ 0.228744] RTC time: 6:22:24, date: 12/29/18\n[ 0.229724] NET: Registered protocol family 16\n[ 0.230677] cpuidle: using governor ladder\n[ 0.231475] cpuidle: using governor menu\n[ 0.232246] PCCT header not found.\n[ 0.232981] ACPI: bus type PCI registered\n[ 0.233777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235025] PCI: Using configuration type 1 for base access\n[ 0.236758] ACPI: Added _OSI(Module Device)\n[ 0.237591] ACPI: Added _OSI(Processor Device)\n[ 0.238442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239320] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241467] ACPI: Interpreter enabled\n[ 0.242221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249411] ACPI: (supports S0 S5)\n[ 0.250139] ACPI: Using IOAPIC for interrupt routing\n[ 0.251140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259878] acpiphp: Slot [3] registered\n[ 0.260678] acpiphp: Slot [4] registered\n[ 0.261471] acpiphp: Slot [5] registered\n[ 0.262254] acpiphp: Slot [6] registered\n[ 0.263030] acpiphp: Slot [7] registered\n[ 0.263823] acpiphp: Slot [8] registered\n[ 0.264606] acpiphp: Slot [9] registered\n[ 0.265381] acpiphp: Slot [10] registered\n[ 0.266177] acpiphp: Slot [11] registered\n[ 0.266993] acpiphp: Slot [12] registered\n[ 0.267788] acpiphp: Slot [13] registered\n[ 0.268588] acpiphp: Slot [14] registered\n[ 0.269382] acpiphp: Slot [15] registered\n[ 0.280263] acpiphp: Slot [16] registered\n[ 0.281063] acpiphp: Slot [17] registered\n[ 0.281857] acpiphp: Slot [18] registered\n[ 0.282652] acpiphp: Slot [19] registered\n[ 0.283442] acpiphp: Slot [20] registered\n[ 0.284230] acpiphp: Slot [21] registered\n[ 0.285024] acpiphp: Slot [22] registered\n[ 0.285816] acpiphp: Slot [23] registered\n[ 0.286609] acpiphp: Slot [24] registered\n[ 0.287399] acpiphp: Slot [25] registered\n[ 0.288185] acpiphp: Slot [26] registered\n[ 0.288975] acpiphp: Slot [27] registered\n[ 0.289773] acpiphp: Slot [28] registered\n[ 0.290599] acpiphp: Slot [29] registered\n[ 0.291388] acpiphp: Slot [30] registered\n[ 0.292173] acpiphp: Slot [31] registered\n[ 0.292966] PCI host bridge to bus 0000:00\n[ 0.293758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294940] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296113] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297521] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298930] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306340] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308721] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315277] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316674] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361669] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364498] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365909] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368494] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370721] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372260] vgaarb: loaded\n[ 0.372844] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373950] SCSI subsystem initialized\n[ 0.374751] ACPI: bus type USB registered\n[ 0.375552] usbcore: registered new interface driver usbfs\n[ 0.376552] usbcore: registered new interface driver hub\n[ 0.377530] usbcore: registered new device driver usb\n[ 0.378563] PCI: Using ACPI for IRQ routing\n[ 0.379564] NetLabel: Initializing\n[ 0.380285] NetLabel: domain hash size = 128\n[ 0.381140] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382073] NetLabel: unlabeled traffic allowed by default\n[ 0.383146] clocksource: Switched to clocksource kvm-clock\n[ 0.388538] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390376] pnp: PnP ACPI: found 5 devices\n[ 0.396744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398416] NET: Registered protocol family 2\n[ 0.399353] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402889] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403944] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405083] NET: Registered protocol family 1\n[ 0.405928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436359] Trying to unpack rootfs image as initramfs...\n[ 0.486432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500452] Scanning for low memory corruption every 60 seconds\n[ 0.501766] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502924] audit: initializing netlink subsys (disabled)\n[ 0.503925] audit: type=2000 audit(1546064545.220:1): initialized\n[ 0.505201] Initialise system trusted keyring\n[ 0.506115] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507255] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509174] zbud: loaded\n[ 0.509872] VFS: Disk quotas dquot_6.6.0\n[ 0.510676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512156] fuse init (API version 7.23)\n[ 0.513060] Key type big_key registered\n[ 0.513846] Allocating IMA MOK and blacklist keyrings.\n[ 0.515308] Key type asymmetric registered\n[ 0.516110] Asymmetric key parser 'x509' registered\n[ 0.517039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518466] io scheduler noop registered\n[ 0.519250] io scheduler deadline registered (default)\n[ 0.520209] io scheduler cfq registered\n[ 0.521025] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523315] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524731] ACPI: Power Button [PWRF]\n[ 0.525539] GHES: HEST is not enabled!\n[ 0.539258] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600018] Linux agpgart interface v0.103\n[ 0.602063] brd: module loaded\n[ 0.603300] loop: module loaded\n[ 0.607942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609370] GPT:90111 != 2097151\n[ 0.610031] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611101] GPT:90111 != 2097151\n[ 0.611773] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612719] vda: vda1 vda15\n[ 0.614148] scsi host0: ata_piix\n[ 0.614878] scsi host1: ata_piix\n[ 0.615589] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616778] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618182] libphy: Fixed MDIO Bus: probed\n[ 0.618988] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622134] PPP generic driver version 2.4.2\n[ 0.623303] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624933] ehci-pci: EHCI PCI platform driver\n[ 0.626063] ehci-platform: EHCI generic platform driver\n[ 0.627366] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628856] ohci-pci: OHCI PCI platform driver\n[ 0.629987] ohci-platform: OHCI generic platform driver\n[ 0.631299] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646001] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649216] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650534] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652002] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655508] usb usb1: Product: UHCI Host Controller\n[ 0.656777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659550] hub 1-0:1.0: USB hub found\n[ 0.660549] hub 1-0:1.0: 2 ports detected\n[ 0.661702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664310] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665566] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666900] mousedev: PS/2 mouse device common for all mice\n[ 0.668488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672220] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675170] i2c /dev entries driver\n[ 0.675915] device-mapper: uevent: version 1.0.3\n[ 0.676831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679692] NET: Registered protocol family 10\n[ 0.680681] NET: Registered protocol family 17\n[ 0.681556] Key type dns_resolver registered\n[ 0.682457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683537] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685255] registered taskstats version 1\n[ 0.686062] Loading compiled-in X.509 certificates\n[ 0.687494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689308] zswap: loaded using pool lzo/zbud\n[ 0.690637] Key type trusted registered\n[ 0.692172] Key type encrypted registered\n[ 0.692986] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694996] evm: HMAC attrs: 0x1\n[ 0.696289] Magic number: 14:673:368\n[ 0.697123] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:25 UTC (1546064545)\n[ 0.698680] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699781] EDD information not available.\n[ 0.771716] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773137] ata1.00: configured for MWDMA2\n[ 0.774320] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786800] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789261] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791105] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792630] Write protecting the kernel read-only data: 14336k\n[ 0.794169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795968] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.179177] 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.12s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-12-29 06:23:49,451 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action used request id req-2edf7a09-e10c-4e3a-a348-1c8614bba30c 2018-12-29 06:23:49,452 - 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-12-29 06:23:49,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e62a30601b9221e28a1dcd4b90d1eb8a3723d87" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:23:50,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-fd1590fc-a0fe-4f45-8ffd-8f3957d8c719 x-compute-request-id: req-fd1590fc-a0fe-4f45-8ffd-8f3957d8c719 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 520862051 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139889] pid_max: default: 32768 minimum: 301\n[ 0.140767] ACPI: Core revision 20150930\n[ 0.142125] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143402] Security Framework initialized\n[ 0.144192] Yama: becoming mindful.\n[ 0.144904] AppArmor: AppArmor initialized\n[ 0.145750] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150841] Initializing cgroup subsys io\n[ 0.151636] Initializing cgroup subsys memory\n[ 0.152473] Initializing cgroup subsys devices\n[ 0.153337] Initializing cgroup subsys freezer\n[ 0.154181] Initializing cgroup subsys net_cls\n[ 0.155024] Initializing cgroup subsys perf_event\n[ 0.155912] Initializing cgroup subsys net_prio\n[ 0.156775] Initializing cgroup subsys hugetlb\n[ 0.157628] Initializing cgroup subsys pids\n[ 0.158482] CPU: Physical Processor ID: 0\n[ 0.159982] mce: CPU supports 10 MCE banks\n[ 0.160812] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179484] ftrace: allocating 31920 entries in 125 pages\n[ 0.206130] smpboot: Max logical packages: 1\n[ 0.206968] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208292] x2apic enabled\n[ 0.209088] Switched APIC routing to physical x2apic.\n[ 0.210854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211953] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213886] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215637] KVM setup paravirtual spinlock\n[ 0.216908] x86: Booted up 1 node, 1 CPUs\n[ 0.217710] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219066] devtmpfs: initialized\n[ 0.220812] evm: security.selinux\n[ 0.221510] evm: security.SMACK64\n[ 0.222182] evm: security.SMACK64EXEC\n[ 0.222910] evm: security.SMACK64TRANSMUTE\n[ 0.223711] evm: security.SMACK64MMAP\n[ 0.224437] evm: security.ima\n[ 0.225069] evm: security.capability\n[ 0.225860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227671] pinctrl core: initialized pinctrl subsystem\n[ 0.228744] RTC time: 6:22:24, date: 12/29/18\n[ 0.229724] NET: Registered protocol family 16\n[ 0.230677] cpuidle: using governor ladder\n[ 0.231475] cpuidle: using governor menu\n[ 0.232246] PCCT header not found.\n[ 0.232981] ACPI: bus type PCI registered\n[ 0.233777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235025] PCI: Using configuration type 1 for base access\n[ 0.236758] ACPI: Added _OSI(Module Device)\n[ 0.237591] ACPI: Added _OSI(Processor Device)\n[ 0.238442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239320] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241467] ACPI: Interpreter enabled\n[ 0.242221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249411] ACPI: (supports S0 S5)\n[ 0.250139] ACPI: Using IOAPIC for interrupt routing\n[ 0.251140] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255321] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256516] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259878] acpiphp: Slot [3] registered\n[ 0.260678] acpiphp: Slot [4] registered\n[ 0.261471] acpiphp: Slot [5] registered\n[ 0.262254] acpiphp: Slot [6] registered\n[ 0.263030] acpiphp: Slot [7] registered\n[ 0.263823] acpiphp: Slot [8] registered\n[ 0.264606] acpiphp: Slot [9] registered\n[ 0.265381] acpiphp: Slot [10] registered\n[ 0.266177] acpiphp: Slot [11] registered\n[ 0.266993] acpiphp: Slot [12] registered\n[ 0.267788] acpiphp: Slot [13] registered\n[ 0.268588] acpiphp: Slot [14] registered\n[ 0.269382] acpiphp: Slot [15] registered\n[ 0.280263] acpiphp: Slot [16] registered\n[ 0.281063] acpiphp: Slot [17] registered\n[ 0.281857] acpiphp: Slot [18] registered\n[ 0.282652] acpiphp: Slot [19] registered\n[ 0.283442] acpiphp: Slot [20] registered\n[ 0.284230] acpiphp: Slot [21] registered\n[ 0.285024] acpiphp: Slot [22] registered\n[ 0.285816] acpiphp: Slot [23] registered\n[ 0.286609] acpiphp: Slot [24] registered\n[ 0.287399] acpiphp: Slot [25] registered\n[ 0.288185] acpiphp: Slot [26] registered\n[ 0.288975] acpiphp: Slot [27] registered\n[ 0.289773] acpiphp: Slot [28] registered\n[ 0.290599] acpiphp: Slot [29] registered\n[ 0.291388] acpiphp: Slot [30] registered\n[ 0.292173] acpiphp: Slot [31] registered\n[ 0.292966] PCI host bridge to bus 0000:00\n[ 0.293758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294940] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296113] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297521] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298930] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306340] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307485] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308721] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315277] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316674] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361669] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364498] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365909] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367271] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368494] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370721] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372260] vgaarb: loaded\n[ 0.372844] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373950] SCSI subsystem initialized\n[ 0.374751] ACPI: bus type USB registered\n[ 0.375552] usbcore: registered new interface driver usbfs\n[ 0.376552] usbcore: registered new interface driver hub\n[ 0.377530] usbcore: registered new device driver usb\n[ 0.378563] PCI: Using ACPI for IRQ routing\n[ 0.379564] NetLabel: Initializing\n[ 0.380285] NetLabel: domain hash size = 128\n[ 0.381140] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382073] NetLabel: unlabeled traffic allowed by default\n[ 0.383146] clocksource: Switched to clocksource kvm-clock\n[ 0.388538] AppArmor: AppArmor Filesystem Enabled\n[ 0.389477] pnp: PnP ACPI init\n[ 0.390376] pnp: PnP ACPI: found 5 devices\n[ 0.396744] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398416] NET: Registered protocol family 2\n[ 0.399353] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402889] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403944] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405083] NET: Registered protocol family 1\n[ 0.405928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408036] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436359] Trying to unpack rootfs image as initramfs...\n[ 0.486432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500452] Scanning for low memory corruption every 60 seconds\n[ 0.501766] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502924] audit: initializing netlink subsys (disabled)\n[ 0.503925] audit: type=2000 audit(1546064545.220:1): initialized\n[ 0.505201] Initialise system trusted keyring\n[ 0.506115] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507255] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509174] zbud: loaded\n[ 0.509872] VFS: Disk quotas dquot_6.6.0\n[ 0.510676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512156] fuse init (API version 7.23)\n[ 0.513060] Key type big_key registered\n[ 0.513846] Allocating IMA MOK and blacklist keyrings.\n[ 0.515308] Key type asymmetric registered\n[ 0.516110] Asymmetric key parser 'x509' registered\n[ 0.517039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518466] io scheduler noop registered\n[ 0.519250] io scheduler deadline registered (default)\n[ 0.520209] io scheduler cfq registered\n[ 0.521025] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522038] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523315] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524731] ACPI: Power Button [PWRF]\n[ 0.525539] GHES: HEST is not enabled!\n[ 0.539258] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597903] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600018] Linux agpgart interface v0.103\n[ 0.602063] brd: module loaded\n[ 0.603300] loop: module loaded\n[ 0.607942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609370] GPT:90111 != 2097151\n[ 0.610031] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611101] GPT:90111 != 2097151\n[ 0.611773] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612719] vda: vda1 vda15\n[ 0.614148] scsi host0: ata_piix\n[ 0.614878] scsi host1: ata_piix\n[ 0.615589] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616778] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618182] libphy: Fixed MDIO Bus: probed\n[ 0.618988] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619923] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622134] PPP generic driver version 2.4.2\n[ 0.623303] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624933] ehci-pci: EHCI PCI platform driver\n[ 0.626063] ehci-platform: EHCI generic platform driver\n[ 0.627366] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628856] ohci-pci: OHCI PCI platform driver\n[ 0.629987] ohci-platform: OHCI generic platform driver\n[ 0.631299] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646001] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649216] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650534] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652002] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655508] usb usb1: Product: UHCI Host Controller\n[ 0.656777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658310] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659550] hub 1-0:1.0: USB hub found\n[ 0.660549] hub 1-0:1.0: 2 ports detected\n[ 0.661702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664310] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665566] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666900] mousedev: PS/2 mouse device common for all mice\n[ 0.668488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670841] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672220] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675170] i2c /dev entries driver\n[ 0.675915] device-mapper: uevent: version 1.0.3\n[ 0.676831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679692] NET: Registered protocol family 10\n[ 0.680681] NET: Registered protocol family 17\n[ 0.681556] Key type dns_resolver registered\n[ 0.682457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683537] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685255] registered taskstats version 1\n[ 0.686062] Loading compiled-in X.509 certificates\n[ 0.687494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689308] zswap: loaded using pool lzo/zbud\n[ 0.690637] Key type trusted registered\n[ 0.692172] Key type encrypted registered\n[ 0.692986] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693987] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694996] evm: HMAC attrs: 0x1\n[ 0.696289] Magic number: 14:673:368\n[ 0.697123] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:25 UTC (1546064545)\n[ 0.698680] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699781] EDD information not available.\n[ 0.771716] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773137] ata1.00: configured for MWDMA2\n[ 0.774320] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786800] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788022] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789261] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791105] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792630] Write protecting the kernel read-only data: 14336k\n[ 0.794169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795968] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.179177] 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.12s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-12-29 06:23:50,525 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action used request id req-fd1590fc-a0fe-4f45-8ffd-8f3957d8c719 2018-12-29 06:23:50,526 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-12-29 06:23:50,527 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-12-29 06:23:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-872854", "route_distinguishers": "222:222"}}' 2018-12-29 06:23:50,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-87651b77-2fb5-4531-b32f-96c5d7e219a4 Date: Sat, 29 Dec 2018 06:23:50 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "a0a83172-4daa-4953-823c-cea3acc3d78a", "name": "sdnvpn-2-872854", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:23:50,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-87651b77-2fb5-4531-b32f-96c5d7e219a4 2018-12-29 06:23:50,883 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-872854', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [u'88:88'], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'a0a83172-4daa-4953-823c-cea3acc3d78a'}} 2018-12-29 06:23:50,883 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-12-29 06:23:50,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" -d '{"network_association": {"network_id": "d25fb8d7-55cb-4571-abe8-b9738562799a"}}' 2018-12-29 06:23:51,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-fa3ebdff-8494-4368-9202-7a6bd5991c06 Date: Sat, 29 Dec 2018 06:23:51 GMT RESP BODY: {"network_association": {"network_id": "d25fb8d7-55cb-4571-abe8-b9738562799a", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "4578326f-8bbb-4e8d-b1f5-fcc5a0063795"}} 2018-12-29 06:23:51,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a/network_associations used request id req-fa3ebdff-8494-4368-9202-7a6bd5991c06 2018-12-29 06:23:51,658 - sdnvpn_test_utils - DEBUG - Waiting for network 52976715-3d0f-4ab0-ab58-83bbc57eedf2 to associate with BGPVPN 286fd88c-8413-4d6a-ad24-37ea23234b5b 2018-12-29 06:23:51,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:23:51,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-444ecbe3-07b8-4f04-921d-5eb28249b5c3 Date: Sat, 29 Dec 2018 06:23:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "52976715-3d0f-4ab0-ab58-83bbc57eedf2", "name": "sdnvpn-1-905799", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["55:55"], "networks": ["286fd88c-8413-4d6a-ad24-37ea23234b5b"], "route_targets": ["55:55"], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:23:51,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2 used request id req-444ecbe3-07b8-4f04-921d-5eb28249b5c3 2018-12-29 06:23:52,987 - sdnvpn_test_utils - DEBUG - Waiting for network a0a83172-4daa-4953-823c-cea3acc3d78a to associate with BGPVPN d25fb8d7-55cb-4571-abe8-b9738562799a 2018-12-29 06:23:52,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:23:53,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-3b90ea0a-8b18-4781-a9cd-357bbe751b61 Date: Sat, 29 Dec 2018 06:23:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "a0a83172-4daa-4953-823c-cea3acc3d78a", "name": "sdnvpn-2-872854", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["d25fb8d7-55cb-4571-abe8-b9738562799a"], "route_targets": ["88:88"], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:23:53,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a used request id req-3b90ea0a-8b18-4781-a9cd-357bbe751b61 2018-12-29 06:23:54,151 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:24:24,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:24:25,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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,Accept-Encoding x-openstack-request-id: req-817ad7c7-16df-4867-bc98-bbd877c74a44 x-compute-request-id: req-817ad7c7-16df-4867-bc98-bbd877c74a44 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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\n/dev/root resized successfully [took 2.67s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-12-29 06:24:25,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-817ad7c7-16df-4867-bc98-bbd877c74a44 2018-12-29 06:24:25,255 - 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-12-29 06:24:25,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f24f6a2bceb42a1ce99f49bf135e7bd78bbf581" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:24:26,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24: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-edcf0229-632d-489a-b7f4-65ae7591a37a x-compute-request-id: req-edcf0229-632d-489a-b7f4-65ae7591a37a 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 505401229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135437] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137208] pid_max: default: 32768 minimum: 301\n[ 0.138142] ACPI: Core revision 20150930\n[ 0.139583] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140944] Security Framework initialized\n[ 0.141838] Yama: becoming mindful.\n[ 0.142612] AppArmor: AppArmor initialized\n[ 0.143517] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144928] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146283] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147653] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149179] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.151049] Initializing cgroup subsys devices\n[ 0.152048] Initializing cgroup subsys freezer\n[ 0.153022] Initializing cgroup subsys net_cls\n[ 0.153991] Initializing cgroup subsys perf_event\n[ 0.155024] Initializing cgroup subsys net_prio\n[ 0.156009] Initializing cgroup subsys hugetlb\n[ 0.156994] Initializing cgroup subsys pids\n[ 0.157965] CPU: Physical Processor ID: 0\n[ 0.159610] mce: CPU supports 10 MCE banks\n[ 0.160571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161706] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172878] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179856] ftrace: allocating 31920 entries in 125 pages\n[ 0.207701] smpboot: Max logical packages: 1\n[ 0.208710] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210327] x2apic enabled\n[ 0.211137] Switched APIC routing to physical x2apic.\n[ 0.212870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216305] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218453] KVM setup paravirtual spinlock\n[ 0.219943] x86: Booted up 1 node, 1 CPUs\n[ 0.220873] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222497] devtmpfs: initialized\n[ 0.224323] evm: security.selinux\n[ 0.225127] evm: security.SMACK64\n[ 0.225924] evm: security.SMACK64EXEC\n[ 0.226787] evm: security.SMACK64TRANSMUTE\n[ 0.227726] evm: security.SMACK64MMAP\n[ 0.228582] evm: security.ima\n[ 0.229315] evm: security.capability\n[ 0.230239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232420] pinctrl core: initialized pinctrl subsystem\n[ 0.233696] RTC time: 6:22:11, date: 12/29/18\n[ 0.234794] NET: Registered protocol family 16\n[ 0.235901] cpuidle: using governor ladder\n[ 0.236866] cpuidle: using governor menu\n[ 0.237738] PCCT header not found.\n[ 0.238471] ACPI: bus type PCI registered\n[ 0.239249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240464] PCI: Using configuration type 1 for base access\n[ 0.242209] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246878] ACPI: Interpreter enabled\n[ 0.247640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254846] ACPI: (supports S0 S5)\n[ 0.255537] ACPI: Using IOAPIC for interrupt routing\n[ 0.256558] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259758] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262089] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265508] acpiphp: Slot [3] registered\n[ 0.266287] acpiphp: Slot [4] registered\n[ 0.267067] acpiphp: Slot [5] registered\n[ 0.267853] acpiphp: Slot [6] registered\n[ 0.268641] acpiphp: Slot [7] registered\n[ 0.269420] acpiphp: Slot [8] registered\n[ 0.270198] acpiphp: Slot [9] registered\n[ 0.270975] acpiphp: Slot [10] registered\n[ 0.271763] acpiphp: Slot [11] registered\n[ 0.272558] acpiphp: Slot [12] registered\n[ 0.273342] acpiphp: Slot [13] registered\n[ 0.274139] acpiphp: Slot [14] registered\n[ 0.274927] acpiphp: Slot [15] registered\n[ 0.285907] acpiphp: Slot [16] registered\n[ 0.286699] acpiphp: Slot [17] registered\n[ 0.287487] acpiphp: Slot [18] registered\n[ 0.288271] acpiphp: Slot [19] registered\n[ 0.289058] acpiphp: Slot [20] registered\n[ 0.289847] acpiphp: Slot [21] registered\n[ 0.290640] acpiphp: Slot [22] registered\n[ 0.291425] acpiphp: Slot [23] registered\n[ 0.292216] acpiphp: Slot [24] registered\n[ 0.293008] acpiphp: Slot [25] registered\n[ 0.293805] acpiphp: Slot [26] registered\n[ 0.294593] acpiphp: Slot [27] registered\n[ 0.295383] acpiphp: Slot [28] registered\n[ 0.296175] acpiphp: Slot [29] registered\n[ 0.296964] acpiphp: Slot [30] registered\n[ 0.297752] acpiphp: Slot [31] registered\n[ 0.298537] PCI host bridge to bus 0000:00\n[ 0.299320] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300502] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303302] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304798] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311096] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314792] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322075] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376220] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379019] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381497] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383709] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385241] vgaarb: loaded\n[ 0.385840] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386981] SCSI subsystem initialized\n[ 0.387806] ACPI: bus type USB registered\n[ 0.388616] usbcore: registered new interface driver usbfs\n[ 0.389634] usbcore: registered new interface driver hub\n[ 0.390631] usbcore: registered new device driver usb\n[ 0.391687] PCI: Using ACPI for IRQ routing\n[ 0.392839] NetLabel: Initializing\n[ 0.393688] NetLabel: domain hash size = 128\n[ 0.394708] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395863] NetLabel: unlabeled traffic allowed by default\n[ 0.397183] clocksource: Switched to clocksource kvm-clock\n[ 0.403046] AppArmor: AppArmor Filesystem Enabled\n[ 0.404200] pnp: PnP ACPI init\n[ 0.405266] pnp: PnP ACPI: found 5 devices\n[ 0.411816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413903] NET: Registered protocol family 2\n[ 0.415051] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416616] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418044] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419479] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422168] NET: Registered protocol family 1\n[ 0.423051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425238] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439446] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453751] Trying to unpack rootfs image as initramfs...\n[ 0.504884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519615] Scanning for low memory corruption every 60 seconds\n[ 0.521599] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523448] audit: initializing netlink subsys (disabled)\n[ 0.525110] audit: type=2000 audit(1546064532.493:1): initialized\n[ 0.527090] Initialise system trusted keyring\n[ 0.528509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533084] zbud: loaded\n[ 0.534064] VFS: Disk quotas dquot_6.6.0\n[ 0.535302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537596] fuse init (API version 7.23)\n[ 0.538915] Key type big_key registered\n[ 0.540157] Allocating IMA MOK and blacklist keyrings.\n[ 0.541840] Key type asymmetric registered\n[ 0.543124] Asymmetric key parser 'x509' registered\n[ 0.544644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546926] io scheduler noop registered\n[ 0.548151] io scheduler deadline registered (default)\n[ 0.549753] io scheduler cfq registered\n[ 0.551398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557338] ACPI: Power Button [PWRF]\n[ 0.558598] GHES: HEST is not enabled!\n[ 0.572444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.606273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632892] Linux agpgart interface v0.103\n[ 0.635360] brd: module loaded\n[ 0.636878] loop: module loaded\n[ 0.642780] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644598] GPT:90111 != 2097151\n[ 0.645360] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646791] GPT:90111 != 2097151\n[ 0.647588] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648757] vda: vda1 vda15\n[ 0.650426] scsi host0: ata_piix\n[ 0.651299] scsi host1: ata_piix\n[ 0.652120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655342] libphy: Fixed MDIO Bus: probed\n[ 0.656301] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659904] PPP generic driver version 2.4.2\n[ 0.661093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662584] ehci-pci: EHCI PCI platform driver\n[ 0.663685] ehci-platform: EHCI generic platform driver\n[ 0.664930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666247] ohci-pci: OHCI PCI platform driver\n[ 0.667273] ohci-platform: OHCI generic platform driver\n[ 0.668437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683167] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684437] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686670] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689708] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.694399] usb usb1: Product: UHCI Host Controller\n[ 0.695899] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697748] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699070] hub 1-0:1.0: USB hub found\n[ 0.700254] hub 1-0:1.0: 2 ports detected\n[ 0.701531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704654] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706055] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707349] mousedev: PS/2 mouse device common for all mice\n[ 0.708873] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712309] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715357] i2c /dev entries driver\n[ 0.716283] device-mapper: uevent: version 1.0.3\n[ 0.717443] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.719535] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721287] NET: Registered protocol family 10\n[ 0.722545] NET: Registered protocol family 17\n[ 0.723657] Key type dns_resolver registered\n[ 0.724771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.728337] registered taskstats version 1\n[ 0.729356] Loading compiled-in X.509 certificates\n[ 0.731056] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733318] zswap: loaded using pool lzo/zbud\n[ 0.735401] Key type trusted registered\n[ 0.737201] Key type encrypted registered\n[ 0.738257] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739671] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740993] evm: HMAC attrs: 0x1\n[ 0.742116] Magic number: 14:673:368\n[ 0.743185] rtc_cmos 00:00: setting system clock to 2018-12-29 06:22:12 UTC (1546064532)\n[ 0.745217] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.746642] EDD information not available.\n[ 0.809739] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811447] ata1.00: configured for MWDMA2\n[ 0.812800] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826174] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827679] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829112] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831191] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833055] Write protecting the kernel read-only data: 14336k\n[ 0.834902] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837035] 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 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.161289] 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\n/dev/root resized successfully [took 2.67s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-12-29 06:24:26,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-edcf0229-632d-489a-b7f4-65ae7591a37a 2018-12-29 06:24:26,377 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-12-29 06:24:26,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"forceDelete": null}' 2018-12-29 06:24:26,566 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-c44c3006-a87c-4e28-b8c5-1650b4ff1ca0 x-compute-request-id: req-c44c3006-a87c-4e28-b8c5-1650b4ff1ca0 Content-Length: 0 Content-Type: application/json 2018-12-29 06:24:26,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183/action used request id req-c44c3006-a87c-4e28-b8c5-1650b4ff1ca0 2018-12-29 06:24:26,566 - sdnvpn_test_utils - DEBUG - Waiting for instance d752fdaa-3b58-4484-af88-a6d49c8e5183 to be deleted 2018-12-29 06:24:26,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:27,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-c395d412-d097-41c1-a028-9c4aa2631328 x-compute-request-id: req-c395d412-d097-41c1-a028-9c4aa2631328 Content-Encoding: gzip Content-Length: 981 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:e4:c9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d752fdaa-3b58-4484-af88-a6d49c8e5183", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-12-29T06:22:24.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d752fdaa-3b58-4484-af88-a6d49c8e5183", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:24:26Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-12-29T06:22:20Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:f2:9d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:27,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-c395d412-d097-41c1-a028-9c4aa2631328 2018-12-29 06:24:29,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:29,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aff93ef1-b04e-43d0-a03f-c0c8fdcd40e7 x-compute-request-id: req-aff93ef1-b04e-43d0-a03f-c0c8fdcd40e7 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:f2:9d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:29,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-aff93ef1-b04e-43d0-a03f-c0c8fdcd40e7 2018-12-29 06:24:31,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"forceDelete": null}' 2018-12-29 06:24:32,057 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29d819e7-79f2-4343-8dd8-f628935b5c39 x-compute-request-id: req-29d819e7-79f2-4343-8dd8-f628935b5c39 Content-Length: 0 Content-Type: application/json 2018-12-29 06:24:32,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6/action used request id req-29d819e7-79f2-4343-8dd8-f628935b5c39 2018-12-29 06:24:32,057 - sdnvpn_test_utils - DEBUG - Waiting for instance 2727f9a4-49cc-4f65-bd55-427ccd0f97d6 to be deleted 2018-12-29 06:24:32,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:32,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-1d9af016-3b1d-4a44-af56-ff8196bcade4 x-compute-request-id: req-1d9af016-3b1d-4a44-af56-ff8196bcade4 Content-Encoding: gzip Content-Length: 895 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:f2:9d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:24:31Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:32,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1d9af016-3b1d-4a44-af56-ff8196bcade4 2018-12-29 06:24:34,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:35,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea7bf4c-7a04-4f79-83b9-e1efa1991b76 x-compute-request-id: req-6ea7bf4c-7a04-4f79-83b9-e1efa1991b76 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-12-29T06:21:59.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "2727f9a4-49cc-4f65-bd55-427ccd0f97d6", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:24:33Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-12-29T06:21:54Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:35,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-6ea7bf4c-7a04-4f79-83b9-e1efa1991b76 2018-12-29 06:24:37,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:37,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24: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-4d851db1-77e6-4db0-be58-2936d7c76b76 x-compute-request-id: req-4d851db1-77e6-4db0-be58-2936d7c76b76 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:22:12Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:37,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4d851db1-77e6-4db0-be58-2936d7c76b76 2018-12-29 06:24:39,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" -d '{"forceDelete": null}' 2018-12-29 06:24:40,177 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:24:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf33d962-06dd-4b44-9c30-7b9d6fc78bbc x-compute-request-id: req-bf33d962-06dd-4b44-9c30-7b9d6fc78bbc Content-Length: 0 Content-Type: application/json 2018-12-29 06:24:40,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5/action used request id req-bf33d962-06dd-4b44-9c30-7b9d6fc78bbc 2018-12-29 06:24:40,178 - sdnvpn_test_utils - DEBUG - Waiting for instance 26aef425-c2d3-48a7-bc1e-8a16fd5087b5 to be deleted 2018-12-29 06:24:40,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:40,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6608c608-0d94-4647-8499-ebcf738f0ce5 x-compute-request-id: req-6608c608-0d94-4647-8499-ebcf738f0ce5 Content-Encoding: gzip Content-Length: 797 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:50:04", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "rel": "bookmark"}], "image": {"id": "4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "links": [{"href": "http://172.30.9.30:8774/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-12-29T06:22:11.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "26aef425-c2d3-48a7-bc1e-8a16fd5087b5", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:24:40Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-12-29T06:22:07Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:24:40,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-6608c608-0d94-4647-8499-ebcf738f0ce5 2018-12-29 06:24:42,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f2c96a3f54df74a3a325e07ac4524fe8a31f26" 2018-12-29 06:24:42,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-350f3f2f-cab9-432d-aae3-f548bc3ae9b2 x-compute-request-id: req-350f3f2f-cab9-432d-aae3-f548bc3ae9b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:24:42,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-350f3f2f-cab9-432d-aae3-f548bc3ae9b2 2018-12-29 06:24:44,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d3fa76293e656f0cb022108bd8db1c9780121c9" 2018-12-29 06:24:46,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99cb9766-0dcb-4274-956f-a09356eba858 Date: Sat, 29 Dec 2018 06:24:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:24:46,259 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4fd0f275-ca3d-4b30-9c54-a13d3cdc6e8a used request id req-99cb9766-0dcb-4274-956f-a09356eba858 2018-12-29 06:24:46,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:46,913 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b323d7e5-88aa-4a99-a5fb-f707df7e15e3 Content-Length: 0 Date: Sat, 29 Dec 2018 06:24:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:46,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/52976715-3d0f-4ab0-ab58-83bbc57eedf2 used request id req-b323d7e5-88aa-4a99-a5fb-f707df7e15e3 2018-12-29 06:24:46,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:47,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f206effe-a9b4-4a45-b268-4f079b660d4c Content-Length: 0 Date: Sat, 29 Dec 2018 06:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:47,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a0a83172-4daa-4953-823c-cea3acc3d78a used request id req-f206effe-a9b4-4a45-b268-4f079b660d4c 2018-12-29 06:24:47,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/37182274-e42f-456f-a2e1-9dc734860d3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:49,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0800f6ae-a61b-487c-8358-8b9d870ac4ce Date: Sat, 29 Dec 2018 06:24:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:49,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/37182274-e42f-456f-a2e1-9dc734860d3c used request id req-0800f6ae-a61b-487c-8358-8b9d870ac4ce 2018-12-29 06:24:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/d4b2465a-af14-4922-b1e1-6a7bd54db0ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:52,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da517bae-d6a1-47aa-90bd-f2c807865180 Date: Sat, 29 Dec 2018 06:24:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:52,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d4b2465a-af14-4922-b1e1-6a7bd54db0ef used request id req-da517bae-d6a1-47aa-90bd-f2c807865180 2018-12-29 06:24:52,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/286fd88c-8413-4d6a-ad24-37ea23234b5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:53,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d8e7335-6a8f-4b17-9b4a-db5f40b01841 Date: Sat, 29 Dec 2018 06:24:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:53,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/286fd88c-8413-4d6a-ad24-37ea23234b5b used request id req-0d8e7335-6a8f-4b17-9b4a-db5f40b01841 2018-12-29 06:24:53,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d25fb8d7-55cb-4571-abe8-b9738562799a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4baf2e10d1c94172a69b40b205ddc4ba9a20884" 2018-12-29 06:24:54,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee254e1e-d52e-43fc-afed-8f53030be72e Date: Sat, 29 Dec 2018 06:24:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:24:54,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d25fb8d7-55cb-4571-abe8-b9738562799a used request id req-ee254e1e-d52e-43fc-afed-8f53030be72e 2018-12-29 06:24:54,177 - 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-12-29 06:24:54,177 - sdnvpn-results - INFO - All the subtests have passed. 2018-12-29 06:24:54,177 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-12-29 06:24:54,178 - 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-12-29 06:24:54,178 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-12-29 06:24:54,178 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-12-29 06:24:54,178 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-12-29 06:24:54,284 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-12-29 06:24:54,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:24:54,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:24:54,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:24:54,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:24:54,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:24:54,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:24:54,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:24:54,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:24:54,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:24:54,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:24:54,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:24:54,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:24:54,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:24:54,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:24:54,295 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:24:54,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:24:54,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f3be69-434c-4a59-b13d-1b790eeb59da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:24:54,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-86f3be69-434c-4a59-b13d-1b790eeb59da 2018-12-29 06:24:54,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:24:54,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["a6O83yIYSq2ucX2BegGmHA"], "issued_at": "2018-12-29T06:24:54.000000Z"}} 2018-12-29 06:24:54,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a29ea7d425d89b908f981f939ca69c289c5e716c" 2018-12-29 06:24:54,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e8224876-4b75-41d8-b0ca-4d680bfcf9f7 Date: Sat, 29 Dec 2018 06:24:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:24:54,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-e8224876-4b75-41d8-b0ca-4d680bfcf9f7 2018-12-29 06:24:54,836 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:24:54,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a29ea7d425d89b908f981f939ca69c289c5e716c" 2018-12-29 06:24:54,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6467ee9a-4f0b-477c-ba0e-60de2c28d46e Date: Sat, 29 Dec 2018 06:24:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:24:54,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6467ee9a-4f0b-477c-ba0e-60de2c28d46e 2018-12-29 06:24:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a29ea7d425d89b908f981f939ca69c289c5e716c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:24:55,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 X-Openstack-Request-Id: req-8aa7eef5-3cbc-4a10-8b4a-7bb63bcbbd89 Date: Sat, 29 Dec 2018 06:24:55 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:24:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:24:55Z", "visibility": "public", "locations": [], "self": "/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "min_disk": 0, "protected": false, "id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "file": "/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:24:55,233 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8aa7eef5-3cbc-4a10-8b4a-7bb63bcbbd89 2018-12-29 06:24:55,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a29ea7d425d89b908f981f939ca69c289c5e716c" -d '' 2018-12-29 06:24:56,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4dcbece-69e6-4269-8c90-14f2418b5439 Date: Sat, 29 Dec 2018 06:24:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:24:56,937 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64/file used request id req-e4dcbece-69e6-4269-8c90-14f2418b5439 2018-12-29 06:24:56,937 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-12-29 06:24:56,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:24:56,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4485d857-642a-4567-bc61-49e3cc4cbfe1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:24:56,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4485d857-642a-4567-bc61-49e3cc4cbfe1 2018-12-29 06:24:56,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:24:57,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["f4x6a09ETc2cJtHvMmvAUQ"], "issued_at": "2018-12-29T06:24:57.000000Z"}} 2018-12-29 06:24:57,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-12-29 06:24:57,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-eff68ef6-e22a-4186-9f5d-157b2bbc9ce2 Date: Sat, 29 Dec 2018 06:24: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":"74eb2941-b810-426a-b3df-c416167d1e31","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:24:57Z","is_default":false,"provider:segmentation_id":91,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:24:57Z","mtu":1450}} 2018-12-29 06:24:57,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-eff68ef6-e22a-4186-9f5d-157b2bbc9ce2 2018-12-29 06:24:57,715 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 74eb2941-b810-426a-b3df-c416167d1e31 with cidr 10.10.10.0/24 2018-12-29 06:24:57,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"subnets": [{"ip_version": 4, "network_id": "74eb2941-b810-426a-b3df-c416167d1e31", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-12-29 06:24:58,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-eba58cd0-2e2c-4853-ba0b-34d4e956196e Date: Sat, 29 Dec 2018 06:24:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74eb2941-b810-426a-b3df-c416167d1e31","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:24:57Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:24:57Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"cc7ee108-81ad-4d3f-869d-5ed302eb33a0","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-12-29 06:24:58,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-eba58cd0-2e2c-4853-ba0b-34d4e956196e 2018-12-29 06:24:58,240 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-12-29 06:24:58,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-12-29 06:24:58,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-bcf2fe10-9056-40cc-88a8-a40d62de11a2 Date: Sat, 29 Dec 2018 06:24:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25be2d28-c864-4a5e-aa15-bd6ddd0a290f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:24:58Z","is_default":false,"provider:segmentation_id":90,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:24:58Z","mtu":1450}} 2018-12-29 06:24:58,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bcf2fe10-9056-40cc-88a8-a40d62de11a2 2018-12-29 06:24:58,821 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 25be2d28-c864-4a5e-aa15-bd6ddd0a290f with cidr 10.10.11.0/24 2018-12-29 06:24:58,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"subnets": [{"ip_version": 4, "network_id": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-12-29 06:24:59,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7bb882ec-1313-468f-8b25-f6751c07cd03 Date: Sat, 29 Dec 2018 06:24:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25be2d28-c864-4a5e-aa15-bd6ddd0a290f","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:24:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:24:59Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"2ae92d8e-563f-4ed8-ab59-cab419e1eca8","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-12-29 06:24:59,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7bb882ec-1313-468f-8b25-f6751c07cd03 2018-12-29 06:24:59,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:24:59,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-c3b6944d-a914-4760-8894-e53727c2997a Date: Sat, 29 Dec 2018 06:24:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:24:59,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-c3b6944d-a914-4760-8894-e53727c2997a 2018-12-29 06:24:59,719 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:24:59,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:24:59,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa15d4b-a77d-48f0-8d3c-fadd39417a02 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:24:59,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2fa15d4b-a77d-48f0-8d3c-fadd39417a02 2018-12-29 06:24:59,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:00,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["M8FD5gBeT1e6O_1tWf0YPw"], "issued_at": "2018-12-29T06:25:00.000000Z"}} 2018-12-29 06:25:00,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:25:00,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2befd4a1-6183-446e-9114-d629d67af92b x-compute-request-id: req-2befd4a1-6183-446e-9114-d629d67af92b Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:25:00,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-2befd4a1-6183-446e-9114-d629d67af92b 2018-12-29 06:25:00,309 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:25:00,310 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-12-29 06:25:00,310 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 network=74eb2941-b810-426a-b3df-c416167d1e31 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:25:00,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:00,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:00,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:00,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:00,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:00,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:00,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:00,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:00,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:00,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:00,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:00,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:00,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:00,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:00,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:00,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:00,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:00,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:00,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:00,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bccc22e-6d1f-4ae8-8947-ea499288c75d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:00,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4bccc22e-6d1f-4ae8-8947-ea499288c75d 2018-12-29 06:25:00,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:00,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["eSdZlrEuRseUrQcR-Wjhcg"], "issued_at": "2018-12-29T06:25:00.000000Z"}} 2018-12-29 06:25:00,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" 2018-12-29 06:25:00,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a3e5cf6-31c3-44e5-a6e0-32de1aac15e7 x-compute-request-id: req-5a3e5cf6-31c3-44e5-a6e0-32de1aac15e7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:25:00,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5a3e5cf6-31c3-44e5-a6e0-32de1aac15e7 2018-12-29 06:25:00,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" 2018-12-29 06:25:00,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62abc27b-7b99-498b-b20e-11f701b96a7f x-compute-request-id: req-62abc27b-7b99-498b-b20e-11f701b96a7f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:25:00,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-62abc27b-7b99-498b-b20e-11f701b96a7f 2018-12-29 06:25:00,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74eb2941-b810-426a-b3df-c416167d1e31"}]}}' 2018-12-29 06:25:02,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66e9d19b-4bc3-4666-bf3f-f4fe8a05d25a x-compute-request-id: req-66e9d19b-4bc3-4666-bf3f-f4fe8a05d25a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "adminPass": "XTkeegZ7nhnn"}} 2018-12-29 06:25:02,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-66e9d19b-4bc3-4666-bf3f-f4fe8a05d25a 2018-12-29 06:25:02,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:02,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a221bc01-5918-4c87-b9ad-61e79571d803 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:02,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a221bc01-5918-4c87-b9ad-61e79571d803 2018-12-29 06:25:02,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:02,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Zg64-zx9T3Woz3swO15rCA"], "issued_at": "2018-12-29T06:25:02.000000Z"}} 2018-12-29 06:25:02,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389d5188e436c898239326871c48a27f6c7ec4f1" 2018-12-29 06:25:03,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27729ba6-5668-470f-a485-e888a619a5ed x-compute-request-id: req-27729ba6-5668-470f-a485-e888a619a5ed 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.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25: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-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:03,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 used request id req-27729ba6-5668-470f-a485-e888a619a5ed 2018-12-29 06:25:06,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389d5188e436c898239326871c48a27f6c7ec4f1" 2018-12-29 06:25:07,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f77d1bb8-ed04-4696-8396-22b25e629e80 x-compute-request-id: req-f77d1bb8-ed04-4696-8396-22b25e629e80 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25:03Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:07,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 used request id req-f77d1bb8-ed04-4696-8396-22b25e629e80 2018-12-29 06:25:10,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}389d5188e436c898239326871c48a27f6c7ec4f1" 2018-12-29 06:25:10,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-18426e56-f83a-4367-98f9-ab5d566d3be6 x-compute-request-id: req-18426e56-f83a-4367-98f9-ab5d566d3be6 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-12-29T06:25:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:10,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 used request id req-18426e56-f83a-4367-98f9-ab5d566d3be6 2018-12-29 06:25:10,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" 2018-12-29 06:25:11,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-85d7f36f-2057-4759-8530-fe1a9511395b x-compute-request-id: req-85d7f36f-2057-4759-8530-fe1a9511395b Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-12-29T06:25:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:11,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8 used request id req-85d7f36f-2057-4759-8530-fe1a9511395b 2018-12-29 06:25:11,571 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.10'. 2018-12-29 06:25:11,571 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-12-29 06:25:11,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:25:13,113 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a4a00ec-ae2a-43b9-aaaf-9565a3a00c3c x-compute-request-id: req-3a4a00ec-ae2a-43b9-aaaf-9565a3a00c3c Content-Length: 0 Content-Type: application/json 2018-12-29 06:25:13,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-3a4a00ec-ae2a-43b9-aaaf-9565a3a00c3c 2018-12-29 06:25:13,113 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-12-29 06:25:13,113 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 network=74eb2941-b810-426a-b3df-c416167d1e31 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:13,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:13,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:13,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:13,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:13,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:13,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:13,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:13,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a28899ca-6fef-4ec1-bcc8-9ca2df586c5f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:13,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a28899ca-6fef-4ec1-bcc8-9ca2df586c5f 2018-12-29 06:25:13,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:13,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["EiBn59NSS1irzbS4lgDefg"], "issued_at": "2018-12-29T06:25:13.000000Z"}} 2018-12-29 06:25:13,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d83b1d30d87aa075abcb2f43898a3bc8307bad2" 2018-12-29 06:25:13,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-d3747fd2-21e2-4e88-92ff-b9df9e6d9d10 x-compute-request-id: req-d3747fd2-21e2-4e88-92ff-b9df9e6d9d10 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:25:13,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d3747fd2-21e2-4e88-92ff-b9df9e6d9d10 2018-12-29 06:25:13,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d83b1d30d87aa075abcb2f43898a3bc8307bad2" 2018-12-29 06:25:13,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-4ab4d129-08ca-45d6-abb0-4ffb8abd2d51 x-compute-request-id: req-4ab4d129-08ca-45d6-abb0-4ffb8abd2d51 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:25:13,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-4ab4d129-08ca-45d6-abb0-4ffb8abd2d51 2018-12-29 06:25:13,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d83b1d30d87aa075abcb2f43898a3bc8307bad2" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74eb2941-b810-426a-b3df-c416167d1e31"}]}}' 2018-12-29 06:25:15,165 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34346004-f6f1-4179-b1f0-507c9f5e1397 x-compute-request-id: req-34346004-f6f1-4179-b1f0-507c9f5e1397 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "adminPass": "8PtVv8ZVuRa9"}} 2018-12-29 06:25:15,165 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-34346004-f6f1-4179-b1f0-507c9f5e1397 2018-12-29 06:25:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a46448-5141-4016-8384-ea19f04df1a6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:15,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78a46448-5141-4016-8384-ea19f04df1a6 2018-12-29 06:25:15,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:15,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["p2-Il8jhSzSX8p75oaqdPA"], "issued_at": "2018-12-29T06:25:15.000000Z"}} 2018-12-29 06:25:15,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea3e307ec351e7b54b5b362f87e965bbf8d255b" 2018-12-29 06:25:16,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2677f4ec-8ac2-4483-b02a-69c872f56e78 x-compute-request-id: req-2677f4ec-8ac2-4483-b02a-69c872f56e78 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:16,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 used request id req-2677f4ec-8ac2-4483-b02a-69c872f56e78 2018-12-29 06:25:19,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea3e307ec351e7b54b5b362f87e965bbf8d255b" 2018-12-29 06:25:19,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-c9753d15-af5b-4717-84ed-ac5499d72b74 x-compute-request-id: req-c9753d15-af5b-4717-84ed-ac5499d72b74 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.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25:16Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:19,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 used request id req-c9753d15-af5b-4717-84ed-ac5499d72b74 2018-12-29 06:25:22,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea3e307ec351e7b54b5b362f87e965bbf8d255b" 2018-12-29 06:25:23,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-68465495-0c9e-494f-ae81-06ee02e61e32 x-compute-request-id: req-68465495-0c9e-494f-ae81-06ee02e61e32 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:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:23,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 used request id req-68465495-0c9e-494f-ae81-06ee02e61e32 2018-12-29 06:25:23,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d83b1d30d87aa075abcb2f43898a3bc8307bad2" 2018-12-29 06:25:23,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-18250425-f9ea-4435-ba90-37a368fce471 x-compute-request-id: req-18250425-f9ea-4435-ba90-37a368fce471 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:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:23,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63 used request id req-18250425-f9ea-4435-ba90-37a368fce471 2018-12-29 06:25:23,873 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.14'. 2018-12-29 06:25:23,873 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-12-29 06:25:23,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:25:25,294 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25: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-04487a04-a11b-47aa-99e7-03fff5b358b1 x-compute-request-id: req-04487a04-a11b-47aa-99e7-03fff5b358b1 Content-Length: 0 Content-Type: application/json 2018-12-29 06:25:25,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action used request id req-04487a04-a11b-47aa-99e7-03fff5b358b1 2018-12-29 06:25:25,294 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-12-29 06:25:25,294 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 network=25be2d28-c864-4a5e-aa15-bd6ddd0a290f secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:25,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:25,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:25,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:25,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:25,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:25,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:25,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:25,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac01b75f-5777-4553-b3d5-585f35729ede Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:25,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ac01b75f-5777-4553-b3d5-585f35729ede 2018-12-29 06:25:25,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:25,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Skera07mTOKKMybCZLSO3w"], "issued_at": "2018-12-29T06:25:25.000000Z"}} 2018-12-29 06:25:25,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36320ed36d2a89515e645be5e150d0c373d41c5" 2018-12-29 06:25:25,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b94fb67-8051-4fe5-945f-fd21067c8eec x-compute-request-id: req-8b94fb67-8051-4fe5-945f-fd21067c8eec Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:25:25,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8b94fb67-8051-4fe5-945f-fd21067c8eec 2018-12-29 06:25:25,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36320ed36d2a89515e645be5e150d0c373d41c5" 2018-12-29 06:25:25,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad23b103-6b5e-4caf-acc6-5eaa251434e5 x-compute-request-id: req-ad23b103-6b5e-4caf-acc6-5eaa251434e5 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:25:25,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-ad23b103-6b5e-4caf-acc6-5eaa251434e5 2018-12-29 06:25:25,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36320ed36d2a89515e645be5e150d0c373d41c5" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f"}]}}' 2018-12-29 06:25:27,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a78ccdf3-cc2b-41e7-bedd-eb456c2b0442 x-compute-request-id: req-a78ccdf3-cc2b-41e7-bedd-eb456c2b0442 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "adminPass": "Fqb2crPJhU86"}} 2018-12-29 06:25:27,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-a78ccdf3-cc2b-41e7-bedd-eb456c2b0442 2018-12-29 06:25:27,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:27,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a1e04a-4e00-44f8-bc7e-eb26033665fa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:27,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-89a1e04a-4e00-44f8-bc7e-eb26033665fa 2018-12-29 06:25:27,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:27,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["TBUEj-FCQZijykJ7qcjMNg"], "issued_at": "2018-12-29T06:25:27.000000Z"}} 2018-12-29 06:25:27,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cec913323244e7340bff009978c69ad56afc0fc" 2018-12-29 06:25:28,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c99053-c7ce-47d2-9754-5a1e56be0b1c x-compute-request-id: req-d6c99053-c7ce-47d2-9754-5a1e56be0b1c Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25: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-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:28,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb used request id req-d6c99053-c7ce-47d2-9754-5a1e56be0b1c 2018-12-29 06:25:31,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cec913323244e7340bff009978c69ad56afc0fc" 2018-12-29 06:25:31,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1e9cb10-e26e-4f98-b786-7ab4db7c9dd5 x-compute-request-id: req-d1e9cb10-e26e-4f98-b786-7ab4db7c9dd5 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:25:29Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:31,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb used request id req-d1e9cb10-e26e-4f98-b786-7ab4db7c9dd5 2018-12-29 06:25:34,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cec913323244e7340bff009978c69ad56afc0fc" 2018-12-29 06:25:35,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4142d3c7-72fe-413d-8e0a-b54e9f28b280 x-compute-request-id: req-4142d3c7-72fe-413d-8e0a-b54e9f28b280 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:35,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb used request id req-4142d3c7-72fe-413d-8e0a-b54e9f28b280 2018-12-29 06:25:35,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36320ed36d2a89515e645be5e150d0c373d41c5" 2018-12-29 06:25:36,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-5305aa60-0fe9-40dc-ac1c-71958f358061 x-compute-request-id: req-5305aa60-0fe9-40dc-ac1c-71958f358061 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:36,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb used request id req-5305aa60-0fe9-40dc-ac1c-71958f358061 2018-12-29 06:25:36,174 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.7'. 2018-12-29 06:25:36,174 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-12-29 06:25:36,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:25:37,972 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-025af099-8244-4d8f-b46a-bca0e58c5b88 x-compute-request-id: req-025af099-8244-4d8f-b46a-bca0e58c5b88 Content-Length: 0 Content-Type: application/json 2018-12-29 06:25:37,972 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action used request id req-025af099-8244-4d8f-b46a-bca0e58c5b88 2018-12-29 06:25:37,973 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-12-29 06:25:37,973 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 network=25be2d28-c864-4a5e-aa15-bd6ddd0a290f secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:25:37,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:37,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:37,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:37,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:37,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:37,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:37,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:37,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:37,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:37,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:37,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:37,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:37,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:37,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:37,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:37,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:37,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:37,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e21e5d-daca-4f48-aee5-189df80ecc1f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:37,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83e21e5d-daca-4f48-aee5-189df80ecc1f 2018-12-29 06:25:37,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:38,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["7lXx2ewLTKW6Adh5jutiLQ"], "issued_at": "2018-12-29T06:25:38.000000Z"}} 2018-12-29 06:25:38,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" 2018-12-29 06:25:38,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-f78f25d1-1a63-4496-a83e-743ecc673629 x-compute-request-id: req-f78f25d1-1a63-4496-a83e-743ecc673629 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:25:38,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f78f25d1-1a63-4496-a83e-743ecc673629 2018-12-29 06:25:38,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" 2018-12-29 06:25:38,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-44cf97ff-4ae1-4f12-8d68-eb31784234f9 x-compute-request-id: req-44cf97ff-4ae1-4f12-8d68-eb31784234f9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:25:38,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-44cf97ff-4ae1-4f12-8d68-eb31784234f9 2018-12-29 06:25:38,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f"}], "config_drive": true}}' 2018-12-29 06:25:40,040 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adc3ed73-3fec-44d7-9588-4c7be1ae35e7 x-compute-request-id: req-adc3ed73-3fec-44d7-9588-4c7be1ae35e7 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "adminPass": "cf6C7bQ3myiE"}} 2018-12-29 06:25:40,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-adc3ed73-3fec-44d7-9588-4c7be1ae35e7 2018-12-29 06:25:40,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:40,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424f2f9d-faf3-460c-b4b5-45be92c95ecd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:40,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-424f2f9d-faf3-460c-b4b5-45be92c95ecd 2018-12-29 06:25:40,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:40,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["_Cxj4iq_SdSdC6ZN9MGZ0Q"], "issued_at": "2018-12-29T06:25:40.000000Z"}} 2018-12-29 06:25:40,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bb25f5bb6848626734acb47e581cdec184bffef" 2018-12-29 06:25:40,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16b991aa-0c3a-4cae-97bb-5a388f57cdf6 x-compute-request-id: req-16b991aa-0c3a-4cae-97bb-5a388f57cdf6 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:25:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:40,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab used request id req-16b991aa-0c3a-4cae-97bb-5a388f57cdf6 2018-12-29 06:25:43,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bb25f5bb6848626734acb47e581cdec184bffef" 2018-12-29 06:25:44,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29fc097f-95ed-4e54-9732-80eeb5861ff4 x-compute-request-id: req-29fc097f-95ed-4e54-9732-80eeb5861ff4 Content-Encoding: gzip Content-Length: 782 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:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:25:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:44,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab used request id req-29fc097f-95ed-4e54-9732-80eeb5861ff4 2018-12-29 06:25:47,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bb25f5bb6848626734acb47e581cdec184bffef" 2018-12-29 06:25:48,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-84d8d937-fa12-42c9-ba49-de4b2b1661f8 x-compute-request-id: req-84d8d937-fa12-42c9-ba49-de4b2b1661f8 Content-Encoding: gzip Content-Length: 785 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:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:48,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab used request id req-84d8d937-fa12-42c9-ba49-de4b2b1661f8 2018-12-29 06:25:48,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" 2018-12-29 06:25:49,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbd6eb28-27fd-40cc-814c-8d6c51b29475 x-compute-request-id: req-fbd6eb28-27fd-40cc-814c-8d6c51b29475 Content-Encoding: gzip Content-Length: 785 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:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:49,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab used request id req-fbd6eb28-27fd-40cc-814c-8d6c51b29475 2018-12-29 06:25:49,032 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.9'. 2018-12-29 06:25:49,032 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-12-29 06:25:49,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:25:50,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3cd4252-6ce4-45f1-bbe2-05c7d09cb563 x-compute-request-id: req-b3cd4252-6ce4-45f1-bbe2-05c7d09cb563 Content-Length: 0 Content-Type: application/json 2018-12-29 06:25:50,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action used request id req-b3cd4252-6ce4-45f1-bbe2-05c7d09cb563 2018-12-29 06:25:50,020 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-12-29 06:25:50,021 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 network=74eb2941-b810-426a-b3df-c416167d1e31 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.10 10.10.10.14 10.10.11.9 10.10.11.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:50,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:50,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:50,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:50,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:50,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:25:50,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:25:50,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:25:50,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:25:50,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:25:50,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:25:50,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:25:50,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:25:50,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:25:50,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:25:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:50,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ad4fb3-2942-4537-95fd-e4cd2c065e8b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:50,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b3ad4fb3-2942-4537-95fd-e4cd2c065e8b 2018-12-29 06:25:50,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:50,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["u_0s4SNMTPCAWH7y7FNE0w"], "issued_at": "2018-12-29T06:25:50.000000Z"}} 2018-12-29 06:25:50,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" 2018-12-29 06:25:50,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-4f5dec16-4e98-4818-85da-f567b1afc665 x-compute-request-id: req-4f5dec16-4e98-4818-85da-f567b1afc665 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:25:50,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4f5dec16-4e98-4818-85da-f567b1afc665 2018-12-29 06:25:50,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" 2018-12-29 06:25:50,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25: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-ceef475f-c3da-4fcf-9e0d-e9a73fd866f0 x-compute-request-id: req-ceef475f-c3da-4fcf-9e0d-e9a73fd866f0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:25:50,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-ceef475f-c3da-4fcf-9e0d-e9a73fd866f0 2018-12-29 06:25:50,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMCAxMC4xMC4xMC4xNCAxMC4xMC4xMS45IDEwLjEwLjExLjcKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "74eb2941-b810-426a-b3df-c416167d1e31"}], "config_drive": true}}' 2018-12-29 06:25:52,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:25: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-7883c925-bf0b-456c-8454-fb36baca207c x-compute-request-id: req-7883c925-bf0b-456c-8454-fb36baca207c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "adminPass": "rURBthHy54Vs"}} 2018-12-29 06:25:52,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7883c925-bf0b-456c-8454-fb36baca207c 2018-12-29 06:25:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:25:52,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6635fae3-b90e-4e48-b4c2-5dd8cc1d8ffa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:25:52,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6635fae3-b90e-4e48-b4c2-5dd8cc1d8ffa 2018-12-29 06:25:52,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:25:52,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["4Eqxe6t6SOKnds0gT7_3Yw"], "issued_at": "2018-12-29T06:25:52.000000Z"}} 2018-12-29 06:25:52,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1173d92a943b973842716b406e6fd0c6c0924171" 2018-12-29 06:25:53,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-762323ae-c0a1-48c6-9f04-f7154f3df806 x-compute-request-id: req-762323ae-c0a1-48c6-9f04-f7154f3df806 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:25:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-12-29T06:25:52Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:53,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa used request id req-762323ae-c0a1-48c6-9f04-f7154f3df806 2018-12-29 06:25:56,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1173d92a943b973842716b406e6fd0c6c0924171" 2018-12-29 06:25:56,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-6dd60de8-5fc8-412d-8c1e-7ac6381efc75 x-compute-request-id: req-6dd60de8-5fc8-412d-8c1e-7ac6381efc75 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:99:98", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:25:53Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-12-29T06:25:52Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:25:56,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa used request id req-6dd60de8-5fc8-412d-8c1e-7ac6381efc75 2018-12-29 06:25:59,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1173d92a943b973842716b406e6fd0c6c0924171" 2018-12-29 06:26:00,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:25:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9c02ab0-6310-48e6-b4b2-b87ff8951ce4 x-compute-request-id: req-d9c02ab0-6310-48e6-b4b2-b87ff8951ce4 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:99:98", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-12-29T06:25:56.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-12-29T06:25:52Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:26:00,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa used request id req-d9c02ab0-6310-48e6-b4b2-b87ff8951ce4 2018-12-29 06:26:00,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" 2018-12-29 06:26:01,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-f8c2279d-f0ec-4eed-a6bd-caf8a5162918 x-compute-request-id: req-f8c2279d-f0ec-4eed-a6bd-caf8a5162918 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:99:98", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-12-29T06:25:56.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-12-29T06:25:52Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:26:01,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa used request id req-f8c2279d-f0ec-4eed-a6bd-caf8a5162918 2018-12-29 06:26:01,161 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.6'. 2018-12-29 06:26:01,161 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-12-29 06:26:01,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:26:02,379 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:26:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1d2357f-c0a3-4aff-84ad-0296ebc461b6 x-compute-request-id: req-c1d2357f-c0a3-4aff-84ad-0296ebc461b6 Content-Length: 0 Content-Type: application/json 2018-12-29 06:26:02,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-c1d2357f-c0a3-4aff-84ad-0296ebc461b6 2018-12-29 06:26:02,380 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-12-29 06:26:02,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-681276", "route_distinguishers": "11:11"}}' 2018-12-29 06:26:02,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f8fe91a1-3e15-4b80-8cef-ddce30ef183e Date: Sat, 29 Dec 2018 06:26:02 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "a62a6af2-fa01-4b24-aa13-6456d9754f08", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:26:02,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-f8fe91a1-3e15-4b80-8cef-ddce30ef183e 2018-12-29 06:26:02,916 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-681276', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'a62a6af2-fa01-4b24-aa13-6456d9754f08'}} 2018-12-29 06:26:02,916 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-12-29 06:26:02,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network_association": {"network_id": "74eb2941-b810-426a-b3df-c416167d1e31"}}' 2018-12-29 06:26:03,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-28e49acf-062a-4f47-bbca-99f092c192ed Date: Sat, 29 Dec 2018 06:26:03 GMT RESP BODY: {"network_association": {"network_id": "74eb2941-b810-426a-b3df-c416167d1e31", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "411bf3d9-6e6f-4848-9780-b2ef92858e15"}} 2018-12-29 06:26:03,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08/network_associations used request id req-28e49acf-062a-4f47-bbca-99f092c192ed 2018-12-29 06:26:03,418 - sdnvpn_test_utils - INFO - Waiting for instance 5574bbd7-d49c-47f4-8411-8be66a15a3d8 to boot up 2018-12-29 06:26:03,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:04,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60aca09c-0a2e-4e51-a863-672242c1082b x-compute-request-id: req-60aca09c-0a2e-4e51-a863-672242c1082b Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] 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-12-29 06:26:04,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-60aca09c-0a2e-4e51-a863-672242c1082b 2018-12-29 06:26:06,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:07,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b04cbd3-d9a7-4161-be20-d4b965187a67 x-compute-request-id: req-3b04cbd3-d9a7-4161-be20-d4b965187a67 Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] 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-12-29 06:26:07,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-3b04cbd3-d9a7-4161-be20-d4b965187a67 2018-12-29 06:26:09,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:10,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-e1526cfd-2dee-4ae2-89df-ad54f4f4493d x-compute-request-id: req-e1526cfd-2dee-4ae2-89df-ad54f4f4493d Content-Encoding: gzip Content-Length: 7963 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-12-29 06:26:10,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-e1526cfd-2dee-4ae2-89df-ad54f4f4493d 2018-12-29 06:26:12,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:13,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-b283ecff-6d35-4a21-ba26-e7556930b2a4 x-compute-request-id: req-b283ecff-6d35-4a21-ba26-e7556930b2a4 Content-Encoding: gzip Content-Length: 9428 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n"} 2018-12-29 06:26:13,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-b283ecff-6d35-4a21-ba26-e7556930b2a4 2018-12-29 06:26:15,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:16,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-20d1847e-2844-4dc3-aae7-7784ced655f7 x-compute-request-id: req-20d1847e-2844-4dc3-aae7-7784ced655f7 Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:26:16,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-20d1847e-2844-4dc3-aae7-7784ced655f7 2018-12-29 06:26:18,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:20,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-ec2debc2-8f79-4ef0-8a85-5b3dc1617ed8 x-compute-request-id: req-ec2debc2-8f79-4ef0-8a85-5b3dc1617ed8 Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:26:20,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-ec2debc2-8f79-4ef0-8a85-5b3dc1617ed8 2018-12-29 06:26:22,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:23,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7e57e03-1943-4509-b8e1-50e257051a5e x-compute-request-id: req-a7e57e03-1943-4509-b8e1-50e257051a5e Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:26:23,138 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-a7e57e03-1943-4509-b8e1-50e257051a5e 2018-12-29 06:26:25,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:26,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-d2208a90-8cd1-4338-992b-dbc25f78e79a x-compute-request-id: req-d2208a90-8cd1-4338-992b-dbc25f78e79a Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:26:26,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-d2208a90-8cd1-4338-992b-dbc25f78e79a 2018-12-29 06:26:28,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:29,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-9bf5a6c3-ae9f-401e-b2f2-611e0ab779bb x-compute-request-id: req-9bf5a6c3-ae9f-401e-b2f2-611e0ab779bb Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:26:29,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-9bf5a6c3-ae9f-401e-b2f2-611e0ab779bb 2018-12-29 06:26:31,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:32,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-f2e04281-3e78-46c4-947d-2235871035bd x-compute-request-id: req-f2e04281-3e78-46c4-947d-2235871035bd Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:26:32,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-f2e04281-3e78-46c4-947d-2235871035bd 2018-12-29 06:26:34,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:35,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-8f8d1e44-8bda-4f5c-9075-510848a8c98c x-compute-request-id: req-8f8d1e44-8bda-4f5c-9075-510848a8c98c Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:26:35,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-8f8d1e44-8bda-4f5c-9075-510848a8c98c 2018-12-29 06:26:37,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:38,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-16cf2f81-270a-458e-b8a1-8a6894cbbb4c x-compute-request-id: req-16cf2f81-270a-458e-b8a1-8a6894cbbb4c Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:26:38,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-16cf2f81-270a-458e-b8a1-8a6894cbbb4c 2018-12-29 06:26:40,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:41,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26: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-3bcf5257-4300-4e7a-a6f0-badea53f09e2 x-compute-request-id: req-3bcf5257-4300-4e7a-a6f0-badea53f09e2 Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:26:41,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-3bcf5257-4300-4e7a-a6f0-badea53f09e2 2018-12-29 06:26:43,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:44,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9bf6d8b-899a-4dcc-886a-e2daa5442266 x-compute-request-id: req-d9bf6d8b-899a-4dcc-886a-e2daa5442266 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:26:44,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-d9bf6d8b-899a-4dcc-886a-e2daa5442266 2018-12-29 06:26:46,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:48,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9513e7e-c9eb-4f86-a0c2-c3bb1cb35e05 x-compute-request-id: req-e9513e7e-c9eb-4f86-a0c2-c3bb1cb35e05 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:26:48,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-e9513e7e-c9eb-4f86-a0c2-c3bb1cb35e05 2018-12-29 06:26:50,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:51,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3025645-3826-455d-9d57-2d25abcb0204 x-compute-request-id: req-e3025645-3826-455d-9d57-2d25abcb0204 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:26:51,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-e3025645-3826-455d-9d57-2d25abcb0204 2018-12-29 06:26:53,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:54,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1f92f83-c168-4d36-aa62-704df557d6b1 x-compute-request-id: req-f1f92f83-c168-4d36-aa62-704df557d6b1 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:26:54,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-f1f92f83-c168-4d36-aa62-704df557d6b1 2018-12-29 06:26:56,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ded81864a405f00ce47b6bef6ddf75a5cb4ddfba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:26:57,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3d8fa6e-decf-4765-992b-c017df6cea33 x-compute-request-id: req-f3d8fa6e-decf-4765-992b-c017df6cea33 Content-Encoding: gzip Content-Length: 11146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 617690960 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168968] pid_max: default: 32768 minimum: 301\n[ 0.170184] ACPI: Core revision 20150930\n[ 0.171831] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173587] Security Framework initialized\n[ 0.174686] Yama: becoming mindful.\n[ 0.175645] AppArmor: AppArmor initialized\n[ 0.176778] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180231] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183653] Initializing cgroup subsys io\n[ 0.184718] Initializing cgroup subsys memory\n[ 0.185854] Initializing cgroup subsys devices\n[ 0.187014] Initializing cgroup subsys freezer\n[ 0.188146] Initializing cgroup subsys net_cls\n[ 0.189279] Initializing cgroup subsys perf_event\n[ 0.190473] Initializing cgroup subsys net_prio\n[ 0.191620] Initializing cgroup subsys hugetlb\n[ 0.192743] Initializing cgroup subsys pids\n[ 0.193870] CPU: Physical Processor ID: 0\n[ 0.195628] mce: CPU supports 10 MCE banks\n[ 0.196762] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198123] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.210625] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.217447] ftrace: allocating 31920 entries in 125 pages\n[ 0.243820] smpboot: Max logical packages: 1\n[ 0.244936] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246691] x2apic enabled\n[ 0.247725] Switched APIC routing to physical x2apic.\n[ 0.249781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251268] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256185] KVM setup paravirtual spinlock\n[ 0.257750] x86: Booted up 1 node, 1 CPUs\n[ 0.258831] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260634] devtmpfs: initialized\n[ 0.262521] evm: security.selinux\n[ 0.263420] evm: security.SMACK64\n[ 0.264299] evm: security.SMACK64EXEC\n[ 0.265276] evm: security.SMACK64TRANSMUTE\n[ 0.266331] evm: security.SMACK64MMAP\n[ 0.267307] evm: security.ima\n[ 0.268141] evm: security.capability\n[ 0.269156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271602] pinctrl core: initialized pinctrl subsystem\n[ 0.273020] RTC time: 6:25:06, date: 12/29/18\n[ 0.274238] NET: Registered protocol family 16\n[ 0.275490] cpuidle: using governor ladder\n[ 0.276569] cpuidle: using governor menu\n[ 0.277635] PCCT header not found.\n[ 0.278589] ACPI: bus type PCI registered\n[ 0.279641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281275] PCI: Using configuration type 1 for base access\n[ 0.283365] ACPI: Added _OSI(Module Device)\n[ 0.284470] ACPI: Added _OSI(Processor Device)\n[ 0.285606] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286787] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.295083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300130] ACPI: (supports S0 S5)\n[ 0.301044] ACPI: Using IOAPIC for interrupt routing\n[ 0.302292] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307450] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309167] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313714] acpiphp: Slot [3] registered\n[ 0.314753] acpiphp: Slot [4] registered\n[ 0.315779] acpiphp: Slot [5] registered\n[ 0.316805] acpiphp: Slot [6] registered\n[ 0.317851] acpiphp: Slot [7] registered\n[ 0.318922] acpiphp: Slot [8] registered\n[ 0.319982] acpiphp: Slot [9] registered\n[ 0.321042] acpiphp: Slot [10] registered\n[ 0.322098] acpiphp: Slot [11] registered\n[ 0.323155] acpiphp: Slot [12] registered\n[ 0.324212] acpiphp: Slot [13] registered\n[ 0.325270] acpiphp: Slot [14] registered\n[ 0.326330] acpiphp: Slot [15] registered\n[ 0.337388] acpiphp: Slot [16] registered\n[ 0.338507] acpiphp: Slot [17] registered\n[ 0.339575] acpiphp: Slot [18] registered\n[ 0.340632] acpiphp: Slot [19] registered\n[ 0.341688] acpiphp: Slot [20] registered\n[ 0.342746] acpiphp: Slot [21] registered\n[ 0.343799] acpiphp: Slot [22] registered\n[ 0.344852] acpiphp: Slot [23] registered\n[ 0.345911] acpiphp: Slot [24] registered\n[ 0.346968] acpiphp: Slot [25] registered\n[ 0.348051] acpiphp: Slot [26] registered\n[ 0.349146] acpiphp: Slot [27] registered\n[ 0.350235] acpiphp: Slot [28] registered\n[ 0.351324] acpiphp: Slot [29] registered\n[ 0.352437] acpiphp: Slot [30] registered\n[ 0.353521] acpiphp: Slot [31] registered\n[ 0.354611] PCI host bridge to bus 0000:00\n[ 0.355703] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357373] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371208] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428737] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432411] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434183] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436287] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437880] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439349] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440790] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442831] vgaarb: loaded\n[ 0.443600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445017] SCSI subsystem initialized\n[ 0.445856] ACPI: bus type USB registered\n[ 0.446685] usbcore: registered new interface driver usbfs\n[ 0.447737] usbcore: registered new interface driver hub\n[ 0.448768] usbcore: registered new device driver usb\n[ 0.449864] PCI: Using ACPI for IRQ routing\n[ 0.450900] NetLabel: Initializing\n[ 0.451627] NetLabel: domain hash size = 128\n[ 0.452496] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453464] NetLabel: unlabeled traffic allowed by default\n[ 0.454571] clocksource: Switched to clocksource kvm-clock\n[ 0.459985] AppArmor: AppArmor Filesystem Enabled\n[ 0.460954] pnp: PnP ACPI init\n[ 0.461868] pnp: PnP ACPI: found 5 devices\n[ 0.468250] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469978] NET: Registered protocol family 2\n[ 0.470947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473425] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475703] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476877] NET: Registered protocol family 1\n[ 0.477750] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479949] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.493950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.508146] Trying to unpack rootfs image as initramfs...\n[ 0.557582] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572798] Scanning for low memory corruption every 60 seconds\n[ 0.574320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.575484] audit: initializing netlink subsys (disabled)\n[ 0.576525] audit: type=2000 audit(1546064707.006:1): initialized\n[ 0.577850] Initialise system trusted keyring\n[ 0.578791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579974] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581941] zbud: loaded\n[ 0.582659] VFS: Disk quotas dquot_6.6.0\n[ 0.583486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585002] fuse init (API version 7.23)\n[ 0.585908] Key type big_key registered\n[ 0.586728] Allocating IMA MOK and blacklist keyrings.\n[ 0.588214] Key type asymmetric registered\n[ 0.589049] Asymmetric key parser 'x509' registered\n[ 0.590015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591503] io scheduler noop registered\n[ 0.592303] io scheduler deadline registered (default)\n[ 0.593304] io scheduler cfq registered\n[ 0.594143] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.595205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596491] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598021] ACPI: Power Button [PWRF]\n[ 0.599032] GHES: HEST is not enabled!\n[ 0.613852] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642924] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645240] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670987] Linux agpgart interface v0.103\n[ 0.672998] brd: module loaded\n[ 0.674187] loop: module loaded\n[ 0.678938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680423] GPT:90111 != 2097151\n[ 0.681105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682229] GPT:90111 != 2097151\n[ 0.682938] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683923] vda: vda1 vda15\n[ 0.685295] scsi host0: ata_piix\n[ 0.686040] scsi host1: ata_piix\n[ 0.686769] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688006] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689466] libphy: Fixed MDIO Bus: probed\n[ 0.690291] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691263] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693389] PPP generic driver version 2.4.2\n[ 0.694280] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695546] ehci-pci: EHCI PCI platform driver\n[ 0.696474] ehci-platform: EHCI generic platform driver\n[ 0.697472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698621] ohci-pci: OHCI PCI platform driver\n[ 0.699506] ohci-platform: OHCI generic platform driver\n[ 0.700505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.714856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.715900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717372] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718412] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719547] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.720787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722217] usb usb1: Product: UHCI Host Controller\n[ 0.723169] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724330] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725342] hub 1-0:1.0: USB hub found\n[ 0.726124] hub 1-0:1.0: 2 ports detected\n[ 0.727050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.730181] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.731228] mousedev: PS/2 mouse device common for all mice\n[ 0.732499] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735469] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.736687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.737895] i2c /dev entries driver\n[ 0.738671] device-mapper: uevent: version 1.0.3\n[ 0.739615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.741257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742563] NET: Registered protocol family 10\n[ 0.743587] NET: Registered protocol family 17\n[ 0.744492] Key type dns_resolver registered\n[ 0.745434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746549] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748330] registered taskstats version 1\n[ 0.749184] Loading compiled-in X.509 certificates\n[ 0.750706] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752581] zswap: loaded using pool lzo/zbud\n[ 0.753929] Key type trusted registered\n[ 0.755504] Key type encrypted registered\n[ 0.756356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757397] ima: No TPM chip found, activating TPM-bypass!\n[ 0.758448] evm: HMAC attrs: 0x1\n[ 0.759401] Magic number: 14:226:419\n[ 0.760262] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:07 UTC (1546064707)\n[ 0.761887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763011] EDD information not available.\n[ 0.847527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849091] Write protecting the kernel read-only data: 14336k\n[ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309904] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.20. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF6oEg/xav0A8iIuwlEWoqUCWN4xe9jtjMzmgfNLnbFovdyttftOsUOij9+pcdVN9jS8v19UE9IoBaCnK979kkYUzoelaUcc2Ztk7hItZxMo0AXmD/3C2ypYVHKjlQrlnyjkRNXLGBhrqc+//9X4lZv3KTkMfHmvfZoJYI0gnk9kJul2hsRs21TW1YP4SJLS7FzyHojCkUFpZHTUl0ZtX1lctR4vXYQ/wlQ8Kd7ERgXsU3jhjGLgGWHMmIf1Pz0J5oVBwZqWl3f8d/RyhLOIhSnJMYP0ORkkjgkyagi3XPnH9AGBszefmyFwbAofttEBL8o+c33zEysuSNuUppdKZl root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOwfmFEhln+sppyPhsPzrVGb8tSwirSqgQxyjxKJBdB9HfvPFnVihl4p26Byx5PwNWnllDTDbczJZlxq4m4rFGCDbwERej+0Kmp8v4deRr7WwFyC39bmz1fS1BfcWBfN+Huq8htvRHDLEqhhmfn6L6saRpKjrEVsOxgq6fm3vw2fAAAAFQCFUeKBAHH9KF7LR5PAu9fdDXOlbQAAAIBy0xSixY9rdd52HfL8Iw27lGI+j51yvNCCm38bibgiX6BKkvn1SeeKHd/iM6S+4Egd6wnX1R+TcYkKqm+iYpvb/Z7d2R65PecD46K/ofQ6r9gWm0EBSCXJTfjmRR1/Tvq/IvuDpqnI9lzmdON4MbGMW74cK0hQd+0KSNtW1CgqGwAAAIEAwAdybc+0NzK7rPe927k8C/dxdCr2zuE17IiFMPvUW83FYfbaf2NnIdAtU42Ymk2tpdsyWkIh2vYiAG4i4PzsQ6egHsk9R1vmjJERKT9errZ6FAqElS8tNFmhpM6PreWXlr5/nTcNKLvfs/Yq6b2HL1Yyg07j0oHtpXZzwKHoniE= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fedb:6d34/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.64 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DB:6D:34 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:6d34/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:95 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10282 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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.199305] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199306] usb 1-1: Product: QEMU USB Tablet\n[ 1.199307] usb 1-1: Manufacturer: QEMU\n[ 1.199308] usb 1-1: SerialNumber: 42\n[ 1.267352] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.291157] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.309904] random: dd urandom read with 5 bits of entropy available\n[ 1.570812] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.806472] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.288344] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:25:08 cirros kern.info kernel: [ 0.860985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nDec 29 06:25:08 cirros kern.info kernel: [ 0.862807] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nDec 29 06:25:08 cirros kern.info kernel: [ 0.874010] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nDec 29 06:25:08 cirros kern.info kernel: [ 0.874011] e1000: Copyright (c) 1999-2006 Intel Corporation.\nDec 29 06:25:08 cirros kern.info kernel: [ 0.875745] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nDec 29 06:25:08 cirros kern.info kernel: [ 0.878770] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nDec 29 06:25:08 cirros kern.info kernel: [ 0.880733] ip_tables: (C) 2000-2006 Netfilter Core Team\nDec 29 06:25:08 cirros kern.info kernel: [ 0.903028] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:25:08 cirros kern.info kernel: [ 0.904098] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:25:08 cirros kern.info kernel: [ 0.905147] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:25:08 cirros kern.info kernel: [ 0.939138] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:25:08 cirros kern.info kernel: [ 1.038621] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nDec 29 06:25:08 cirros kern.info kernel: [ 1.199303] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nDec 29 06:25:08 cirros kern.info kernel: [ 1.199305] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nDec 29 06:25:08 cirros kern.info kernel: [ 1.199306] usb 1-1: Product: QEMU USB Tablet\nDec 29 06:25:08 cirros kern.info kernel: [ 1.199307] usb 1-1: Manufacturer: QEMU\nDec 29 06:25:08 cirros kern.info kernel: [ 1.199308] usb 1-1: SerialNumber: 42\nDec 29 06:25:08 cirros kern.info kernel: [ 1.267352] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:25:08 cirros kern.info kernel: [ 1.291157] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:25:08 cirros kern.notice kernel: [ 1.309904] random: dd urandom read with 5 bits of entropy available\nDec 29 06:25:08 cirros kern.info kernel: [ 1.570812] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:26:09 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:26:10 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:26:10 cirros kern.info kernel: [ 63.806472] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:26:11 cirros kern.info kernel: [ 64.288344] 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-12-29 06:26:57,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-f3d8fa6e-decf-4765-992b-c017df6cea33 2018-12-29 06:26:59,314 - sdnvpn_test_utils - INFO - Waiting for instance 7a09ae6d-db56-4d07-9cd3-a4d796f35a63 to boot up 2018-12-29 06:26:59,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d83b1d30d87aa075abcb2f43898a3bc8307bad2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:00,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:26:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f96b82c-d421-4903-abe9-7d925810a09c x-compute-request-id: req-7f96b82c-d421-4903-abe9-7d925810a09c Content-Encoding: gzip Content-Length: 10869 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 537416528 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137829] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139830] pid_max: default: 32768 minimum: 301\n[ 0.140924] ACPI: Core revision 20150930\n[ 0.142472] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144046] Security Framework initialized\n[ 0.145042] Yama: becoming mindful.\n[ 0.145917] AppArmor: AppArmor initialized\n[ 0.146957] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150111] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151576] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153268] Initializing cgroup subsys io\n[ 0.154255] Initializing cgroup subsys memory\n[ 0.155298] Initializing cgroup subsys devices\n[ 0.156348] Initializing cgroup subsys freezer\n[ 0.157404] Initializing cgroup subsys net_cls\n[ 0.158450] Initializing cgroup subsys perf_event\n[ 0.159554] Initializing cgroup subsys net_prio\n[ 0.160620] Initializing cgroup subsys hugetlb\n[ 0.161668] Initializing cgroup subsys pids\n[ 0.162712] CPU: Physical Processor ID: 0\n[ 0.164376] mce: CPU supports 10 MCE banks\n[ 0.165395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166610] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177777] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184712] ftrace: allocating 31920 entries in 125 pages\n[ 0.212285] smpboot: Max logical packages: 1\n[ 0.213335] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214949] x2apic enabled\n[ 0.215868] Switched APIC routing to physical x2apic.\n[ 0.217830] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219187] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221560] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223700] KVM setup paravirtual spinlock\n[ 0.225197] x86: Booted up 1 node, 1 CPUs\n[ 0.226175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227834] devtmpfs: initialized\n[ 0.229687] evm: security.selinux\n[ 0.230526] evm: security.SMACK64\n[ 0.231347] evm: security.SMACK64EXEC\n[ 0.232243] evm: security.SMACK64TRANSMUTE\n[ 0.233213] evm: security.SMACK64MMAP\n[ 0.234101] evm: security.ima\n[ 0.234854] evm: security.capability\n[ 0.235803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238062] pinctrl core: initialized pinctrl subsystem\n[ 0.239368] RTC time: 6:25:19, date: 12/29/18\n[ 0.240509] NET: Registered protocol family 16\n[ 0.241667] cpuidle: using governor ladder\n[ 0.242661] cpuidle: using governor menu\n[ 0.243605] PCCT header not found.\n[ 0.244488] ACPI: bus type PCI registered\n[ 0.245449] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246949] PCI: Using configuration type 1 for base access\n[ 0.248942] ACPI: Added _OSI(Module Device)\n[ 0.249964] ACPI: Added _OSI(Processor Device)\n[ 0.251004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252088] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254417] ACPI: Interpreter enabled\n[ 0.255347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257553] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261961] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264311] ACPI: (supports S0 S5)\n[ 0.265165] ACPI: Using IOAPIC for interrupt routing\n[ 0.266303] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269759] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271153] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272648] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276756] acpiphp: Slot [3] registered\n[ 0.277709] acpiphp: Slot [4] registered\n[ 0.278661] acpiphp: Slot [5] registered\n[ 0.279614] acpiphp: Slot [6] registered\n[ 0.280563] acpiphp: Slot [7] registered\n[ 0.281521] acpiphp: Slot [8] registered\n[ 0.282479] acpiphp: Slot [9] registered\n[ 0.283434] acpiphp: Slot [10] registered\n[ 0.284399] acpiphp: Slot [11] registered\n[ 0.285369] acpiphp: Slot [12] registered\n[ 0.286343] acpiphp: Slot [13] registered\n[ 0.287312] acpiphp: Slot [14] registered\n[ 0.288288] acpiphp: Slot [15] registered\n[ 0.299264] acpiphp: Slot [16] registered\n[ 0.300235] acpiphp: Slot [17] registered\n[ 0.301204] acpiphp: Slot [18] registered\n[ 0.302172] acpiphp: Slot [19] registered\n[ 0.303138] acpiphp: Slot [20] registered\n[ 0.304113] acpiphp: Slot [21] registered\n[ 0.305084] acpiphp: Slot [22] registered\n[ 0.306053] acpiphp: Slot [23] registered\n[ 0.307017] acpiphp: Slot [24] registered\n[ 0.307986] acpiphp: Slot [25] registered\n[ 0.308961] acpiphp: Slot [26] registered\n[ 0.309927] acpiphp: Slot [27] registered\n[ 0.310895] acpiphp: Slot [28] registered\n[ 0.311865] acpiphp: Slot [29] registered\n[ 0.312826] acpiphp: Slot [30] registered\n[ 0.313792] acpiphp: Slot [31] registered\n[ 0.314760] PCI host bridge to bus 0000:00\n[ 0.315725] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317196] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322117] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328613] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330204] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331651] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.392198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.393925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.395627] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.397228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.398765] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.400174] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.401490] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.402716] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.404588] vgaarb: loaded\n[ 0.405286] vgaarb: bridge control possible 0000:00:02.0\n[ 0.406572] SCSI subsystem initialized\n[ 0.407534] ACPI: bus type USB registered\n[ 0.408474] usbcore: registered new interface driver usbfs\n[ 0.409665] usbcore: registered new interface driver hub\n[ 0.410833] usbcore: registered new device driver usb\n[ 0.412048] PCI: Using ACPI for IRQ routing\n[ 0.413216] NetLabel: Initializing\n[ 0.414029] NetLabel: domain hash size = 128\n[ 0.415025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.416138] NetLabel: unlabeled traffic allowed by default\n[ 0.417389] clocksource: Switched to clocksource kvm-clock\n[ 0.423274] AppArmor: AppArmor Filesystem Enabled\n[ 0.424401] pnp: PnP ACPI init\n[ 0.425414] pnp: PnP ACPI: found 5 devices\n[ 0.431965] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433937] NET: Registered protocol family 2\n[ 0.435040] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436520] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437873] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439230] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440488] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441882] NET: Registered protocol family 1\n[ 0.442880] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444170] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445445] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459877] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474334] Trying to unpack rootfs image as initramfs...\n[ 0.525234] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.539215] Scanning for low memory corruption every 60 seconds\n[ 0.540753] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.542097] audit: initializing netlink subsys (disabled)\n[ 0.543284] audit: type=2000 audit(1546064719.882:1): initialized\n[ 0.544790] Initialise system trusted keyring\n[ 0.545868] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.547232] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.549382] zbud: loaded\n[ 0.550167] VFS: Disk quotas dquot_6.6.0\n[ 0.551106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552795] fuse init (API version 7.23)\n[ 0.553804] Key type big_key registered\n[ 0.554718] Allocating IMA MOK and blacklist keyrings.\n[ 0.556360] Key type asymmetric registered\n[ 0.557299] Asymmetric key parser 'x509' registered\n[ 0.558408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560094] io scheduler noop registered\n[ 0.560999] io scheduler deadline registered (default)\n[ 0.562155] io scheduler cfq registered\n[ 0.563114] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564315] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567453] ACPI: Power Button [PWRF]\n[ 0.568375] GHES: HEST is not enabled!\n[ 0.582212] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617294] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646756] Linux agpgart interface v0.103\n[ 0.648870] brd: module loaded\n[ 0.650182] loop: module loaded\n[ 0.655007] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.656600] GPT:90111 != 2097151\n[ 0.657352] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658574] GPT:90111 != 2097151\n[ 0.659305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660352] vda: vda1 vda15\n[ 0.661971] scsi host0: ata_piix\n[ 0.662777] scsi host1: ata_piix\n[ 0.663540] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664800] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666302] libphy: Fixed MDIO Bus: probed\n[ 0.667189] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668204] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670649] PPP generic driver version 2.4.2\n[ 0.671580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672825] ehci-pci: EHCI PCI platform driver\n[ 0.673753] ehci-platform: EHCI generic platform driver\n[ 0.674803] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676128] ohci-pci: OHCI PCI platform driver\n[ 0.677059] ohci-platform: OHCI generic platform driver\n[ 0.678098] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.692629] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.693677] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.695211] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.696274] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.697873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.699839] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.701951] usb usb1: Product: UHCI Host Controller\n[ 0.703546] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.705398] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.706830] hub 1-0:1.0: USB hub found\n[ 0.707959] hub 1-0:1.0: 2 ports detected\n[ 0.709286] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.712350] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.713921] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.715524] mousedev: PS/2 mouse device common for all mice\n[ 0.717424] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.719418] rtc_cmos 00:00: RTC can wake from S4\n[ 0.720575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722156] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723924] i2c /dev entries driver\n[ 0.725003] device-mapper: uevent: version 1.0.3\n[ 0.726362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.728744] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.730548] NET: Registered protocol family 10\n[ 0.731882] NET: Registered protocol family 17\n[ 0.733143] Key type dns_resolver registered\n[ 0.734437] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736017] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738519] registered taskstats version 1\n[ 0.739688] Loading compiled-in X.509 certificates\n[ 0.741546] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.744217] zswap: loaded using pool lzo/zbud\n[ 0.746919] Key type trusted registered\n[ 0.748857] Key type encrypted registered\n[ 0.750031] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751535] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753039] evm: HMAC attrs: 0x1\n[ 0.754625] Magic number: 14:226:419\n[ 0.755811] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:20 UTC (1546064720)\n[ 0.758113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759740] EDD information not available.\n[ 0.826350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.828563] Write protecting the kernel read-only data: 14336k\n[ 0.840970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843458] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.598559] random: dd 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.48. iid=i-00000135\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkvCKA7u60DSZRRIODhcRcCe0RC9VYZTgqnG4dUrzW5b0YbIrEQO5hWPzQjPRauy+LeiYUXSzZ1VVND3Wu01LW19Y3R3wAfucC+NTEnp7eScSKFVkXsT1tVOnvuy6k7qw2FY5yUodF2hG7xHh5GfFMNtlPn+fAszlqG9EtnBWS+A/GMuzF0lm68NnsZS/iCnLY+2KFXCv7CpYx0UPkD1oVfRpUkUGwrSD7n7KLQAbwfu8EPeFDuGBwr5Q4fVBupimT/17syARpaCfy2CAvmiek58krznRSteoLc0p6sUZ+RLdq7L6xTSwccKz5EpZAdLOS5sUOgiyTlFrVlAWDe0NJ root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBALAfgk50YygOQxikV046b38nTlFJ3phI9c+B7bSkwadzU01BytRyXcVgr3B07wyFR49qcESHI8crVfHBdHqiVwKKl97j0R0Xjn6QgVh4Twilxa7SjUjw1V6aVCyqX2v1V/ZjhPoI/4pbbaSJ5lQT+W4bz+mvg1LwoQc7AX4ScMhFAAAAFQCdgDzonuXb5oX6xSgd1mTWegHiawAAAIA1dkXw0rGmT8urEJD4TTjQItEnZSj/Fa5yTu54FZdWJ5oismKUsZqUdIZ5PXSRFpkgSWBFBjidXX0errCJxCjMVvrxSOHgQmkKbUqA0dXGvn1MACFdGgRmp1ppu6LCP4OJb7b9HGgKA6CggL1zFxKov4b6SBv891VVFMnK067hFAAAAIAl1QKLoxJTIl4iad/IaGZwXoHKp5bPU8mSaGqfF0aMwpLeRqk/0H0ZRIYWLXwuthA+vOCP30O8zW9EdIjUnZaveiOPAb2GvpNPlmSekwhV81cMG7mwII5l3+MCqdW+z6xYR/4eWhGgkYnTEh6YVlha07AQ1SAojbkyuzFhyIXikg== 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.14,24,fe80::f816:3eff:fe77:7c7b/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000135\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.07 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.15s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:7C:7B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:7c7b/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8127 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.182985] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.182986] usb 1-1: Product: QEMU USB Tablet\n[ 1.182987] usb 1-1: Manufacturer: QEMU\n[ 1.182988] usb 1-1: SerialNumber: 42\n[ 1.537624] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 1.547611] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.580347] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.598559] random: dd urandom read with 5 bits of entropy available\n[ 4.207356] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.561278] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:25:21 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:25:21 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:25:21 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)\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:25:21 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:25:21 cirros kern.notice kernel: [ 1.598559] random: dd urandom read with 5 bits of entropy available\nDec 29 06:25:22 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:25:23 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:25:23 cirros kern.info kernel: [ 4.207356] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:25:24 cirros kern.info kernel: [ 4.561278] 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-12-29 06:27:00,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action used request id req-7f96b82c-d421-4903-abe9-7d925810a09c 2018-12-29 06:27:02,425 - sdnvpn_test_utils - INFO - Waiting for instance 00009575-da87-4ccb-8fab-cfd6011748bb to boot up 2018-12-29 06:27:02,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36320ed36d2a89515e645be5e150d0c373d41c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:03,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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,Accept-Encoding x-openstack-request-id: req-d294ec25-043c-4802-9ab2-13f6e97accae x-compute-request-id: req-d294ec25-043c-4802-9ab2-13f6e97accae Content-Encoding: gzip Content-Length: 10892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 769905308 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132935] pid_max: default: 32768 minimum: 301\n[ 0.133838] ACPI: Core revision 20150930\n[ 0.135207] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136496] Security Framework initialized\n[ 0.137299] Yama: becoming mindful.\n[ 0.138013] AppArmor: AppArmor initialized\n[ 0.138892] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144128] Initializing cgroup subsys io\n[ 0.144925] Initializing cgroup subsys memory\n[ 0.145768] Initializing cgroup subsys devices\n[ 0.146633] Initializing cgroup subsys freezer\n[ 0.147489] Initializing cgroup subsys net_cls\n[ 0.148336] Initializing cgroup subsys perf_event\n[ 0.149260] Initializing cgroup subsys net_prio\n[ 0.150125] Initializing cgroup subsys hugetlb\n[ 0.150982] Initializing cgroup subsys pids\n[ 0.151849] CPU: Physical Processor ID: 0\n[ 0.153334] mce: CPU supports 10 MCE banks\n[ 0.154161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155147] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165822] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172142] ftrace: allocating 31920 entries in 125 pages\n[ 0.199088] smpboot: Max logical packages: 1\n[ 0.199959] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201317] x2apic enabled\n[ 0.202110] Switched APIC routing to physical x2apic.\n[ 0.203841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204940] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208628] KVM setup paravirtual spinlock\n[ 0.209925] x86: Booted up 1 node, 1 CPUs\n[ 0.210716] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212066] devtmpfs: initialized\n[ 0.213773] evm: security.selinux\n[ 0.214459] evm: security.SMACK64\n[ 0.215129] evm: security.SMACK64EXEC\n[ 0.215857] evm: security.SMACK64TRANSMUTE\n[ 0.216654] evm: security.SMACK64MMAP\n[ 0.217380] evm: security.ima\n[ 0.218012] evm: security.capability\n[ 0.218803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220661] pinctrl core: initialized pinctrl subsystem\n[ 0.221730] RTC time: 6:25:31, date: 12/29/18\n[ 0.222673] NET: Registered protocol family 16\n[ 0.223643] cpuidle: using governor ladder\n[ 0.224443] cpuidle: using governor menu\n[ 0.225210] PCCT header not found.\n[ 0.225939] ACPI: bus type PCI registered\n[ 0.226725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227939] PCI: Using configuration type 1 for base access\n[ 0.229697] ACPI: Added _OSI(Module Device)\n[ 0.230524] ACPI: Added _OSI(Processor Device)\n[ 0.231368] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234492] ACPI: Interpreter enabled\n[ 0.235244] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237048] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242737] ACPI: (supports S0 S5)\n[ 0.243439] ACPI: Using IOAPIC for interrupt routing\n[ 0.244598] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250061] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251248] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253454] acpiphp: Slot [3] registered\n[ 0.254252] acpiphp: Slot [4] registered\n[ 0.255046] acpiphp: Slot [5] registered\n[ 0.255842] acpiphp: Slot [6] registered\n[ 0.256633] acpiphp: Slot [7] registered\n[ 0.257437] acpiphp: Slot [8] registered\n[ 0.258233] acpiphp: Slot [9] registered\n[ 0.259023] acpiphp: Slot [10] registered\n[ 0.259828] acpiphp: Slot [11] registered\n[ 0.260641] acpiphp: Slot [12] registered\n[ 0.261451] acpiphp: Slot [13] registered\n[ 0.262255] acpiphp: Slot [14] registered\n[ 0.263063] acpiphp: Slot [15] registered\n[ 0.273774] acpiphp: Slot [16] registered\n[ 0.274585] acpiphp: Slot [17] registered\n[ 0.275390] acpiphp: Slot [18] registered\n[ 0.276193] acpiphp: Slot [19] registered\n[ 0.276996] acpiphp: Slot [20] registered\n[ 0.277808] acpiphp: Slot [21] registered\n[ 0.278621] acpiphp: Slot [22] registered\n[ 0.279426] acpiphp: Slot [23] registered\n[ 0.280232] acpiphp: Slot [24] registered\n[ 0.281034] acpiphp: Slot [25] registered\n[ 0.281842] acpiphp: Slot [26] registered\n[ 0.282648] acpiphp: Slot [27] registered\n[ 0.283457] acpiphp: Slot [28] registered\n[ 0.284265] acpiphp: Slot [29] registered\n[ 0.285066] acpiphp: Slot [30] registered\n[ 0.285876] acpiphp: Slot [31] registered\n[ 0.286742] PCI host bridge to bus 0000:00\n[ 0.287547] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291399] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292832] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299231] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300508] 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.302938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309875] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311317] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362174] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363671] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365150] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369199] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370351] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371402] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372938] vgaarb: loaded\n[ 0.373537] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374686] SCSI subsystem initialized\n[ 0.375504] ACPI: bus type USB registered\n[ 0.376316] usbcore: registered new interface driver usbfs\n[ 0.377332] usbcore: registered new interface driver hub\n[ 0.378329] usbcore: registered new device driver usb\n[ 0.379387] PCI: Using ACPI for IRQ routing\n[ 0.380406] NetLabel: Initializing\n[ 0.381115] NetLabel: domain hash size = 128\n[ 0.381964] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382906] NetLabel: unlabeled traffic allowed by default\n[ 0.384007] clocksource: Switched to clocksource kvm-clock\n[ 0.389514] AppArmor: AppArmor Filesystem Enabled\n[ 0.390475] pnp: PnP ACPI init\n[ 0.391390] pnp: PnP ACPI: found 5 devices\n[ 0.397769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399491] NET: Registered protocol family 2\n[ 0.400449] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402873] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404144] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405216] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406365] NET: Registered protocol family 1\n[ 0.407220] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437646] Trying to unpack rootfs image as initramfs...\n[ 0.487652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501512] Scanning for low memory corruption every 60 seconds\n[ 0.502831] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503970] audit: initializing netlink subsys (disabled)\n[ 0.505122] audit: type=2000 audit(1546064732.227:1): initialized\n[ 0.506609] Initialise system trusted keyring\n[ 0.507709] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509110] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511258] zbud: loaded\n[ 0.512073] VFS: Disk quotas dquot_6.6.0\n[ 0.513000] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514715] fuse init (API version 7.23)\n[ 0.515727] Key type big_key registered\n[ 0.516665] Allocating IMA MOK and blacklist keyrings.\n[ 0.517913] Key type asymmetric registered\n[ 0.518874] Asymmetric key parser 'x509' registered\n[ 0.520018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522055] io scheduler noop registered\n[ 0.523024] io scheduler deadline registered (default)\n[ 0.524216] io scheduler cfq registered\n[ 0.525043] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528773] ACPI: Power Button [PWRF]\n[ 0.529602] GHES: HEST is not enabled!\n[ 0.543457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576275] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599837] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601954] Linux agpgart interface v0.103\n[ 0.603956] brd: module loaded\n[ 0.605104] loop: module loaded\n[ 0.609545] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611224] GPT:90111 != 2097151\n[ 0.611888] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612975] GPT:90111 != 2097151\n[ 0.613658] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614615] vda: vda1 vda15\n[ 0.616089] scsi host0: ata_piix\n[ 0.616832] scsi host1: ata_piix\n[ 0.617543] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618751] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620188] libphy: Fixed MDIO Bus: probed\n[ 0.621002] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621947] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624151] PPP generic driver version 2.4.2\n[ 0.625029] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626357] ehci-pci: EHCI PCI platform driver\n[ 0.627216] ehci-platform: EHCI generic platform driver\n[ 0.628196] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629314] ohci-pci: OHCI PCI platform driver\n[ 0.630173] ohci-platform: OHCI generic platform driver\n[ 0.631147] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645545] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646537] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647972] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648993] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652734] usb usb1: Product: UHCI Host Controller\n[ 0.653660] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654784] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655854] hub 1-0:1.0: USB hub found\n[ 0.656645] hub 1-0:1.0: 2 ports detected\n[ 0.657542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659651] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660627] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661649] mousedev: PS/2 mouse device common for all mice\n[ 0.662886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664745] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667017] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668216] i2c /dev entries driver\n[ 0.668969] device-mapper: uevent: version 1.0.3\n[ 0.669906] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671549] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672822] NET: Registered protocol family 10\n[ 0.673803] NET: Registered protocol family 17\n[ 0.674715] Key type dns_resolver registered\n[ 0.675636] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676732] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678464] registered taskstats version 1\n[ 0.679289] Loading compiled-in X.509 certificates\n[ 0.680721] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682561] zswap: loaded using pool lzo/zbud\n[ 0.683913] Key type trusted registered\n[ 0.685489] Key type encrypted registered\n[ 0.686311] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687334] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688381] evm: HMAC attrs: 0x1\n[ 0.689324] Magic number: 14:226:419\n[ 0.690166] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:32 UTC (1546064732)\n[ 0.691752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692870] EDD information not available.\n[ 0.777073] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778629] Write protecting the kernel read-only data: 14336k\n[ 0.790375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792168] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.53\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.726604] random: dd 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.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.62. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIGdrL6V1WckAzorxr9PyFUncKDFT789+wNiy5NP7nDS9oSU2G7mno8zdPfhtJIv1SXC40uta5xX6o8bmxglofzp/0cgOWVBkSfOMY18rRcR/wsBpaMH3RYF4wSrcg83DBQZ840hVeMbzfIL8lfReq+9YxaBPsr1I4mSdemg2bOIrlQANcYb1a5yV8O+pOi8LzlWmp643yyKQmbbze8pHE05yOtQSqEIhiMf0a+D3u8SZbF8/wm+EdnHIyjaGlFzs3obkiHL4XL5K2ZGAXHBTOywFTn1U5FUou2mfMYGOyTyNJR0Y9r7shRxM+/LOUrJYmytgp4o+gVYvYbQIcWsUF root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJZrypDxUdkHYDWBbx5JjaWt1ywzZFNceBQM0jKO99agmq3NMFbNrWPd9RYSgDwQJRBGKM2T9GhqaFQQumuaCSwqpcSOU+z5guk5Hz5qELZfSMqCaG6nT1c/SVa2OaMbxs1u8dUcSYjxOwMm/zeqkzRa/QS49eBLcYzD3aDTm7J/AAAAFQC2dJPAgisurHS+HDTp7r+5bMUDKwAAAIEAiDLsHdq4dt2/G7V3uIMz5uCMPIxX2fkzH1fNxiCBUGzjDi8mZZQg+BvfMM3hBtwbkDmz/axB+j4fi5c8d7P0DmKVTDARQypZT7+beyKrJz8aQpRLZGTf/fo8Xlw6Aap8dncgPAuvlOauh62Q6rKh2x6PtNQzm/0anWFDtLreayEAAACBAJLjfNzWi34MtesocCNhK1PO2FCmGtzbevWOBvsx948A8E7lz3cWVql6XMuPHX1yl5LELz5ksUFPW67HEAgDm1dWMLCkqYtZ/j1BGgwBIqDMFzoEgbn1FfBGdnJwD1XO+BnqClvFvzi+690/Y4euF+fpWnaQnvES1jKbOOWevDCH root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:fee0:596d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.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-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 2.41s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E0:59:6D \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee0:596d/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:7878 (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.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.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.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.133266] usb 1-1: Product: QEMU USB Tablet\n[ 1.133269] usb 1-1: Manufacturer: QEMU\n[ 1.133271] usb 1-1: SerialNumber: 42\n[ 1.500052] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.500054] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 1.696173] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.708833] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.726604] random: dd urandom read with 5 bits of entropy available\n[ 3.680111] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.030744] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:25:33 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)\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:25:33 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:25:33 cirros kern.info kernel: [ 0.223643] cpuidle: using governor ladder\nDec 29 06:25:33 cirros kern.info kernel: [ 0.224443] cpuidle: using governor menu\nDec 29 06:25:33 cirros kern.warn kernel: [ 0.225210] PCCT header not found.\nDec 29 06:25:33 cirros kern.info kernel: [ 0.225939] ACPI: bus type PCI registered\nDec 29 06:25:33 cirros kern.info kernel: [ 0.226725] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\nDec 29 06:25:33 cirros kern.info kernel: [ 0.227939] PCI: Using configuration type 1 for base access\nDec 29 06:25:33 cirros kern.info kernel: [ 0.229697] ACPI: Added _OSI(Module Device)\nDec 29 06:25:33 cirros kern.info kernel: [ 0.230524] ACPI: Added _OSI(Processor Device)\nDec 29 06:25:33 cirros kern.info kernel: [ 0.231368] ACPI: Added _OSI(3.0 _SCP Extensions)\nDec 29 06:25:33 cirros kern.info kernel: [ 0.232287] ACPI: Added _OSI(Processor Aggregator Device)\nDec 29 06:25:33 cirros kern.info kernel: [ 0.234492] ACPI: Interpreter enabled\nDec 29 06:25:33 cirros kern.notice kernel: [ 1.726604] random: dd urandom read with 5 bits of entropy available\nDec 29 06:25:34 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:25:35 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:25:35 cirros kern.info kernel: [ 3.680111] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:25:35 cirros kern.info kernel: [ 4.030744] 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-12-29 06:27:03,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action used request id req-d294ec25-043c-4802-9ab2-13f6e97accae 2018-12-29 06:27:05,533 - sdnvpn_test_utils - INFO - Waiting for instance d8b86f0a-29a6-46bf-9f16-53e503f9aafa to boot up 2018-12-29 06:27:05,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:06,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27: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-722357b8-fdcd-4d54-b3da-eea8b4c224d4 x-compute-request-id: req-722357b8-fdcd-4d54-b3da-eea8b4c224d4 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\n"} 2018-12-29 06:27:06,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-722357b8-fdcd-4d54-b3da-eea8b4c224d4 2018-12-29 06:27:08,612 - sdnvpn_test_utils - INFO - Waiting for instance 9d93e990-9cf6-4cca-8e75-1eedae4841ab to boot up 2018-12-29 06:27:08,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:09,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27: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-a280c257-303f-4bd0-8b93-1190b06cd80f x-compute-request-id: req-a280c257-303f-4bd0-8b93-1190b06cd80f 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 553002137 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148215] pid_max: default: 32768 minimum: 301\n[ 0.149395] ACPI: Core revision 20150930\n[ 0.151007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152704] Security Framework initialized\n[ 0.153772] Yama: becoming mindful.\n[ 0.154724] AppArmor: AppArmor initialized\n[ 0.155835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159279] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160884] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162687] Initializing cgroup subsys io\n[ 0.163737] Initializing cgroup subsys memory\n[ 0.164880] Initializing cgroup subsys devices\n[ 0.166020] Initializing cgroup subsys freezer\n[ 0.167159] Initializing cgroup subsys net_cls\n[ 0.168294] Initializing cgroup subsys perf_event\n[ 0.169495] Initializing cgroup subsys net_prio\n[ 0.170652] Initializing cgroup subsys hugetlb\n[ 0.171784] Initializing cgroup subsys pids\n[ 0.172930] CPU: Physical Processor ID: 0\n[ 0.174665] mce: CPU supports 10 MCE banks\n[ 0.175752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188121] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194971] ftrace: allocating 31920 entries in 125 pages\n[ 0.221706] smpboot: Max logical packages: 1\n[ 0.222812] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224554] x2apic enabled\n[ 0.225530] Switched APIC routing to physical x2apic.\n[ 0.227578] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229054] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233974] KVM setup paravirtual spinlock\n[ 0.235565] x86: Booted up 1 node, 1 CPUs\n[ 0.236616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238422] devtmpfs: initialized\n[ 0.240333] evm: security.selinux\n[ 0.241241] evm: security.SMACK64\n[ 0.242143] evm: security.SMACK64EXEC\n[ 0.243120] evm: security.SMACK64TRANSMUTE\n[ 0.244176] evm: security.SMACK64MMAP\n[ 0.245145] evm: security.ima\n[ 0.245968] evm: security.capability\n[ 0.247000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249433] pinctrl core: initialized pinctrl subsystem\n[ 0.250853] RTC time: 6:25:44, date: 12/29/18\n[ 0.252058] NET: Registered protocol family 16\n[ 0.253270] cpuidle: using governor ladder\n[ 0.254314] cpuidle: using governor menu\n[ 0.255317] PCCT header not found.\n[ 0.256255] ACPI: bus type PCI registered\n[ 0.257325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258980] PCI: Using configuration type 1 for base access\n[ 0.261105] ACPI: Added _OSI(Module Device)\n[ 0.262207] ACPI: Added _OSI(Processor Device)\n[ 0.263341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267016] ACPI: Interpreter enabled\n[ 0.268049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277863] ACPI: (supports S0 S5)\n[ 0.278769] ACPI: Using IOAPIC for interrupt routing\n[ 0.280063] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287073] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288684] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291665] acpiphp: Slot [3] registered\n[ 0.292677] acpiphp: Slot [4] registered\n[ 0.293689] acpiphp: Slot [5] registered\n[ 0.294547] acpiphp: Slot [6] registered\n[ 0.295344] acpiphp: Slot [7] registered\n[ 0.296149] acpiphp: Slot [8] registered\n[ 0.296948] acpiphp: Slot [9] registered\n[ 0.297738] acpiphp: Slot [10] registered\n[ 0.298556] acpiphp: Slot [11] registered\n[ 0.299365] acpiphp: Slot [12] registered\n[ 0.300179] acpiphp: Slot [13] registered\n[ 0.300990] acpiphp: Slot [14] registered\n[ 0.301793] acpiphp: Slot [15] registered\n[ 0.312836] acpiphp: Slot [16] registered\n[ 0.313660] acpiphp: Slot [17] registered\n[ 0.314473] acpiphp: Slot [18] registered\n[ 0.315280] acpiphp: Slot [19] registered\n[ 0.316085] acpiphp: Slot [20] registered\n[ 0.316898] acpiphp: Slot [21] registered\n[ 0.317703] acpiphp: Slot [22] registered\n[ 0.318525] acpiphp: Slot [23] registered\n[ 0.319334] acpiphp: Slot [24] registered\n[ 0.320146] acpiphp: Slot [25] registered\n[ 0.320962] acpiphp: Slot [26] registered\n[ 0.321769] acpiphp: Slot [27] registered\n[ 0.322582] acpiphp: Slot [28] registered\n[ 0.323399] acpiphp: Slot [29] registered\n[ 0.324217] acpiphp: Slot [30] registered\n[ 0.325034] acpiphp: Slot [31] registered\n[ 0.325843] PCI host bridge to bus 0000:00\n[ 0.326647] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330509] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331959] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339619] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395920] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397414] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398874] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.401703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405622] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407200] vgaarb: loaded\n[ 0.407815] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408970] SCSI subsystem initialized\n[ 0.409791] ACPI: bus type USB registered\n[ 0.410613] usbcore: registered new interface driver usbfs\n[ 0.411653] usbcore: registered new interface driver hub\n[ 0.412672] usbcore: registered new device driver usb\n[ 0.413736] PCI: Using ACPI for IRQ routing\n[ 0.414770] NetLabel: Initializing\n[ 0.415494] NetLabel: domain hash size = 128\n[ 0.416354] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417315] NetLabel: unlabeled traffic allowed by default\n[ 0.418414] clocksource: Switched to clocksource kvm-clock\n[ 0.423858] AppArmor: AppArmor Filesystem Enabled\n[ 0.424830] pnp: PnP ACPI init\n[ 0.425736] pnp: PnP ACPI: found 5 devices\n[ 0.432108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433833] NET: Registered protocol family 2\n[ 0.434788] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437262] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438439] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439522] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440688] NET: Registered protocol family 1\n[ 0.441567] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442677] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443754] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472209] Trying to unpack rootfs image as initramfs...\n[ 0.521648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535770] Scanning for low memory corruption every 60 seconds\n[ 0.537147] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538311] audit: initializing netlink subsys (disabled)\n[ 0.539349] audit: type=2000 audit(1546064745.238:1): initialized\n[ 0.540662] Initialise system trusted keyring\n[ 0.541604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544779] zbud: loaded\n[ 0.545493] VFS: Disk quotas dquot_6.6.0\n[ 0.546522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548383] fuse init (API version 7.23)\n[ 0.549399] Key type big_key registered\n[ 0.550289] Allocating IMA MOK and blacklist keyrings.\n[ 0.551635] Key type asymmetric registered\n[ 0.552765] Asymmetric key parser 'x509' registered\n[ 0.556257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558401] io scheduler noop registered\n[ 0.559317] io scheduler deadline registered (default)\n[ 0.560597] io scheduler cfq registered\n[ 0.561617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563064] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566448] ACPI: Power Button [PWRF]\n[ 0.567424] GHES: HEST is not enabled!\n[ 0.581144] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612105] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636247] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638438] Linux agpgart interface v0.103\n[ 0.640458] brd: module loaded\n[ 0.641637] loop: module loaded\n[ 0.646852] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648320] GPT:90111 != 2097151\n[ 0.649003] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650107] GPT:90111 != 2097151\n[ 0.650794] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651770] vda: vda1 vda15\n[ 0.653161] scsi host0: ata_piix\n[ 0.653906] scsi host1: ata_piix\n[ 0.654625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657322] libphy: Fixed MDIO Bus: probed\n[ 0.658157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661259] PPP generic driver version 2.4.2\n[ 0.662159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663417] ehci-pci: EHCI PCI platform driver\n[ 0.664305] ehci-platform: EHCI generic platform driver\n[ 0.665310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666461] ohci-pci: OHCI PCI platform driver\n[ 0.667347] ohci-platform: OHCI generic platform driver\n[ 0.668350] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682669] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685159] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686202] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687344] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688584] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692136] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693137] hub 1-0:1.0: USB hub found\n[ 0.693927] hub 1-0:1.0: 2 ports detected\n[ 0.694852] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697961] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699008] mousedev: PS/2 mouse device common for all mice\n[ 0.700273] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702132] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703248] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704462] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705670] i2c /dev entries driver\n[ 0.706453] device-mapper: uevent: version 1.0.3\n[ 0.707398] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709045] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710340] NET: Registered protocol family 10\n[ 0.711351] NET: Registered protocol family 17\n[ 0.712252] Key type dns_resolver registered\n[ 0.713191] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.714304] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716077] registered taskstats version 1\n[ 0.716930] Loading compiled-in X.509 certificates\n[ 0.718379] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720263] zswap: loaded using pool lzo/zbud\n[ 0.721635] Key type trusted registered\n[ 0.723188] Key type encrypted registered\n[ 0.724033] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725066] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726112] evm: HMAC attrs: 0x1\n[ 0.727063] Magic number: 14:226:419\n[ 0.727931] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:45 UTC (1546064745)\n[ 0.729534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730663] EDD information not available.\n[ 0.810957] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812417] ata1.00: configured for MWDMA2\n[ 0.813607] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826450] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827704] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828953] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830823] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832376] Write protecting the kernel read-only data: 14336k\n[ 0.833945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.835768] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.318983] 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.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.19s]\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:09,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action used request id req-a280c257-303f-4bd0-8b93-1190b06cd80f 2018-12-29 06:27:11,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:12,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69cc5fe5-6091-4e54-a45c-d2aa822c8d7d x-compute-request-id: req-69cc5fe5-6091-4e54-a45c-d2aa822c8d7d Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\n"} 2018-12-29 06:27:12,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-69cc5fe5-6091-4e54-a45c-d2aa822c8d7d 2018-12-29 06:27:12,827 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-2' (10.10.10.10). -->Expected result: can ping. 2018-12-29 06:27:12,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:13,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27: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-e0e2110b-351e-4832-81f0-e73bc313f7af x-compute-request-id: req-e0e2110b-351e-4832-81f0-e73bc313f7af Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\n"} 2018-12-29 06:27:13,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-e0e2110b-351e-4832-81f0-e73bc313f7af 2018-12-29 06:27:13,898 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-12-29 06:27:13,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:15,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27: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-bf957e49-97e0-4f31-bc2a-7398cc00e612 x-compute-request-id: req-bf957e49-97e0-4f31-bc2a-7398cc00e612 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\n"} 2018-12-29 06:27:15,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-bf957e49-97e0-4f31-bc2a-7398cc00e612 2018-12-29 06:27:15,036 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-3' (10.10.10.14). -->Expected result: can ping. 2018-12-29 06:27:15,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:16,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e1cbd96-f4aa-4066-b07c-b19cbcbba582 x-compute-request-id: req-6e1cbd96-f4aa-4066-b07c-b19cbcbba582 Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:16,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-6e1cbd96-f4aa-4066-b07c-b19cbcbba582 2018-12-29 06:27:16,107 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-3' 2018-12-29 06:27:16,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:17,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4cebdc6-9cd9-4489-aecb-c8ff53578257 x-compute-request-id: req-a4cebdc6-9cd9-4489-aecb-c8ff53578257 Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:17,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-a4cebdc6-9cd9-4489-aecb-c8ff53578257 2018-12-29 06:27:17,187 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.9). -->Expected result: cannot ping. 2018-12-29 06:27:17,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:18,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d16ec08-8d9d-4c7b-b5dd-e6fab4fc037d x-compute-request-id: req-2d16ec08-8d9d-4c7b-b5dd-e6fab4fc037d Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:18,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-2d16ec08-8d9d-4c7b-b5dd-e6fab4fc037d 2018-12-29 06:27:18,260 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-12-29 06:27:18,260 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-12-29 06:27:18,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network_association": {"network_id": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f"}}' 2018-12-29 06:27:18,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5609b53b-c153-4501-b9e0-d8c36c4c490d Date: Sat, 29 Dec 2018 06:27:18 GMT RESP BODY: {"network_association": {"network_id": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "1f68a164-4ee7-4197-9f90-a36c94a51f11"}} 2018-12-29 06:27:18,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08/network_associations used request id req-5609b53b-c153-4501-b9e0-d8c36c4c490d 2018-12-29 06:27:18,818 - sdnvpn_test_utils - DEBUG - Waiting for network a62a6af2-fa01-4b24-aa13-6456d9754f08 to associate with BGPVPN 74eb2941-b810-426a-b3df-c416167d1e31 2018-12-29 06:27:18,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:27:19,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-d93a6601-212d-4e26-9c79-4ffad4250b43 Date: Sat, 29 Dec 2018 06:27:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "a62a6af2-fa01-4b24-aa13-6456d9754f08", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "74eb2941-b810-426a-b3df-c416167d1e31"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:27:19,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 used request id req-d93a6601-212d-4e26-9c79-4ffad4250b43 2018-12-29 06:27:20,404 - sdnvpn_test_utils - DEBUG - Waiting for network a62a6af2-fa01-4b24-aa13-6456d9754f08 to associate with BGPVPN 25be2d28-c864-4a5e-aa15-bd6ddd0a290f 2018-12-29 06:27:20,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:27:20,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-057d10bb-2fd6-4906-bbcc-9978614041bc Date: Sat, 29 Dec 2018 06:27:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "a62a6af2-fa01-4b24-aa13-6456d9754f08", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "74eb2941-b810-426a-b3df-c416167d1e31"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:27:20,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 used request id req-057d10bb-2fd6-4906-bbcc-9978614041bc 2018-12-29 06:27:21,734 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:27:51,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:52,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aa4248e-0573-4426-aca6-1b39d9a86843 x-compute-request-id: req-2aa4248e-0573-4426-aca6-1b39d9a86843 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 553002137 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148215] pid_max: default: 32768 minimum: 301\n[ 0.149395] ACPI: Core revision 20150930\n[ 0.151007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152704] Security Framework initialized\n[ 0.153772] Yama: becoming mindful.\n[ 0.154724] AppArmor: AppArmor initialized\n[ 0.155835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159279] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160884] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162687] Initializing cgroup subsys io\n[ 0.163737] Initializing cgroup subsys memory\n[ 0.164880] Initializing cgroup subsys devices\n[ 0.166020] Initializing cgroup subsys freezer\n[ 0.167159] Initializing cgroup subsys net_cls\n[ 0.168294] Initializing cgroup subsys perf_event\n[ 0.169495] Initializing cgroup subsys net_prio\n[ 0.170652] Initializing cgroup subsys hugetlb\n[ 0.171784] Initializing cgroup subsys pids\n[ 0.172930] CPU: Physical Processor ID: 0\n[ 0.174665] mce: CPU supports 10 MCE banks\n[ 0.175752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188121] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194971] ftrace: allocating 31920 entries in 125 pages\n[ 0.221706] smpboot: Max logical packages: 1\n[ 0.222812] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224554] x2apic enabled\n[ 0.225530] Switched APIC routing to physical x2apic.\n[ 0.227578] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229054] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233974] KVM setup paravirtual spinlock\n[ 0.235565] x86: Booted up 1 node, 1 CPUs\n[ 0.236616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238422] devtmpfs: initialized\n[ 0.240333] evm: security.selinux\n[ 0.241241] evm: security.SMACK64\n[ 0.242143] evm: security.SMACK64EXEC\n[ 0.243120] evm: security.SMACK64TRANSMUTE\n[ 0.244176] evm: security.SMACK64MMAP\n[ 0.245145] evm: security.ima\n[ 0.245968] evm: security.capability\n[ 0.247000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249433] pinctrl core: initialized pinctrl subsystem\n[ 0.250853] RTC time: 6:25:44, date: 12/29/18\n[ 0.252058] NET: Registered protocol family 16\n[ 0.253270] cpuidle: using governor ladder\n[ 0.254314] cpuidle: using governor menu\n[ 0.255317] PCCT header not found.\n[ 0.256255] ACPI: bus type PCI registered\n[ 0.257325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258980] PCI: Using configuration type 1 for base access\n[ 0.261105] ACPI: Added _OSI(Module Device)\n[ 0.262207] ACPI: Added _OSI(Processor Device)\n[ 0.263341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267016] ACPI: Interpreter enabled\n[ 0.268049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277863] ACPI: (supports S0 S5)\n[ 0.278769] ACPI: Using IOAPIC for interrupt routing\n[ 0.280063] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287073] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288684] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291665] acpiphp: Slot [3] registered\n[ 0.292677] acpiphp: Slot [4] registered\n[ 0.293689] acpiphp: Slot [5] registered\n[ 0.294547] acpiphp: Slot [6] registered\n[ 0.295344] acpiphp: Slot [7] registered\n[ 0.296149] acpiphp: Slot [8] registered\n[ 0.296948] acpiphp: Slot [9] registered\n[ 0.297738] acpiphp: Slot [10] registered\n[ 0.298556] acpiphp: Slot [11] registered\n[ 0.299365] acpiphp: Slot [12] registered\n[ 0.300179] acpiphp: Slot [13] registered\n[ 0.300990] acpiphp: Slot [14] registered\n[ 0.301793] acpiphp: Slot [15] registered\n[ 0.312836] acpiphp: Slot [16] registered\n[ 0.313660] acpiphp: Slot [17] registered\n[ 0.314473] acpiphp: Slot [18] registered\n[ 0.315280] acpiphp: Slot [19] registered\n[ 0.316085] acpiphp: Slot [20] registered\n[ 0.316898] acpiphp: Slot [21] registered\n[ 0.317703] acpiphp: Slot [22] registered\n[ 0.318525] acpiphp: Slot [23] registered\n[ 0.319334] acpiphp: Slot [24] registered\n[ 0.320146] acpiphp: Slot [25] registered\n[ 0.320962] acpiphp: Slot [26] registered\n[ 0.321769] acpiphp: Slot [27] registered\n[ 0.322582] acpiphp: Slot [28] registered\n[ 0.323399] acpiphp: Slot [29] registered\n[ 0.324217] acpiphp: Slot [30] registered\n[ 0.325034] acpiphp: Slot [31] registered\n[ 0.325843] PCI host bridge to bus 0000:00\n[ 0.326647] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330509] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331959] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339619] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395920] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397414] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398874] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.401703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405622] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407200] vgaarb: loaded\n[ 0.407815] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408970] SCSI subsystem initialized\n[ 0.409791] ACPI: bus type USB registered\n[ 0.410613] usbcore: registered new interface driver usbfs\n[ 0.411653] usbcore: registered new interface driver hub\n[ 0.412672] usbcore: registered new device driver usb\n[ 0.413736] PCI: Using ACPI for IRQ routing\n[ 0.414770] NetLabel: Initializing\n[ 0.415494] NetLabel: domain hash size = 128\n[ 0.416354] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417315] NetLabel: unlabeled traffic allowed by default\n[ 0.418414] clocksource: Switched to clocksource kvm-clock\n[ 0.423858] AppArmor: AppArmor Filesystem Enabled\n[ 0.424830] pnp: PnP ACPI init\n[ 0.425736] pnp: PnP ACPI: found 5 devices\n[ 0.432108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433833] NET: Registered protocol family 2\n[ 0.434788] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437262] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438439] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439522] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440688] NET: Registered protocol family 1\n[ 0.441567] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442677] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443754] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472209] Trying to unpack rootfs image as initramfs...\n[ 0.521648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535770] Scanning for low memory corruption every 60 seconds\n[ 0.537147] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538311] audit: initializing netlink subsys (disabled)\n[ 0.539349] audit: type=2000 audit(1546064745.238:1): initialized\n[ 0.540662] Initialise system trusted keyring\n[ 0.541604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544779] zbud: loaded\n[ 0.545493] VFS: Disk quotas dquot_6.6.0\n[ 0.546522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548383] fuse init (API version 7.23)\n[ 0.549399] Key type big_key registered\n[ 0.550289] Allocating IMA MOK and blacklist keyrings.\n[ 0.551635] Key type asymmetric registered\n[ 0.552765] Asymmetric key parser 'x509' registered\n[ 0.556257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558401] io scheduler noop registered\n[ 0.559317] io scheduler deadline registered (default)\n[ 0.560597] io scheduler cfq registered\n[ 0.561617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563064] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566448] ACPI: Power Button [PWRF]\n[ 0.567424] GHES: HEST is not enabled!\n[ 0.581144] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612105] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636247] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638438] Linux agpgart interface v0.103\n[ 0.640458] brd: module loaded\n[ 0.641637] loop: module loaded\n[ 0.646852] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648320] GPT:90111 != 2097151\n[ 0.649003] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650107] GPT:90111 != 2097151\n[ 0.650794] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651770] vda: vda1 vda15\n[ 0.653161] scsi host0: ata_piix\n[ 0.653906] scsi host1: ata_piix\n[ 0.654625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657322] libphy: Fixed MDIO Bus: probed\n[ 0.658157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661259] PPP generic driver version 2.4.2\n[ 0.662159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663417] ehci-pci: EHCI PCI platform driver\n[ 0.664305] ehci-platform: EHCI generic platform driver\n[ 0.665310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666461] ohci-pci: OHCI PCI platform driver\n[ 0.667347] ohci-platform: OHCI generic platform driver\n[ 0.668350] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682669] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685159] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686202] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687344] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688584] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692136] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693137] hub 1-0:1.0: USB hub found\n[ 0.693927] hub 1-0:1.0: 2 ports detected\n[ 0.694852] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697961] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699008] mousedev: PS/2 mouse device common for all mice\n[ 0.700273] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702132] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703248] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704462] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705670] i2c /dev entries driver\n[ 0.706453] device-mapper: uevent: version 1.0.3\n[ 0.707398] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709045] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710340] NET: Registered protocol family 10\n[ 0.711351] NET: Registered protocol family 17\n[ 0.712252] Key type dns_resolver registered\n[ 0.713191] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.714304] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716077] registered taskstats version 1\n[ 0.716930] Loading compiled-in X.509 certificates\n[ 0.718379] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720263] zswap: loaded using pool lzo/zbud\n[ 0.721635] Key type trusted registered\n[ 0.723188] Key type encrypted registered\n[ 0.724033] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725066] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726112] evm: HMAC attrs: 0x1\n[ 0.727063] Magic number: 14:226:419\n[ 0.727931] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:45 UTC (1546064745)\n[ 0.729534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730663] EDD information not available.\n[ 0.810957] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812417] ata1.00: configured for MWDMA2\n[ 0.813607] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826450] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827704] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828953] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830823] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832376] Write protecting the kernel read-only data: 14336k\n[ 0.833945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.835768] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.318983] 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.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.19s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:52,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action used request id req-2aa4248e-0573-4426-aca6-1b39d9a86843 2018-12-29 06:27:52,826 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.9) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-12-29 06:27:52,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ef65eb12f459cefc8297812756a5007a144135f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:27:53,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:27: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-b69ee569-8883-4202-bd0b-28fe605a1ac1 x-compute-request-id: req-b69ee569-8883-4202-bd0b-28fe605a1ac1 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 553002137 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146052] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148215] pid_max: default: 32768 minimum: 301\n[ 0.149395] ACPI: Core revision 20150930\n[ 0.151007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152704] Security Framework initialized\n[ 0.153772] Yama: becoming mindful.\n[ 0.154724] AppArmor: AppArmor initialized\n[ 0.155835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157590] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159279] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160884] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162687] Initializing cgroup subsys io\n[ 0.163737] Initializing cgroup subsys memory\n[ 0.164880] Initializing cgroup subsys devices\n[ 0.166020] Initializing cgroup subsys freezer\n[ 0.167159] Initializing cgroup subsys net_cls\n[ 0.168294] Initializing cgroup subsys perf_event\n[ 0.169495] Initializing cgroup subsys net_prio\n[ 0.170652] Initializing cgroup subsys hugetlb\n[ 0.171784] Initializing cgroup subsys pids\n[ 0.172930] CPU: Physical Processor ID: 0\n[ 0.174665] mce: CPU supports 10 MCE banks\n[ 0.175752] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.188121] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194971] ftrace: allocating 31920 entries in 125 pages\n[ 0.221706] smpboot: Max logical packages: 1\n[ 0.222812] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224554] x2apic enabled\n[ 0.225530] Switched APIC routing to physical x2apic.\n[ 0.227578] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229054] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233974] KVM setup paravirtual spinlock\n[ 0.235565] x86: Booted up 1 node, 1 CPUs\n[ 0.236616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238422] devtmpfs: initialized\n[ 0.240333] evm: security.selinux\n[ 0.241241] evm: security.SMACK64\n[ 0.242143] evm: security.SMACK64EXEC\n[ 0.243120] evm: security.SMACK64TRANSMUTE\n[ 0.244176] evm: security.SMACK64MMAP\n[ 0.245145] evm: security.ima\n[ 0.245968] evm: security.capability\n[ 0.247000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249433] pinctrl core: initialized pinctrl subsystem\n[ 0.250853] RTC time: 6:25:44, date: 12/29/18\n[ 0.252058] NET: Registered protocol family 16\n[ 0.253270] cpuidle: using governor ladder\n[ 0.254314] cpuidle: using governor menu\n[ 0.255317] PCCT header not found.\n[ 0.256255] ACPI: bus type PCI registered\n[ 0.257325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258980] PCI: Using configuration type 1 for base access\n[ 0.261105] ACPI: Added _OSI(Module Device)\n[ 0.262207] ACPI: Added _OSI(Processor Device)\n[ 0.263341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267016] ACPI: Interpreter enabled\n[ 0.268049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277863] ACPI: (supports S0 S5)\n[ 0.278769] ACPI: Using IOAPIC for interrupt routing\n[ 0.280063] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.283794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287073] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288684] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291665] acpiphp: Slot [3] registered\n[ 0.292677] acpiphp: Slot [4] registered\n[ 0.293689] acpiphp: Slot [5] registered\n[ 0.294547] acpiphp: Slot [6] registered\n[ 0.295344] acpiphp: Slot [7] registered\n[ 0.296149] acpiphp: Slot [8] registered\n[ 0.296948] acpiphp: Slot [9] registered\n[ 0.297738] acpiphp: Slot [10] registered\n[ 0.298556] acpiphp: Slot [11] registered\n[ 0.299365] acpiphp: Slot [12] registered\n[ 0.300179] acpiphp: Slot [13] registered\n[ 0.300990] acpiphp: Slot [14] registered\n[ 0.301793] acpiphp: Slot [15] registered\n[ 0.312836] acpiphp: Slot [16] registered\n[ 0.313660] acpiphp: Slot [17] registered\n[ 0.314473] acpiphp: Slot [18] registered\n[ 0.315280] acpiphp: Slot [19] registered\n[ 0.316085] acpiphp: Slot [20] registered\n[ 0.316898] acpiphp: Slot [21] registered\n[ 0.317703] acpiphp: Slot [22] registered\n[ 0.318525] acpiphp: Slot [23] registered\n[ 0.319334] acpiphp: Slot [24] registered\n[ 0.320146] acpiphp: Slot [25] registered\n[ 0.320962] acpiphp: Slot [26] registered\n[ 0.321769] acpiphp: Slot [27] registered\n[ 0.322582] acpiphp: Slot [28] registered\n[ 0.323399] acpiphp: Slot [29] registered\n[ 0.324217] acpiphp: Slot [30] registered\n[ 0.325034] acpiphp: Slot [31] registered\n[ 0.325843] PCI host bridge to bus 0000:00\n[ 0.326647] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330509] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331959] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339619] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349990] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395920] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397414] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398874] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.401703] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404558] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405622] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407200] vgaarb: loaded\n[ 0.407815] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408970] SCSI subsystem initialized\n[ 0.409791] ACPI: bus type USB registered\n[ 0.410613] usbcore: registered new interface driver usbfs\n[ 0.411653] usbcore: registered new interface driver hub\n[ 0.412672] usbcore: registered new device driver usb\n[ 0.413736] PCI: Using ACPI for IRQ routing\n[ 0.414770] NetLabel: Initializing\n[ 0.415494] NetLabel: domain hash size = 128\n[ 0.416354] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417315] NetLabel: unlabeled traffic allowed by default\n[ 0.418414] clocksource: Switched to clocksource kvm-clock\n[ 0.423858] AppArmor: AppArmor Filesystem Enabled\n[ 0.424830] pnp: PnP ACPI init\n[ 0.425736] pnp: PnP ACPI: found 5 devices\n[ 0.432108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433833] NET: Registered protocol family 2\n[ 0.434788] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437262] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438439] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439522] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440688] NET: Registered protocol family 1\n[ 0.441567] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442677] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443754] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457747] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472209] Trying to unpack rootfs image as initramfs...\n[ 0.521648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535770] Scanning for low memory corruption every 60 seconds\n[ 0.537147] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538311] audit: initializing netlink subsys (disabled)\n[ 0.539349] audit: type=2000 audit(1546064745.238:1): initialized\n[ 0.540662] Initialise system trusted keyring\n[ 0.541604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542790] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544779] zbud: loaded\n[ 0.545493] VFS: Disk quotas dquot_6.6.0\n[ 0.546522] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.548383] fuse init (API version 7.23)\n[ 0.549399] Key type big_key registered\n[ 0.550289] Allocating IMA MOK and blacklist keyrings.\n[ 0.551635] Key type asymmetric registered\n[ 0.552765] Asymmetric key parser 'x509' registered\n[ 0.556257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558401] io scheduler noop registered\n[ 0.559317] io scheduler deadline registered (default)\n[ 0.560597] io scheduler cfq registered\n[ 0.561617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563064] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566448] ACPI: Power Button [PWRF]\n[ 0.567424] GHES: HEST is not enabled!\n[ 0.581144] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609711] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612105] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636247] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638438] Linux agpgart interface v0.103\n[ 0.640458] brd: module loaded\n[ 0.641637] loop: module loaded\n[ 0.646852] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648320] GPT:90111 != 2097151\n[ 0.649003] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650107] GPT:90111 != 2097151\n[ 0.650794] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651770] vda: vda1 vda15\n[ 0.653161] scsi host0: ata_piix\n[ 0.653906] scsi host1: ata_piix\n[ 0.654625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657322] libphy: Fixed MDIO Bus: probed\n[ 0.658157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661259] PPP generic driver version 2.4.2\n[ 0.662159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663417] ehci-pci: EHCI PCI platform driver\n[ 0.664305] ehci-platform: EHCI generic platform driver\n[ 0.665310] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666461] ohci-pci: OHCI PCI platform driver\n[ 0.667347] ohci-platform: OHCI generic platform driver\n[ 0.668350] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682669] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685159] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686202] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687344] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688584] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690022] usb usb1: Product: UHCI Host Controller\n[ 0.690975] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692136] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693137] hub 1-0:1.0: USB hub found\n[ 0.693927] hub 1-0:1.0: 2 ports detected\n[ 0.694852] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696994] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697961] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699008] mousedev: PS/2 mouse device common for all mice\n[ 0.700273] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702132] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703248] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704462] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705670] i2c /dev entries driver\n[ 0.706453] device-mapper: uevent: version 1.0.3\n[ 0.707398] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709045] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710340] NET: Registered protocol family 10\n[ 0.711351] NET: Registered protocol family 17\n[ 0.712252] Key type dns_resolver registered\n[ 0.713191] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.714304] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716077] registered taskstats version 1\n[ 0.716930] Loading compiled-in X.509 certificates\n[ 0.718379] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720263] zswap: loaded using pool lzo/zbud\n[ 0.721635] Key type trusted registered\n[ 0.723188] Key type encrypted registered\n[ 0.724033] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725066] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726112] evm: HMAC attrs: 0x1\n[ 0.727063] Magic number: 14:226:419\n[ 0.727931] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:45 UTC (1546064745)\n[ 0.729534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730663] EDD information not available.\n[ 0.810957] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812417] ata1.00: configured for MWDMA2\n[ 0.813607] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826450] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827704] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828953] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830823] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832376] Write protecting the kernel read-only data: 14336k\n[ 0.833945] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.835768] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.318983] 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.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.19s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-12-29 06:27:53,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action used request id req-b69ee569-8883-4202-bd0b-28fe605a1ac1 2018-12-29 06:27:53,951 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-12-29 06:27:53,952 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-12-29 06:27:53,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:27:54,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cbd0c62b-84fd-49c7-9f0c-69661d62199e Content-Length: 0 Date: Sat, 29 Dec 2018 06:27:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:27:54,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/a62a6af2-fa01-4b24-aa13-6456d9754f08 used request id req-cbd0c62b-84fd-49c7-9f0c-69661d62199e 2018-12-29 06:28:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-681276", "route_distinguishers": "11:11"}}' 2018-12-29 06:28:24,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-04f29584-640a-4227-bee1-98da386dbb23 Date: Sat, 29 Dec 2018 06:28:24 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "f3bd84ff-1bc0-4ce0-acd9-fbb43f860939", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:28:24,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-04f29584-640a-4227-bee1-98da386dbb23 2018-12-29 06:28:24,856 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-681276', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'f3bd84ff-1bc0-4ce0-acd9-fbb43f860939'}} 2018-12-29 06:28:24,856 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-12-29 06:28:24,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network_association": {"network_id": "74eb2941-b810-426a-b3df-c416167d1e31"}}' 2018-12-29 06:28:25,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3e7c75f4-82a4-43c0-9b0b-14ac38aa9410 Date: Sat, 29 Dec 2018 06:28:25 GMT RESP BODY: {"network_association": {"network_id": "74eb2941-b810-426a-b3df-c416167d1e31", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "e47e89ac-12c4-4a58-b033-380335ec067d"}} 2018-12-29 06:28:25,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939/network_associations used request id req-3e7c75f4-82a4-43c0-9b0b-14ac38aa9410 2018-12-29 06:28:25,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" -d '{"network_association": {"network_id": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f"}}' 2018-12-29 06:28:26,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-36d8d219-4353-49a3-8f33-fba58e791b8b Date: Sat, 29 Dec 2018 06:28:26 GMT RESP BODY: {"network_association": {"network_id": "25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "98a2ff43-8bf9-4f09-8730-57c7d259982e"}} 2018-12-29 06:28:26,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939/network_associations used request id req-36d8d219-4353-49a3-8f33-fba58e791b8b 2018-12-29 06:28:26,248 - sdnvpn_test_utils - DEBUG - Waiting for network f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 to associate with BGPVPN 74eb2941-b810-426a-b3df-c416167d1e31 2018-12-29 06:28:26,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:28:26,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-e30f625f-254f-4964-aabc-e34ee64f54ef Date: Sat, 29 Dec 2018 06:28:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "f3bd84ff-1bc0-4ce0-acd9-fbb43f860939", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "74eb2941-b810-426a-b3df-c416167d1e31"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:28:26,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 used request id req-e30f625f-254f-4964-aabc-e34ee64f54ef 2018-12-29 06:28:27,406 - sdnvpn_test_utils - DEBUG - Waiting for network f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 to associate with BGPVPN 25be2d28-c864-4a5e-aa15-bd6ddd0a290f 2018-12-29 06:28:27,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:28:27,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-ad806e00-e041-443a-ba70-0ab9eb7c6c0c Date: Sat, 29 Dec 2018 06:28:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "f3bd84ff-1bc0-4ce0-acd9-fbb43f860939", "name": "sdnvpn-681276", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["25be2d28-c864-4a5e-aa15-bd6ddd0a290f", "74eb2941-b810-426a-b3df-c416167d1e31"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:28:27,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 used request id req-ad806e00-e041-443a-ba70-0ab9eb7c6c0c 2018-12-29 06:28:28,716 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:28:58,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:28:59,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:28:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c93634a7-97a1-4279-b747-df9231068619 x-compute-request-id: req-c93634a7-97a1-4279-b747-df9231068619 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\n"} 2018-12-29 06:28:59,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-c93634a7-97a1-4279-b747-df9231068619 2018-12-29 06:28:59,812 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-4' (10.10.11.9). -->Expected result: can ping. 2018-12-29 06:28:59,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:29:00,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:28:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-952f9ee8-bc76-46a7-9da6-f051510eb9f9 x-compute-request-id: req-952f9ee8-bc76-46a7-9da6-f051510eb9f9 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\n"} 2018-12-29 06:29:00,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-952f9ee8-bc76-46a7-9da6-f051510eb9f9 2018-12-29 06:29:00,887 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-12-29 06:29:00,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:29:01,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85dc31cc-be7e-4635-802d-2bb61ec74047 x-compute-request-id: req-85dc31cc-be7e-4635-802d-2bb61ec74047 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\n"} 2018-12-29 06:29:01,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-85dc31cc-be7e-4635-802d-2bb61ec74047 2018-12-29 06:29:01,957 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.6) to 'sdnvpn-1-5' (10.10.11.7). -->Expected result: can ping. 2018-12-29 06:29:01,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33279a7807347b6cbf789de32e1e1485c7af5889" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:29:03,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa75e88a-90c7-4b09-9f19-c259e4917c8a x-compute-request-id: req-fa75e88a-90c7-4b09-9f19-c259e4917c8a Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528456911 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134682] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136736] pid_max: default: 32768 minimum: 301\n[ 0.137882] ACPI: Core revision 20150930\n[ 0.139444] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141051] Security Framework initialized\n[ 0.142065] Yama: becoming mindful.\n[ 0.142977] AppArmor: AppArmor initialized\n[ 0.144049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147355] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150572] Initializing cgroup subsys io\n[ 0.151564] Initializing cgroup subsys memory\n[ 0.152612] Initializing cgroup subsys devices\n[ 0.153694] Initializing cgroup subsys freezer\n[ 0.154763] Initializing cgroup subsys net_cls\n[ 0.155821] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.158041] Initializing cgroup subsys hugetlb\n[ 0.159110] Initializing cgroup subsys pids\n[ 0.160170] CPU: Physical Processor ID: 0\n[ 0.161871] mce: CPU supports 10 MCE banks\n[ 0.162908] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182228] ftrace: allocating 31920 entries in 125 pages\n[ 0.209331] smpboot: Max logical packages: 1\n[ 0.210406] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212041] x2apic enabled\n[ 0.212975] Switched APIC routing to physical x2apic.\n[ 0.214969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216340] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218774] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220977] KVM setup paravirtual spinlock\n[ 0.222456] x86: Booted up 1 node, 1 CPUs\n[ 0.223430] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225095] devtmpfs: initialized\n[ 0.226946] evm: security.selinux\n[ 0.227787] evm: security.SMACK64\n[ 0.228613] evm: security.SMACK64EXEC\n[ 0.229509] evm: security.SMACK64TRANSMUTE\n[ 0.230485] evm: security.SMACK64MMAP\n[ 0.231376] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235367] pinctrl core: initialized pinctrl subsystem\n[ 0.236677] RTC time: 6:25:56, date: 12/29/18\n[ 0.237816] NET: Registered protocol family 16\n[ 0.238978] cpuidle: using governor ladder\n[ 0.239976] cpuidle: using governor menu\n[ 0.240934] PCCT header not found.\n[ 0.241838] ACPI: bus type PCI registered\n[ 0.242816] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244330] PCI: Using configuration type 1 for base access\n[ 0.246322] ACPI: Added _OSI(Module Device)\n[ 0.247343] ACPI: Added _OSI(Processor Device)\n[ 0.248402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249494] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251846] ACPI: Interpreter enabled\n[ 0.252789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257265] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261892] ACPI: (supports S0 S5)\n[ 0.262745] ACPI: Using IOAPIC for interrupt routing\n[ 0.263895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268785] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270303] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274572] acpiphp: Slot [3] registered\n[ 0.275582] acpiphp: Slot [4] registered\n[ 0.276583] acpiphp: Slot [5] registered\n[ 0.277584] acpiphp: Slot [6] registered\n[ 0.278585] acpiphp: Slot [7] registered\n[ 0.279589] acpiphp: Slot [8] registered\n[ 0.280595] acpiphp: Slot [9] registered\n[ 0.281597] acpiphp: Slot [10] registered\n[ 0.282615] acpiphp: Slot [11] registered\n[ 0.283645] acpiphp: Slot [12] registered\n[ 0.284669] acpiphp: Slot [13] registered\n[ 0.285663] acpiphp: Slot [14] registered\n[ 0.286667] acpiphp: Slot [15] registered\n[ 0.297794] acpiphp: Slot [16] registered\n[ 0.298786] acpiphp: Slot [17] registered\n[ 0.299770] acpiphp: Slot [18] registered\n[ 0.300758] acpiphp: Slot [19] registered\n[ 0.301775] acpiphp: Slot [20] registered\n[ 0.302766] acpiphp: Slot [21] registered\n[ 0.303742] acpiphp: Slot [22] registered\n[ 0.304727] acpiphp: Slot [23] registered\n[ 0.305714] acpiphp: Slot [24] registered\n[ 0.306703] acpiphp: Slot [25] registered\n[ 0.307696] acpiphp: Slot [26] registered\n[ 0.308688] acpiphp: Slot [27] registered\n[ 0.309681] acpiphp: Slot [28] registered\n[ 0.310675] acpiphp: Slot [29] registered\n[ 0.311668] acpiphp: Slot [30] registered\n[ 0.312666] acpiphp: Slot [31] registered\n[ 0.313652] PCI host bridge to bus 0000:00\n[ 0.314636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317656] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327686] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330727] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332290] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339220] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340972] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388403] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389915] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395222] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397591] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400137] vgaarb: loaded\n[ 0.400729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.401830] SCSI subsystem initialized\n[ 0.402636] ACPI: bus type USB registered\n[ 0.403433] usbcore: registered new interface driver usbfs\n[ 0.404444] usbcore: registered new interface driver hub\n[ 0.405426] usbcore: registered new device driver usb\n[ 0.406470] PCI: Using ACPI for IRQ routing\n[ 0.407470] NetLabel: Initializing\n[ 0.408165] NetLabel: domain hash size = 128\n[ 0.409009] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409947] NetLabel: unlabeled traffic allowed by default\n[ 0.411016] clocksource: Switched to clocksource kvm-clock\n[ 0.416435] AppArmor: AppArmor Filesystem Enabled\n[ 0.417371] pnp: PnP ACPI init\n[ 0.418259] pnp: PnP ACPI: found 5 devices\n[ 0.424609] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.426299] NET: Registered protocol family 2\n[ 0.427249] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.428491] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.429635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430763] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432964] NET: Registered protocol family 1\n[ 0.433808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464287] Trying to unpack rootfs image as initramfs...\n[ 0.514813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528823] Scanning for low memory corruption every 60 seconds\n[ 0.530149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531278] audit: initializing netlink subsys (disabled)\n[ 0.532278] audit: type=2000 audit(1546064757.020:1): initialized\n[ 0.533552] Initialise system trusted keyring\n[ 0.534466] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535606] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537541] zbud: loaded\n[ 0.538223] VFS: Disk quotas dquot_6.6.0\n[ 0.539037] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540516] fuse init (API version 7.23)\n[ 0.541394] Key type big_key registered\n[ 0.542169] Allocating IMA MOK and blacklist keyrings.\n[ 0.543256] Key type asymmetric registered\n[ 0.544069] Asymmetric key parser 'x509' registered\n[ 0.545002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.546791] io scheduler noop registered\n[ 0.547578] io scheduler deadline registered (default)\n[ 0.548544] io scheduler cfq registered\n[ 0.549357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.550370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553021] ACPI: Power Button [PWRF]\n[ 0.553844] GHES: HEST is not enabled!\n[ 0.569298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617475] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645908] Linux agpgart interface v0.103\n[ 0.647979] brd: module loaded\n[ 0.649216] loop: module loaded\n[ 0.654419] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655850] GPT:90111 != 2097151\n[ 0.656544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.657611] GPT:90111 != 2097151\n[ 0.658265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.659211] vda: vda1 vda15\n[ 0.660604] scsi host0: ata_piix\n[ 0.661321] scsi host1: ata_piix\n[ 0.662023] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.663224] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664651] libphy: Fixed MDIO Bus: probed\n[ 0.665456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.666380] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668450] PPP generic driver version 2.4.2\n[ 0.669318] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670570] ehci-pci: EHCI PCI platform driver\n[ 0.671434] ehci-platform: EHCI generic platform driver\n[ 0.672405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673501] ohci-pci: OHCI PCI platform driver\n[ 0.674349] ohci-platform: OHCI generic platform driver\n[ 0.675333] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.689677] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.690664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692093] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.694184] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.695395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696788] usb usb1: Product: UHCI Host Controller\n[ 0.697707] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698829] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699856] hub 1-0:1.0: USB hub found\n[ 0.700621] hub 1-0:1.0: 2 ports detected\n[ 0.701502] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704544] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.705570] mousedev: PS/2 mouse device common for all mice\n[ 0.706802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708619] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709705] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712036] i2c /dev entries driver\n[ 0.712784] device-mapper: uevent: version 1.0.3\n[ 0.713705] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716579] NET: Registered protocol family 10\n[ 0.717561] NET: Registered protocol family 17\n[ 0.718424] Key type dns_resolver registered\n[ 0.719338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.720407] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.722117] registered taskstats version 1\n[ 0.722936] Loading compiled-in X.509 certificates\n[ 0.724369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726175] zswap: loaded using pool lzo/zbud\n[ 0.727538] Key type trusted registered\n[ 0.729046] Key type encrypted registered\n[ 0.729863] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731898] evm: HMAC attrs: 0x1\n[ 0.732819] Magic number: 14:226:419\n[ 0.733655] rtc_cmos 00:00: setting system clock to 2018-12-29 06:25:57 UTC (1546064757)\n[ 0.735219] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.736313] EDD information not available.\n[ 0.819580] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821026] ata1.00: configured for MWDMA2\n[ 0.822200] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.834718] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.835950] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.837171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.839010] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840517] Write protecting the kernel read-only data: 14336k\n[ 0.842050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.843826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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.321578] 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.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.13s]\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 KO\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\nping 10.10.11.7 KO\nping 10.10.10.10 OK\nping 10.10.10.14 KO\nping 10.10.11.9 OK\n"} 2018-12-29 06:29:03,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-fa75e88a-90c7-4b09-9f19-c259e4917c8a 2018-12-29 06:29:03,031 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-12-29 06:29:03,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"forceDelete": null}' 2018-12-29 06:29:03,202 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9d74bc0-bad9-47bc-8546-aa58e399832f x-compute-request-id: req-c9d74bc0-bad9-47bc-8546-aa58e399832f Content-Length: 0 Content-Type: application/json 2018-12-29 06:29:03,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa/action used request id req-c9d74bc0-bad9-47bc-8546-aa58e399832f 2018-12-29 06:29:03,203 - sdnvpn_test_utils - DEBUG - Waiting for instance d8b86f0a-29a6-46bf-9f16-53e503f9aafa to be deleted 2018-12-29 06:29:03,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:04,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3a1617f-faa2-4d64-8cbd-dde8a71649db x-compute-request-id: req-e3a1617f-faa2-4d64-8cbd-dde8a71649db Content-Encoding: gzip Content-Length: 1185 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:99:98", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-12-29T06:25:56.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "d8b86f0a-29a6-46bf-9f16-53e503f9aafa", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:29:03Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-12-29T06:25:52Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-12-29T06:25:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:04,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-e3a1617f-faa2-4d64-8cbd-dde8a71649db 2018-12-29 06:29:06,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:06,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1522fe2e-005d-4fa8-83d8-2a66898488c1 x-compute-request-id: req-1522fe2e-005d-4fa8-83d8-2a66898488c1 Content-Encoding: gzip Content-Length: 1089 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-12-29T06:25:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:06,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1522fe2e-005d-4fa8-83d8-2a66898488c1 2018-12-29 06:29:08,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"forceDelete": null}' 2018-12-29 06:29:08,986 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcbe6f2f-26aa-408f-a81f-b62188dcc0ab x-compute-request-id: req-dcbe6f2f-26aa-408f-a81f-b62188dcc0ab Content-Length: 0 Content-Type: application/json 2018-12-29 06:29:08,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8/action used request id req-dcbe6f2f-26aa-408f-a81f-b62188dcc0ab 2018-12-29 06:29:08,987 - sdnvpn_test_utils - DEBUG - Waiting for instance 5574bbd7-d49c-47f4-8411-8be66a15a3d8 to be deleted 2018-12-29 06:29:08,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:09,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb948d5a-96ef-4a15-8826-b2dae7565009 x-compute-request-id: req-eb948d5a-96ef-4a15-8826-b2dae7565009 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:34", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5574bbd7-d49c-47f4-8411-8be66a15a3d8", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-12-29T06:25:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "5574bbd7-d49c-47f4-8411-8be66a15a3d8", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:29:08Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-12-29T06:25:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:09,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-eb948d5a-96ef-4a15-8826-b2dae7565009 2018-12-29 06:29:11,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:12,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1394cdb-2657-4b08-9a93-04832568cfe1 x-compute-request-id: req-f1394cdb-2657-4b08-9a93-04832568cfe1 Content-Encoding: gzip Content-Length: 1012 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:20Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:12,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f1394cdb-2657-4b08-9a93-04832568cfe1 2018-12-29 06:29:14,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"forceDelete": null}' 2018-12-29 06:29:14,339 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9471dfc9-9efe-46e1-aa45-9d48f98f6745 x-compute-request-id: req-9471dfc9-9efe-46e1-aa45-9d48f98f6745 Content-Length: 0 Content-Type: application/json 2018-12-29 06:29:14,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63/action used request id req-9471dfc9-9efe-46e1-aa45-9d48f98f6745 2018-12-29 06:29:14,340 - sdnvpn_test_utils - DEBUG - Waiting for instance 7a09ae6d-db56-4d07-9cd3-a4d796f35a63 to be deleted 2018-12-29 06:29:14,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:14,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b596dca6-f0eb-4665-bef2-8055c8f6a7d0 x-compute-request-id: req-b596dca6-f0eb-4665-bef2-8055c8f6a7d0 Content-Encoding: gzip Content-Length: 1024 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:7c:7b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-12-29T06:25:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "7a09ae6d-db56-4d07-9cd3-a4d796f35a63", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:29:14Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-12-29T06:25:15Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:14,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-b596dca6-f0eb-4665-bef2-8055c8f6a7d0 2018-12-29 06:29:17,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:17,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8020b038-2d96-4249-a993-bf6a14c0e0d0 x-compute-request-id: req-8020b038-2d96-4249-a993-bf6a14c0e0d0 Content-Encoding: gzip Content-Length: 927 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:25:45Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:17,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-8020b038-2d96-4249-a993-bf6a14c0e0d0 2018-12-29 06:29:19,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"forceDelete": null}' 2018-12-29 06:29:19,980 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aeeaf899-4fbe-418e-969a-7eaa2b73ff84 x-compute-request-id: req-aeeaf899-4fbe-418e-969a-7eaa2b73ff84 Content-Length: 0 Content-Type: application/json 2018-12-29 06:29:19,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab/action used request id req-aeeaf899-4fbe-418e-969a-7eaa2b73ff84 2018-12-29 06:29:19,981 - sdnvpn_test_utils - DEBUG - Waiting for instance 9d93e990-9cf6-4cca-8e75-1eedae4841ab to be deleted 2018-12-29 06:29:19,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:20,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5826bd2-fa58-4493-aa0b-4bc9d81ad780 x-compute-request-id: req-e5826bd2-fa58-4493-aa0b-4bc9d81ad780 Content-Encoding: gzip Content-Length: 939 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:29:19Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:20,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-e5826bd2-fa58-4493-aa0b-4bc9d81ad780 2018-12-29 06:29:22,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:23,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a21c1cc-3352-4613-ac80-6db3a846627e x-compute-request-id: req-4a21c1cc-3352-4613-ac80-6db3a846627e Content-Encoding: gzip Content-Length: 939 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:5b:fa", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d93e990-9cf6-4cca-8e75-1eedae4841ab", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-12-29T06:25:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9d93e990-9cf6-4cca-8e75-1eedae4841ab", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:29:22Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-12-29T06:25:39Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:23,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4a21c1cc-3352-4613-ac80-6db3a846627e 2018-12-29 06:29:25,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:25,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9179a9fb-0a66-4d01-99c4-f75d788b3899 x-compute-request-id: req-9179a9fb-0a66-4d01-99c4-f75d788b3899 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:25:32Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:25,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9179a9fb-0a66-4d01-99c4-f75d788b3899 2018-12-29 06:29:27,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" -d '{"forceDelete": null}' 2018-12-29 06:29:27,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:29:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa654d8b-3a84-43eb-b4ec-e7b8303e41ca x-compute-request-id: req-fa654d8b-3a84-43eb-b4ec-e7b8303e41ca Content-Length: 0 Content-Type: application/json 2018-12-29 06:29:27,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb/action used request id req-fa654d8b-3a84-43eb-b4ec-e7b8303e41ca 2018-12-29 06:29:27,712 - sdnvpn_test_utils - DEBUG - Waiting for instance 00009575-da87-4ccb-8fab-cfd6011748bb to be deleted 2018-12-29 06:29:27,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:28,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ab55437-86bf-42e4-bf5d-d55f466fe6e0 x-compute-request-id: req-5ab55437-86bf-42e4-bf5d-d55f466fe6e0 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:6d", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/00009575-da87-4ccb-8fab-cfd6011748bb", "rel": "bookmark"}], "image": {"id": "54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "links": [{"href": "http://172.30.9.30:8774/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-12-29T06:25:31.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "00009575-da87-4ccb-8fab-cfd6011748bb", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:29:27Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-12-29T06:25:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:29:28,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-5ab55437-86bf-42e4-bf5d-d55f466fe6e0 2018-12-29 06:29:30,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ccbf76061650e6752b1dc9de674c7805759814" 2018-12-29 06:29:30,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29: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-d563f4be-c739-480c-8c75-2f8d5e798000 x-compute-request-id: req-d563f4be-c739-480c-8c75-2f8d5e798000 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:29:30,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-d563f4be-c739-480c-8c75-2f8d5e798000 2018-12-29 06:29:32,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a29ea7d425d89b908f981f939ca69c289c5e716c" 2018-12-29 06:29:34,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bfc7fa3a-1a34-4b7d-ac9f-aa473d0d0af8 Date: Sat, 29 Dec 2018 06:29:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:29:34,045 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/54e9cb2d-b9fc-4a45-b889-fcbcad2c1d64 used request id req-bfc7fa3a-1a34-4b7d-ac9f-aa473d0d0af8 2018-12-29 06:29:34,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:29:34,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-461bda42-f6e9-4194-8e12-7500715d7fc9 Content-Length: 0 Date: Sat, 29 Dec 2018 06:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:29:34,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f3bd84ff-1bc0-4ce0-acd9-fbb43f860939 used request id req-461bda42-f6e9-4194-8e12-7500715d7fc9 2018-12-29 06:29:34,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/cc7ee108-81ad-4d3f-869d-5ed302eb33a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:29:36,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26901c75-60df-4d27-97bf-5bd267be173e Date: Sat, 29 Dec 2018 06:29:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:29:36,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/cc7ee108-81ad-4d3f-869d-5ed302eb33a0 used request id req-26901c75-60df-4d27-97bf-5bd267be173e 2018-12-29 06:29:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/2ae92d8e-563f-4ed8-ab59-cab419e1eca8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:29:38,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9497a2c-9b6b-4244-9d29-7fb483988ff2 Date: Sat, 29 Dec 2018 06:29:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:29:38,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2ae92d8e-563f-4ed8-ab59-cab419e1eca8 used request id req-f9497a2c-9b6b-4244-9d29-7fb483988ff2 2018-12-29 06:29:38,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/74eb2941-b810-426a-b3df-c416167d1e31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:29:39,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75421b7d-e490-43f8-ab47-e9f9d1e0e2e6 Date: Sat, 29 Dec 2018 06:29:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:29:39,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/74eb2941-b810-426a-b3df-c416167d1e31 used request id req-75421b7d-e490-43f8-ab47-e9f9d1e0e2e6 2018-12-29 06:29:39,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/25be2d28-c864-4a5e-aa15-bd6ddd0a290f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05049b1b1f8f7cca372ee903b3cc9de0b5cc6164" 2018-12-29 06:29:40,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77e08a80-f982-4602-89ba-ba380413e5fb Date: Sat, 29 Dec 2018 06:29:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:29:40,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/25be2d28-c864-4a5e-aa15-bd6ddd0a290f used request id req-77e08a80-f982-4602-89ba-ba380413e5fb 2018-12-29 06:29:40,349 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-12-29 06:29:40,349 - sdnvpn-results - INFO - One or more subtests have failed. 2018-12-29 06:29:40,350 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-12-29 06:29:40,350 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-12-29 06:29:40,350 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-12-29 06:29:40,350 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-12-29 06:29:40,351 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-12-29 06:29:40,431 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-12-29 06:29:40,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:29:40,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:29:40,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:29:40,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:29:40,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:29:40,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:29:40,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:29:40,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:29:40,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:29:40,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:29:40,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:29:40,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:29:40,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:29:40,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:29:40,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:29:40,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:29:40,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:29:40,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:29:40,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:29:40,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:29:40,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:29:40,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:29:40,445 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:29:40,447 - paramiko.transport - DEBUG - starting thread (client mode): 0x29379a50L 2018-12-29 06:29:40,448 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:40,476 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:40,476 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:40,480 - 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-12-29 06:29:40,480 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:40,480 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:40,481 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:40,481 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:40,481 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:40,487 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:40,487 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:40,511 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:29:40,511 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:40,526 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:40,639 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:40,644 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:40,869 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:40,869 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:40,908 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:40,909 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:40,953 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:46,275 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:46,277 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:46,279 - paramiko.transport - DEBUG - starting thread (client mode): 0x29411d10L 2018-12-29 06:29:46,279 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:46,286 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:46,286 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:46,289 - 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-12-29 06:29:46,289 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:46,289 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:46,289 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:46,290 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:46,290 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:46,294 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:46,295 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:46,311 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:29:46,312 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:46,335 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:46,346 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:46,376 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:46,446 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:46,446 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:46,485 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:46,486 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:46,496 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:46,532 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:46,533 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:46,534 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:46,535 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:46,535 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:46,576 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:46,612 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:46,613 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:46,614 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:46,615 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:46,615 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:46,656 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:46,686 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:46,688 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:46,690 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0c6f90L 2018-12-29 06:29:46,690 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:46,695 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:46,696 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:46,699 - 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-12-29 06:29:46,699 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:46,699 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:46,699 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:46,699 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:46,699 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:46,704 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:46,704 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:46,705 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:29:46,706 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:46,744 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:46,756 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:46,771 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:46,842 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:46,843 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:46,882 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:46,883 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:46,890 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:46,926 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:46,927 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:46,927 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:46,928 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:46,929 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:46,969 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:47,010 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:47,011 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:47,012 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:47,013 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:47,013 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:47,054 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:47,086 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:47,087 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:47,089 - paramiko.transport - DEBUG - starting thread (client mode): 0x2955ce10L 2018-12-29 06:29:47,090 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:47,097 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:47,097 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:47,100 - 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-12-29 06:29:47,100 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:47,100 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:47,100 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:47,101 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:47,101 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:47,105 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:47,106 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:47,121 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:29:47,122 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:47,145 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:47,158 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:47,187 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:47,264 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:47,265 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:47,304 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:47,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:47,322 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:47,357 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:47,358 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:47,359 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:47,359 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:47,359 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:47,400 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:47,438 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:47,440 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:47,440 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:47,442 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:47,442 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:47,482 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:47,514 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:47,516 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:47,518 - paramiko.transport - DEBUG - starting thread (client mode): 0x294ef410L 2018-12-29 06:29:47,518 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:47,524 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:47,525 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:47,527 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:29:47,528 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:47,528 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:47,528 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:47,528 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:47,528 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:47,533 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:47,533 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:47,550 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:29:47,550 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:47,573 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:47,584 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:47,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:47,689 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:47,689 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:47,728 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:47,729 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:47,734 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:47,768 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:47,769 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:47,769 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:47,771 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:47,771 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:47,811 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:47,846 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:47,848 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:47,848 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:47,850 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:47,850 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:47,891 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:47,924 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:47,926 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:47,929 - paramiko.transport - DEBUG - starting thread (client mode): 0x29359710L 2018-12-29 06:29:47,930 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:47,933 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:47,934 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:47,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-12-29 06:29:47,936 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:47,937 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:47,937 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:47,937 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:47,937 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:47,942 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:47,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:47,945 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:29:47,946 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:47,981 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:47,992 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:48,010 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:48,075 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:48,075 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:48,114 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:48,114 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:48,121 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:48,153 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:48,154 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:48,155 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:48,155 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:48,155 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:48,196 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:48,228 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:48,230 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:48,230 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:48,231 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:48,231 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:48,272 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:48,300 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:48,301 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:48,301 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:48,303 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:48,303 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:48,310 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:52,501 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:52,503 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:52,505 - paramiko.transport - DEBUG - starting thread (client mode): 0x29411290L 2018-12-29 06:29:52,505 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:52,511 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:52,511 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:52,514 - 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-12-29 06:29:52,514 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:52,514 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:52,515 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:52,515 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:52,515 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:52,520 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:52,521 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:52,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:29:52,538 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:52,561 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:52,572 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:52,602 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:52,651 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:52,651 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:52,690 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:52,691 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:52,706 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:52,744 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:52,745 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:52,746 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:52,747 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:52,747 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:52,788 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:52,826 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:52,827 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:52,828 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:52,829 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:52,829 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:52,870 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:52,901 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:52,903 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:52,905 - paramiko.transport - DEBUG - starting thread (client mode): 0x293a9550L 2018-12-29 06:29:52,905 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:52,911 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:52,911 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:52,914 - 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-12-29 06:29:52,914 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:52,914 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:52,915 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:52,915 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:52,915 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:52,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:52,920 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:52,937 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:29:52,937 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:52,960 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:52,972 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:53,002 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:53,057 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:53,057 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:53,096 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:53,096 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:53,106 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:53,142 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:53,143 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:53,143 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:53,144 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:53,144 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:53,185 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:53,223 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:53,224 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:53,225 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:53,226 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:53,226 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:53,267 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:53,301 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:53,302 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:53,304 - paramiko.transport - DEBUG - starting thread (client mode): 0x29375390L 2018-12-29 06:29:53,305 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:53,310 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:53,311 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:53,314 - 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-12-29 06:29:53,314 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:53,314 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:53,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:53,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:53,315 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:53,319 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:53,320 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:53,337 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:29:53,337 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:53,359 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:53,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:53,402 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:53,463 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:53,464 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:53,503 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:53,504 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:53,509 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:53,541 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:53,542 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:53,543 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:53,544 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:53,544 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:53,584 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:53,618 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:53,619 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:53,620 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:53,621 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:53,621 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:53,662 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:53,691 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:53,692 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:53,694 - paramiko.transport - DEBUG - starting thread (client mode): 0x293753d0L 2018-12-29 06:29:53,695 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:53,700 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:53,700 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:53,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-12-29 06:29:53,702 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:53,703 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:53,703 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:53,703 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:53,703 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:53,708 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:53,708 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:53,711 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:29:53,711 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:53,748 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:53,759 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:53,776 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:53,834 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:53,835 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:53,874 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:53,875 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:53,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:53,910 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:53,911 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:53,911 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:53,912 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:53,912 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:53,953 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:53,985 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:53,986 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:53,987 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:53,988 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:53,988 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:54,029 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:54,057 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:54,058 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:54,060 - paramiko.transport - DEBUG - starting thread (client mode): 0x2937fcd0L 2018-12-29 06:29:54,061 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:29:54,066 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:29:54,066 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:29:54,068 - 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-12-29 06:29:54,068 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:29:54,069 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:29:54,069 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:29:54,069 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:29:54,069 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:29:54,074 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:29:54,074 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:29:54,076 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:29:54,077 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:29:54,113 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:29:54,124 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:29:54,141 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:29:54,198 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:29:54,198 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:29:54,237 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:29:54,238 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:29:54,245 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:29:54,275 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:29:54,276 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:29:54,277 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:29:54,278 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:29:54,278 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:29:54,318 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:29:54,348 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:29:54,350 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:29:54,350 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:29:54,351 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:29:54,351 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:29:54,391 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:29:54,417 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:29:54,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:29:54,421 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:29:54,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c304038-4521-4b28-9566-fa8342e654e2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:29:54,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c304038-4521-4b28-9566-fa8342e654e2 2018-12-29 06:29:54,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:29:54,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["BEfZfBP1RKa69dVwbvLMsg"], "issued_at": "2018-12-29T06:29:54.000000Z"}} 2018-12-29 06:29:54,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}896cbb4e5c396ce708d094f079f5f5d7d4ef5e2c" 2018-12-29 06:29:54,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-662108ff-ec2b-4d8a-a228-46005bed49ff Date: Sat, 29 Dec 2018 06:29:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:29:54,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-662108ff-ec2b-4d8a-a228-46005bed49ff 2018-12-29 06:29:54,965 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:29:54,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}896cbb4e5c396ce708d094f079f5f5d7d4ef5e2c" 2018-12-29 06:29:55,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5a137c23-65eb-454b-8eaa-b96653f89006 Date: Sat, 29 Dec 2018 06:29:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:29:55,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5a137c23-65eb-454b-8eaa-b96653f89006 2018-12-29 06:29:55,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}896cbb4e5c396ce708d094f079f5f5d7d4ef5e2c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:29:55,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c X-Openstack-Request-Id: req-51de6e41-e245-433c-9eae-4edeb21a3eb4 Date: Sat, 29 Dec 2018 06:29:55 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:29:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:29:55Z", "visibility": "public", "locations": [], "self": "/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "min_disk": 0, "protected": false, "id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "file": "/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:29:55,377 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-51de6e41-e245-433c-9eae-4edeb21a3eb4 2018-12-29 06:29:55,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}896cbb4e5c396ce708d094f079f5f5d7d4ef5e2c" -d '' 2018-12-29 06:29:57,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c0ac225-5e73-4fd6-b7e0-3ea86de7a656 Date: Sat, 29 Dec 2018 06:29:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:29:57,107 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c/file used request id req-8c0ac225-5e73-4fd6-b7e0-3ea86de7a656 2018-12-29 06:29:57,107 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-12-29 06:29:57,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:29:57,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6f683a-a67a-42b4-9e6a-184361502e4e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:29:57,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad6f683a-a67a-42b4-9e6a-184361502e4e 2018-12-29 06:29:57,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:29:57,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:29:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["YP261m3NRIeVXRgf2qkKAQ"], "issued_at": "2018-12-29T06:29:57.000000Z"}} 2018-12-29 06:29:57,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6b5db7471cbc7a4eeddd79c5f75fc97ce9b01f" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-12-29 06:29:57,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-c713789e-d252-4c22-b511-de819a7230f8 Date: Sat, 29 Dec 2018 06:29: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":"c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:29:57Z","is_default":false,"provider:segmentation_id":19,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:29:57Z","mtu":1450}} 2018-12-29 06:29:57,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c713789e-d252-4c22-b511-de819a7230f8 2018-12-29 06:29:57,900 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b with cidr 10.10.10.0/24 2018-12-29 06:29:57,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6b5db7471cbc7a4eeddd79c5f75fc97ce9b01f" -d '{"subnets": [{"ip_version": 4, "network_id": "c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-12-29 06:29:58,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-eab44cb4-abb9-4fae-b0f4-db0bf0ea1065 Date: Sat, 29 Dec 2018 06:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:29:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:29:58Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"b146bf05-36d4-468b-9754-c3f2bd537c8c","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-12-29 06:29:58,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-eab44cb4-abb9-4fae-b0f4-db0bf0ea1065 2018-12-29 06:29:58,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6b5db7471cbc7a4eeddd79c5f75fc97ce9b01f" 2018-12-29 06:29:58,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-2f595260-3d2b-4d21-b6b9-8d1c9ff2531d Date: Sat, 29 Dec 2018 06:29:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:29:58,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-2f595260-3d2b-4d21-b6b9-8d1c9ff2531d 2018-12-29 06:29:58,690 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:29:58,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:29:58,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5aa44a-a844-4ed8-bc5e-e216e34aa050 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:29:58,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0f5aa44a-a844-4ed8-bc5e-e216e34aa050 2018-12-29 06:29:58,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:29:59,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["mXSq_oGHS-21f7yKgBLXhg"], "issued_at": "2018-12-29T06:29:59.000000Z"}} 2018-12-29 06:29:59,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" 2018-12-29 06:29:59,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29: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-700c52c1-ada7-468c-b5e4-637abf21c3ec x-compute-request-id: req-700c52c1-ada7-468c-b5e4-637abf21c3ec Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:29:59,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-700c52c1-ada7-468c-b5e4-637abf21c3ec 2018-12-29 06:29:59,288 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:29:59,289 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:29:59,289 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:29:59,293 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:29:59,335 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:29:59,337 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:29:59,338 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:29:59,338 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:29:59,339 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:29:59,379 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:29:59,436 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:29:59,439 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:29:59,440 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:29:59,441 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:29:59,441 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:29:59,445 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:29:59,497 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:29:59,499 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:29:59,500 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:29:59,500 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:29:59,501 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:29:59,542 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:29:59,598 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:29:59,602 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:29:59,603 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:29:59,603 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:29:59,604 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:29:59,606 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:29:59,643 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:29:59,645 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:29:59,645 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:29:59,647 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:29:59,647 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:29:59,687 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:29:59,724 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:29:59,725 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:29:59,726 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:29:59,726 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:29:59,727 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:29:59,731 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:29:59,772 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:29:59,774 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:29:59,774 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:29:59,775 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:29:59,775 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:29:59,816 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:29:59,858 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:29:59,859 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-12-29 06:29:59,859 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=d1c74a6f-0f85-4305-a996-0615b197dc1c network=c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:29:59,860 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:29:59,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:29:59,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:29:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:29:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:29:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:29:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:29:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:29:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:29:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:29:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:29:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:29:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:29:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:29:59,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:29:59,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:29:59,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:29:59,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:29:59,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:29:59,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:29:59,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:29:59,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:29:59,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:29:59,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:29:59,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:29:59,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:29:59,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:29:59,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:29:59,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:29:59,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:29:59,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:29:59,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3299acc4-d3c8-4f4e-b712-405429ed4a4d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:29:59,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3299acc4-d3c8-4f4e-b712-405429ed4a4d 2018-12-29 06:29:59,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:30:00,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Uv3qHye5SwOVgVas-6oS-A"], "issued_at": "2018-12-29T06:30:00.000000Z"}} 2018-12-29 06:30:00,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" 2018-12-29 06:30:00,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb03979a-9d46-4ef7-b8f3-4518e20941ab x-compute-request-id: req-eb03979a-9d46-4ef7-b8f3-4518e20941ab Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:30:00,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-eb03979a-9d46-4ef7-b8f3-4518e20941ab 2018-12-29 06:30:00,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" 2018-12-29 06:30:00,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-265263df-593d-429c-9999-915e1498e0f1 x-compute-request-id: req-265263df-593d-429c-9999-915e1498e0f1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:30:00,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-265263df-593d-429c-9999-915e1498e0f1 2018-12-29 06:30:00,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b"}]}}' 2018-12-29 06:30:02,100 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:30:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c550f96b-44a7-4efa-8abb-a16b8627679a x-compute-request-id: req-c550f96b-44a7-4efa-8abb-a16b8627679a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "adminPass": "mrsxykgJcQD7"}} 2018-12-29 06:30:02,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c550f96b-44a7-4efa-8abb-a16b8627679a 2018-12-29 06:30:02,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:30:02,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce11c3a-d14d-4d1f-9961-c147e32d7d09 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:30:02,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cce11c3a-d14d-4d1f-9961-c147e32d7d09 2018-12-29 06:30:02,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:30:02,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["4z9xXDmCTwOBpsEQpFMxqQ"], "issued_at": "2018-12-29T06:30:02.000000Z"}} 2018-12-29 06:30:02,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b8a8af1039f9147a79a542517d5d00d0a69da3" 2018-12-29 06:30:02,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-372a4f85-c5ee-4b72-a601-ef5827d255b5 x-compute-request-id: req-372a4f85-c5ee-4b72-a601-ef5827d255b5 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:30: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-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:02,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 used request id req-372a4f85-c5ee-4b72-a601-ef5827d255b5 2018-12-29 06:30:05,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b8a8af1039f9147a79a542517d5d00d0a69da3" 2018-12-29 06:30:06,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5894963b-b3d6-42e9-b2f7-994f64b62e42 x-compute-request-id: req-5894963b-b3d6-42e9-b2f7-994f64b62e42 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:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:30:03Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:06,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 used request id req-5894963b-b3d6-42e9-b2f7-994f64b62e42 2018-12-29 06:30:09,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b8a8af1039f9147a79a542517d5d00d0a69da3" 2018-12-29 06:30:10,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8c6646d-1e73-4b5a-9ce8-2e7c94f615c8 x-compute-request-id: req-d8c6646d-1e73-4b5a-9ce8-2e7c94f615c8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-12-29T06:30:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:10,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 used request id req-d8c6646d-1e73-4b5a-9ce8-2e7c94f615c8 2018-12-29 06:30:10,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" 2018-12-29 06:30:11,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-0afc5f2f-bbcb-4b12-9683-c40d728cb9d5 x-compute-request-id: req-0afc5f2f-bbcb-4b12-9683-c40d728cb9d5 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-12-29T06:30:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:11,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349 used request id req-0afc5f2f-bbcb-4b12-9683-c40d728cb9d5 2018-12-29 06:30:11,235 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.10'. 2018-12-29 06:30:11,236 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-12-29 06:30:11,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:30:12,659 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06be056f-9ef4-465b-b1d5-e287c1c7f992 x-compute-request-id: req-06be056f-9ef4-465b-b1d5-e287c1c7f992 Content-Length: 0 Content-Type: application/json 2018-12-29 06:30:12,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-06be056f-9ef4-465b-b1d5-e287c1c7f992 2018-12-29 06:30:12,660 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-12-29 06:30:12,660 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=d1c74a6f-0f85-4305-a996-0615b197dc1c network=c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:30:12,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:30:12,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:30:12,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:30:12,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:30:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:30:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:30:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:30:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:30:12,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:30:12,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:30:12,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:30:12,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:30:12,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:30:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:30:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:30:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:30:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:30:12,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:30:12,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:30:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b603d9a-92d3-489d-9a82-b2fb11891a9b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:30:12,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2b603d9a-92d3-489d-9a82-b2fb11891a9b 2018-12-29 06:30:12,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:30:13,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:30:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["z-QPstjgSya4y8kE5J1v8A"], "issued_at": "2018-12-29T06:30:13.000000Z"}} 2018-12-29 06:30:13,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" 2018-12-29 06:30:13,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21d88e52-ebcd-4cca-b61f-93595139ceef x-compute-request-id: req-21d88e52-ebcd-4cca-b61f-93595139ceef Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:30:13,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-21d88e52-ebcd-4cca-b61f-93595139ceef 2018-12-29 06:30:13,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" 2018-12-29 06:30:13,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-519c9fed-255d-40d0-a207-3792cf246f86 x-compute-request-id: req-519c9fed-255d-40d0-a207-3792cf246f86 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:30:13,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-519c9fed-255d-40d0-a207-3792cf246f86 2018-12-29 06:30:13,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b"}]}}' 2018-12-29 06:30:14,681 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:30:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9204aa39-4529-4f26-9536-6c90872b03e4 x-compute-request-id: req-9204aa39-4529-4f26-9536-6c90872b03e4 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "adminPass": "ZJsaoAFi4nwm"}} 2018-12-29 06:30:14,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-9204aa39-4529-4f26-9536-6c90872b03e4 2018-12-29 06:30:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:30:14,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d01839-937b-40ff-bd90-0135d0b9bc6e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:30:14,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78d01839-937b-40ff-bd90-0135d0b9bc6e 2018-12-29 06:30:14,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:30:15,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["oIKL-JanS66HOBOEWSHwmQ"], "issued_at": "2018-12-29T06:30:15.000000Z"}} 2018-12-29 06:30:15,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9c82b0d102e4a4ff1f59b4ce1ed5e004be6b5a" 2018-12-29 06:30:15,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-9df5f0f5-b3f4-4f69-8a26-0fc63549e3d6 x-compute-request-id: req-9df5f0f5-b3f4-4f69-8a26-0fc63549e3d6 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.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:30:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-12-29T06:30:14Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:15,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d used request id req-9df5f0f5-b3f4-4f69-8a26-0fc63549e3d6 2018-12-29 06:30:18,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9c82b0d102e4a4ff1f59b4ce1ed5e004be6b5a" 2018-12-29 06:30:18,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e6cf74a-4804-45ea-b9f4-d0def9d79eee x-compute-request-id: req-6e6cf74a-4804-45ea-b9f4-d0def9d79eee 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.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:30:17Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-12-29T06:30:14Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:18,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d used request id req-6e6cf74a-4804-45ea-b9f4-d0def9d79eee 2018-12-29 06:30:21,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9c82b0d102e4a4ff1f59b4ce1ed5e004be6b5a" 2018-12-29 06:30:22,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-514b3eaf-2d29-41ff-a2c5-1bc141c00672 x-compute-request-id: req-514b3eaf-2d29-41ff-a2c5-1bc141c00672 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:74:23", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-12-29T06:30:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:20Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-12-29T06:30:14Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:22,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d used request id req-514b3eaf-2d29-41ff-a2c5-1bc141c00672 2018-12-29 06:30:22,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" 2018-12-29 06:30:23,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4221c149-daf1-4f12-a324-d036d8912052 x-compute-request-id: req-4221c149-daf1-4f12-a324-d036d8912052 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:74:23", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-12-29T06:30:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:20Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-12-29T06:30:14Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:30:23,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d used request id req-4221c149-daf1-4f12-a324-d036d8912052 2018-12-29 06:30:23,278 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.7'. 2018-12-29 06:30:23,279 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-12-29 06:30:23,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:30:24,587 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:30:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f9fbadd-9f83-4963-9d50-a25b2697f7cf x-compute-request-id: req-2f9fbadd-9f83-4963-9d50-a25b2697f7cf Content-Length: 0 Content-Type: application/json 2018-12-29 06:30:24,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-2f9fbadd-9f83-4963-9d50-a25b2697f7cf 2018-12-29 06:30:24,587 - sdnvpn_test_utils - INFO - Waiting for instance 620fa003-a7e5-4b92-bb49-b82a26af560d to boot up 2018-12-29 06:30:24,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:25,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-c9895710-78e0-4241-a951-329160d3f4a8 x-compute-request-id: req-c9895710-78e0-4241-a951-329160d3f4a8 Content-Encoding: gzip Content-Length: 9364 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n"} 2018-12-29 06:30:25,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-c9895710-78e0-4241-a951-329160d3f4a8 2018-12-29 06:30:27,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:28,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-3c5719a1-b320-4029-82c2-f4c3a9239d23 x-compute-request-id: req-3c5719a1-b320-4029-82c2-f4c3a9239d23 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:28,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-3c5719a1-b320-4029-82c2-f4c3a9239d23 2018-12-29 06:30:30,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:31,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21e434a6-daa7-4794-9a67-681c9d7a7014 x-compute-request-id: req-21e434a6-daa7-4794-9a67-681c9d7a7014 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:31,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-21e434a6-daa7-4794-9a67-681c9d7a7014 2018-12-29 06:30:33,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:35,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0e83495-1768-457b-845d-c3ca5703949a x-compute-request-id: req-c0e83495-1768-457b-845d-c3ca5703949a Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:35,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-c0e83495-1768-457b-845d-c3ca5703949a 2018-12-29 06:30:37,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:38,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2e71aa6-533c-4894-83bd-4b65fcf43d96 x-compute-request-id: req-e2e71aa6-533c-4894-83bd-4b65fcf43d96 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:38,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-e2e71aa6-533c-4894-83bd-4b65fcf43d96 2018-12-29 06:30:40,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:41,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4112d6e5-354e-421e-95f0-d0b72e3cd442 x-compute-request-id: req-4112d6e5-354e-421e-95f0-d0b72e3cd442 Content-Encoding: gzip Content-Length: 10039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:41,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-4112d6e5-354e-421e-95f0-d0b72e3cd442 2018-12-29 06:30:43,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:44,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-aaf8e598-8058-4fec-ba30-6c90ef53f3c4 x-compute-request-id: req-aaf8e598-8058-4fec-ba30-6c90ef53f3c4 Content-Encoding: gzip Content-Length: 10039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:44,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-aaf8e598-8058-4fec-ba30-6c90ef53f3c4 2018-12-29 06:30:46,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:47,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30: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-5da8def5-7fcd-464a-9712-d0411ad86702 x-compute-request-id: req-5da8def5-7fcd-464a-9712-d0411ad86702 Content-Encoding: gzip Content-Length: 10039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:47,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-5da8def5-7fcd-464a-9712-d0411ad86702 2018-12-29 06:30:49,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:50,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45d781c0-8be0-4e08-9f26-1161cafd09f5 x-compute-request-id: req-45d781c0-8be0-4e08-9f26-1161cafd09f5 Content-Encoding: gzip Content-Length: 10039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:50,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-45d781c0-8be0-4e08-9f26-1161cafd09f5 2018-12-29 06:30:52,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:53,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4bdbd38-db70-468d-89c7-a8a4994d9518 x-compute-request-id: req-c4bdbd38-db70-468d-89c7-a8a4994d9518 Content-Encoding: gzip Content-Length: 10039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:53,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-c4bdbd38-db70-468d-89c7-a8a4994d9518 2018-12-29 06:30:55,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:30:56,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da974f1e-105e-4538-924c-042883e47c0b x-compute-request-id: req-da974f1e-105e-4538-924c-042883e47c0b 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 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:30:56,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-da974f1e-105e-4538-924c-042883e47c0b 2018-12-29 06:30:58,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:00,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:30:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ab0ecbe-0a7e-4dbc-bcba-525d3f1bdd24 x-compute-request-id: req-7ab0ecbe-0a7e-4dbc-bcba-525d3f1bdd24 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 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:31:00,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-7ab0ecbe-0a7e-4dbc-bcba-525d3f1bdd24 2018-12-29 06:31:02,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:03,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e91b6591-beb8-4a3d-a3ef-d38957a0dd0b x-compute-request-id: req-e91b6591-beb8-4a3d-a3ef-d38957a0dd0b 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 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:31:03,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-e91b6591-beb8-4a3d-a3ef-d38957a0dd0b 2018-12-29 06:31:05,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:06,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4ba214b-b7f7-4575-856d-8752dde0f88e x-compute-request-id: req-f4ba214b-b7f7-4575-856d-8752dde0f88e 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 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-29 06:31:06,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-f4ba214b-b7f7-4575-856d-8752dde0f88e 2018-12-29 06:31:08,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31be2537ded2bc45a8fb69212ee2a58890b1d24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:09,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-229972b9-202e-4ef9-babe-f440e6d73676 x-compute-request-id: req-229972b9-202e-4ef9-babe-f440e6d73676 Content-Encoding: gzip Content-Length: 10860 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496029347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133749] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135390] pid_max: default: 32768 minimum: 301\n[ 0.136276] ACPI: Core revision 20150930\n[ 0.137662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138963] Security Framework initialized\n[ 0.139771] Yama: becoming mindful.\n[ 0.140495] AppArmor: AppArmor initialized\n[ 0.141362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145145] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146540] Initializing cgroup subsys io\n[ 0.147345] Initializing cgroup subsys memory\n[ 0.148194] Initializing cgroup subsys devices\n[ 0.149074] Initializing cgroup subsys freezer\n[ 0.149934] Initializing cgroup subsys net_cls\n[ 0.150792] Initializing cgroup subsys perf_event\n[ 0.151686] Initializing cgroup subsys net_prio\n[ 0.152556] Initializing cgroup subsys hugetlb\n[ 0.153424] Initializing cgroup subsys pids\n[ 0.154292] CPU: Physical Processor ID: 0\n[ 0.155787] mce: CPU supports 10 MCE banks\n[ 0.156624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157622] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168544] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175146] ftrace: allocating 31920 entries in 125 pages\n[ 0.202415] smpboot: Max logical packages: 1\n[ 0.203268] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204615] x2apic enabled\n[ 0.205435] Switched APIC routing to physical x2apic.\n[ 0.207186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208312] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210288] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212062] KVM setup paravirtual spinlock\n[ 0.213386] x86: Booted up 1 node, 1 CPUs\n[ 0.214192] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215585] devtmpfs: initialized\n[ 0.217307] evm: security.selinux\n[ 0.218008] evm: security.SMACK64\n[ 0.218693] evm: security.SMACK64EXEC\n[ 0.219429] evm: security.SMACK64TRANSMUTE\n[ 0.220232] evm: security.SMACK64MMAP\n[ 0.220977] evm: security.ima\n[ 0.221610] evm: security.capability\n[ 0.222414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224264] pinctrl core: initialized pinctrl subsystem\n[ 0.225366] RTC time: 6:30:19, date: 12/29/18\n[ 0.226321] NET: Registered protocol family 16\n[ 0.227286] cpuidle: using governor ladder\n[ 0.228097] cpuidle: using governor menu\n[ 0.228878] PCCT header not found.\n[ 0.229628] ACPI: bus type PCI registered\n[ 0.230426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231660] PCI: Using configuration type 1 for base access\n[ 0.233416] ACPI: Added _OSI(Module Device)\n[ 0.234258] ACPI: Added _OSI(Processor Device)\n[ 0.235114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236008] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238125] ACPI: Interpreter enabled\n[ 0.238897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242555] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246220] ACPI: (supports S0 S5)\n[ 0.246920] ACPI: Using IOAPIC for interrupt routing\n[ 0.247991] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252227] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253458] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254638] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256853] acpiphp: Slot [3] registered\n[ 0.257646] acpiphp: Slot [4] registered\n[ 0.258442] acpiphp: Slot [5] registered\n[ 0.259233] acpiphp: Slot [6] registered\n[ 0.260021] acpiphp: Slot [7] registered\n[ 0.260818] acpiphp: Slot [8] registered\n[ 0.261607] acpiphp: Slot [9] registered\n[ 0.262398] acpiphp: Slot [10] registered\n[ 0.263211] acpiphp: Slot [11] registered\n[ 0.264030] acpiphp: Slot [12] registered\n[ 0.264840] acpiphp: Slot [13] registered\n[ 0.265640] acpiphp: Slot [14] registered\n[ 0.266447] acpiphp: Slot [15] registered\n[ 0.277298] acpiphp: Slot [16] registered\n[ 0.278111] acpiphp: Slot [17] registered\n[ 0.278915] acpiphp: Slot [18] registered\n[ 0.279719] acpiphp: Slot [19] registered\n[ 0.280518] acpiphp: Slot [20] registered\n[ 0.281330] acpiphp: Slot [21] registered\n[ 0.282139] acpiphp: Slot [22] registered\n[ 0.282941] acpiphp: Slot [23] registered\n[ 0.283746] acpiphp: Slot [24] registered\n[ 0.284546] acpiphp: Slot [25] registered\n[ 0.285357] acpiphp: Slot [26] registered\n[ 0.286162] acpiphp: Slot [27] registered\n[ 0.286971] acpiphp: Slot [28] registered\n[ 0.287777] acpiphp: Slot [29] registered\n[ 0.288576] acpiphp: Slot [30] registered\n[ 0.289388] acpiphp: Slot [31] registered\n[ 0.290189] PCI host bridge to bus 0000:00\n[ 0.290991] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294833] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296266] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305023] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364775] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367621] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369956] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371200] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373411] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374950] vgaarb: loaded\n[ 0.375548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376705] SCSI subsystem initialized\n[ 0.377523] ACPI: bus type USB registered\n[ 0.378341] usbcore: registered new interface driver usbfs\n[ 0.379385] usbcore: registered new interface driver hub\n[ 0.380389] usbcore: registered new device driver usb\n[ 0.381459] PCI: Using ACPI for IRQ routing\n[ 0.382497] NetLabel: Initializing\n[ 0.383206] NetLabel: domain hash size = 128\n[ 0.384056] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385001] NetLabel: unlabeled traffic allowed by default\n[ 0.386097] clocksource: Switched to clocksource kvm-clock\n[ 0.391961] AppArmor: AppArmor Filesystem Enabled\n[ 0.392926] pnp: PnP ACPI init\n[ 0.393849] pnp: PnP ACPI: found 5 devices\n[ 0.400230] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401928] NET: Registered protocol family 2\n[ 0.402892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404141] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405290] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407505] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408648] NET: Registered protocol family 1\n[ 0.409495] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411623] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439971] Trying to unpack rootfs image as initramfs...\n[ 0.491064] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505068] Scanning for low memory corruption every 60 seconds\n[ 0.506410] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507539] audit: initializing netlink subsys (disabled)\n[ 0.508543] audit: type=2000 audit(1546065020.387:1): initialized\n[ 0.509850] Initialise system trusted keyring\n[ 0.510775] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513850] zbud: loaded\n[ 0.514553] VFS: Disk quotas dquot_6.6.0\n[ 0.515369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516866] fuse init (API version 7.23)\n[ 0.517753] Key type big_key registered\n[ 0.518550] Allocating IMA MOK and blacklist keyrings.\n[ 0.520027] Key type asymmetric registered\n[ 0.520838] Asymmetric key parser 'x509' registered\n[ 0.521775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523218] io scheduler noop registered\n[ 0.524004] io scheduler deadline registered (default)\n[ 0.524973] io scheduler cfq registered\n[ 0.525796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529520] ACPI: Power Button [PWRF]\n[ 0.530362] GHES: HEST is not enabled!\n[ 0.544091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572393] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608254] Linux agpgart interface v0.103\n[ 0.610411] brd: module loaded\n[ 0.612121] loop: module loaded\n[ 0.617525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618973] GPT:90111 != 2097151\n[ 0.619638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620713] GPT:90111 != 2097151\n[ 0.621371] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622322] vda: vda1 vda15\n[ 0.624000] scsi host0: ata_piix\n[ 0.624742] scsi host1: ata_piix\n[ 0.625435] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628063] libphy: Fixed MDIO Bus: probed\n[ 0.628866] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629797] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632049] PPP generic driver version 2.4.2\n[ 0.632922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634304] ehci-pci: EHCI PCI platform driver\n[ 0.635164] ehci-platform: EHCI generic platform driver\n[ 0.636131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637229] ohci-pci: OHCI PCI platform driver\n[ 0.638081] ohci-platform: OHCI generic platform driver\n[ 0.639056] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653650] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654668] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656104] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657116] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659424] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660823] usb usb1: Product: UHCI Host Controller\n[ 0.661742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662869] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663924] hub 1-0:1.0: USB hub found\n[ 0.664695] hub 1-0:1.0: 2 ports detected\n[ 0.665590] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668621] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669638] mousedev: PS/2 mouse device common for all mice\n[ 0.670896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673777] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676136] i2c /dev entries driver\n[ 0.676885] device-mapper: uevent: version 1.0.3\n[ 0.677808] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680676] NET: Registered protocol family 10\n[ 0.681644] NET: Registered protocol family 17\n[ 0.682531] Key type dns_resolver registered\n[ 0.683450] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686246] registered taskstats version 1\n[ 0.687071] Loading compiled-in X.509 certificates\n[ 0.688494] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690322] zswap: loaded using pool lzo/zbud\n[ 0.691701] Key type trusted registered\n[ 0.693674] Key type encrypted registered\n[ 0.694521] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695531] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696541] evm: HMAC attrs: 0x1\n[ 0.697485] Magic number: 14:329:520\n[ 0.698353] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:20 UTC (1546065020)\n[ 0.699939] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701039] EDD information not available.\n[ 0.787086] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788621] Write protecting the kernel read-only data: 14336k\n[ 0.800359] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802162] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165924] random: dd 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-00000144\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCW8ZJ+PVrJSpUveYyuANaLECR3RN3A/om+Ziki1tdKd1psFcBwjx3T/v38qK47kxE9ukpLcLxrFN+QmBs3/sC1ldJMgqbKdOfvcHWvqcmuyxSmt8u1A8kUfOoE9h83eWqaPGRs2iScePfnscJVLsuXwYfjCuJKZWirgPX4I6t+XysSiRWdQPQNNO1OkzsIHzauzPCV9+CNzJ6AWHNplMb3aH08paKZPlpTEbZ1MZADz+TQ8y+GfWix8JOG3YJ08rDEoqL0BD/CQIYWDp5xF4yprcIDdHzgDHqCwe9cjHq24gPna7WHJcnGghIK6fnFADe2HVhI0VGJByjqiEs4QDY7 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuQGx7c3GEkhbw95+212e9i5Gx04LhvUwBbvh+fDOaRSMbqTfhIKcz5x2CxxIPEqJGi4u8Dkbgn9rX5/7sMD1/bCSMQvChMWyVDrYehyo7OGEGfHm6sc9MeDxGK0bUXMeJkyknm7CF8e92ygJ4ljqezPydA4UzoDAkqClKPEJg/AAAAFQCIPzJsd+cgr2+TaO5+wXJUTLWS7QAAAIAueiPW6prBzXkMD/iC3c2JNk0CtgvQ638aRHz90v0vY1C6ub668r1FkxZd/JVr02EOXaxwFtxu4Fp63eJelZxgyEf9FOAt29PaNyDoceTT/ZXTI9ZnYO5IjH21bivMCJSRWKQniOq3msh4qKZlCtnWAmxs6Qx5cUWuIegingWK2wAAAIA38xATuqc7Z3OqPP6lGureyt+pXCgNor4zorXqDNkgurOeGkfgY+jYhv8cw3dkq5yNcMkvEIA6iPsAOSeH4SJ1/dSQsdShbHD+BNDa0af/gTdjJPnYsF2SybwF/HjsQ2/240H6bny4xpMToNSmN2MaZMvJpce3scAcVHFKIsHXPA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fef1:7423/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.20 ===\n/dev/root resized successfully [took 2.80s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F1:74:23 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:7423/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8062 (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.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-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.134956] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.134958] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.134959] usb 1-1: Product: QEMU USB Tablet\n[ 1.134960] usb 1-1: Manufacturer: QEMU\n[ 1.134961] usb 1-1: SerialNumber: 42\n[ 1.148203] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.165924] random: dd urandom read with 5 bits of entropy available\n[ 1.502326] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.331438] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.060452] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:30:20 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:30:20 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:30:20 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)\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:30:20 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:30:20 cirros kern.notice kernel: [ 1.165924] random: dd urandom read with 5 bits of entropy available\nDec 29 06:30:21 cirros kern.info kernel: [ 1.502326] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:30:22 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:30:22 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:30:23 cirros kern.info kernel: [ 3.331438] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:30:23 cirros kern.info kernel: [ 4.060452] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-12-29 06:31:09,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-229972b9-202e-4ef9-babe-f440e6d73676 2018-12-29 06:31:11,347 - sdnvpn_test_utils - INFO - Waiting for instance b3b3800a-30d2-42d4-9758-42f14ca6c349 to boot up 2018-12-29 06:31:11,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:12,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-9dd1ac5e-039d-495b-958c-12d22961cca6 x-compute-request-id: req-9dd1ac5e-039d-495b-958c-12d22961cca6 Content-Encoding: gzip Content-Length: 9375 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n"} 2018-12-29 06:31:12,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-9dd1ac5e-039d-495b-958c-12d22961cca6 2018-12-29 06:31:14,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:15,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faaa4cf3-9c62-4074-be0b-d9798b092b52 x-compute-request-id: req-faaa4cf3-9c62-4074-be0b-d9798b092b52 Content-Encoding: gzip Content-Length: 9976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:31:15,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-faaa4cf3-9c62-4074-be0b-d9798b092b52 2018-12-29 06:31:17,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:18,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-798a2ff1-6e04-4b79-9313-12320177b0f2 x-compute-request-id: req-798a2ff1-6e04-4b79-9313-12320177b0f2 Content-Encoding: gzip Content-Length: 9976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:31:18,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-798a2ff1-6e04-4b79-9313-12320177b0f2 2018-12-29 06:31:20,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:21,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a4dc114-cadb-4a02-80c8-39d78ff6859e x-compute-request-id: req-9a4dc114-cadb-4a02-80c8-39d78ff6859e Content-Encoding: gzip Content-Length: 9976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:31:21,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-9a4dc114-cadb-4a02-80c8-39d78ff6859e 2018-12-29 06:31:23,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:25,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-966fe42d-035a-4498-bf80-71419f3fbe13 x-compute-request-id: req-966fe42d-035a-4498-bf80-71419f3fbe13 Content-Encoding: gzip Content-Length: 9976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:31:25,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-966fe42d-035a-4498-bf80-71419f3fbe13 2018-12-29 06:31:27,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:28,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-549d14dc-b27e-4ee5-a16c-f56a6df23a6a x-compute-request-id: req-549d14dc-b27e-4ee5-a16c-f56a6df23a6a Content-Encoding: gzip Content-Length: 10048 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:31:28,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-549d14dc-b27e-4ee5-a16c-f56a6df23a6a 2018-12-29 06:31:30,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:31,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b41bc948-339b-4af9-a7b0-09b9f4d27697 x-compute-request-id: req-b41bc948-339b-4af9-a7b0-09b9f4d27697 Content-Encoding: gzip Content-Length: 10048 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:31:31,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-b41bc948-339b-4af9-a7b0-09b9f4d27697 2018-12-29 06:31:33,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:34,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-782b797a-e861-4be0-b9b9-ea04483d7339 x-compute-request-id: req-782b797a-e861-4be0-b9b9-ea04483d7339 Content-Encoding: gzip Content-Length: 10048 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:31:34,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-782b797a-e861-4be0-b9b9-ea04483d7339 2018-12-29 06:31:36,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:37,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-ee521947-04ed-4616-85bd-572a930782b5 x-compute-request-id: req-ee521947-04ed-4616-85bd-572a930782b5 Content-Encoding: gzip Content-Length: 10048 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:31:37,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-ee521947-04ed-4616-85bd-572a930782b5 2018-12-29 06:31:39,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:40,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-69188c52-e3ca-4ac3-95ab-5a04f7c87b72 x-compute-request-id: req-69188c52-e3ca-4ac3-95ab-5a04f7c87b72 Content-Encoding: gzip Content-Length: 10048 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:31:40,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-69188c52-e3ca-4ac3-95ab-5a04f7c87b72 2018-12-29 06:31:42,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:43,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-b72549f8-b81e-4a56-88c1-81cf26e89945 x-compute-request-id: req-b72549f8-b81e-4a56-88c1-81cf26e89945 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:31:43,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-b72549f8-b81e-4a56-88c1-81cf26e89945 2018-12-29 06:31:45,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:46,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31: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-8541bd3a-85e6-46cf-8a15-10f8abfa1fc4 x-compute-request-id: req-8541bd3a-85e6-46cf-8a15-10f8abfa1fc4 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:31:46,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-8541bd3a-85e6-46cf-8a15-10f8abfa1fc4 2018-12-29 06:31:48,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:49,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36dce142-35e0-4516-94ad-ffd1a72dfe20 x-compute-request-id: req-36dce142-35e0-4516-94ad-ffd1a72dfe20 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:31:49,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-36dce142-35e0-4516-94ad-ffd1a72dfe20 2018-12-29 06:31:51,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:52,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-207fb2c7-2abd-4c64-baa9-eb0f1ae4872c x-compute-request-id: req-207fb2c7-2abd-4c64-baa9-eb0f1ae4872c Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:31:52,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-207fb2c7-2abd-4c64-baa9-eb0f1ae4872c 2018-12-29 06:31:54,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae9869316b32ed8d6ab216affadbc71d9e9233b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:31:56,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-281892fe-b068-46c0-8efe-e8aaecf475e9 x-compute-request-id: req-281892fe-b068-46c0-8efe-e8aaecf475e9 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527666292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137470] pid_max: default: 32768 minimum: 301\n[ 0.138396] ACPI: Core revision 20150930\n[ 0.139801] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141158] Security Framework initialized\n[ 0.142007] Yama: becoming mindful.\n[ 0.142767] AppArmor: AppArmor initialized\n[ 0.143658] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145039] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146364] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147623] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149062] Initializing cgroup subsys io\n[ 0.149904] Initializing cgroup subsys memory\n[ 0.150802] Initializing cgroup subsys devices\n[ 0.151706] Initializing cgroup subsys freezer\n[ 0.152600] Initializing cgroup subsys net_cls\n[ 0.153494] Initializing cgroup subsys perf_event\n[ 0.154438] Initializing cgroup subsys net_prio\n[ 0.155355] Initializing cgroup subsys hugetlb\n[ 0.156273] Initializing cgroup subsys pids\n[ 0.157176] CPU: Physical Processor ID: 0\n[ 0.158700] mce: CPU supports 10 MCE banks\n[ 0.159587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160624] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171335] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177827] ftrace: allocating 31920 entries in 125 pages\n[ 0.204266] smpboot: Max logical packages: 1\n[ 0.205162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206574] x2apic enabled\n[ 0.207419] Switched APIC routing to physical x2apic.\n[ 0.209213] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214333] KVM setup paravirtual spinlock\n[ 0.215674] x86: Booted up 1 node, 1 CPUs\n[ 0.216519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217966] devtmpfs: initialized\n[ 0.219712] evm: security.selinux\n[ 0.220446] evm: security.SMACK64\n[ 0.221166] evm: security.SMACK64EXEC\n[ 0.221961] evm: security.SMACK64TRANSMUTE\n[ 0.222811] evm: security.SMACK64MMAP\n[ 0.223597] evm: security.ima\n[ 0.224267] evm: security.capability\n[ 0.225104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227055] pinctrl core: initialized pinctrl subsystem\n[ 0.228217] RTC time: 6:30:06, date: 12/29/18\n[ 0.229231] NET: Registered protocol family 16\n[ 0.230260] cpuidle: using governor ladder\n[ 0.231127] cpuidle: using governor menu\n[ 0.231953] PCCT header not found.\n[ 0.232746] ACPI: bus type PCI registered\n[ 0.233590] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234892] PCI: Using configuration type 1 for base access\n[ 0.236715] ACPI: Added _OSI(Module Device)\n[ 0.237594] ACPI: Added _OSI(Processor Device)\n[ 0.238496] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239441] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241640] ACPI: Interpreter enabled\n[ 0.242441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250197] ACPI: (supports S0 S5)\n[ 0.250937] ACPI: Using IOAPIC for interrupt routing\n[ 0.252035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256430] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257728] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261326] acpiphp: Slot [3] registered\n[ 0.262177] acpiphp: Slot [4] registered\n[ 0.263022] acpiphp: Slot [5] registered\n[ 0.263866] acpiphp: Slot [6] registered\n[ 0.264706] acpiphp: Slot [7] registered\n[ 0.265562] acpiphp: Slot [8] registered\n[ 0.266404] acpiphp: Slot [9] registered\n[ 0.267245] acpiphp: Slot [10] registered\n[ 0.268098] acpiphp: Slot [11] registered\n[ 0.268949] acpiphp: Slot [12] registered\n[ 0.269800] acpiphp: Slot [13] registered\n[ 0.270648] acpiphp: Slot [14] registered\n[ 0.271505] acpiphp: Slot [15] registered\n[ 0.282721] acpiphp: Slot [16] registered\n[ 0.283574] acpiphp: Slot [17] registered\n[ 0.284424] acpiphp: Slot [18] registered\n[ 0.285269] acpiphp: Slot [19] registered\n[ 0.286118] acpiphp: Slot [20] registered\n[ 0.286978] acpiphp: Slot [21] registered\n[ 0.287830] acpiphp: Slot [22] registered\n[ 0.288683] acpiphp: Slot [23] registered\n[ 0.289533] acpiphp: Slot [24] registered\n[ 0.290381] acpiphp: Slot [25] registered\n[ 0.291235] acpiphp: Slot [26] registered\n[ 0.292086] acpiphp: Slot [27] registered\n[ 0.292939] acpiphp: Slot [28] registered\n[ 0.293795] acpiphp: Slot [29] registered\n[ 0.294646] acpiphp: Slot [30] registered\n[ 0.295501] acpiphp: Slot [31] registered\n[ 0.296347] PCI host bridge to bus 0000:00\n[ 0.297194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298477] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301273] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310496] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311738] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313080] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320943] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367630] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372123] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373539] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374820] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376234] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377303] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378879] vgaarb: loaded\n[ 0.379491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380645] SCSI subsystem initialized\n[ 0.381477] ACPI: bus type USB registered\n[ 0.382302] usbcore: registered new interface driver usbfs\n[ 0.383358] usbcore: registered new interface driver hub\n[ 0.384382] usbcore: registered new device driver usb\n[ 0.385460] PCI: Using ACPI for IRQ routing\n[ 0.386502] NetLabel: Initializing\n[ 0.387225] NetLabel: domain hash size = 128\n[ 0.388098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389065] NetLabel: unlabeled traffic allowed by default\n[ 0.390179] clocksource: Switched to clocksource kvm-clock\n[ 0.395741] AppArmor: AppArmor Filesystem Enabled\n[ 0.396737] pnp: PnP ACPI init\n[ 0.397671] pnp: PnP ACPI: found 5 devices\n[ 0.404059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405807] NET: Registered protocol family 2\n[ 0.406783] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408086] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410477] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412781] NET: Registered protocol family 1\n[ 0.413664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415897] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429895] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444136] Trying to unpack rootfs image as initramfs...\n[ 0.493964] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508024] Scanning for low memory corruption every 60 seconds\n[ 0.509354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510530] audit: initializing netlink subsys (disabled)\n[ 0.511576] audit: type=2000 audit(1546065006.914:1): initialized\n[ 0.512903] Initialise system trusted keyring\n[ 0.513848] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517024] zbud: loaded\n[ 0.517735] VFS: Disk quotas dquot_6.6.0\n[ 0.518581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520107] fuse init (API version 7.23)\n[ 0.521019] Key type big_key registered\n[ 0.521835] Allocating IMA MOK and blacklist keyrings.\n[ 0.522959] Key type asymmetric registered\n[ 0.523797] Asymmetric key parser 'x509' registered\n[ 0.524769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526631] io scheduler noop registered\n[ 0.527442] io scheduler deadline registered (default)\n[ 0.528443] io scheduler cfq registered\n[ 0.529284] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533158] ACPI: Power Button [PWRF]\n[ 0.533999] GHES: HEST is not enabled!\n[ 0.549509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578669] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581053] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605156] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607325] Linux agpgart interface v0.103\n[ 0.609387] brd: module loaded\n[ 0.610659] loop: module loaded\n[ 0.615282] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616751] GPT:90111 != 2097151\n[ 0.617436] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618549] GPT:90111 != 2097151\n[ 0.619231] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620216] vda: vda1 vda15\n[ 0.621608] scsi host0: ata_piix\n[ 0.622355] scsi host1: ata_piix\n[ 0.623074] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625761] libphy: Fixed MDIO Bus: probed\n[ 0.626598] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629666] PPP generic driver version 2.4.2\n[ 0.630573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631845] ehci-pci: EHCI PCI platform driver\n[ 0.632724] ehci-platform: EHCI generic platform driver\n[ 0.633723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634866] ohci-pci: OHCI PCI platform driver\n[ 0.635745] ohci-platform: OHCI generic platform driver\n[ 0.636745] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653562] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654611] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658417] usb usb1: Product: UHCI Host Controller\n[ 0.659361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661520] hub 1-0:1.0: USB hub found\n[ 0.662311] hub 1-0:1.0: 2 ports detected\n[ 0.663230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668023] mousedev: PS/2 mouse device common for all mice\n[ 0.669598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671780] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673059] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674470] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675828] i2c /dev entries driver\n[ 0.676685] device-mapper: uevent: version 1.0.3\n[ 0.677869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679775] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681279] NET: Registered protocol family 10\n[ 0.682589] NET: Registered protocol family 17\n[ 0.683668] Key type dns_resolver registered\n[ 0.684862] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687941] registered taskstats version 1\n[ 0.688832] Loading compiled-in X.509 certificates\n[ 0.690361] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692358] zswap: loaded using pool lzo/zbud\n[ 0.693813] Key type trusted registered\n[ 0.695412] Key type encrypted registered\n[ 0.696322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698661] evm: HMAC attrs: 0x1\n[ 0.699671] Magic number: 14:329:520\n[ 0.700611] rtc_cmos 00:00: setting system clock to 2018-12-29 06:30:07 UTC (1546065007)\n[ 0.702399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703618] EDD information not available.\n[ 0.783122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784693] Write protecting the kernel read-only data: 14336k\n[ 0.796935] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.472357] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.42. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUU7EhjAQHg3GzIC4/V4ykPgW+MENKaDFj0R8Pv9trYkW9OnyLC3RMIw3SpD8UuCX0+4dH+0GnHc91OYFbOw5d9dkDgYL/3y3CzHvAZv4479zp8B78sQfxi6NZgU54Dg27lbN2OnI1CzmrV5rcF6NN2Ylxy6i0JXvl2QrZV1UDwTm4fAm2dZ6l2/MdtQu7JO63yKDfTKgdnXhF1PRdfqdAMOnftwuHBHesNiEqxAZak9ymV1j2bQmgDHxCXagE37drroaXQf9y4kEEs65nJnjqZ2ooMayLloabJfNeTEcTMS5T99rJMZuA3Lr+ctrl4IaxSf6h0jDOwcz13YnPzZKl root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBANIFwueVSOcJLhFE7CoT7p3ycZWjouX6/fFNvlMRwL5i94eUWUz2TnlVP6LDSANZdub5NKz7t8GcXjl4S3KXsYUFYosgAlJid8TqbNcCeuQ8Ld3chQ4H+viKCvqsFaWOZd3lEW8FeN1L3L8HcPyYrTJpGmlRocKZaAsFcFcz/s69AAAAFQC4JC5Iploy71oKm9wzM2VDyVR6FQAAAIAxw/PW0yGbv+1+vDPlnBGOYbMwnPoVQWpB/aZLmvcsEu1nDsxyX+MxSCwZTMgt9uMe/gMdZZEiUlCeCRF/84l6/4Kia2IJ+YtIsecTK4cWAt1YArnoIi/Q6fiNgDzxSfV82k8ZQeHXakVOqgxK9zmKeRubLi9d+pP7x7mOpLRgTgAAAIB/OxGHEVI4uQ8rZhC8Iax9Dpnhs/OrSdOAKul0h6qMOVjguJHN+meFsp+2l9WpZ7Z36iyzLVCF4ZfotIKF7GFTnQ5jVH2u+aIaYsLRxleSE/BdJ2VkgKi2Q28DCmkoGa42nBqE346kA5kgjjSP9I7vzMxdUQqVlWxNClEp5+V0og== 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.10,24,fe80::f816:3eff:fe34:445a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.21 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:34:44:5A \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:445a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 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:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.135659] usb 1-1: Product: QEMU USB Tablet\n[ 1.135660] usb 1-1: Manufacturer: QEMU\n[ 1.135661] usb 1-1: SerialNumber: 42\n[ 1.412380] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.454141] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.472357] random: dd urandom read with 5 bits of entropy available\n[ 1.506232] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.506234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.337812] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.038621] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:30:08 cirros kern.info kernel: [ 0.798783] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nDec 29 06:30:08 cirros kern.info kernel: [ 0.809818] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nDec 29 06:30:08 cirros kern.info kernel: [ 0.809820] e1000: Copyright (c) 1999-2006 Intel Corporation.\nDec 29 06:30:08 cirros kern.info kernel: [ 0.811486] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nDec 29 06:30:08 cirros kern.info kernel: [ 0.814408] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nDec 29 06:30:08 cirros kern.info kernel: [ 0.816343] ip_tables: (C) 2000-2006 Netfilter Core Team\nDec 29 06:30:08 cirros kern.info kernel: [ 0.838930] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:30:08 cirros kern.info kernel: [ 0.839811] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:30:08 cirros kern.info kernel: [ 0.840943] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nDec 29 06:30:08 cirros kern.info kernel: [ 0.883248] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nDec 29 06:30:08 cirros kern.info kernel: [ 0.974224] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nDec 29 06:30:08 cirros kern.info kernel: [ 1.135656] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nDec 29 06:30:08 cirros kern.info kernel: [ 1.135658] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nDec 29 06:30:08 cirros kern.info kernel: [ 1.135659] usb 1-1: Product: QEMU USB Tablet\nDec 29 06:30:08 cirros kern.info kernel: [ 1.135660] usb 1-1: Manufacturer: QEMU\nDec 29 06:30:08 cirros kern.info kernel: [ 1.135661] usb 1-1: SerialNumber: 42\nDec 29 06:30:08 cirros kern.info kernel: [ 1.412380] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:30:08 cirros kern.info kernel: [ 1.454141] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nDec 29 06:30:08 cirros kern.notice kernel: [ 1.472357] random: dd urandom read with 5 bits of entropy available\nDec 29 06:30:08 cirros kern.info kernel: [ 1.506232] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nDec 29 06:30:08 cirros kern.info kernel: [ 1.506234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:31:09 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:31:10 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:31:10 cirros kern.info kernel: [ 63.337812] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:31:10 cirros kern.info kernel: [ 64.038621] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\nfffff m\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2018-12-29 06:31:56,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-281892fe-b068-46c0-8efe-e8aaecf475e9 2018-12-29 06:31:58,050 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-12-29 06:32:28,066 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:32:28,067 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:32:28,067 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:32:28,069 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:32:28,109 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-12-29 06:32:28,110 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:32:28,111 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:32:28,113 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:32:28,113 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:32:28,153 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:32:28,189 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:32:28,191 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:32:28,192 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:32:28,193 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:32:28,193 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:32:28,199 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:32:28,242 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-12-29 06:32:28,245 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:32:28,245 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:32:28,246 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:32:28,247 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:32:28,287 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:32:28,324 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:32:28,331 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:32:28,333 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:32:28,333 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:32:28,333 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:32:28,337 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:32:28,371 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:32:28,373 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-12-29 06:32:28,374 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:32:28,375 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-12-29 06:32:28,375 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-12-29 06:32:28,415 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-12-29 06:32:28,450 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-12-29 06:32:28,451 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:32:28,452 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-12-29 06:32:28,452 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:32:28,453 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:32:28,457 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:32:28,492 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:32:28,494 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-12-29 06:32:28,495 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:32:28,495 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-12-29 06:32:28,496 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-12-29 06:32:28,537 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-12-29 06:32:28,573 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-12-29 06:32:28,574 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-12-29 06:32:28,575 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-12-29 06:32:28,575 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-12-29 06:32:28,577 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-12-29 06:32:28,577 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-12-29 06:32:28,579 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-12-29 06:32:28,616 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-12-29 06:32:28,617 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-12-29 06:32:28,617 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-12-29 06:32:28,618 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-12-29 06:32:28,618 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-12-29 06:32:28,659 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-12-29 06:32:28,724 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-12-29 06:32:28,724 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-12-29 06:32:58,755 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-12-29 06:32:58,756 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-12-29 06:32:58,756 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-12-29 06:32:58,758 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-12-29 06:32:58,835 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-12-29 06:32:58,836 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-12-29 06:32:58,836 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-12-29 06:32:58,837 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-12-29 06:32:58,838 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-12-29 06:32:58,841 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-12-29 06:32:58,922 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-12-29 06:32:58,923 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-12-29 06:33:28,948 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-12-29 06:33:28,949 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-12-29 06:33:28,949 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-12-29 06:33:28,952 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-12-29 06:33:29,028 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-12-29 06:33:29,028 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-12-29 06:33:29,029 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-12-29 06:33:59,047 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-12-29 06:33:59,048 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-12-29 06:33:59,048 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-12-29 06:33:59,050 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-12-29 06:33:59,089 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-12-29 06:33:59,091 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-12-29 06:33:59,091 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-12-29 06:33:59,092 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-12-29 06:33:59,092 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-12-29 06:33:59,133 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-12-29 06:33:59,168 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-12-29 06:33:59,170 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-12-29 06:33:59,171 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-12-29 06:33:59,172 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-12-29 06:33:59,172 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-12-29 06:33:59,174 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-12-29 06:33:59,210 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-12-29 06:33:59,212 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-12-29 06:33:59,213 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-12-29 06:33:59,213 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-12-29 06:33:59,214 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-12-29 06:33:59,254 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-12-29 06:33:59,291 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-12-29 06:33:59,299 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-12-29 06:33:59,299 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-12-29 06:33:59,300 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-12-29 06:33:59,300 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-12-29 06:33:59,303 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-12-29 06:33:59,344 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-12-29 06:33:59,346 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-12-29 06:33:59,346 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-12-29 06:33:59,347 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-12-29 06:33:59,347 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-12-29 06:33:59,388 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-12-29 06:33:59,428 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-12-29 06:33:59,429 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-12-29 06:33:59,430 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-12-29 06:33:59,431 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-12-29 06:33:59,431 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-12-29 06:33:59,435 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-12-29 06:33:59,469 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-12-29 06:33:59,471 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-12-29 06:33:59,472 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-12-29 06:33:59,472 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-12-29 06:33:59,473 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-12-29 06:33:59,513 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-12-29 06:33:59,547 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-12-29 06:33:59,548 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-12-29 06:33:59,549 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-12-29 06:33:59,549 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-12-29 06:33:59,550 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-12-29 06:33:59,550 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-12-29 06:33:59,553 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-12-29 06:33:59,611 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-12-29 06:33:59,612 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-12-29 06:34:29,641 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-12-29 06:34:29,642 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-12-29 06:34:29,642 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-12-29 06:34:29,644 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-12-29 06:34:29,677 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-12-29 06:34:29,678 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-12-29 06:34:29,679 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-12-29 06:34:29,679 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-12-29 06:34:29,680 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-12-29 06:34:29,683 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-12-29 06:34:29,727 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-12-29 06:34:29,728 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-12-29 06:34:59,748 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-12-29 06:34:59,749 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-12-29 06:34:59,750 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-12-29 06:34:59,752 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-12-29 06:34:59,787 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-12-29 06:34:59,787 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-12-29 06:34:59,788 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-12-29 06:35:29,819 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-12-29 06:35:29,820 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-12-29 06:35:29,820 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-12-29 06:35:29,822 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-12-29 06:35:29,858 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-12-29 06:35:29,860 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-12-29 06:35:29,860 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-12-29 06:35:29,861 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-12-29 06:35:29,862 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-12-29 06:35:29,902 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-12-29 06:35:29,936 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-12-29 06:35:29,940 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-12-29 06:35:29,941 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-12-29 06:35:29,941 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-12-29 06:35:29,942 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-12-29 06:35:29,944 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-12-29 06:35:29,982 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-12-29 06:35:29,983 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-12-29 06:35:29,984 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-12-29 06:35:29,984 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-12-29 06:35:29,985 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-12-29 06:35:30,025 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-12-29 06:35:30,061 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-12-29 06:35:30,069 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-12-29 06:35:30,069 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-12-29 06:35:30,071 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-12-29 06:35:30,071 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-12-29 06:35:30,073 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-12-29 06:35:30,110 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-12-29 06:35:30,112 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-12-29 06:35:30,113 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-12-29 06:35:30,114 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-12-29 06:35:30,114 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-12-29 06:35:30,155 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-12-29 06:35:30,189 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-12-29 06:35:30,190 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-12-29 06:35:30,192 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-12-29 06:35:30,192 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-12-29 06:35:30,192 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-12-29 06:35:30,195 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-12-29 06:35:30,232 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-12-29 06:35:30,235 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-12-29 06:35:30,235 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-12-29 06:35:30,236 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-12-29 06:35:30,236 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-12-29 06:35:30,277 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-12-29 06:35:30,313 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-12-29 06:35:30,314 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-12-29 06:35:30,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" -d '{"forceDelete": null}' 2018-12-29 06:35:30,320 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-12-29 06:35:31,008 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:35:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad03e730-5bcc-4124-8efd-9c66c1a13cad x-compute-request-id: req-ad03e730-5bcc-4124-8efd-9c66c1a13cad Content-Length: 0 Content-Type: application/json 2018-12-29 06:35:31,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d/action used request id req-ad03e730-5bcc-4124-8efd-9c66c1a13cad 2018-12-29 06:35:31,008 - sdnvpn_test_utils - DEBUG - Waiting for instance 620fa003-a7e5-4b92-bb49-b82a26af560d to be deleted 2018-12-29 06:35:31,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" 2018-12-29 06:35:31,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0c112ace-fd05-4358-bc11-8d14dc8dec9f x-compute-request-id: req-0c112ace-fd05-4358-bc11-8d14dc8dec9f Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:74:23", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/620fa003-a7e5-4b92-bb49-b82a26af560d", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-12-29T06:30:19.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "620fa003-a7e5-4b92-bb49-b82a26af560d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:35:30Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-12-29T06:30:14Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-12-29T06:30:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:35:31,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-0c112ace-fd05-4358-bc11-8d14dc8dec9f 2018-12-29 06:35:33,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" 2018-12-29 06:35:34,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:35: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-e91116d1-d318-41af-a919-8f2b48d8ad0e x-compute-request-id: req-e91116d1-d318-41af-a919-8f2b48d8ad0e Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-12-29T06:30:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:30:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:35:34,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-e91116d1-d318-41af-a919-8f2b48d8ad0e 2018-12-29 06:35:36,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" -d '{"forceDelete": null}' 2018-12-29 06:35:36,784 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-040493fe-a20e-42a7-8df3-a9b2614aa00c x-compute-request-id: req-040493fe-a20e-42a7-8df3-a9b2614aa00c Content-Length: 0 Content-Type: application/json 2018-12-29 06:35:36,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349/action used request id req-040493fe-a20e-42a7-8df3-a9b2614aa00c 2018-12-29 06:35:36,785 - sdnvpn_test_utils - DEBUG - Waiting for instance b3b3800a-30d2-42d4-9758-42f14ca6c349 to be deleted 2018-12-29 06:35:36,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" 2018-12-29 06:35:37,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b26b283-91b0-453d-be9d-012ef4957859 x-compute-request-id: req-8b26b283-91b0-453d-be9d-012ef4957859 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:44:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b3b3800a-30d2-42d4-9758-42f14ca6c349", "rel": "bookmark"}], "image": {"id": "d1c74a6f-0f85-4305-a996-0615b197dc1c", "links": [{"href": "http://172.30.9.30:8774/images/d1c74a6f-0f85-4305-a996-0615b197dc1c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-12-29T06:30:06.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "b3b3800a-30d2-42d4-9758-42f14ca6c349", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:35:36Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-12-29T06:30:02Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:35:37,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-8b26b283-91b0-453d-be9d-012ef4957859 2018-12-29 06:35:39,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea3715d63df289d0eec89d82426e26d67411b70" 2018-12-29 06:35:39,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-cac16e35-4e17-4078-904b-2f1695f14706 x-compute-request-id: req-cac16e35-4e17-4078-904b-2f1695f14706 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:35:39,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-cac16e35-4e17-4078-904b-2f1695f14706 2018-12-29 06:35:41,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}896cbb4e5c396ce708d094f079f5f5d7d4ef5e2c" 2018-12-29 06:35:42,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2e0c7ec-e511-4237-beb6-903852511e63 Date: Sat, 29 Dec 2018 06:35:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:35:42,556 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d1c74a6f-0f85-4305-a996-0615b197dc1c used request id req-d2e0c7ec-e511-4237-beb6-903852511e63 2018-12-29 06:35:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/b146bf05-36d4-468b-9754-c3f2bd537c8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6b5db7471cbc7a4eeddd79c5f75fc97ce9b01f" 2018-12-29 06:35:45,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11d5fbd3-498d-43d4-acca-bd158268ce8e Date: Sat, 29 Dec 2018 06:35:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:35:45,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b146bf05-36d4-468b-9754-c3f2bd537c8c used request id req-11d5fbd3-498d-43d4-acca-bd158268ce8e 2018-12-29 06:35:45,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f6b5db7471cbc7a4eeddd79c5f75fc97ce9b01f" 2018-12-29 06:35:46,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-814993d0-5549-4401-a51f-b1a49d62869f Date: Sat, 29 Dec 2018 06:35:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:35:46,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c8c097ad-bdd9-47f3-ac5a-b2c26c00da3b used request id req-814993d0-5549-4401-a51f-b1a49d62869f 2018-12-29 06:35:46,434 - 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 336, actual flow count 369| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 21, actual group count 21| +========================================================================================+ | 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 336, actual flow count 369| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 21, actual group count 21| +========================================================================================+ +========================================================================================+ 2018-12-29 06:35:46,434 - sdnvpn-results - INFO - All the subtests have passed. 2018-12-29 06:35:46,435 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-12-29 06:35:46,435 - 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 336, actual flow count 369': 'PASS'}, {'OVS groups are programmed after resync expected group count 21, actual group count 21': 'PASS'}, {'OVS flows are programmed after resync expected flow count 336, actual flow count 369': 'PASS'}, {'OVS groups are programmed after resync expected group count 21, actual group count 21': 'PASS'}]} 2018-12-29 06:35:46,435 - 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-12-29 06:35:46,435 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-12-29 06:35:46,435 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-12-29 06:35:46,529 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:35:46,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:35:46,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:35:46,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:35:46,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:35:46,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:35:46,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:35:46,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:35:46,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:35:46,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:35:46,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:35:46,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:35:46,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:35:46,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:35:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:35:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:35:46,538 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:35:46,539 - paramiko.transport - DEBUG - starting thread (client mode): 0x293bf4d0L 2018-12-29 06:35:46,540 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:46,555 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:46,555 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:46,560 - 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-12-29 06:35:46,560 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:46,560 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:46,560 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:46,560 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:46,560 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:46,564 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:46,564 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:46,571 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:35:46,572 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:46,604 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:46,632 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:46,636 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:46,765 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:46,765 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:46,804 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:46,805 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:46,846 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:53,204 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:53,205 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:53,207 - paramiko.transport - DEBUG - starting thread (client mode): 0x2937f590L 2018-12-29 06:35:53,207 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:53,213 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:53,213 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:53,216 - 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-12-29 06:35:53,216 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:53,216 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:53,216 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:53,217 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:53,217 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:53,222 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:53,222 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:53,223 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:35:53,224 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:53,262 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:53,272 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:53,288 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:53,351 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:53,351 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:53,390 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:53,390 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:53,395 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:53,427 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:53,429 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:53,430 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:53,430 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:53,430 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:53,471 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:35:53,507 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:35:53,508 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:35:53,508 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:35:53,509 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:35:53,509 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:35:53,550 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:35:53,581 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:35:53,582 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:35:53,584 - paramiko.transport - DEBUG - starting thread (client mode): 0x2935b0d0L 2018-12-29 06:35:53,584 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:53,589 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:53,590 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:53,592 - 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-12-29 06:35:53,592 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:53,592 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:53,592 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:53,593 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:53,593 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:53,596 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:53,596 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:53,600 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:35:53,601 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:53,636 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:53,646 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:53,665 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:53,729 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:53,730 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:53,769 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:53,769 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:53,777 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:53,812 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:53,813 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:53,813 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:53,814 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:53,814 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:53,854 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:35:53,890 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:35:53,891 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:35:53,892 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:35:53,892 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:35:53,892 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:35:53,933 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:35:53,963 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:35:53,964 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:35:53,966 - paramiko.transport - DEBUG - starting thread (client mode): 0x287a70d0L 2018-12-29 06:35:53,967 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:53,973 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:53,973 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:53,976 - 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-12-29 06:35:53,976 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:53,976 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:53,977 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:53,977 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:53,977 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:53,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:53,981 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:53,982 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:35:53,983 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:54,021 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:54,033 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:54,047 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:54,138 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:54,138 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:54,177 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:54,178 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:54,183 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:54,217 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:54,218 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:54,219 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:54,220 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:54,220 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:54,260 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:35:54,296 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:35:54,297 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:35:54,298 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:35:54,299 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:35:54,299 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:35:54,340 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:35:54,370 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:35:54,372 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:35:54,373 - paramiko.transport - DEBUG - starting thread (client mode): 0x287a7fd0L 2018-12-29 06:35:54,374 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:54,378 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:54,378 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:54,380 - 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-12-29 06:35:54,380 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:54,381 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:54,381 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:54,381 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:54,381 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:54,385 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:54,386 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:54,389 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:35:54,390 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:54,425 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:54,436 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:54,454 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:54,512 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:54,513 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:54,552 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:54,553 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:54,557 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:54,588 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:54,589 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:54,590 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:54,591 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:54,591 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:54,631 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:35:54,663 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:35:54,664 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:35:54,665 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:35:54,666 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:35:54,666 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:35:54,707 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:35:54,736 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:35:54,737 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:35:54,739 - paramiko.transport - DEBUG - starting thread (client mode): 0x287ab550L 2018-12-29 06:35:54,739 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:35:54,744 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:35:54,744 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:35:54,747 - 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-12-29 06:35:54,747 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:35:54,747 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:35:54,747 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:35:54,748 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:35:54,748 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:35:54,752 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:35:54,753 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:35:54,755 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:35:54,755 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:35:54,793 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:35:54,804 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:35:54,820 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:35:54,885 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:35:54,885 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:35:54,924 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:35:54,925 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:35:54,930 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:35:54,960 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:35:54,961 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:54,961 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:35:54,962 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:54,962 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:55,003 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:35:55,035 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:35:55,037 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:35:55,037 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:35:55,038 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:35:55,038 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:35:55,079 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:35:55,107 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:35:55,108 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:35:55,109 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:35:55,110 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:35:55,110 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:35:55,117 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:00,604 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:00,605 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:00,607 - paramiko.transport - DEBUG - starting thread (client mode): 0x287ec4d0L 2018-12-29 06:36:00,608 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:36:00,615 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:36:00,615 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:36:00,618 - 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-12-29 06:36:00,619 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:36:00,619 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:36:00,619 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:36:00,619 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:36:00,620 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:36:00,624 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:36:00,625 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:36:00,639 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:36:00,640 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:36:00,665 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:36:00,678 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:36:00,704 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:36:00,785 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:36:00,785 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:36:00,824 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:36:00,825 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:36:00,841 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:36:00,880 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:36:00,881 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:36:00,882 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:36:00,883 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:36:00,883 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:36:00,924 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:00,967 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:00,969 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:36:00,969 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:00,970 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:36:00,970 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:36:01,011 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:36:01,045 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:36:01,046 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:36:01,048 - paramiko.transport - DEBUG - starting thread (client mode): 0x287b4490L 2018-12-29 06:36:01,048 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:36:01,053 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:36:01,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:36:01,056 - 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-12-29 06:36:01,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:36:01,057 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:36:01,057 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:36:01,057 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:36:01,057 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:36:01,061 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:36:01,062 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:36:01,064 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:36:01,065 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:36:01,101 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:36:01,113 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:36:01,129 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:36:01,206 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:36:01,206 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:36:01,245 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:36:01,246 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:36:01,265 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:36:01,300 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:36:01,301 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:36:01,302 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:36:01,303 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:36:01,303 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:36:01,343 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:01,384 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:01,386 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:36:01,387 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:01,388 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:36:01,388 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:36:01,428 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:36:01,461 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:36:01,462 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:36:01,464 - paramiko.transport - DEBUG - starting thread (client mode): 0x287c73d0L 2018-12-29 06:36:01,465 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:36:01,470 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:36:01,470 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:36:01,474 - 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-12-29 06:36:01,474 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:36:01,474 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:36:01,474 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:36:01,474 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:36:01,474 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:36:01,479 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:36:01,480 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:36:01,496 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:36:01,497 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:36:01,519 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:36:01,531 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:36:01,561 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:36:01,615 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:36:01,616 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:36:01,654 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:36:01,655 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:36:01,665 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:36:01,702 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:36:01,703 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:36:01,704 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:36:01,705 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:36:01,705 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:36:01,745 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:01,782 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:01,784 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:36:01,785 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:01,785 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:36:01,786 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:36:01,826 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:36:01,860 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:36:01,861 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:36:01,863 - paramiko.transport - DEBUG - starting thread (client mode): 0x287c13d0L 2018-12-29 06:36:01,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:36:01,869 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:36:01,869 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:36:01,871 - 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-12-29 06:36:01,871 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:36:01,871 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:36:01,871 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:36:01,872 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:36:01,872 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:36:01,876 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:36:01,877 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:36:01,879 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:36:01,879 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:36:01,916 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:36:01,928 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:36:01,944 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:36:02,003 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:36:02,003 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:36:02,042 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:36:02,043 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:36:02,047 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:36:02,078 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:36:02,078 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:36:02,079 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:36:02,080 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:36:02,080 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:36:02,121 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:02,155 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:02,156 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:36:02,156 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:02,157 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:36:02,157 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:36:02,198 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:36:02,228 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:36:02,229 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:36:02,231 - paramiko.transport - DEBUG - starting thread (client mode): 0x287c84d0L 2018-12-29 06:36:02,231 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:36:02,237 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:36:02,238 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:36:02,240 - 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-12-29 06:36:02,240 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:36:02,241 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:36:02,241 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:36:02,241 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:36:02,241 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:36:02,245 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:36:02,246 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:36:02,262 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:36:02,263 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:36:02,285 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:36:02,296 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:36:02,328 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:36:02,374 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:36:02,374 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:36:02,413 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:36:02,414 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:36:02,431 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:36:02,462 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:36:02,463 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:36:02,464 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:36:02,465 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:36:02,465 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:36:02,506 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:36:02,538 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:36:02,540 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:36:02,540 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:36:02,542 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:36:02,542 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:36:02,582 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:36:02,613 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:36:02,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:02,616 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:36:02,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5bd476-3ef1-4797-9ac2-c1c1529aff20 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:02,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c5bd476-3ef1-4797-9ac2-c1c1529aff20 2018-12-29 06:36:02,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:03,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["AHUdYmcAQwWdPQydhLWrew"], "issued_at": "2018-12-29T06:36:03.000000Z"}} 2018-12-29 06:36:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}930c4b0e6985e74cacae28ea4997c9aec17aca24" 2018-12-29 06:36:03,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-44d20a35-f9c0-45f0-90ed-8e6951830f5a Date: Sat, 29 Dec 2018 06:36:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:36:03,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-44d20a35-f9c0-45f0-90ed-8e6951830f5a 2018-12-29 06:36:03,171 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:36:03,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}930c4b0e6985e74cacae28ea4997c9aec17aca24" 2018-12-29 06:36:03,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c315b91c-b82f-449d-9401-8f71dd86a56d Date: Sat, 29 Dec 2018 06:36: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-12-29 06:36:03,330 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c315b91c-b82f-449d-9401-8f71dd86a56d 2018-12-29 06:36:03,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}930c4b0e6985e74cacae28ea4997c9aec17aca24" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:36:03,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a X-Openstack-Request-Id: req-3742ccd0-dc84-4347-b358-e2e69465fc50 Date: Sat, 29 Dec 2018 06:36:03 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:36:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:36:03Z", "visibility": "public", "locations": [], "self": "/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "min_disk": 0, "protected": false, "id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "file": "/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:36:03,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3742ccd0-dc84-4347-b358-e2e69465fc50 2018-12-29 06:36:03,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}930c4b0e6985e74cacae28ea4997c9aec17aca24" -d '' 2018-12-29 06:36:04,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-585c1853-5e5d-4121-95c6-95fab64f78f0 Date: Sat, 29 Dec 2018 06:36:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:36:04,360 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a/file used request id req-585c1853-5e5d-4121-95c6-95fab64f78f0 2018-12-29 06:36:04,360 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-12-29 06:36:04,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:04,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f090b2bd-1b70-4c0b-833e-d2aaa6978ea2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:04,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f090b2bd-1b70-4c0b-833e-d2aaa6978ea2 2018-12-29 06:36:04,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:04,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["0MtWUD19QEyoQluS4N16uw"], "issued_at": "2018-12-29T06:36:04.000000Z"}} 2018-12-29 06:36:04,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8f7e2fae0e2dc7d3e9b53c4f37e4f3f3a4367a" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-12-29 06:36:05,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e528952e-26d7-4ebc-abb0-77d607bb1105 Date: Sat, 29 Dec 2018 06:36: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":"bdea1264-6874-466f-afdb-5b5d8fc318bb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:36:05Z","is_default":false,"provider:segmentation_id":57,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:36:04Z","mtu":1450}} 2018-12-29 06:36:05,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e528952e-26d7-4ebc-abb0-77d607bb1105 2018-12-29 06:36:05,159 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network bdea1264-6874-466f-afdb-5b5d8fc318bb with cidr 10.10.10.0/24 2018-12-29 06:36:05,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8f7e2fae0e2dc7d3e9b53c4f37e4f3f3a4367a" -d '{"subnets": [{"ip_version": 4, "network_id": "bdea1264-6874-466f-afdb-5b5d8fc318bb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-12-29 06:36:05,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-209171f7-24af-4d87-9141-4c26e6b23b35 Date: Sat, 29 Dec 2018 06:36:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdea1264-6874-466f-afdb-5b5d8fc318bb","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:36:05Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:36:05Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"418d2248-ba6d-4b7f-866a-f4d44020cc50","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-12-29 06:36:05,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-209171f7-24af-4d87-9141-4c26e6b23b35 2018-12-29 06:36:05,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8f7e2fae0e2dc7d3e9b53c4f37e4f3f3a4367a" 2018-12-29 06:36:05,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-1a721469-9c34-4ebf-acc8-193f10aad4e3 Date: Sat, 29 Dec 2018 06:36:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:36:05,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-1a721469-9c34-4ebf-acc8-193f10aad4e3 2018-12-29 06:36:05,992 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:36:05,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:05,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d66869d-76c3-42b7-98f3-35cd6ca4cff5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:06,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d66869d-76c3-42b7-98f3-35cd6ca4cff5 2018-12-29 06:36:06,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:06,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["YbVcHgA4Tay2dvkX44dsOQ"], "issued_at": "2018-12-29T06:36:06.000000Z"}} 2018-12-29 06:36:06,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" 2018-12-29 06:36:06,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-e3f4ebf5-b4cf-49df-a70e-e30d072157cf x-compute-request-id: req-e3f4ebf5-b4cf-49df-a70e-e30d072157cf Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:36:06,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e3f4ebf5-b4cf-49df-a70e-e30d072157cf 2018-12-29 06:36:06,651 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:36:06,652 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:36:06,652 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:36:06,654 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:36:06,705 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:36:06,707 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:36:06,707 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:36:06,708 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:36:06,708 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:36:06,750 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:36:06,790 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:36:06,791 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:36:06,791 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:36:06,792 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:36:06,792 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:36:06,795 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:36:06,840 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-12-29 06:36:06,841 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:36:06,842 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:36:06,843 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:36:06,843 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:36:06,884 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:36:06,919 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 06:36:06,920 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-12-29 06:36:06,920 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=d2f05d4b-0a3d-42fe-814f-22cd279dd61a network=bdea1264-6874-466f-afdb-5b5d8fc318bb secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:36:06,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:36:06,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:36:06,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:36:06,922 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 06:36:06,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:36:06,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:36:06,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:36:06,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:36:06,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:36:06,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:36:06,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:36:06,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:36:06,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:36:06,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:36:06,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:36:06,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:36:06,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:36:06,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:36:06,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:36:06,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:36:06,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:36:06,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:36:06,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:36:06,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:36:06,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:36:06,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:36:06,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:36:06,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:36:06,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:06,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfd1764-6c51-4f87-8333-75dcc267e87a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:06,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6dfd1764-6c51-4f87-8333-75dcc267e87a 2018-12-29 06:36:06,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:07,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["jXnDpPRCQHCp-3xYFKQ6Eg"], "issued_at": "2018-12-29T06:36:07.000000Z"}} 2018-12-29 06:36:07,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bb3f855eda01be53220c7af1b9708f8f4989c" 2018-12-29 06:36:07,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36: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-d591a885-664f-4eea-a7c9-748c73706e3a x-compute-request-id: req-d591a885-664f-4eea-a7c9-748c73706e3a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:36:07,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d591a885-664f-4eea-a7c9-748c73706e3a 2018-12-29 06:36:07,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bb3f855eda01be53220c7af1b9708f8f4989c" 2018-12-29 06:36:07,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36: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-a79a6148-cf5f-4ee6-9593-6ff1446612dd x-compute-request-id: req-a79a6148-cf5f-4ee6-9593-6ff1446612dd Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:36:07,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-a79a6148-cf5f-4ee6-9593-6ff1446612dd 2018-12-29 06:36:07,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bb3f855eda01be53220c7af1b9708f8f4989c" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bdea1264-6874-466f-afdb-5b5d8fc318bb"}]}}' 2018-12-29 06:36:09,067 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:36: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-cb76da1f-118b-4c57-9595-73957f1c29d7 x-compute-request-id: req-cb76da1f-118b-4c57-9595-73957f1c29d7 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "adminPass": "pfC3SunygSgr"}} 2018-12-29 06:36:09,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-cb76da1f-118b-4c57-9595-73957f1c29d7 2018-12-29 06:36:09,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:09,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c146b6-3dcd-4557-8331-d1b12460d3b8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:09,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-26c146b6-3dcd-4557-8331-d1b12460d3b8 2018-12-29 06:36:09,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:09,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["eZLU2snQTdS8SL_rs79OIQ"], "issued_at": "2018-12-29T06:36:09.000000Z"}} 2018-12-29 06:36:09,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b8ac440cd3872f37f5bf19db87a0b7f86120e4" 2018-12-29 06:36:10,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c308c57-1a0f-4481-b92c-ca6711459e95 x-compute-request-id: req-2c308c57-1a0f-4481-b92c-ca6711459e95 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:36:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:10,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 used request id req-2c308c57-1a0f-4481-b92c-ca6711459e95 2018-12-29 06:36:13,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b8ac440cd3872f37f5bf19db87a0b7f86120e4" 2018-12-29 06:36:13,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1655adc0-250f-4278-861a-d21829fa3b1d x-compute-request-id: req-1655adc0-250f-4278-861a-d21829fa3b1d 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.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:36:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:13,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 used request id req-1655adc0-250f-4278-861a-d21829fa3b1d 2018-12-29 06:36:16,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b8ac440cd3872f37f5bf19db87a0b7f86120e4" 2018-12-29 06:36:17,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-8677f1b0-1ad9-4e33-b5db-af4590a98091 x-compute-request-id: req-8677f1b0-1ad9-4e33-b5db-af4590a98091 Content-Encoding: gzip Content-Length: 779 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:56:99:42", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-12-29T06:36:13.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:14Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:17,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 used request id req-8677f1b0-1ad9-4e33-b5db-af4590a98091 2018-12-29 06:36:17,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bb3f855eda01be53220c7af1b9708f8f4989c" 2018-12-29 06:36:18,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6794df9-a90c-4822-81d6-9a1cebfcc06e x-compute-request-id: req-b6794df9-a90c-4822-81d6-9a1cebfcc06e Content-Encoding: gzip Content-Length: 779 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:56:99:42", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-12-29T06:36:13.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:14Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:18,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47 used request id req-b6794df9-a90c-4822-81d6-9a1cebfcc06e 2018-12-29 06:36:18,437 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.6'. 2018-12-29 06:36:18,437 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-12-29 06:36:18,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:36:20,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-6795631b-c40e-4f18-9c20-7a67e95b35f7 x-compute-request-id: req-6795631b-c40e-4f18-9c20-7a67e95b35f7 Content-Length: 0 Content-Type: application/json 2018-12-29 06:36:20,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action used request id req-6795631b-c40e-4f18-9c20-7a67e95b35f7 2018-12-29 06:36:20,122 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-12-29 06:36:20,122 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=d2f05d4b-0a3d-42fe-814f-22cd279dd61a network=bdea1264-6874-466f-afdb-5b5d8fc318bb secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:36:20,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:36:20,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:36:20,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:36:20,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:36:20,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:36:20,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:36:20,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:36:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:20,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79431989-e6f9-4bf2-87cb-3b0260f0b291 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:20,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-79431989-e6f9-4bf2-87cb-3b0260f0b291 2018-12-29 06:36:20,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:20,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["jZvZzKjfQfiA1tVn0IVzAw"], "issued_at": "2018-12-29T06:36:20.000000Z"}} 2018-12-29 06:36:20,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" 2018-12-29 06:36:20,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7a45b3e0-0775-4791-8e91-63eb8707ba26 x-compute-request-id: req-7a45b3e0-0775-4791-8e91-63eb8707ba26 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:36:20,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7a45b3e0-0775-4791-8e91-63eb8707ba26 2018-12-29 06:36:20,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" 2018-12-29 06:36:20,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-8413a0d6-f404-4848-adfc-5e00409200eb x-compute-request-id: req-8413a0d6-f404-4848-adfc-5e00409200eb Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:36:20,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-8413a0d6-f404-4848-adfc-5e00409200eb 2018-12-29 06:36:20,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bdea1264-6874-466f-afdb-5b5d8fc318bb"}]}}' 2018-12-29 06:36:22,828 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f5f5c53-a669-4fb5-a44a-0630a19d150d x-compute-request-id: req-6f5f5c53-a669-4fb5-a44a-0630a19d150d Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "adminPass": "Hiux6Kcnx6Dw"}} 2018-12-29 06:36:22,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6f5f5c53-a669-4fb5-a44a-0630a19d150d 2018-12-29 06:36:22,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:36:22,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee8908de-3474-4ba7-8187-de086ce89793 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:36:22,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ee8908de-3474-4ba7-8187-de086ce89793 2018-12-29 06:36:22,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:36:23,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["gYE1BS-AQK-Sl2J4q3B_dw"], "issued_at": "2018-12-29T06:36:23.000000Z"}} 2018-12-29 06:36:23,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d406b25da5cc2e764d2a499ed9284bf2503e06" 2018-12-29 06:36:23,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-848249ad-426f-4d26-8416-2960dfd04afa x-compute-request-id: req-848249ad-426f-4d26-8416-2960dfd04afa 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.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:36: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": "sdnvpn-11-1", "created": "2018-12-29T06:36:22Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:23,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c used request id req-848249ad-426f-4d26-8416-2960dfd04afa 2018-12-29 06:36:26,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d406b25da5cc2e764d2a499ed9284bf2503e06" 2018-12-29 06:36:27,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-413658bb-2be7-470f-a955-1278bd67adc7 x-compute-request-id: req-413658bb-2be7-470f-a955-1278bd67adc7 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:f9:60", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:36:23Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-12-29T06:36:22Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:27,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c used request id req-413658bb-2be7-470f-a955-1278bd67adc7 2018-12-29 06:36:30,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d406b25da5cc2e764d2a499ed9284bf2503e06" 2018-12-29 06:36:31,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bb14140-2dd1-4653-876d-01c88b383249 x-compute-request-id: req-4bb14140-2dd1-4653-876d-01c88b383249 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:f9:60", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-12-29T06:36:26.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:27Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-12-29T06:36:22Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:31,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c used request id req-4bb14140-2dd1-4653-876d-01c88b383249 2018-12-29 06:36:31,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" 2018-12-29 06:36:32,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-bdefe909-4b82-47dc-9f1c-1aaa6611a91c x-compute-request-id: req-bdefe909-4b82-47dc-9f1c-1aaa6611a91c Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:f9:60", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-12-29T06:36:26.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:27Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-12-29T06:36:22Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:36:32,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c used request id req-bdefe909-4b82-47dc-9f1c-1aaa6611a91c 2018-12-29 06:36:32,148 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.5'. 2018-12-29 06:36:32,148 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-12-29 06:36:32,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:36:34,033 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c60e02b9-81f4-43f0-9a95-304d4c61aa77 x-compute-request-id: req-c60e02b9-81f4-43f0-9a95-304d4c61aa77 Content-Length: 0 Content-Type: application/json 2018-12-29 06:36:34,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-c60e02b9-81f4-43f0-9a95-304d4c61aa77 2018-12-29 06:36:34,033 - sdnvpn_test_utils - INFO - Waiting for instance 079bc38d-d197-4e34-9c70-41ee812cdf0c to boot up 2018-12-29 06:36:34,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:35,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81491a14-6c23-442e-a3d7-81a59577eb80 x-compute-request-id: req-81491a14-6c23-442e-a3d7-81a59577eb80 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:35,110 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-81491a14-6c23-442e-a3d7-81a59577eb80 2018-12-29 06:36:37,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:38,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-80e5aa55-4820-4d0a-863c-8a1c8069236e x-compute-request-id: req-80e5aa55-4820-4d0a-863c-8a1c8069236e Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:38,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-80e5aa55-4820-4d0a-863c-8a1c8069236e 2018-12-29 06:36:40,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:41,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-965d12ec-c8b9-4c7b-a590-5e4becd547fe x-compute-request-id: req-965d12ec-c8b9-4c7b-a590-5e4becd547fe Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:41,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-965d12ec-c8b9-4c7b-a590-5e4becd547fe 2018-12-29 06:36:43,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:44,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7e63f416-bc24-4b72-82e6-6d9804eea558 x-compute-request-id: req-7e63f416-bc24-4b72-82e6-6d9804eea558 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:44,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-7e63f416-bc24-4b72-82e6-6d9804eea558 2018-12-29 06:36:46,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:47,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-e244d703-9c78-4b8e-944b-7aa926c721c6 x-compute-request-id: req-e244d703-9c78-4b8e-944b-7aa926c721c6 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:47,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-e244d703-9c78-4b8e-944b-7aa926c721c6 2018-12-29 06:36:49,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:50,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b673277-9665-4269-87c8-c7e67fae89e8 x-compute-request-id: req-6b673277-9665-4269-87c8-c7e67fae89e8 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:50,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-6b673277-9665-4269-87c8-c7e67fae89e8 2018-12-29 06:36:52,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:53,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-9f8cbf9b-3092-46d8-9fc8-da3204e10e92 x-compute-request-id: req-9f8cbf9b-3092-46d8-9fc8-da3204e10e92 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:53,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-9f8cbf9b-3092-46d8-9fc8-da3204e10e92 2018-12-29 06:36:55,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:36:57,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-ddb8111b-8f7d-456e-9692-3d10d38ffe00 x-compute-request-id: req-ddb8111b-8f7d-456e-9692-3d10d38ffe00 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:36:57,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-ddb8111b-8f7d-456e-9692-3d10d38ffe00 2018-12-29 06:36:59,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:00,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-57c0fe5a-c20a-42f5-b018-51671ae64e56 x-compute-request-id: req-57c0fe5a-c20a-42f5-b018-51671ae64e56 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:00,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-57c0fe5a-c20a-42f5-b018-51671ae64e56 2018-12-29 06:37:02,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:03,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4f3fdc-9013-4a49-a294-0a824edafa29 x-compute-request-id: req-9b4f3fdc-9013-4a49-a294-0a824edafa29 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:03,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-9b4f3fdc-9013-4a49-a294-0a824edafa29 2018-12-29 06:37:05,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:06,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-3ce77cd1-451e-43d8-9cf4-e286f9207338 x-compute-request-id: req-3ce77cd1-451e-43d8-9cf4-e286f9207338 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:06,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-3ce77cd1-451e-43d8-9cf4-e286f9207338 2018-12-29 06:37:08,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:09,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a12dece-5ce9-49d2-9da1-a2392e86075c x-compute-request-id: req-1a12dece-5ce9-49d2-9da1-a2392e86075c Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:09,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-1a12dece-5ce9-49d2-9da1-a2392e86075c 2018-12-29 06:37:11,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:12,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-b7589450-bbb1-4905-ac3c-ceddba8b1569 x-compute-request-id: req-b7589450-bbb1-4905-ac3c-ceddba8b1569 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:12,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-b7589450-bbb1-4905-ac3c-ceddba8b1569 2018-12-29 06:37:14,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:15,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-958e2cfd-24d2-4aa8-b2c3-8f1016b1bcd5 x-compute-request-id: req-958e2cfd-24d2-4aa8-b2c3-8f1016b1bcd5 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:15,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-958e2cfd-24d2-4aa8-b2c3-8f1016b1bcd5 2018-12-29 06:37:17,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:18,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7ec2ca9d-f955-42d3-ac76-7233918bbb25 x-compute-request-id: req-7ec2ca9d-f955-42d3-ac76-7233918bbb25 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:18,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-7ec2ca9d-f955-42d3-ac76-7233918bbb25 2018-12-29 06:37:20,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:21,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3afbbd5-2e27-448e-96fe-3a75a81f8ee1 x-compute-request-id: req-f3afbbd5-2e27-448e-96fe-3a75a81f8ee1 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:21,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-f3afbbd5-2e27-448e-96fe-3a75a81f8ee1 2018-12-29 06:37:23,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:24,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2e5c2f10-08fe-4485-8cab-a2277d735ee3 x-compute-request-id: req-2e5c2f10-08fe-4485-8cab-a2277d735ee3 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:24,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-2e5c2f10-08fe-4485-8cab-a2277d735ee3 2018-12-29 06:37:26,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:27,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-f16fd630-d3fd-4c7a-9f69-ac4eb2b56550 x-compute-request-id: req-f16fd630-d3fd-4c7a-9f69-ac4eb2b56550 Content-Encoding: gzip Content-Length: 7691 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] 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-12-29 06:37:27,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-f16fd630-d3fd-4c7a-9f69-ac4eb2b56550 2018-12-29 06:37:30,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:31,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2529bb92-7a20-4a5c-a2a5-837f1276bfba x-compute-request-id: req-2529bb92-7a20-4a5c-a2a5-837f1276bfba Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:31,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-2529bb92-7a20-4a5c-a2a5-837f1276bfba 2018-12-29 06:37:33,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:34,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb342b26-df61-495f-b369-78c34151d681 x-compute-request-id: req-cb342b26-df61-495f-b369-78c34151d681 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:34,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-cb342b26-df61-495f-b369-78c34151d681 2018-12-29 06:37:36,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:37,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2c69096-1271-49b2-a9fe-f0174b5bf112 x-compute-request-id: req-f2c69096-1271-49b2-a9fe-f0174b5bf112 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:37,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-f2c69096-1271-49b2-a9fe-f0174b5bf112 2018-12-29 06:37:39,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:40,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7e19ed8-e651-4bf6-8f1e-e74d0b1ea4ad x-compute-request-id: req-a7e19ed8-e651-4bf6-8f1e-e74d0b1ea4ad Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:40,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-a7e19ed8-e651-4bf6-8f1e-e74d0b1ea4ad 2018-12-29 06:37:42,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:43,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-151ba225-8487-45cb-99c8-1d5ba4dfeeac x-compute-request-id: req-151ba225-8487-45cb-99c8-1d5ba4dfeeac Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:43,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-151ba225-8487-45cb-99c8-1d5ba4dfeeac 2018-12-29 06:37:45,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:46,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37: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-999ebbd0-8f20-4820-8681-3b92b0f9eda5 x-compute-request-id: req-999ebbd0-8f20-4820-8681-3b92b0f9eda5 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:46,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-999ebbd0-8f20-4820-8681-3b92b0f9eda5 2018-12-29 06:37:48,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:49,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02ec3236-c497-467c-a60e-4a265fc76215 x-compute-request-id: req-02ec3236-c497-467c-a60e-4a265fc76215 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:49,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-02ec3236-c497-467c-a60e-4a265fc76215 2018-12-29 06:37:51,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:52,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e282656a-28d2-4b10-aa36-dec99f51dd37 x-compute-request-id: req-e282656a-28d2-4b10-aa36-dec99f51dd37 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:52,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-e282656a-28d2-4b10-aa36-dec99f51dd37 2018-12-29 06:37:54,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:55,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-23aa4e1e-0863-4126-86c7-3b3f89ea8553 x-compute-request-id: req-23aa4e1e-0863-4126-86c7-3b3f89ea8553 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:55,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-23aa4e1e-0863-4126-86c7-3b3f89ea8553 2018-12-29 06:37:57,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:37:58,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-464083b6-4e41-40c5-a5a2-4f5757eddf6b x-compute-request-id: req-464083b6-4e41-40c5-a5a2-4f5757eddf6b Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:37:58,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-464083b6-4e41-40c5-a5a2-4f5757eddf6b 2018-12-29 06:38:00,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:01,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-6918837e-66b3-4296-b7b9-92cf87135182 x-compute-request-id: req-6918837e-66b3-4296-b7b9-92cf87135182 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:01,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-6918837e-66b3-4296-b7b9-92cf87135182 2018-12-29 06:38:03,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:05,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3194cd7-0504-4ae0-a600-4fcc207f0deb x-compute-request-id: req-e3194cd7-0504-4ae0-a600-4fcc207f0deb Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:05,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-e3194cd7-0504-4ae0-a600-4fcc207f0deb 2018-12-29 06:38:07,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:08,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2184c14e-beee-4450-88a5-b5724a501e69 x-compute-request-id: req-2184c14e-beee-4450-88a5-b5724a501e69 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:08,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-2184c14e-beee-4450-88a5-b5724a501e69 2018-12-29 06:38:10,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:11,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4491c19e-d210-49fc-bf99-483df4b357da x-compute-request-id: req-4491c19e-d210-49fc-bf99-483df4b357da Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:11,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-4491c19e-d210-49fc-bf99-483df4b357da 2018-12-29 06:38:13,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:14,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e65d7c30-c30d-4ed9-97bc-fa5e6f85f945 x-compute-request-id: req-e65d7c30-c30d-4ed9-97bc-fa5e6f85f945 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:14,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-e65d7c30-c30d-4ed9-97bc-fa5e6f85f945 2018-12-29 06:38:16,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:17,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec90c361-1596-4571-b8b3-bd4ba1f1855c x-compute-request-id: req-ec90c361-1596-4571-b8b3-bd4ba1f1855c Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:17,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-ec90c361-1596-4571-b8b3-bd4ba1f1855c 2018-12-29 06:38:19,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:20,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0b9e8787-9d30-4edf-a882-30bc4f6b2909 x-compute-request-id: req-0b9e8787-9d30-4edf-a882-30bc4f6b2909 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:20,531 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-0b9e8787-9d30-4edf-a882-30bc4f6b2909 2018-12-29 06:38:22,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:23,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-9ce6f830-6b21-43b5-937d-6be70f829e9f x-compute-request-id: req-9ce6f830-6b21-43b5-937d-6be70f829e9f Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:23,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-9ce6f830-6b21-43b5-937d-6be70f829e9f 2018-12-29 06:38:25,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:26,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59ef7617-3187-47e2-ba31-0d88a394d612 x-compute-request-id: req-59ef7617-3187-47e2-ba31-0d88a394d612 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:26,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-59ef7617-3187-47e2-ba31-0d88a394d612 2018-12-29 06:38:28,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:29,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f635d25e-b344-4d7e-970c-a0c896c1a84e x-compute-request-id: req-f635d25e-b344-4d7e-970c-a0c896c1a84e Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:29,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-f635d25e-b344-4d7e-970c-a0c896c1a84e 2018-12-29 06:38:31,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:32,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80d4572c-8273-4074-a13c-e0314f72d5ca x-compute-request-id: req-80d4572c-8273-4074-a13c-e0314f72d5ca Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:32,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-80d4572c-8273-4074-a13c-e0314f72d5ca 2018-12-29 06:38:34,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ebfc864864b0d8b65814f9d648824ab20cffee4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:36,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c206ef-7b10-4d8d-a7c7-0992e8e25848 x-compute-request-id: req-31c206ef-7b10-4d8d-a7c7-0992e8e25848 Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504597365 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137049] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138835] pid_max: default: 32768 minimum: 301\n[ 0.139813] ACPI: Core revision 20150930\n[ 0.141286] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142707] Security Framework initialized\n[ 0.143600] Yama: becoming mindful.\n[ 0.144411] AppArmor: AppArmor initialized\n[ 0.145342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149524] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150991] Initializing cgroup subsys io\n[ 0.151856] Initializing cgroup subsys memory\n[ 0.152775] Initializing cgroup subsys devices\n[ 0.153697] Initializing cgroup subsys freezer\n[ 0.154608] Initializing cgroup subsys net_cls\n[ 0.155528] Initializing cgroup subsys perf_event\n[ 0.156507] Initializing cgroup subsys net_prio\n[ 0.157450] Initializing cgroup subsys hugetlb\n[ 0.158389] Initializing cgroup subsys pids\n[ 0.159329] CPU: Physical Processor ID: 0\n[ 0.160920] mce: CPU supports 10 MCE banks\n[ 0.161823] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162881] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208576] smpboot: Max logical packages: 1\n[ 0.209485] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210915] x2apic enabled\n[ 0.211742] Switched APIC routing to physical x2apic.\n[ 0.213575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216928] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218844] KVM setup paravirtual spinlock\n[ 0.220188] x86: Booted up 1 node, 1 CPUs\n[ 0.221052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222518] devtmpfs: initialized\n[ 0.224282] evm: security.selinux\n[ 0.225035] evm: security.SMACK64\n[ 0.225760] evm: security.SMACK64EXEC\n[ 0.226556] evm: security.SMACK64TRANSMUTE\n[ 0.227430] evm: security.SMACK64MMAP\n[ 0.228240] evm: security.ima\n[ 0.228926] evm: security.capability\n[ 0.229779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231817] pinctrl core: initialized pinctrl subsystem\n[ 0.233004] RTC time: 6:36:26, date: 12/29/18\n[ 0.234047] NET: Registered protocol family 16\n[ 0.235100] cpuidle: using governor ladder\n[ 0.236000] cpuidle: using governor menu\n[ 0.236871] PCCT header not found.\n[ 0.237679] ACPI: bus type PCI registered\n[ 0.238548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239954] PCI: Using configuration type 1 for base access\n[ 0.241797] ACPI: Added _OSI(Module Device)\n[ 0.242687] ACPI: Added _OSI(Processor Device)\n[ 0.243605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244548] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246766] ACPI: Interpreter enabled\n[ 0.247563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255407] ACPI: (supports S0 S5)\n[ 0.256163] ACPI: Using IOAPIC for interrupt routing\n[ 0.257306] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261741] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263063] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266696] acpiphp: Slot [3] registered\n[ 0.267557] acpiphp: Slot [4] registered\n[ 0.268417] acpiphp: Slot [5] registered\n[ 0.269266] acpiphp: Slot [6] registered\n[ 0.270156] acpiphp: Slot [7] registered\n[ 0.271008] acpiphp: Slot [8] registered\n[ 0.271861] acpiphp: Slot [9] registered\n[ 0.272703] acpiphp: Slot [10] registered\n[ 0.273592] acpiphp: Slot [11] registered\n[ 0.274497] acpiphp: Slot [12] registered\n[ 0.275389] acpiphp: Slot [13] registered\n[ 0.276285] acpiphp: Slot [14] registered\n[ 0.277176] acpiphp: Slot [15] registered\n[ 0.288138] acpiphp: Slot [16] registered\n[ 0.289004] acpiphp: Slot [17] registered\n[ 0.289868] acpiphp: Slot [18] registered\n[ 0.290722] acpiphp: Slot [19] registered\n[ 0.291571] acpiphp: Slot [20] registered\n[ 0.292439] acpiphp: Slot [21] registered\n[ 0.293300] acpiphp: Slot [22] registered\n[ 0.294158] acpiphp: Slot [23] registered\n[ 0.295005] acpiphp: Slot [24] registered\n[ 0.295864] acpiphp: Slot [25] registered\n[ 0.296709] acpiphp: Slot [26] registered\n[ 0.297573] acpiphp: Slot [27] registered\n[ 0.298435] acpiphp: Slot [28] registered\n[ 0.299300] acpiphp: Slot [29] registered\n[ 0.300165] acpiphp: Slot [30] registered\n[ 0.301016] acpiphp: Slot [31] registered\n[ 0.301877] PCI host bridge to bus 0000:00\n[ 0.302721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306858] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308398] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316198] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317459] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326085] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327644] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376378] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383596] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384922] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386126] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388884] vgaarb: loaded\n[ 0.389514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390705] SCSI subsystem initialized\n[ 0.391585] ACPI: bus type USB registered\n[ 0.392463] usbcore: registered new interface driver usbfs\n[ 0.393559] usbcore: registered new interface driver hub\n[ 0.394627] usbcore: registered new device driver usb\n[ 0.395745] PCI: Using ACPI for IRQ routing\n[ 0.396834] NetLabel: Initializing\n[ 0.397589] NetLabel: domain hash size = 128\n[ 0.398502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399508] NetLabel: unlabeled traffic allowed by default\n[ 0.400664] clocksource: Switched to clocksource kvm-clock\n[ 0.406193] AppArmor: AppArmor Filesystem Enabled\n[ 0.407241] pnp: PnP ACPI init\n[ 0.408199] pnp: PnP ACPI: found 5 devices\n[ 0.414692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416571] NET: Registered protocol family 2\n[ 0.417631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420318] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421635] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422804] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424053] NET: Registered protocol family 1\n[ 0.424969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426149] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455783] Trying to unpack rootfs image as initramfs...\n[ 0.505249] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519327] Scanning for low memory corruption every 60 seconds\n[ 0.520765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521992] audit: initializing netlink subsys (disabled)\n[ 0.523146] audit: type=2000 audit(1546065387.149:1): initialized\n[ 0.524558] Initialise system trusted keyring\n[ 0.525557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528881] zbud: loaded\n[ 0.529612] VFS: Disk quotas dquot_6.6.0\n[ 0.530495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532107] fuse init (API version 7.23)\n[ 0.533090] Key type big_key registered\n[ 0.533945] Allocating IMA MOK and blacklist keyrings.\n[ 0.535501] Key type asymmetric registered\n[ 0.536398] Asymmetric key parser 'x509' registered\n[ 0.537431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538997] io scheduler noop registered\n[ 0.539856] io scheduler deadline registered (default)\n[ 0.540918] io scheduler cfq registered\n[ 0.541810] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545859] ACPI: Power Button [PWRF]\n[ 0.546738] GHES: HEST is not enabled!\n[ 0.560883] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591170] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593797] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617582] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619823] Linux agpgart interface v0.103\n[ 0.621930] brd: module loaded\n[ 0.623152] loop: module loaded\n[ 0.627999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.629550] GPT:90111 != 2097151\n[ 0.630271] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631430] GPT:90111 != 2097151\n[ 0.632139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633178] vda: vda1 vda15\n[ 0.634645] scsi host0: ata_piix\n[ 0.635534] scsi host1: ata_piix\n[ 0.636431] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637959] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639832] libphy: Fixed MDIO Bus: probed\n[ 0.641043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644689] PPP generic driver version 2.4.2\n[ 0.645725] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647212] ehci-pci: EHCI PCI platform driver\n[ 0.648247] ehci-platform: EHCI generic platform driver\n[ 0.649548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650897] ohci-pci: OHCI PCI platform driver\n[ 0.651921] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667706] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670152] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671173] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673497] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674906] usb usb1: Product: UHCI Host Controller\n[ 0.675830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676961] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678004] hub 1-0:1.0: USB hub found\n[ 0.678776] hub 1-0:1.0: 2 ports detected\n[ 0.679668] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683722] mousedev: PS/2 mouse device common for all mice\n[ 0.684968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689064] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690242] i2c /dev entries driver\n[ 0.691003] device-mapper: uevent: version 1.0.3\n[ 0.691945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693562] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694820] NET: Registered protocol family 10\n[ 0.695806] NET: Registered protocol family 17\n[ 0.696688] Key type dns_resolver registered\n[ 0.697606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700410] registered taskstats version 1\n[ 0.701248] Loading compiled-in X.509 certificates\n[ 0.702683] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704505] zswap: loaded using pool lzo/zbud\n[ 0.705873] Key type trusted registered\n[ 0.707413] Key type encrypted registered\n[ 0.708236] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709264] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710294] evm: HMAC attrs: 0x1\n[ 0.711229] Magic number: 14:432:621\n[ 0.712083] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:27 UTC (1546065387)\n[ 0.713664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714753] EDD information not available.\n[ 0.797645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799169] Write protecting the kernel read-only data: 14336k\n[ 0.810914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812704] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.359350] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-12-29 06:38:36,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-31c206ef-7b10-4d8d-a7c7-0992e8e25848 2018-12-29 06:38:38,045 - sdnvpn_test_utils - ERROR - Instance 079bc38d-d197-4e34-9c70-41ee812cdf0c does not boot up properly. 2018-12-29 06:38:38,046 - sdnvpn_test_utils - INFO - Waiting for instance 19eaea97-6874-42bb-9f53-43adb5793e47 to boot up 2018-12-29 06:38:38,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8bb3f855eda01be53220c7af1b9708f8f4989c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:38:39,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:38:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48ed25f0-801c-4eda-8f11-1c644e2602ef x-compute-request-id: req-48ed25f0-801c-4eda-8f11-1c644e2602ef Content-Encoding: gzip Content-Length: 10872 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535488146 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135204] pid_max: default: 32768 minimum: 301\n[ 0.136106] ACPI: Core revision 20150930\n[ 0.137491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138831] Security Framework initialized\n[ 0.139654] Yama: becoming mindful.\n[ 0.140388] AppArmor: AppArmor initialized\n[ 0.141264] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142611] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143902] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146543] Initializing cgroup subsys io\n[ 0.147376] Initializing cgroup subsys memory\n[ 0.148245] Initializing cgroup subsys devices\n[ 0.149136] Initializing cgroup subsys freezer\n[ 0.150016] Initializing cgroup subsys net_cls\n[ 0.150885] Initializing cgroup subsys perf_event\n[ 0.151798] Initializing cgroup subsys net_prio\n[ 0.152693] Initializing cgroup subsys hugetlb\n[ 0.153561] Initializing cgroup subsys pids\n[ 0.154458] CPU: Physical Processor ID: 0\n[ 0.155949] mce: CPU supports 10 MCE banks\n[ 0.156813] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157823] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174950] ftrace: allocating 31920 entries in 125 pages\n[ 0.201346] smpboot: Max logical packages: 1\n[ 0.202233] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203605] x2apic enabled\n[ 0.204425] Switched APIC routing to physical x2apic.\n[ 0.206222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211312] KVM setup paravirtual spinlock\n[ 0.212630] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214905] devtmpfs: initialized\n[ 0.216634] evm: security.selinux\n[ 0.217360] evm: security.SMACK64\n[ 0.218071] evm: security.SMACK64EXEC\n[ 0.218839] evm: security.SMACK64TRANSMUTE\n[ 0.219678] evm: security.SMACK64MMAP\n[ 0.220446] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221944] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223848] pinctrl core: initialized pinctrl subsystem\n[ 0.224983] RTC time: 6:36:13, date: 12/29/18\n[ 0.225965] NET: Registered protocol family 16\n[ 0.226967] cpuidle: using governor ladder\n[ 0.227817] cpuidle: using governor menu\n[ 0.228635] PCCT header not found.\n[ 0.229418] ACPI: bus type PCI registered\n[ 0.230250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231540] PCI: Using configuration type 1 for base access\n[ 0.233330] ACPI: Added _OSI(Module Device)\n[ 0.234207] ACPI: Added _OSI(Processor Device)\n[ 0.235090] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238135] ACPI: Interpreter enabled\n[ 0.238939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246601] ACPI: (supports S0 S5)\n[ 0.247335] ACPI: Using IOAPIC for interrupt routing\n[ 0.248423] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252781] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254069] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257557] acpiphp: Slot [3] registered\n[ 0.258378] acpiphp: Slot [4] registered\n[ 0.259209] acpiphp: Slot [5] registered\n[ 0.260040] acpiphp: Slot [6] registered\n[ 0.260871] acpiphp: Slot [7] registered\n[ 0.261707] acpiphp: Slot [8] registered\n[ 0.262533] acpiphp: Slot [9] registered\n[ 0.263317] acpiphp: Slot [10] registered\n[ 0.264117] acpiphp: Slot [11] registered\n[ 0.264915] acpiphp: Slot [12] registered\n[ 0.265717] acpiphp: Slot [13] registered\n[ 0.266509] acpiphp: Slot [14] registered\n[ 0.267306] acpiphp: Slot [15] registered\n[ 0.278056] acpiphp: Slot [16] registered\n[ 0.278860] acpiphp: Slot [17] registered\n[ 0.279654] acpiphp: Slot [18] registered\n[ 0.280443] acpiphp: Slot [19] registered\n[ 0.281236] acpiphp: Slot [20] registered\n[ 0.282030] acpiphp: Slot [21] registered\n[ 0.282827] acpiphp: Slot [22] registered\n[ 0.283618] acpiphp: Slot [23] registered\n[ 0.284413] acpiphp: Slot [24] registered\n[ 0.285207] acpiphp: Slot [25] registered\n[ 0.286002] acpiphp: Slot [26] registered\n[ 0.286795] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288386] acpiphp: Slot [29] registered\n[ 0.289178] acpiphp: Slot [30] registered\n[ 0.289972] acpiphp: Slot [31] registered\n[ 0.290762] PCI host bridge to bus 0000:00\n[ 0.291550] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293921] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296759] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302968] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304223] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305377] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314443] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361238] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362710] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364123] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366918] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368161] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369530] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370583] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372128] vgaarb: loaded\n[ 0.372729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373849] SCSI subsystem initialized\n[ 0.374661] ACPI: bus type USB registered\n[ 0.375465] usbcore: registered new interface driver usbfs\n[ 0.376487] usbcore: registered new interface driver hub\n[ 0.377482] usbcore: registered new device driver usb\n[ 0.378525] PCI: Using ACPI for IRQ routing\n[ 0.379541] NetLabel: Initializing\n[ 0.380262] NetLabel: domain hash size = 128\n[ 0.381119] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382069] NetLabel: unlabeled traffic allowed by default\n[ 0.383151] clocksource: Switched to clocksource kvm-clock\n[ 0.388557] AppArmor: AppArmor Filesystem Enabled\n[ 0.389521] pnp: PnP ACPI init\n[ 0.390424] pnp: PnP ACPI: found 5 devices\n[ 0.396783] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398491] NET: Registered protocol family 2\n[ 0.399445] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401874] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403024] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404101] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405263] NET: Registered protocol family 1\n[ 0.406124] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407219] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408286] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422271] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436480] Trying to unpack rootfs image as initramfs...\n[ 0.486086] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500074] Scanning for low memory corruption every 60 seconds\n[ 0.501364] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502507] audit: initializing netlink subsys (disabled)\n[ 0.503525] audit: type=2000 audit(1546065374.621:1): initialized\n[ 0.504823] Initialise system trusted keyring\n[ 0.505740] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506891] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508850] zbud: loaded\n[ 0.509542] VFS: Disk quotas dquot_6.6.0\n[ 0.510354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511863] fuse init (API version 7.23)\n[ 0.512740] Key type big_key registered\n[ 0.513531] Allocating IMA MOK and blacklist keyrings.\n[ 0.515006] Key type asymmetric registered\n[ 0.515834] Asymmetric key parser 'x509' registered\n[ 0.516782] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518233] io scheduler noop registered\n[ 0.519025] io scheduler deadline registered (default)\n[ 0.520065] io scheduler cfq registered\n[ 0.520899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523213] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524675] ACPI: Power Button [PWRF]\n[ 0.525500] GHES: HEST is not enabled!\n[ 0.540589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613888] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616008] Linux agpgart interface v0.103\n[ 0.618040] brd: module loaded\n[ 0.619221] loop: module loaded\n[ 0.623855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625296] GPT:90111 != 2097151\n[ 0.625965] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627039] GPT:90111 != 2097151\n[ 0.627710] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628659] vda: vda1 vda15\n[ 0.630021] scsi host0: ata_piix\n[ 0.630759] scsi host1: ata_piix\n[ 0.631464] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632666] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634085] libphy: Fixed MDIO Bus: probed\n[ 0.634896] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637910] PPP generic driver version 2.4.2\n[ 0.638786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640044] ehci-pci: EHCI PCI platform driver\n[ 0.640904] ehci-platform: EHCI generic platform driver\n[ 0.641873] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642977] ohci-pci: OHCI PCI platform driver\n[ 0.643843] ohci-platform: OHCI generic platform driver\n[ 0.644819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659099] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660089] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661529] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662547] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663658] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666255] usb usb1: Product: UHCI Host Controller\n[ 0.667181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668302] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669280] hub 1-0:1.0: USB hub found\n[ 0.670050] hub 1-0:1.0: 2 ports detected\n[ 0.670933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673021] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673959] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674968] mousedev: PS/2 mouse device common for all mice\n[ 0.676223] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679108] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680294] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681468] i2c /dev entries driver\n[ 0.682220] device-mapper: uevent: version 1.0.3\n[ 0.683144] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684756] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686010] NET: Registered protocol family 10\n[ 0.686979] NET: Registered protocol family 17\n[ 0.687857] Key type dns_resolver registered\n[ 0.688783] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689857] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691584] registered taskstats version 1\n[ 0.692413] Loading compiled-in X.509 certificates\n[ 0.693841] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695675] zswap: loaded using pool lzo/zbud\n[ 0.697026] Key type trusted registered\n[ 0.698563] Key type encrypted registered\n[ 0.699398] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700416] ima: No TPM chip found, activating TPM-bypass!\n[ 0.701437] evm: HMAC attrs: 0x1\n[ 0.702355] Magic number: 14:432:621\n[ 0.703221] rtc_cmos 00:00: setting system clock to 2018-12-29 06:36:14 UTC (1546065374)\n[ 0.705175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706285] EDD information not available.\n[ 0.792102] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793640] Write protecting the kernel read-only data: 14336k\n[ 0.805377] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807175] 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.850657] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.26. iid=i-00000147\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCPweNhGNI6+i3MPytaYL0cLPjedXzZ7tpgThf6cHNX7S0S98qiHIqn1GrtXVUG9n/Cc3DEwLN1gRpTJk1ZgTQbfrV/3Nzl6GXnYIaka2JQKE14O435Ud7n7EiJvmktJ9D7RPo0jTVNz6BHVlhaRa76pacu43h8qiR0H7EJB2T0lY+tRn3gzN6nBBzrmH2+3xZZUvkRX3ug5hUQBAW1lk8VnqEbv6PU5sz42neSmopB5KTDd30XH6PeClj/f7aNuk4g3rSE1VpKEFgbR/lxfDE5OIMU/8FCvydIS6I01fTJ8o91glXJ7NyKoAdpcRWBffUWs6UVg8hp/8pwg8BK+V0r root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANZN4JIByfKwPjVj9TAxMnmlmS//amSvUcFQkkYFab2i240hJFMR+TJQ1+291/2ysPA9bP7/uNKSN2vO4OuWKS7lVxdqGEHsA4aQbkoJUPJSpNC7o7oSM0g4KZ4pIIMTdLB/gupE3btuJL+IAMtyaRR942zrqFciUkVXMYEJwkzZAAAAFQDddGGAE+tpn2okVIzBrWPMY/QNPwAAAIEAysD2WAVWE+ls6DmkWlU7jXzsnLySeZqd/ACVjDAMmW8eVVYldKhzJRC3ifKhNYEb+yMFRdqeTsOfHdZyLberueY3qTlwLVF4dDn65LX77103HG76anNF9sV/1We1K4w0ji79ffxCXMOG2Ba8Ra3Pqs7paTIdSbyOcPMwmk6/unsAAACBAI/Obun4RyMUEWQxV2lsz4yT07QIh1UmndCRnizm7hvnM4/KF9XlkPuO8RZGrAASw8ArEs7LHHB+wk48m2puNz1YpGjfUFQCDb9Xjqns1d9WTi+CKvgd2N4Qu1eIMFvoZPqCR0iaGzwnnOQaaEx6E8Rb+EXweYT6XwsUqR8E1pK7 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.6,24,fe80::f816:3eff:fe56:9942/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:56:99:42 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe56:9942/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9508 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\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.140636] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.140638] usb 1-1: Product: QEMU USB Tablet\n[ 1.140638] usb 1-1: Manufacturer: QEMU\n[ 1.140639] usb 1-1: SerialNumber: 42\n[ 1.281841] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.293698] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.499216] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.499219] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.808265] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.607519] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:36:15 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:36:15 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:36:15 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:36:15 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:36:15 cirros kern.info kernel: [ 1.499216] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nDec 29 06:36:15 cirros kern.info kernel: [ 1.499219] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nDec 29 06:37:17 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:37:17 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:37:17 cirros kern.info kernel: [ 63.808265] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:37:18 cirros kern.info kernel: [ 64.607519] 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-12-29 06:38:39,130 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action used request id req-48ed25f0-801c-4eda-8f11-1c644e2602ef 2018-12-29 06:38:41,165 - sdnvpn.test.functest.testcase_11 - ERROR - One or more instances is down 2018-12-29 06:38:41,167 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-12-29 06:39:11,192 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:39:11,194 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:39:11,194 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:39:11,196 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:39:11,232 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:39:11,234 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:39:11,235 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:39:11,236 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:39:11,236 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:39:11,276 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:39:11,309 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:39:11,310 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 06:39:11,311 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:39:11,313 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 06:39:11,313 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 06:39:11,317 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 06:39:11,359 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-12-29 06:39:11,360 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-12-29 06:39:11,361 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-12-29 06:39:11,362 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-12-29 06:39:11,362 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-12-29 06:39:11,403 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-12-29 06:39:11,437 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-12-29 06:39:11,438 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-12-29 06:39:11,439 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:39:11,440 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:39:11,439 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-12-29 06:39:11,440 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:39:11,443 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:39:11,476 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-12-29 06:39:11,477 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:39:11,478 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:39:11,479 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:39:11,479 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:39:11,520 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:39:11,579 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:39:11,580 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-12-29 06:39:11,581 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-12-29 06:39:11,582 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:39:11,582 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-12-29 06:39:11,586 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-12-29 06:39:11,653 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-12-29 06:39:11,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" -d '{"forceDelete": null}' 2018-12-29 06:39:11,661 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-12-29 06:39:11,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be65b609-35a5-47f8-9ac3-b03e1f138d80 x-compute-request-id: req-be65b609-35a5-47f8-9ac3-b03e1f138d80 Content-Length: 0 Content-Type: application/json 2018-12-29 06:39:11,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c/action used request id req-be65b609-35a5-47f8-9ac3-b03e1f138d80 2018-12-29 06:39:11,924 - sdnvpn_test_utils - DEBUG - Waiting for instance 079bc38d-d197-4e34-9c70-41ee812cdf0c to be deleted 2018-12-29 06:39:11,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" 2018-12-29 06:39:12,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99a2d0a3-45e9-4433-a05e-9d6f7b63f68d x-compute-request-id: req-99a2d0a3-45e9-4433-a05e-9d6f7b63f68d Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:f9:60", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/079bc38d-d197-4e34-9c70-41ee812cdf0c", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-12-29T06:36:26.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "079bc38d-d197-4e34-9c70-41ee812cdf0c", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:39:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-12-29T06:36:22Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:99:42", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-12-29T06:36:13.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:14Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:39:12,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-99a2d0a3-45e9-4433-a05e-9d6f7b63f68d 2018-12-29 06:39:14,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" 2018-12-29 06:39:15,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:39:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bab12201-560e-4f4f-877f-b8ec64bf296e x-compute-request-id: req-bab12201-560e-4f4f-877f-b8ec64bf296e Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:99:42", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-12-29T06:36:13.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:36:14Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:39:15,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-bab12201-560e-4f4f-877f-b8ec64bf296e 2018-12-29 06:39:17,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" -d '{"forceDelete": null}' 2018-12-29 06:39:17,917 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:39:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0eed6f25-4120-4241-800c-1c4f8e92be7c x-compute-request-id: req-0eed6f25-4120-4241-800c-1c4f8e92be7c Content-Length: 0 Content-Type: application/json 2018-12-29 06:39:17,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47/action used request id req-0eed6f25-4120-4241-800c-1c4f8e92be7c 2018-12-29 06:39:17,918 - sdnvpn_test_utils - DEBUG - Waiting for instance 19eaea97-6874-42bb-9f53-43adb5793e47 to be deleted 2018-12-29 06:39:17,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" 2018-12-29 06:39:19,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:39:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e026ca9-1634-47ce-8e31-e5e98602b6b1 x-compute-request-id: req-4e026ca9-1634-47ce-8e31-e5e98602b6b1 Content-Encoding: gzip Content-Length: 796 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:99:42", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/19eaea97-6874-42bb-9f53-43adb5793e47", "rel": "bookmark"}], "image": {"id": "d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "links": [{"href": "http://172.30.9.30:8774/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-12-29T06:36:13.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "19eaea97-6874-42bb-9f53-43adb5793e47", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:39:17Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-12-29T06:36:09Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:39:19,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4e026ca9-1634-47ce-8e31-e5e98602b6b1 2018-12-29 06:39:21,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6ae1c020d83316d303fd04b43033809035d3101" 2018-12-29 06:39:21,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:39:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1232b88b-fe44-44ca-b45e-0c1557fadb89 x-compute-request-id: req-1232b88b-fe44-44ca-b45e-0c1557fadb89 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:39:21,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1232b88b-fe44-44ca-b45e-0c1557fadb89 2018-12-29 06:39:23,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}930c4b0e6985e74cacae28ea4997c9aec17aca24" 2018-12-29 06:39:24,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c378b34-9734-4538-ba80-2008ac7d58b0 Date: Sat, 29 Dec 2018 06:39:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:39:24,389 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d2f05d4b-0a3d-42fe-814f-22cd279dd61a used request id req-1c378b34-9734-4538-ba80-2008ac7d58b0 2018-12-29 06:39:24,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/418d2248-ba6d-4b7f-866a-f4d44020cc50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8f7e2fae0e2dc7d3e9b53c4f37e4f3f3a4367a" 2018-12-29 06:39:26,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-508af659-d669-4316-aee1-3db5013df6e0 Date: Sat, 29 Dec 2018 06:39:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:39:26,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/418d2248-ba6d-4b7f-866a-f4d44020cc50 used request id req-508af659-d669-4316-aee1-3db5013df6e0 2018-12-29 06:39:26,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/bdea1264-6874-466f-afdb-5b5d8fc318bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac8f7e2fae0e2dc7d3e9b53c4f37e4f3f3a4367a" 2018-12-29 06:39:28,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99f8ccdb-cdc2-42b4-9ac9-e5d6cbdaf028 Date: Sat, 29 Dec 2018 06:39:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:39:28,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bdea1264-6874-466f-afdb-5b5d8fc318bb used request id req-99f8ccdb-cdc2-42b4-9ac9-e5d6cbdaf028 2018-12-29 06:39:28,028 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:39:28,029 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:39:28,029 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:39:28,032 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:39:28,111 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:39:28,112 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-12-29 06:39:28,113 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-12-29 06:39:28,114 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:39:28,114 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-12-29 06:39:28,119 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-12-29 06:39:28,201 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-12-29 06:39:28,202 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-12-29 06:39:28,202 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-12-29 06:39:58,223 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-12-29 06:39:58,224 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-12-29 06:39:58,224 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-12-29 06:39:58,226 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-12-29 06:39:58,261 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-12-29 06:39:58,263 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-12-29 06:39:58,264 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-12-29 06:39:58,265 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-12-29 06:39:58,265 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-12-29 06:39:58,306 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-12-29 06:39:58,339 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-12-29 06:39:58,340 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-12-29 06:39:58,341 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-12-29 06:39:58,342 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-12-29 06:39:58,342 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-12-29 06:39:58,346 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-12-29 06:39:58,388 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-12-29 06:39:58,390 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-12-29 06:39:58,391 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-12-29 06:39:58,392 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-12-29 06:39:58,392 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-12-29 06:39:58,432 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-12-29 06:39:58,474 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-12-29 06:39:58,475 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-12-29 06:39:58,475 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2018-12-29 06:39:58,475 - sdnvpn-results - INFO - One or more subtests have failed. 2018-12-29 06:39:58,476 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-12-29 06:39:58,477 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-12-29 06:39:58,477 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-12-29 06:39:58,477 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-12-29 06:39:58,478 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-12-29 06:39:58,479 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-12-29 06:39:58,560 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:39:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:39:58,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:39:58,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:39:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:39:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:39:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:39:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:39:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:39:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:39:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:39:58,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:39:58,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:39:58,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:39:58,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:39:58,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:39:58,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:39:58,570 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:39:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:39:58,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca38474-59bc-4211-9ad9-15fbd93b2780 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:39:58,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fca38474-59bc-4211-9ad9-15fbd93b2780 2018-12-29 06:39:58,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:39:59,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:39:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["_1eOQ19OQKuzBs6P3JvHXA"], "issued_at": "2018-12-29T06:39:59.000000Z"}} 2018-12-29 06:39:59,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3db87976bb8cd839e005ddb97ee9b063deb615" 2018-12-29 06:39:59,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-55b79f60-799a-4d81-a851-79d949c995a9 Date: Sat, 29 Dec 2018 06:39:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:39:59,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-55b79f60-799a-4d81-a851-79d949c995a9 2018-12-29 06:39:59,253 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:39:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3db87976bb8cd839e005ddb97ee9b063deb615" 2018-12-29 06:39:59,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06447691-f54a-46ec-8076-3119b08a461f Date: Sat, 29 Dec 2018 06:39: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-12-29 06:39:59,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-06447691-f54a-46ec-8076-3119b08a461f 2018-12-29 06:39:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3db87976bb8cd839e005ddb97ee9b063deb615" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:39:59,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/512af394-5923-4839-93b4-93d823e144d3 X-Openstack-Request-Id: req-ff251279-6987-4517-a3bb-7e57748e1e80 Date: Sat, 29 Dec 2018 06:39:59 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:39:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:39:59Z", "visibility": "public", "locations": [], "self": "/v2/images/512af394-5923-4839-93b4-93d823e144d3", "min_disk": 0, "protected": false, "id": "512af394-5923-4839-93b4-93d823e144d3", "file": "/v2/images/512af394-5923-4839-93b4-93d823e144d3/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:39:59,662 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ff251279-6987-4517-a3bb-7e57748e1e80 2018-12-29 06:39:59,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/512af394-5923-4839-93b4-93d823e144d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3db87976bb8cd839e005ddb97ee9b063deb615" -d '' 2018-12-29 06:40:00,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb948fe3-3501-4af9-8313-ba428da6a9f2 Date: Sat, 29 Dec 2018 06:40:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:40:00,798 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/512af394-5923-4839-93b4-93d823e144d3/file used request id req-bb948fe3-3501-4af9-8313-ba428da6a9f2 2018-12-29 06:40:00,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:00,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec690145-11b9-4525-8683-90c4aac6a865 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:00,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ec690145-11b9-4525-8683-90c4aac6a865 2018-12-29 06:40:00,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:01,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Tn8arDzURtqHACEvBc5WXg"], "issued_at": "2018-12-29T06:40:01.000000Z"}} 2018-12-29 06:40:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:40:01,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b5907545-8e92-4e79-8996-96036bf6befa Date: Sat, 29 Dec 2018 06:40:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 06:40:01,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b5907545-8e92-4e79-8996-96036bf6befa 2018-12-29 06:40:01,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:40:02,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1f4f95c7-5330-467a-8cfc-4e1f0b6bb4ba Date: Sat, 29 Dec 2018 06:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 06:40:02,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-1f4f95c7-5330-467a-8cfc-4e1f0b6bb4ba 2018-12-29 06:40:02,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:40:02,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0f5353b8-c2fd-4043-937a-5ff41f56fe40 Date: Sat, 29 Dec 2018 06:40:02 GMT RESP BODY: {"routers": []} 2018-12-29 06:40:02,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-0f5353b8-c2fd-4043-937a-5ff41f56fe40 2018-12-29 06:40:02,722 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-12-29 06:40:02,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-12-29 06:40:03,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-22831139-4a30-4379-921b-925694f7b05b Date: Sat, 29 Dec 2018 06:40: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":"d7a71622-036a-4c99-a75c-616ab8791af4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:40:03Z","is_default":false,"provider:segmentation_id":99,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:40:03Z","mtu":1450}} 2018-12-29 06:40:03,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-22831139-4a30-4379-921b-925694f7b05b 2018-12-29 06:40:03,286 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd7a71622-036a-4c99-a75c-616ab8791af4' created successfully 2018-12-29 06:40:03,287 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:40:03,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"subnets": [{"ip_version": 4, "network_id": "d7a71622-036a-4c99-a75c-616ab8791af4", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-12-29 06:40:04,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5eccdf52-53eb-4b56-a4ba-709e3764e25c Date: Sat, 29 Dec 2018 06:40:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7a71622-036a-4c99-a75c-616ab8791af4","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:40:03Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:40:03Z","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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"3b61fc7a-51d9-4acc-8474-71b9b978f8f4","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-12-29 06:40:04,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5eccdf52-53eb-4b56-a4ba-709e3764e25c 2018-12-29 06:40:04,059 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3b61fc7a-51d9-4acc-8474-71b9b978f8f4' created successfully 2018-12-29 06:40:04,060 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:40:04,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-12-29 06:40:04,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-335a9e53-c583-41af-944c-af1d55be70e6 Date: Sat, 29 Dec 2018 06:40:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:40:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:40:04Z", "revision_number": 0, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1", "name": "sdnvpn-4-1-router"}} 2018-12-29 06:40:04,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-335a9e53-c583-41af-944c-af1d55be70e6 2018-12-29 06:40:04,487 - sdnvpn.lib.openstack_utils - DEBUG - Router 'a2d90649-1ed8-46bc-b1b5-9f371d5c34e1' created successfully 2018-12-29 06:40:04,487 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:40:04,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"subnet_id": "3b61fc7a-51d9-4acc-8474-71b9b978f8f4"}' 2018-12-29 06:40:05,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f76beae-969a-4e4d-8007-f7e751bac64a Date: Sat, 29 Dec 2018 06:40:05 GMT RESP BODY: {"network_id": "d7a71622-036a-4c99-a75c-616ab8791af4", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "3b61fc7a-51d9-4acc-8474-71b9b978f8f4", "subnet_ids": ["3b61fc7a-51d9-4acc-8474-71b9b978f8f4"], "port_id": "278c0c3a-51ec-415f-9214-ffcf20292527", "id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"} 2018-12-29 06:40:05,956 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1/add_router_interface used request id req-8f76beae-969a-4e4d-8007-f7e751bac64a 2018-12-29 06:40:05,956 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:40:05,956 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:40:05,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:40:06,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-cde20881-ee3a-4151-b4b6-86965e93505d Date: Sat, 29 Dec 2018 06:40:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d7a71622-036a-4c99-a75c-616ab8791af4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["3b61fc7a-51d9-4acc-8474-71b9b978f8f4"],"description":"","tags":[],"updated_at":"2018-12-29T06:40:03Z","provider:segmentation_id":99,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:40:03Z","provider:network_type":"vxlan"}]} 2018-12-29 06:40:06,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cde20881-ee3a-4151-b4b6-86965e93505d 2018-12-29 06:40:06,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:40:08,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-4121d06c-6367-40fd-a1a6-96bc45efeb8a Date: Sat, 29 Dec 2018 06:40:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:40:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:40:07Z", "revision_number": 4, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1", "name": "sdnvpn-4-1-router"}} 2018-12-29 06:40:08,101 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 used request id req-4121d06c-6367-40fd-a1a6-96bc45efeb8a 2018-12-29 06:40:08,102 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:40:08,102 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-12-29 06:40:08,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-12-29 06:40:08,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d0f293a7-1eae-460e-8904-df0b3f42dbf6 Date: Sat, 29 Dec 2018 06:40:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ed2a25f-1425-4cce-9bcf-5f85cb2d149e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:40:08Z","is_default":false,"provider:segmentation_id":44,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:40:08Z","mtu":1450}} 2018-12-29 06:40:08,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d0f293a7-1eae-460e-8904-df0b3f42dbf6 2018-12-29 06:40:08,514 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 9ed2a25f-1425-4cce-9bcf-5f85cb2d149e with cidr 10.10.11.0/24 2018-12-29 06:40:08,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"subnets": [{"ip_version": 4, "network_id": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-12-29 06:40:08,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-afe37325-c8f4-40dd-be6a-1c885298c741 Date: Sat, 29 Dec 2018 06:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ed2a25f-1425-4cce-9bcf-5f85cb2d149e","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:40:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:40:08Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"b5a5d2d7-e84f-4172-a343-76e9a7b0b42d","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-12-29 06:40:08,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-afe37325-c8f4-40dd-be6a-1c885298c741 2018-12-29 06:40:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:40:09,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-8229d431-9845-4bbc-a77b-f26810de045e Date: Sat, 29 Dec 2018 06:40:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:40:09,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-8229d431-9845-4bbc-a77b-f26810de045e 2018-12-29 06:40:09,214 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:40:09,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:09,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2f45fd-fcbe-4e7a-aba2-81aad023d164 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:09,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b2f45fd-fcbe-4e7a-aba2-81aad023d164 2018-12-29 06:40:09,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:09,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["PsdVE1NMTySt8CvPu9blGg"], "issued_at": "2018-12-29T06:40:09.000000Z"}} 2018-12-29 06:40:09,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:40:09,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-e7ce68b7-f718-49e1-ad39-50ea59a7fa8a x-compute-request-id: req-e7ce68b7-f718-49e1-ad39-50ea59a7fa8a Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:40:09,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e7ce68b7-f718-49e1-ad39-50ea59a7fa8a 2018-12-29 06:40:09,792 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:40:09,792 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-12-29 06:40:09,792 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=512af394-5923-4839-93b4-93d823e144d3 network=d7a71622-036a-4c99-a75c-616ab8791af4 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:40:09,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:09,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:09,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:09,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:09,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:09,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:09,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:09,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:09,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:09,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:09,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:09,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:09,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:09,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:09,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb8b8019-2fb1-432b-ac3b-a9180b96bb90 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:09,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bb8b8019-2fb1-432b-ac3b-a9180b96bb90 2018-12-29 06:40:09,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:10,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["plQYTEMmTPuCqTRRFflR8w"], "issued_at": "2018-12-29T06:40:10.000000Z"}} 2018-12-29 06:40:10,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f93fa622266f065c10b84850271a36edeb6871b" 2018-12-29 06:40:10,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-951852fe-e544-4c35-8bb5-7138eed75c98 x-compute-request-id: req-951852fe-e544-4c35-8bb5-7138eed75c98 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:40:10,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-951852fe-e544-4c35-8bb5-7138eed75c98 2018-12-29 06:40:10,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f93fa622266f065c10b84850271a36edeb6871b" 2018-12-29 06:40:10,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42ca5647-a324-43a0-9fd2-e39e0fc336f4 x-compute-request-id: req-42ca5647-a324-43a0-9fd2-e39e0fc336f4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:40:10,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-42ca5647-a324-43a0-9fd2-e39e0fc336f4 2018-12-29 06:40:10,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f93fa622266f065c10b84850271a36edeb6871b" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "512af394-5923-4839-93b4-93d823e144d3", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d7a71622-036a-4c99-a75c-616ab8791af4"}]}}' 2018-12-29 06:40:12,314 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9c8b3e3-de9e-49fe-8c43-fe43dfaacb69 x-compute-request-id: req-c9c8b3e3-de9e-49fe-8c43-fe43dfaacb69 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "adminPass": "i9Twga5p95Cy"}} 2018-12-29 06:40:12,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c9c8b3e3-de9e-49fe-8c43-fe43dfaacb69 2018-12-29 06:40:12,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:12,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3601b34e-d9e6-4343-8422-7da765743cbd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:12,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3601b34e-d9e6-4343-8422-7da765743cbd 2018-12-29 06:40:12,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:12,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["BdV2BhQtTcywVcGangwgOw"], "issued_at": "2018-12-29T06:40:12.000000Z"}} 2018-12-29 06:40:12,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5438bb08ca497f007dfd89d2ae8fdb7485ade571" 2018-12-29 06:40:13,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b35f6e04-b3d9-4b2a-a671-2a0b4315f6e5 x-compute-request-id: req-b35f6e04-b3d9-4b2a-a671-2a0b4315f6e5 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:12Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:13,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 used request id req-b35f6e04-b3d9-4b2a-a671-2a0b4315f6e5 2018-12-29 06:40:16,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5438bb08ca497f007dfd89d2ae8fdb7485ade571" 2018-12-29 06:40:16,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-d0cf4127-75b0-4a28-9164-0df79e4ed1ed x-compute-request-id: req-d0cf4127-75b0-4a28-9164-0df79e4ed1ed 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:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:13Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:16,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 used request id req-d0cf4127-75b0-4a28-9164-0df79e4ed1ed 2018-12-29 06:40:19,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5438bb08ca497f007dfd89d2ae8fdb7485ade571" 2018-12-29 06:40:20,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40: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-4092c135-1321-408f-b672-df917c37a58a x-compute-request-id: req-4092c135-1321-408f-b672-df917c37a58a Content-Encoding: gzip Content-Length: 775 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:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-12-29T06:40:16.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:16Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:20,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 used request id req-4092c135-1321-408f-b672-df917c37a58a 2018-12-29 06:40:20,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f93fa622266f065c10b84850271a36edeb6871b" 2018-12-29 06:40:21,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-61f20609-e154-4c0a-815c-18cb1b256eac x-compute-request-id: req-61f20609-e154-4c0a-815c-18cb1b256eac Content-Encoding: gzip Content-Length: 775 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:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-12-29T06:40:16.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:16Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:21,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6 used request id req-61f20609-e154-4c0a-815c-18cb1b256eac 2018-12-29 06:40:21,501 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.14'. 2018-12-29 06:40:21,502 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-12-29 06:40:21,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:40:23,413 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:40: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-beb3e2d6-ccca-4449-a142-46abbe10b266 x-compute-request-id: req-beb3e2d6-ccca-4449-a142-46abbe10b266 Content-Length: 0 Content-Type: application/json 2018-12-29 06:40:23,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action used request id req-beb3e2d6-ccca-4449-a142-46abbe10b266 2018-12-29 06:40:23,413 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-12-29 06:40:23,413 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=512af394-5923-4839-93b4-93d823e144d3 network=d7a71622-036a-4c99-a75c-616ab8791af4 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:23,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:23,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:23,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:23,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:23,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:23,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:23,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664e599b-0774-4971-a6cd-f42e9da58aea Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:23,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-664e599b-0774-4971-a6cd-f42e9da58aea 2018-12-29 06:40:23,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:23,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Csg4sDeHRwiLPuIaFd1o4w"], "issued_at": "2018-12-29T06:40:23.000000Z"}} 2018-12-29 06:40:23,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" 2018-12-29 06:40:23,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb291821-6e01-4c1e-9898-e64a28834807 x-compute-request-id: req-eb291821-6e01-4c1e-9898-e64a28834807 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:40:23,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-eb291821-6e01-4c1e-9898-e64a28834807 2018-12-29 06:40:23,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" 2018-12-29 06:40:24,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-178f707f-24b6-4a20-8405-9d2059aa2807 x-compute-request-id: req-178f707f-24b6-4a20-8405-9d2059aa2807 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:40:24,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-178f707f-24b6-4a20-8405-9d2059aa2807 2018-12-29 06:40:24,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "512af394-5923-4839-93b4-93d823e144d3", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d7a71622-036a-4c99-a75c-616ab8791af4"}]}}' 2018-12-29 06:40:25,901 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-118f599a-8871-4980-bfe6-f9d68ba1e5bd x-compute-request-id: req-118f599a-8871-4980-bfe6-f9d68ba1e5bd Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "adminPass": "vTSC9zf3x7pP"}} 2018-12-29 06:40:25,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-118f599a-8871-4980-bfe6-f9d68ba1e5bd 2018-12-29 06:40:25,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:25,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18292b0-4089-44cc-a5a3-8b131be18fc4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:25,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f18292b0-4089-44cc-a5a3-8b131be18fc4 2018-12-29 06:40:25,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:26,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["kZ21LFAmQXuVZM8-48T-6w"], "issued_at": "2018-12-29T06:40:26.000000Z"}} 2018-12-29 06:40:26,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ca9355778b064a1512c443e36712a847a95f0f" 2018-12-29 06:40:27,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40: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-84dceeb6-d2ec-43df-a8a8-3a874def0eeb x-compute-request-id: req-84dceeb6-d2ec-43df-a8a8-3a874def0eeb Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:26Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:27,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d used request id req-84dceeb6-d2ec-43df-a8a8-3a874def0eeb 2018-12-29 06:40:30,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ca9355778b064a1512c443e36712a847a95f0f" 2018-12-29 06:40:30,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57a362ba-6856-40df-b762-03d72f570c5d x-compute-request-id: req-57a362ba-6856-40df-b762-03d72f570c5d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:26Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:30,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d used request id req-57a362ba-6856-40df-b762-03d72f570c5d 2018-12-29 06:40:33,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ca9355778b064a1512c443e36712a847a95f0f" 2018-12-29 06:40:34,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40: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-12172241-3a7a-4261-a363-3485032e0988 x-compute-request-id: req-12172241-3a7a-4261-a363-3485032e0988 Content-Encoding: gzip Content-Length: 782 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:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:34,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d used request id req-12172241-3a7a-4261-a363-3485032e0988 2018-12-29 06:40:34,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" 2018-12-29 06:40:35,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-7801f9dd-cec7-48cb-b22a-3ceb2d2b057c x-compute-request-id: req-7801f9dd-cec7-48cb-b22a-3ceb2d2b057c Content-Encoding: gzip Content-Length: 782 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:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:35,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d used request id req-7801f9dd-cec7-48cb-b22a-3ceb2d2b057c 2018-12-29 06:40:35,318 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.7'. 2018-12-29 06:40:35,318 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-12-29 06:40:35,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:40:36,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:40:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02353c9e-97a0-4b4c-83ad-15ea66a8a3ac x-compute-request-id: req-02353c9e-97a0-4b4c-83ad-15ea66a8a3ac Content-Length: 0 Content-Type: application/json 2018-12-29 06:40:36,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-02353c9e-97a0-4b4c-83ad-15ea66a8a3ac 2018-12-29 06:40:36,901 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-12-29 06:40:36,901 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=512af394-5923-4839-93b4-93d823e144d3 network=9ed2a25f-1425-4cce-9bcf-5f85cb2d149e secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:40:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:36,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:36,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:36,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:36,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:36,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:36,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:36,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:36,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:36,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c45da09-396e-49a1-963f-1ba293dcfd1a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:36,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1c45da09-396e-49a1-963f-1ba293dcfd1a 2018-12-29 06:40:36,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:37,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["oYieaSosQIqGX9FQ0sza4A"], "issued_at": "2018-12-29T06:40:37.000000Z"}} 2018-12-29 06:40:37,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673125e4cef3adbf99ce477ac67b95f55544c244" 2018-12-29 06:40:37,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-e6a953c7-47a8-4a34-9de0-e72c26f89391 x-compute-request-id: req-e6a953c7-47a8-4a34-9de0-e72c26f89391 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:40:37,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e6a953c7-47a8-4a34-9de0-e72c26f89391 2018-12-29 06:40:37,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673125e4cef3adbf99ce477ac67b95f55544c244" 2018-12-29 06:40:37,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-3b8276ab-3667-4021-8800-2a7d59cedff6 x-compute-request-id: req-3b8276ab-3667-4021-8800-2a7d59cedff6 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:40:37,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-3b8276ab-3667-4021-8800-2a7d59cedff6 2018-12-29 06:40:37,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673125e4cef3adbf99ce477ac67b95f55544c244" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "512af394-5923-4839-93b4-93d823e144d3", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"}]}}' 2018-12-29 06:40:38,985 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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 x-openstack-request-id: req-671ee239-6e0e-41b5-a38a-edf501f9c7bf x-compute-request-id: req-671ee239-6e0e-41b5-a38a-edf501f9c7bf Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "adminPass": "Ghw8qu6RzawS"}} 2018-12-29 06:40:38,985 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-671ee239-6e0e-41b5-a38a-edf501f9c7bf 2018-12-29 06:40:38,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:38,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbf5b13-a1fd-45ce-a0a0-2518b99f3fef Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:38,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bdbf5b13-a1fd-45ce-a0a0-2518b99f3fef 2018-12-29 06:40:38,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:39,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["RPCGIYU8RiCm5VBTOlTMyg"], "issued_at": "2018-12-29T06:40:39.000000Z"}} 2018-12-29 06:40:39,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4790e20f90a3fe32b4406f516b8b227447b08ea4" 2018-12-29 06:40:39,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61d379bc-02d2-4b00-a799-2fc2cc934bb8 x-compute-request-id: req-61d379bc-02d2-4b00-a799-2fc2cc934bb8 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:39Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:39,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b used request id req-61d379bc-02d2-4b00-a799-2fc2cc934bb8 2018-12-29 06:40:42,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4790e20f90a3fe32b4406f516b8b227447b08ea4" 2018-12-29 06:40:43,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13aeb2a4-c230-4202-8c15-65e27fae4da0 x-compute-request-id: req-13aeb2a4-c230-4202-8c15-65e27fae4da0 Content-Encoding: gzip Content-Length: 778 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:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:40:39Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:43,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b used request id req-13aeb2a4-c230-4202-8c15-65e27fae4da0 2018-12-29 06:40:46,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4790e20f90a3fe32b4406f516b8b227447b08ea4" 2018-12-29 06:40:47,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97912840-d0d2-4773-9dd8-3753772afbfa x-compute-request-id: req-97912840-d0d2-4773-9dd8-3753772afbfa Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:47,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b used request id req-97912840-d0d2-4773-9dd8-3753772afbfa 2018-12-29 06:40:47,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673125e4cef3adbf99ce477ac67b95f55544c244" 2018-12-29 06:40:47,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e97d0ff3-a2ed-4f46-a174-5d0418ec47a9 x-compute-request-id: req-e97d0ff3-a2ed-4f46-a174-5d0418ec47a9 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:47,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b used request id req-e97d0ff3-a2ed-4f46-a174-5d0418ec47a9 2018-12-29 06:40:47,551 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.14'. 2018-12-29 06:40:47,551 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-12-29 06:40:47,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:40:48,793 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45b3aa6b-2baa-432d-8fce-1587d37c2158 x-compute-request-id: req-45b3aa6b-2baa-432d-8fce-1587d37c2158 Content-Length: 0 Content-Type: application/json 2018-12-29 06:40:48,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action used request id req-45b3aa6b-2baa-432d-8fce-1587d37c2158 2018-12-29 06:40:48,794 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-12-29 06:40:48,794 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=512af394-5923-4839-93b4-93d823e144d3 network=9ed2a25f-1425-4cce-9bcf-5f85cb2d149e secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:40:48,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:48,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:48,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:48,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:48,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:48,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:48,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:48,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:48,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:48,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:40:48,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:40:48,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:40:48,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:40:48,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:40:48,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:40:48,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:40:48,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:40:48,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:40:48,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:48,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf38509-4c44-460a-a851-81b80946b993 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:48,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dcf38509-4c44-460a-a851-81b80946b993 2018-12-29 06:40:48,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:49,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["TQC-NjngRPOUPtover9nKQ"], "issued_at": "2018-12-29T06:40:49.000000Z"}} 2018-12-29 06:40:49,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" 2018-12-29 06:40:49,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-8620e309-16b9-4add-a553-4e3d9bc09ad9 x-compute-request-id: req-8620e309-16b9-4add-a553-4e3d9bc09ad9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:40:49,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8620e309-16b9-4add-a553-4e3d9bc09ad9 2018-12-29 06:40:49,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" 2018-12-29 06:40:49,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-90782ee0-beba-4e87-bc27-d3ddc213f902 x-compute-request-id: req-90782ee0-beba-4e87-bc27-d3ddc213f902 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:40:49,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-90782ee0-beba-4e87-bc27-d3ddc213f902 2018-12-29 06:40:49,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "512af394-5923-4839-93b4-93d823e144d3", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"}], "config_drive": true}}' 2018-12-29 06:40:51,334 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06: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-71bf8978-6285-461b-b547-7201c9b9328a x-compute-request-id: req-71bf8978-6285-461b-b547-7201c9b9328a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "adminPass": "59dJ3etG5dxF"}} 2018-12-29 06:40:51,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-71bf8978-6285-461b-b547-7201c9b9328a 2018-12-29 06:40:51,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:40:51,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae700bbb-f867-43ec-a1ba-ef1081c8f96d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:40:51,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ae700bbb-f867-43ec-a1ba-ef1081c8f96d 2018-12-29 06:40:51,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:40:51,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["4L0LuiC4SJagihUd1rDfqA"], "issued_at": "2018-12-29T06:40:51.000000Z"}} 2018-12-29 06:40:51,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041ed3577b959318edc407f226d5af84c5667f1f" 2018-12-29 06:40:52,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-bd829b7e-d1aa-428f-a25c-615eed0b381d x-compute-request-id: req-bd829b7e-d1aa-428f-a25c-615eed0b381d 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.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:40:51Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:52,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 used request id req-bd829b7e-d1aa-428f-a25c-615eed0b381d 2018-12-29 06:40:55,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041ed3577b959318edc407f226d5af84c5667f1f" 2018-12-29 06:40:56,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-1b6c823d-8bce-4967-a859-9667376c0604 x-compute-request-id: req-1b6c823d-8bce-4967-a859-9667376c0604 Content-Encoding: gzip Content-Length: 783 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:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:40:52Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:40:56,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 used request id req-1b6c823d-8bce-4967-a859-9667376c0604 2018-12-29 06:40:59,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041ed3577b959318edc407f226d5af84c5667f1f" 2018-12-29 06:41:00,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-2c88b58f-cf5e-4682-bbee-2e68d898d1c9 x-compute-request-id: req-2c88b58f-cf5e-4682-bbee-2e68d898d1c9 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:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:00,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 used request id req-2c88b58f-cf5e-4682-bbee-2e68d898d1c9 2018-12-29 06:41:00,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" 2018-12-29 06:41:00,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9545ad0d-e491-499c-a32c-10e9b7aea2e0 x-compute-request-id: req-9545ad0d-e491-499c-a32c-10e9b7aea2e0 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:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:00,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68 used request id req-9545ad0d-e491-499c-a32c-10e9b7aea2e0 2018-12-29 06:41:00,823 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.12'. 2018-12-29 06:41:00,823 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-12-29 06:41:00,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:41:02,456 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c14d94c3-3428-47d2-8e2a-fd6f7e1bd566 x-compute-request-id: req-c14d94c3-3428-47d2-8e2a-fd6f7e1bd566 Content-Length: 0 Content-Type: application/json 2018-12-29 06:41:02,456 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action used request id req-c14d94c3-3428-47d2-8e2a-fd6f7e1bd566 2018-12-29 06:41:02,456 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-12-29 06:41:02,457 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=512af394-5923-4839-93b4-93d823e144d3 network=d7a71622-036a-4c99-a75c-616ab8791af4 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 10.10.10.7 10.10.11.12 10.10.11.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:41:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:41:02,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:41:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:41:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:41:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:41:02,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:41:02,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:41:02,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:41:02,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:41:02,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:41:02,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:41:02,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:41:02,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:41:02,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:41:02,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:41:02,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:41:02,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:41:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:41:02,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c25101-d0c4-4bdf-812c-c6d6207fb1ba Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:41:02,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a7c25101-d0c4-4bdf-812c-c6d6207fb1ba 2018-12-29 06:41:02,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:41:02,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:41:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Z52aoZpgQsKXaSd9tFVEEA"], "issued_at": "2018-12-29T06:41:02.000000Z"}} 2018-12-29 06:41:02,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" 2018-12-29 06:41:03,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3554f08b-7773-490c-8a65-545f1ae74b84 x-compute-request-id: req-3554f08b-7773-490c-8a65-545f1ae74b84 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:41:03,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3554f08b-7773-490c-8a65-545f1ae74b84 2018-12-29 06:41:03,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" 2018-12-29 06:41:03,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45e4ff4b-6418-4cc9-b380-bbb1df325867 x-compute-request-id: req-45e4ff4b-6418-4cc9-b380-bbb1df325867 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:41:03,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-45e4ff4b-6418-4cc9-b380-bbb1df325867 2018-12-29 06:41:03,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "512af394-5923-4839-93b4-93d823e144d3", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNCAxMC4xMC4xMC43IDEwLjEwLjExLjEyIDEwLjEwLjExLjE0CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d7a71622-036a-4c99-a75c-616ab8791af4"}], "config_drive": true}}' 2018-12-29 06:41:04,876 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4cd1f3cc-2ee6-4da8-8d7f-6099740aa8d1 x-compute-request-id: req-4cd1f3cc-2ee6-4da8-8d7f-6099740aa8d1 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "adminPass": "LeUmWLDL8SdW"}} 2018-12-29 06:41:04,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4cd1f3cc-2ee6-4da8-8d7f-6099740aa8d1 2018-12-29 06:41:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:41:04,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ca26d4-d20a-4158-8f37-8e165c7c83e0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:41:04,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c7ca26d4-d20a-4158-8f37-8e165c7c83e0 2018-12-29 06:41:04,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:41:05,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["35YWVXipTGihBAMjf1QGVg"], "issued_at": "2018-12-29T06:41:05.000000Z"}} 2018-12-29 06:41:05,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac554820b8a13dd3028c1dd30b932f84c8d2fa2" 2018-12-29 06:41:05,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0ac9b3e-12f1-4b06-b04d-9827ec7e9b59 x-compute-request-id: req-b0ac9b3e-12f1-4b06-b04d-9827ec7e9b59 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:41:05Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-12-29T06:41:04Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:05,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 used request id req-b0ac9b3e-12f1-4b06-b04d-9827ec7e9b59 2018-12-29 06:41:08,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac554820b8a13dd3028c1dd30b932f84c8d2fa2" 2018-12-29 06:41:09,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f82a99bd-4b95-4a07-b0ea-71bd19284fc7 x-compute-request-id: req-f82a99bd-4b95-4a07-b0ea-71bd19284fc7 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:ff:18:c7", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:41:05Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-12-29T06:41:04Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:09,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 used request id req-f82a99bd-4b95-4a07-b0ea-71bd19284fc7 2018-12-29 06:41:12,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac554820b8a13dd3028c1dd30b932f84c8d2fa2" 2018-12-29 06:41:13,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41: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-f78b0dc0-47a2-4616-9c1d-1872e0de63c2 x-compute-request-id: req-f78b0dc0-47a2-4616-9c1d-1872e0de63c2 Content-Encoding: gzip Content-Length: 782 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:ff:18:c7", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": "2018-12-29T06:41:08.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:41:09Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-12-29T06:41:04Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:13,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 used request id req-f78b0dc0-47a2-4616-9c1d-1872e0de63c2 2018-12-29 06:41:13,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" 2018-12-29 06:41:14,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-54526317-a1be-49a5-9a1f-684e899c3bad x-compute-request-id: req-54526317-a1be-49a5-9a1f-684e899c3bad Content-Encoding: gzip Content-Length: 782 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:ff:18:c7", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": "2018-12-29T06:41:08.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:41:09Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-12-29T06:41:04Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:41:14,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9 used request id req-54526317-a1be-49a5-9a1f-684e899c3bad 2018-12-29 06:41:14,359 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.9'. 2018-12-29 06:41:14,359 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-12-29 06:41:14,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:41:15,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:41:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-340af005-f75e-41eb-b1da-c629c1408341 x-compute-request-id: req-340af005-f75e-41eb-b1da-c629c1408341 Content-Length: 0 Content-Type: application/json 2018-12-29 06:41:15,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-340af005-f75e-41eb-b1da-c629c1408341 2018-12-29 06:41:15,546 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-12-29 06:41:15,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-228312", "route_distinguishers": "12:12"}}' 2018-12-29 06:41:16,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-232c06c2-d0ac-4a14-89fc-152c89768c02 Date: Sat, 29 Dec 2018 06:41:16 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "230f5d62-c59e-4820-8559-91c759474655", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:41:16,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-232c06c2-d0ac-4a14-89fc-152c89768c02 2018-12-29 06:41:16,253 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-228312', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'230f5d62-c59e-4820-8559-91c759474655'}} 2018-12-29 06:41:16,254 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-12-29 06:41:16,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"router_association": {"router_id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"}}' 2018-12-29 06:41:16,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-7301b02b-083f-4480-b00a-8fa6aadddcf4 Date: Sat, 29 Dec 2018 06:41:16 GMT RESP BODY: {"router_association": {"router_id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "4c55fb22-43f3-480a-9a6c-ef6a33c535d5"}} 2018-12-29 06:41:16,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655/router_associations used request id req-7301b02b-083f-4480-b00a-8fa6aadddcf4 2018-12-29 06:41:16,815 - sdnvpn_test_utils - INFO - Waiting for instance 32ceeeeb-2bef-4f8e-989b-72a71324c5c6 to boot up 2018-12-29 06:41:16,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f93fa622266f065c10b84850271a36edeb6871b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:17,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-b4e267eb-b9af-4f03-8cf6-f8f33ab5bbf7 x-compute-request-id: req-b4e267eb-b9af-4f03-8cf6-f8f33ab5bbf7 Content-Encoding: gzip Content-Length: 11058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482615036 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134309] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135938] pid_max: default: 32768 minimum: 301\n[ 0.136817] ACPI: Core revision 20150930\n[ 0.138182] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139481] Security Framework initialized\n[ 0.140282] Yama: becoming mindful.\n[ 0.140996] AppArmor: AppArmor initialized\n[ 0.141848] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143155] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145602] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146964] Initializing cgroup subsys io\n[ 0.147767] Initializing cgroup subsys memory\n[ 0.148613] Initializing cgroup subsys devices\n[ 0.149479] Initializing cgroup subsys freezer\n[ 0.150333] Initializing cgroup subsys net_cls\n[ 0.151181] Initializing cgroup subsys perf_event\n[ 0.152076] Initializing cgroup subsys net_prio\n[ 0.152943] Initializing cgroup subsys hugetlb\n[ 0.153803] Initializing cgroup subsys pids\n[ 0.154667] CPU: Physical Processor ID: 0\n[ 0.156146] mce: CPU supports 10 MCE banks\n[ 0.156983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157973] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168640] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175042] ftrace: allocating 31920 entries in 125 pages\n[ 0.201252] smpboot: Max logical packages: 1\n[ 0.202133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203463] x2apic enabled\n[ 0.204263] Switched APIC routing to physical x2apic.\n[ 0.206005] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207121] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210837] KVM setup paravirtual spinlock\n[ 0.212112] x86: Booted up 1 node, 1 CPUs\n[ 0.212911] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214290] devtmpfs: initialized\n[ 0.215992] evm: security.selinux\n[ 0.216689] evm: security.SMACK64\n[ 0.217369] evm: security.SMACK64EXEC\n[ 0.218097] evm: security.SMACK64TRANSMUTE\n[ 0.218891] evm: security.SMACK64MMAP\n[ 0.219619] evm: security.ima\n[ 0.220255] evm: security.capability\n[ 0.221045] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222860] pinctrl core: initialized pinctrl subsystem\n[ 0.223932] RTC time: 6:40:16, date: 12/29/18\n[ 0.224892] NET: Registered protocol family 16\n[ 0.225851] cpuidle: using governor ladder\n[ 0.226655] cpuidle: using governor menu\n[ 0.227426] PCCT header not found.\n[ 0.228159] ACPI: bus type PCI registered\n[ 0.228951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230174] PCI: Using configuration type 1 for base access\n[ 0.231914] ACPI: Added _OSI(Module Device)\n[ 0.232752] ACPI: Added _OSI(Processor Device)\n[ 0.233605] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234488] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236606] ACPI: Interpreter enabled\n[ 0.237359] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244607] ACPI: (supports S0 S5)\n[ 0.245300] ACPI: Using IOAPIC for interrupt routing\n[ 0.246298] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249381] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250502] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251714] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252880] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255059] acpiphp: Slot [3] registered\n[ 0.255849] acpiphp: Slot [4] registered\n[ 0.256634] acpiphp: Slot [5] registered\n[ 0.257416] acpiphp: Slot [6] registered\n[ 0.258192] acpiphp: Slot [7] registered\n[ 0.258980] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260551] acpiphp: Slot [10] registered\n[ 0.261342] acpiphp: Slot [11] registered\n[ 0.262139] acpiphp: Slot [12] registered\n[ 0.262936] acpiphp: Slot [13] registered\n[ 0.263735] acpiphp: Slot [14] registered\n[ 0.264533] acpiphp: Slot [15] registered\n[ 0.275467] acpiphp: Slot [16] registered\n[ 0.276267] acpiphp: Slot [17] registered\n[ 0.277060] acpiphp: Slot [18] registered\n[ 0.277857] acpiphp: Slot [19] registered\n[ 0.278651] acpiphp: Slot [20] registered\n[ 0.279447] acpiphp: Slot [21] registered\n[ 0.280242] acpiphp: Slot [22] registered\n[ 0.281039] acpiphp: Slot [23] registered\n[ 0.281835] acpiphp: Slot [24] registered\n[ 0.282633] acpiphp: Slot [25] registered\n[ 0.283426] acpiphp: Slot [26] registered\n[ 0.284216] acpiphp: Slot [27] registered\n[ 0.285020] acpiphp: Slot [28] registered\n[ 0.285818] acpiphp: Slot [29] registered\n[ 0.286613] acpiphp: Slot [30] registered\n[ 0.287408] acpiphp: Slot [31] registered\n[ 0.288196] PCI host bridge to bus 0000:00\n[ 0.288990] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290176] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292785] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294210] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301728] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304130] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310473] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311885] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358381] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359882] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361309] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364081] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365328] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366821] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367853] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369373] vgaarb: loaded\n[ 0.369973] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371093] SCSI subsystem initialized\n[ 0.371898] ACPI: bus type USB registered\n[ 0.372701] usbcore: registered new interface driver usbfs\n[ 0.373713] usbcore: registered new interface driver hub\n[ 0.374698] usbcore: registered new device driver usb\n[ 0.375730] PCI: Using ACPI for IRQ routing\n[ 0.376740] NetLabel: Initializing\n[ 0.377444] NetLabel: domain hash size = 128\n[ 0.378284] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379213] NetLabel: unlabeled traffic allowed by default\n[ 0.380317] clocksource: Switched to clocksource kvm-clock\n[ 0.385818] AppArmor: AppArmor Filesystem Enabled\n[ 0.386782] pnp: PnP ACPI init\n[ 0.387689] pnp: PnP ACPI: found 5 devices\n[ 0.394056] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395750] NET: Registered protocol family 2\n[ 0.396706] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397971] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399134] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401369] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402537] NET: Registered protocol family 1\n[ 0.403403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405571] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419619] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433813] Trying to unpack rootfs image as initramfs...\n[ 0.483817] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497859] Scanning for low memory corruption every 60 seconds\n[ 0.499187] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500342] audit: initializing netlink subsys (disabled)\n[ 0.501367] audit: type=2000 audit(1546065616.827:1): initialized\n[ 0.502708] Initialise system trusted keyring\n[ 0.503640] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504812] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506774] zbud: loaded\n[ 0.507479] VFS: Disk quotas dquot_6.6.0\n[ 0.508294] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509801] fuse init (API version 7.23)\n[ 0.510700] Key type big_key registered\n[ 0.511498] Allocating IMA MOK and blacklist keyrings.\n[ 0.512609] Key type asymmetric registered\n[ 0.513434] Asymmetric key parser 'x509' registered\n[ 0.514380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516204] io scheduler noop registered\n[ 0.517004] io scheduler deadline registered (default)\n[ 0.517990] io scheduler cfq registered\n[ 0.518819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519857] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522572] ACPI: Power Button [PWRF]\n[ 0.523396] GHES: HEST is not enabled!\n[ 0.536930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567080] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569377] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597187] Linux agpgart interface v0.103\n[ 0.599209] brd: module loaded\n[ 0.600434] loop: module loaded\n[ 0.605545] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606991] GPT:90111 != 2097151\n[ 0.607660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608747] GPT:90111 != 2097151\n[ 0.609416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610364] vda: vda1 vda15\n[ 0.611864] scsi host0: ata_piix\n[ 0.612601] scsi host1: ata_piix\n[ 0.613303] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615924] libphy: Fixed MDIO Bus: probed\n[ 0.616747] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617685] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619928] PPP generic driver version 2.4.2\n[ 0.620813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621981] ehci-pci: EHCI PCI platform driver\n[ 0.622834] ehci-platform: EHCI generic platform driver\n[ 0.623802] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624911] ohci-pci: OHCI PCI platform driver\n[ 0.625767] ohci-platform: OHCI generic platform driver\n[ 0.626735] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641106] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643526] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646862] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648267] usb usb1: Product: UHCI Host Controller\n[ 0.649189] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650317] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651306] hub 1-0:1.0: USB hub found\n[ 0.652070] hub 1-0:1.0: 2 ports detected\n[ 0.652965] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656003] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657028] mousedev: PS/2 mouse device common for all mice\n[ 0.658271] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660076] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661156] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663516] i2c /dev entries driver\n[ 0.664270] device-mapper: uevent: version 1.0.3\n[ 0.665198] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668088] NET: Registered protocol family 10\n[ 0.669074] NET: Registered protocol family 17\n[ 0.669944] Key type dns_resolver registered\n[ 0.670851] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671921] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673645] registered taskstats version 1\n[ 0.674472] Loading compiled-in X.509 certificates\n[ 0.675894] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677724] zswap: loaded using pool lzo/zbud\n[ 0.679083] Key type trusted registered\n[ 0.680635] Key type encrypted registered\n[ 0.681463] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682475] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683496] evm: HMAC attrs: 0x1\n[ 0.684446] Magic number: 14:982:671\n[ 0.685302] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:17 UTC (1546065617)\n[ 0.686879] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687972] EDD information not available.\n[ 0.773284] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774795] Write protecting the kernel read-only data: 14336k\n[ 0.786600] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788413] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.42\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.619413] random: dd 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.51. iid=i-0000014d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCe2X0EkPDC1E/aXjr4+XhUiK27gcUbWIL5LeDqUETA4G7jydsygWX3KzZOBmHeKD9pSpFCS42dxnFwDPxKrO6L/J+loeaEk/VMXIBPciG9AwbDj/APqXTMNi9lE7Gt81oWcTESn2mj8BS1LVxbsA8X/Ro+RR6dTdBrtioltxtie+NuB9TSrpgT1Kl3FIkNoAZgZSUN2+yjyU+rLMEyjFPqMWxkkQ+xU5Vk3REqaRxY/vIm18nrASBqEYBOfUzk3aRguJ5FwCnaitEKHBIIhsuRlek4XkkyZ0A33YsqfMxy4nbikPgzP5qOYNPqfzZZZQXvqEXWpVgwH3b80jeXV8B3 root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIwTHYXuY9HdKUKxNaquA7e+2SZVVziWNV+zYEW76O4CfTEUAIeINvrV5TQgAkC/tLl0C5KSX0w9Jnctf6ziFi8kPqDcOjH1KyEbRzVj4fFYCPWaNRQbytBgz42ENL25Er2F+V85IdWwDmccLlvg949xS52EmzvTQsPXO/U9rCATAAAAFQC7dNRiJoHDNNOyQX7sBXqCiAiLUQAAAIBAs50EiifdrtuwGcpTRDv5+FnmyEa34iRExre5JtVOXo1s8IlYZNV9+HTgSmQWoaT1g6iul3XndqJrPGSdOaoP/fH0V1cr0tDMPTyt5na1vHSgK1+7e7HV1Ey+vAUjIoDaJeqMNTM//arZ5Cpd41B4Mlc5beuVbHd2J948axIP6QAAAIAYFffLmndun+dCwujT6axhQn8f4MxOfvy2Epq0kJ46LOQu8MaXQ29kSKlq4VllL+rQ2K1r2QsqejuomstftIl06tZaTp4S7VPXdQf+fl6Hjzq/4gnHDR0CfDtyO1Y7SfDkUHZovjpNSxTEHkbBY8fRuekT1kjjJFgR27TKofXyOQ== 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.14,24,fe80::f816:3eff:fead:d580/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.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-0000014d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.88 ===\n/dev/root resized successfully [took 2.10s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:AD:D5:80 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fead:d580/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:4 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8526 (8.3 KiB) TX bytes:9690 (9.4 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.250 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.152 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.288 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.282 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 4 packets received, 20% packet loss\nround-trip min/avg/max = 0.152/0.243/0.288 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.209 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=4.953 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.818 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.818 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=5.011 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.818/4.961/5.209 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.661 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.641 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.606 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.531 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.660 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.531/5.619/5.661 ms\n### uname -a\nLinux sdnvpn-4-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.125308] usb 1-1: Product: QEMU USB Tablet\n[ 1.125309] usb 1-1: Manufacturer: QEMU\n[ 1.125310] usb 1-1: SerialNumber: 42\n[ 1.496429] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.496431] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.583133] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.601014] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.619413] random: dd urandom read with 5 bits of entropy available\n[ 3.002655] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.455016] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:40:18 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:40:18 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:40:18 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)\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:40:18 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:40:18 cirros kern.notice kernel: [ 1.619413] random: dd urandom read with 5 bits of entropy available\nDec 29 06:40:19 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:40:19 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:40:19 cirros kern.info kernel: [ 3.002655] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:40:20 cirros kern.info kernel: [ 3.455016] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-12-29 06:41:17,887 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action used request id req-b4e267eb-b9af-4f03-8cf6-f8f33ab5bbf7 2018-12-29 06:41:19,920 - sdnvpn_test_utils - INFO - Waiting for instance 6d030a04-4ab4-49f1-b3e3-10eb51d82c4d to boot up 2018-12-29 06:41:19,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:20,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-18a5b5fb-b55b-4347-911b-c254e4c4dfcd x-compute-request-id: req-18a5b5fb-b55b-4347-911b-c254e4c4dfcd Content-Encoding: gzip Content-Length: 7686 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] 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-12-29 06:41:20,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-18a5b5fb-b55b-4347-911b-c254e4c4dfcd 2018-12-29 06:41:23,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:24,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-88563c6e-6a8e-44ba-9a7a-21737bda8d99 x-compute-request-id: req-88563c6e-6a8e-44ba-9a7a-21737bda8d99 Content-Encoding: gzip Content-Length: 7686 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] 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-12-29 06:41:24,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-88563c6e-6a8e-44ba-9a7a-21737bda8d99 2018-12-29 06:41:26,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:27,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-0be96208-c21a-47cd-a9c7-766495bee002 x-compute-request-id: req-0be96208-c21a-47cd-a9c7-766495bee002 Content-Encoding: gzip Content-Length: 7686 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] 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-12-29 06:41:27,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-0be96208-c21a-47cd-a9c7-766495bee002 2018-12-29 06:41:29,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:30,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-6b7cf2f0-3ddd-4d7e-a5f9-ded4503cd47c x-compute-request-id: req-6b7cf2f0-3ddd-4d7e-a5f9-ded4503cd47c Content-Encoding: gzip Content-Length: 7686 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] 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-12-29 06:41:30,308 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-6b7cf2f0-3ddd-4d7e-a5f9-ded4503cd47c 2018-12-29 06:41:32,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:33,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-34e8c5f5-e82a-4bfe-a5a0-2d532e04a7aa x-compute-request-id: req-34e8c5f5-e82a-4bfe-a5a0-2d532e04a7aa Content-Encoding: gzip Content-Length: 7905 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-12-29 06:41:33,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-34e8c5f5-e82a-4bfe-a5a0-2d532e04a7aa 2018-12-29 06:41:35,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c7316cd54602fc804eb54d8cc9baa66d75ea73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:36,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-64acdd50-39a6-4d65-b2cb-86c96126d87c x-compute-request-id: req-64acdd50-39a6-4d65-b2cb-86c96126d87c Content-Encoding: gzip Content-Length: 9537 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488043019 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.143357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145013] pid_max: default: 32768 minimum: 301\n[ 0.145904] ACPI: Core revision 20150930\n[ 0.147289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148590] Security Framework initialized\n[ 0.149408] Yama: becoming mindful.\n[ 0.150143] AppArmor: AppArmor initialized\n[ 0.151006] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152348] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154855] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156238] Initializing cgroup subsys io\n[ 0.157046] Initializing cgroup subsys memory\n[ 0.157900] Initializing cgroup subsys devices\n[ 0.158773] Initializing cgroup subsys freezer\n[ 0.159636] Initializing cgroup subsys net_cls\n[ 0.160499] Initializing cgroup subsys perf_event\n[ 0.161429] Initializing cgroup subsys net_prio\n[ 0.162312] Initializing cgroup subsys hugetlb\n[ 0.163176] Initializing cgroup subsys pids\n[ 0.164044] CPU: Physical Processor ID: 0\n[ 0.165522] mce: CPU supports 10 MCE banks\n[ 0.166363] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167357] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184447] ftrace: allocating 31920 entries in 125 pages\n[ 0.210806] smpboot: Max logical packages: 1\n[ 0.211677] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213023] x2apic enabled\n[ 0.213822] Switched APIC routing to physical x2apic.\n[ 0.215579] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220450] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booted up 1 node, 1 CPUs\n[ 0.222547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223929] devtmpfs: initialized\n[ 0.225636] evm: security.selinux\n[ 0.226337] evm: security.SMACK64\n[ 0.227023] evm: security.SMACK64EXEC\n[ 0.227760] evm: security.SMACK64TRANSMUTE\n[ 0.228566] evm: security.SMACK64MMAP\n[ 0.229312] evm: security.ima\n[ 0.229952] evm: security.capability\n[ 0.230749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232594] pinctrl core: initialized pinctrl subsystem\n[ 0.233693] RTC time: 6:40:29, date: 12/29/18\n[ 0.234644] NET: Registered protocol family 16\n[ 0.235610] cpuidle: using governor ladder\n[ 0.236423] cpuidle: using governor menu\n[ 0.237204] PCCT header not found.\n[ 0.237959] ACPI: bus type PCI registered\n[ 0.238753] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239990] PCI: Using configuration type 1 for base access\n[ 0.241728] ACPI: Added _OSI(Module Device)\n[ 0.242578] ACPI: Added _OSI(Processor Device)\n[ 0.243439] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246482] ACPI: Interpreter enabled\n[ 0.247256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254598] ACPI: (supports S0 S5)\n[ 0.255300] ACPI: Using IOAPIC for interrupt routing\n[ 0.256355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260582] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265219] acpiphp: Slot [3] registered\n[ 0.266022] acpiphp: Slot [4] registered\n[ 0.266816] acpiphp: Slot [5] registered\n[ 0.267613] acpiphp: Slot [6] registered\n[ 0.268409] acpiphp: Slot [7] registered\n[ 0.269212] acpiphp: Slot [8] registered\n[ 0.270009] acpiphp: Slot [9] registered\n[ 0.270801] acpiphp: Slot [10] registered\n[ 0.271616] acpiphp: Slot [11] registered\n[ 0.272428] acpiphp: Slot [12] registered\n[ 0.273245] acpiphp: Slot [13] registered\n[ 0.274054] acpiphp: Slot [14] registered\n[ 0.274860] acpiphp: Slot [15] registered\n[ 0.285710] acpiphp: Slot [16] registered\n[ 0.286557] acpiphp: Slot [17] registered\n[ 0.287366] acpiphp: Slot [18] registered\n[ 0.288174] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289788] acpiphp: Slot [21] registered\n[ 0.290599] acpiphp: Slot [22] registered\n[ 0.291410] acpiphp: Slot [23] registered\n[ 0.292217] acpiphp: Slot [24] registered\n[ 0.293023] acpiphp: Slot [25] registered\n[ 0.293831] acpiphp: Slot [26] registered\n[ 0.294644] acpiphp: Slot [27] registered\n[ 0.295454] acpiphp: Slot [28] registered\n[ 0.296261] acpiphp: Slot [29] registered\n[ 0.297065] acpiphp: Slot [30] registered\n[ 0.297880] acpiphp: Slot [31] registered\n[ 0.298682] PCI host bridge to bus 0000:00\n[ 0.299488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300696] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313507] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321162] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372284] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377527] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378653] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380171] vgaarb: loaded\n[ 0.380762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381898] SCSI subsystem initialized\n[ 0.382701] ACPI: bus type USB registered\n[ 0.383503] usbcore: registered new interface driver usbfs\n[ 0.384513] usbcore: registered new interface driver hub\n[ 0.385504] usbcore: registered new device driver usb\n[ 0.386555] PCI: Using ACPI for IRQ routing\n[ 0.387575] NetLabel: Initializing\n[ 0.388293] NetLabel: domain hash size = 128\n[ 0.389133] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390063] NetLabel: unlabeled traffic allowed by default\n[ 0.391145] clocksource: Switched to clocksource kvm-clock\n[ 0.396635] AppArmor: AppArmor Filesystem Enabled\n[ 0.397584] pnp: PnP ACPI init\n[ 0.398485] pnp: PnP ACPI: found 5 devices\n[ 0.404840] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406510] NET: Registered protocol family 2\n[ 0.407456] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408707] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411012] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413230] NET: Registered protocol family 1\n[ 0.414085] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415186] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444262] Trying to unpack rootfs image as initramfs...\n[ 0.494264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508149] Scanning for low memory corruption every 60 seconds\n[ 0.509513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510642] audit: initializing netlink subsys (disabled)\n[ 0.511652] audit: type=2000 audit(1546065630.337:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.513853] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516937] zbud: loaded\n[ 0.517621] VFS: Disk quotas dquot_6.6.0\n[ 0.518441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519946] fuse init (API version 7.23)\n[ 0.520815] Key type big_key registered\n[ 0.521604] Allocating IMA MOK and blacklist keyrings.\n[ 0.522703] Key type asymmetric registered\n[ 0.523527] Asymmetric key parser 'x509' registered\n[ 0.524481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525920] io scheduler noop registered\n[ 0.526699] io scheduler deadline registered (default)\n[ 0.527683] io scheduler cfq registered\n[ 0.528884] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532604] ACPI: Power Button [PWRF]\n[ 0.533424] GHES: HEST is not enabled!\n[ 0.547098] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579925] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603823] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605946] Linux agpgart interface v0.103\n[ 0.608006] brd: module loaded\n[ 0.609183] loop: module loaded\n[ 0.613462] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614911] GPT:90111 != 2097151\n[ 0.615590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616680] GPT:90111 != 2097151\n[ 0.617347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618300] vda: vda1 vda15\n[ 0.619801] scsi host0: ata_piix\n[ 0.620536] scsi host1: ata_piix\n[ 0.621250] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622460] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623902] libphy: Fixed MDIO Bus: probed\n[ 0.624722] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625671] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627944] PPP generic driver version 2.4.2\n[ 0.628825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630122] ehci-pci: EHCI PCI platform driver\n[ 0.630992] ehci-platform: EHCI generic platform driver\n[ 0.631983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633104] ohci-pci: OHCI PCI platform driver\n[ 0.633966] ohci-platform: OHCI generic platform driver\n[ 0.634946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649348] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650379] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651822] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652837] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656605] usb usb1: Product: UHCI Host Controller\n[ 0.657547] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658681] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659677] hub 1-0:1.0: USB hub found\n[ 0.660449] hub 1-0:1.0: 2 ports detected\n[ 0.661346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663464] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665434] mousedev: PS/2 mouse device common for all mice\n[ 0.666697] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668533] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669612] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672008] i2c /dev entries driver\n[ 0.672766] device-mapper: uevent: version 1.0.3\n[ 0.673698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675323] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676609] NET: Registered protocol family 10\n[ 0.677596] NET: Registered protocol family 17\n[ 0.678486] Key type dns_resolver registered\n[ 0.679412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680499] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682236] registered taskstats version 1\n[ 0.683069] Loading compiled-in X.509 certificates\n[ 0.684508] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686344] zswap: loaded using pool lzo/zbud\n[ 0.687717] Key type trusted registered\n[ 0.689261] Key type encrypted registered\n[ 0.690079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692146] evm: HMAC attrs: 0x1\n[ 0.693070] Magic number: 14:982:671\n[ 0.693923] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:30 UTC (1546065630)\n[ 0.695513] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696619] EDD information not available.\n[ 0.780246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781807] Write protecting the kernel read-only data: 14336k\n[ 0.793682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795502] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.226447] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.17. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJAoE94suACU9ser8E/4XxrTpri5IpMCulzsF1fX5ef/trMZV1/AzLOX7bUXlIWSDvvBoVcLcEt6Few0B2Lyea7WFWOZP5xRX9gOsKhEASwQj/5M5i+nyPkHCbNtnHXSTgHHqCmdx8qRTKyJYgLE4O4uQeDug6KXR5KPQyQH29yI8JnQW2kFtNImEqNTnc+UvQ/wymInfAqXaLcf1B6TaXr22Nynibi1lL4w9u5MSubcIQ/bd07YCKONWmih+fXNHar6/SM5Lo3RNSAc+MjHgT5jC3GhgoH1JoEzv8NbRmh/GpWpN3ChrM4J0/ftqAOaTO8h+Yn2EM9283Cqxa61Ch root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAMnkhF9+9ZrRTtQ3ZFt/Zzr848RnccXT1kgTagI4lKztP8X3bPbNQRw7aSOTcLNnegZe3ajT4YWkzyKcTB3xfJFqn058NY7f0FkvtbFxtBHXz5noeZjB0Mcm2ScwRVo8A6Cmedbl/+NCLyjRrWJFVWa8vBSAyRahOpNbLelLcgcdAAAAFQCvghUQ2PXXQ8D5G/SdgK47M1qXrwAAAIBQx/yXeCUamJ2YFR9gMZBdYlQU8yHKMHElvKy3c2b1BCvEW34yp2BGs0TA0KUT1Mj08KOZkN0J5VgVEhv9Je+iC1igxmHIVrFdCKJwKwXzSyY8j/gUaMM0niM5m4LlW8EWUeorLuLjH9pzgP+POvXkrzJRvosxOahPapwRNc0TDQAAAIAcsZW2zgzB/HpOQjpsqPL0F1KFxxIV0x5uym3vWNUFoHVaMWCgAb2/+Smw9/+2XCYA/FPeV66q7oGP4w/hV88QcJTsIZspsKO6gwj4R6wRGGnn8u7Tk+magyb4sIU+mUddeCKpLcD2lkk5Hqj0VLpMLMGyg0+7j2U4Dwb5E26VKQ== 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.7,24,fe80::f816:3eff:fe96:1bf3/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: /dev/root resized successfully [took 1.63s]\n"} 2018-12-29 06:41:36,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-64acdd50-39a6-4d65-b2cb-86c96126d87c 2018-12-29 06:41:38,523 - sdnvpn_test_utils - INFO - Waiting for instance 034a86e2-9c81-4122-9d7d-52e019aae31b to boot up 2018-12-29 06:41:38,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673125e4cef3adbf99ce477ac67b95f55544c244" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:39,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-d11563f2-90f5-4d58-8c4c-4c668ee8973c x-compute-request-id: req-d11563f2-90f5-4d58-8c4c-4c668ee8973c Content-Encoding: gzip Content-Length: 10903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470560184 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132086] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133787] pid_max: default: 32768 minimum: 301\n[ 0.134707] ACPI: Core revision 20150930\n[ 0.136119] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137468] Security Framework initialized\n[ 0.138294] Yama: becoming mindful.\n[ 0.139028] AppArmor: AppArmor initialized\n[ 0.139915] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141295] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142625] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145311] Initializing cgroup subsys io\n[ 0.146154] Initializing cgroup subsys memory\n[ 0.147027] Initializing cgroup subsys devices\n[ 0.147939] Initializing cgroup subsys freezer\n[ 0.148840] Initializing cgroup subsys net_cls\n[ 0.149738] Initializing cgroup subsys perf_event\n[ 0.150680] Initializing cgroup subsys net_prio\n[ 0.151593] Initializing cgroup subsys hugetlb\n[ 0.152494] Initializing cgroup subsys pids\n[ 0.153397] CPU: Physical Processor ID: 0\n[ 0.154920] mce: CPU supports 10 MCE banks\n[ 0.155807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156839] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174828] ftrace: allocating 31920 entries in 125 pages\n[ 0.201088] smpboot: Max logical packages: 1\n[ 0.201965] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203401] x2apic enabled\n[ 0.204230] Switched APIC routing to physical x2apic.\n[ 0.206046] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207241] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209362] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211261] KVM setup paravirtual spinlock\n[ 0.212603] x86: Booted up 1 node, 1 CPUs\n[ 0.213467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214923] devtmpfs: initialized\n[ 0.216685] evm: security.selinux\n[ 0.217416] evm: security.SMACK64\n[ 0.218119] evm: security.SMACK64EXEC\n[ 0.218870] evm: security.SMACK64TRANSMUTE\n[ 0.219710] evm: security.SMACK64MMAP\n[ 0.220483] evm: security.ima\n[ 0.221136] evm: security.capability\n[ 0.221944] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223862] pinctrl core: initialized pinctrl subsystem\n[ 0.224983] RTC time: 6:40:41, date: 12/29/18\n[ 0.225959] NET: Registered protocol family 16\n[ 0.226949] cpuidle: using governor ladder\n[ 0.227794] cpuidle: using governor menu\n[ 0.228614] PCCT header not found.\n[ 0.229382] ACPI: bus type PCI registered\n[ 0.230211] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231494] PCI: Using configuration type 1 for base access\n[ 0.233285] ACPI: Added _OSI(Module Device)\n[ 0.234148] ACPI: Added _OSI(Processor Device)\n[ 0.235017] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235944] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238147] ACPI: Interpreter enabled\n[ 0.238928] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246564] ACPI: (supports S0 S5)\n[ 0.247295] ACPI: Using IOAPIC for interrupt routing\n[ 0.248407] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251626] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252825] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254142] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255412] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257756] acpiphp: Slot [3] registered\n[ 0.258609] acpiphp: Slot [4] registered\n[ 0.259483] acpiphp: Slot [5] registered\n[ 0.260332] acpiphp: Slot [6] registered\n[ 0.261162] acpiphp: Slot [7] registered\n[ 0.261988] acpiphp: Slot [8] registered\n[ 0.262840] acpiphp: Slot [9] registered\n[ 0.263664] acpiphp: Slot [10] registered\n[ 0.264509] acpiphp: Slot [11] registered\n[ 0.265382] acpiphp: Slot [12] registered\n[ 0.266214] acpiphp: Slot [13] registered\n[ 0.267047] acpiphp: Slot [14] registered\n[ 0.267908] acpiphp: Slot [15] registered\n[ 0.278751] acpiphp: Slot [16] registered\n[ 0.279598] acpiphp: Slot [17] registered\n[ 0.280433] acpiphp: Slot [18] registered\n[ 0.281269] acpiphp: Slot [19] registered\n[ 0.282103] acpiphp: Slot [20] registered\n[ 0.282948] acpiphp: Slot [21] registered\n[ 0.283782] acpiphp: Slot [22] registered\n[ 0.284630] acpiphp: Slot [23] registered\n[ 0.285463] acpiphp: Slot [24] registered\n[ 0.286300] acpiphp: Slot [25] registered\n[ 0.287142] acpiphp: Slot [26] registered\n[ 0.287966] acpiphp: Slot [27] registered\n[ 0.288810] acpiphp: Slot [28] registered\n[ 0.289660] acpiphp: Slot [29] registered\n[ 0.290491] acpiphp: Slot [30] registered\n[ 0.291332] acpiphp: Slot [31] registered\n[ 0.292171] PCI host bridge to bus 0000:00\n[ 0.292994] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297045] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298590] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306443] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309048] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315426] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316897] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364866] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366361] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367790] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369207] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371902] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372987] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374606] vgaarb: loaded\n[ 0.375224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376383] SCSI subsystem initialized\n[ 0.377218] ACPI: bus type USB registered\n[ 0.378045] usbcore: registered new interface driver usbfs\n[ 0.379104] usbcore: registered new interface driver hub\n[ 0.380129] usbcore: registered new device driver usb\n[ 0.381199] PCI: Using ACPI for IRQ routing\n[ 0.382235] NetLabel: Initializing\n[ 0.382961] NetLabel: domain hash size = 128\n[ 0.383832] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384800] NetLabel: unlabeled traffic allowed by default\n[ 0.385934] clocksource: Switched to clocksource kvm-clock\n[ 0.391385] AppArmor: AppArmor Filesystem Enabled\n[ 0.392371] pnp: PnP ACPI init\n[ 0.393296] pnp: PnP ACPI: found 5 devices\n[ 0.399696] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401496] NET: Registered protocol family 2\n[ 0.402501] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403824] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405062] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407404] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408596] NET: Registered protocol family 1\n[ 0.409505] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410636] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411734] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425815] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440180] Trying to unpack rootfs image as initramfs...\n[ 0.489584] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503548] Scanning for low memory corruption every 60 seconds\n[ 0.504876] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506083] audit: initializing netlink subsys (disabled)\n[ 0.507135] audit: type=2000 audit(1546065642.606:1): initialized\n[ 0.508470] Initialise system trusted keyring\n[ 0.509441] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513339] VFS: Disk quotas dquot_6.6.0\n[ 0.514189] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515746] fuse init (API version 7.23)\n[ 0.516660] Key type big_key registered\n[ 0.517491] Allocating IMA MOK and blacklist keyrings.\n[ 0.518630] Key type asymmetric registered\n[ 0.519470] Asymmetric key parser 'x509' registered\n[ 0.520444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522319] io scheduler noop registered\n[ 0.523140] io scheduler deadline registered (default)\n[ 0.524149] io scheduler cfq registered\n[ 0.524990] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526090] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527385] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528871] ACPI: Power Button [PWRF]\n[ 0.529726] GHES: HEST is not enabled!\n[ 0.543521] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571443] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573762] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599206] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601448] Linux agpgart interface v0.103\n[ 0.603484] brd: module loaded\n[ 0.604613] loop: module loaded\n[ 0.609247] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610681] GPT:90111 != 2097151\n[ 0.611348] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612413] GPT:90111 != 2097151\n[ 0.613067] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614011] vda: vda1 vda15\n[ 0.615692] scsi host0: ata_piix\n[ 0.616414] scsi host1: ata_piix\n[ 0.617133] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618338] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619764] libphy: Fixed MDIO Bus: probed\n[ 0.620574] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623704] PPP generic driver version 2.4.2\n[ 0.624584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625931] ehci-pci: EHCI PCI platform driver\n[ 0.626809] ehci-platform: EHCI generic platform driver\n[ 0.627792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628898] ohci-pci: OHCI PCI platform driver\n[ 0.629750] ohci-platform: OHCI generic platform driver\n[ 0.630738] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645188] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646168] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647592] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649696] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650894] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652284] usb usb1: Product: UHCI Host Controller\n[ 0.653196] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654314] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655302] hub 1-0:1.0: USB hub found\n[ 0.656061] hub 1-0:1.0: 2 ports detected\n[ 0.656944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660966] mousedev: PS/2 mouse device common for all mice\n[ 0.662208] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664005] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665077] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666263] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667438] i2c /dev entries driver\n[ 0.668187] device-mapper: uevent: version 1.0.3\n[ 0.669118] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670722] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671968] NET: Registered protocol family 10\n[ 0.672936] NET: Registered protocol family 17\n[ 0.673805] Key type dns_resolver registered\n[ 0.674724] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675801] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677519] registered taskstats version 1\n[ 0.678350] Loading compiled-in X.509 certificates\n[ 0.679788] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681606] zswap: loaded using pool lzo/zbud\n[ 0.682957] Key type trusted registered\n[ 0.684484] Key type encrypted registered\n[ 0.685297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686316] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687343] evm: HMAC attrs: 0x1\n[ 0.688260] Magic number: 14:982:671\n[ 0.689098] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:42 UTC (1546065642)\n[ 0.690667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691760] EDD information not available.\n[ 0.778891] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780435] Write protecting the kernel read-only data: 14336k\n[ 0.792229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794006] 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.835704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.14...\nLease of 10.10.11.14 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.33. iid=i-00000153\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDSO0dEGaZrF6dU9fzcYpFWvV1k4T57BAMoPwO3LGU2RMnFsrTX2D5j1ojDc89lEab8DPIyt0kK7qvHQ91wU7w1EkbNmZBIVyHL6nfzexEKg07U8yv/CpErR683OyugGJk/zQ6LqDrhZMAe7OLKBD2COryyPj9E0ZZ0YnVlvOuzMalVhgGi/eP8XcUpuuGymhrrayB62aSyKZWXdfUloEjbzomerUm1u5cx9L1rw1lRkaEjV3PoOeZ/7aYRYsAfXCg8WlUlbKNb3yxIzeBEegA9TnioTfIH6k6eHjcv/hoWDxXBXjZoocxF1Zvz9wbS6GSenZMgOsXODXxe7uG9pB8h root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOBTMBKaGvml00ExUgrgbbmXzowmg+Q5Q/c68ODEgpQz+fyKwRmZOkwkw2gAThpETNn8l5RdkqBXshFgR8DFi9m+4cGGe5QHfArN1LJCSlqqzxh5se4NIB6fS9Z15zXndGJ74qpWa3nTBeVhbuTFO/Bl/WV3PERoOTCVmQ4TobbpAAAAFQCbUTMuF//LDlVMyTZZoq4x6zbYRwAAAIBysJQHr8YlyZp0bKZQvqkssPWX9C+iItZxJ4yH+ims1WoVwNrm5oH9umWtYR2GTmgmzgMBYcLI/Wfe7yLLmaVDIerkPcHe+MqRrKpIGrlFlGnQPyxiCY6kRuR5DZWERgOOW7nmek4sARN1jTQTtTrzc5BR1MQIu8gcPNtvO7hCHQAAAIEA3EXAL97kZGyPQRLwUd5/w/FlTKVPp0GcKx0868qWFv0JkKV4ltUIDKgxdDFwg2gqK8OkvkN6w/Up9vsyTFk3NXDW5Bzr9ruOoTbPZdXs8b+9c2T78nM96/S/bgt5k2bdW9zCF3GMXoj/uFZ1ci7oiZn3Qs07tP5DzMLWZmd6+0g= 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.14,24,fe80::f816:3eff:fe13:b294/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.14 \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-00000153\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.06 ===\n/dev/root resized successfully [took 1.71s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:13:B2:94 \n inet addr:10.10.11.14 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe13:b294/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:7880 (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.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-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.126509] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.126513] usb 1-1: Product: QEMU USB Tablet\n[ 1.126515] usb 1-1: Manufacturer: QEMU\n[ 1.126517] usb 1-1: SerialNumber: 42\n[ 1.407989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.424436] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.501976] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.501978] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.185466] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.604566] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:40:43 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:40:43 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:40:43 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)\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:40:43 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:40:43 cirros kern.info kernel: [ 1.501976] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nDec 29 06:40:43 cirros kern.info kernel: [ 1.501978] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nDec 29 06:40:44 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:40:44 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:40:44 cirros kern.info kernel: [ 3.185466] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:40:45 cirros kern.info kernel: [ 3.604566] 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-12-29 06:41:39,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action used request id req-d11563f2-90f5-4d58-8c4c-4c668ee8973c 2018-12-29 06:41:41,636 - sdnvpn_test_utils - INFO - Waiting for instance 889ed5cc-8530-41cc-af11-95cb771252c9 to boot up 2018-12-29 06:41:41,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:42,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-807af98e-f674-4e90-a08b-2e92535bfdf1 x-compute-request-id: req-807af98e-f674-4e90-a08b-2e92535bfdf1 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:42,767 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-807af98e-f674-4e90-a08b-2e92535bfdf1 2018-12-29 06:41:44,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:45,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-b9f800fd-938b-4949-89ce-2677a8bc03c9 x-compute-request-id: req-b9f800fd-938b-4949-89ce-2677a8bc03c9 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:45,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-b9f800fd-938b-4949-89ce-2677a8bc03c9 2018-12-29 06:41:47,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:48,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-a6adfee6-6974-48d6-8a90-cd3568916d17 x-compute-request-id: req-a6adfee6-6974-48d6-8a90-cd3568916d17 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:48,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-a6adfee6-6974-48d6-8a90-cd3568916d17 2018-12-29 06:41:50,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:52,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-61c68d47-d260-4940-b124-009c08a0838a x-compute-request-id: req-61c68d47-d260-4940-b124-009c08a0838a Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:52,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-61c68d47-d260-4940-b124-009c08a0838a 2018-12-29 06:41:54,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:55,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b94deced-98a3-4782-813a-ea3834460a56 x-compute-request-id: req-b94deced-98a3-4782-813a-ea3834460a56 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:55,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-b94deced-98a3-4782-813a-ea3834460a56 2018-12-29 06:41:57,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:41:58,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba97fb93-356b-41f7-8b32-d8bb0fe34e71 x-compute-request-id: req-ba97fb93-356b-41f7-8b32-d8bb0fe34e71 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:41:58,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-ba97fb93-356b-41f7-8b32-d8bb0fe34e71 2018-12-29 06:42:00,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:01,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d476cf3f-a5cc-4242-b109-38f7e0db0b32 x-compute-request-id: req-d476cf3f-a5cc-4242-b109-38f7e0db0b32 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:42:01,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-d476cf3f-a5cc-4242-b109-38f7e0db0b32 2018-12-29 06:42:03,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:04,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b1f9d68-8a15-47e9-ad34-eabf20d85a73 x-compute-request-id: req-7b1f9d68-8a15-47e9-ad34-eabf20d85a73 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:42:04,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-7b1f9d68-8a15-47e9-ad34-eabf20d85a73 2018-12-29 06:42:06,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:07,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-8068f958-5598-47c4-9d19-a68a024b2c2a x-compute-request-id: req-8068f958-5598-47c4-9d19-a68a024b2c2a Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:42:07,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-8068f958-5598-47c4-9d19-a68a024b2c2a 2018-12-29 06:42:09,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:10,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-f7d230e5-9efb-44e4-ba9c-8cb73fc7eb4c x-compute-request-id: req-f7d230e5-9efb-44e4-ba9c-8cb73fc7eb4c Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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-12-29 06:42:10,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-f7d230e5-9efb-44e4-ba9c-8cb73fc7eb4c 2018-12-29 06:42:12,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:13,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-79337547-f3e6-4731-bcfe-9c7002579d90 x-compute-request-id: req-79337547-f3e6-4731-bcfe-9c7002579d90 Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\n"} 2018-12-29 06:42:13,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-79337547-f3e6-4731-bcfe-9c7002579d90 2018-12-29 06:42:15,649 - sdnvpn_test_utils - INFO - Waiting for instance 39b89bd1-3358-42ee-a98e-36787bc5dc68 to boot up 2018-12-29 06:42:15,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:16,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-069f4edb-6f32-4e5c-ae98-d02cb8246859 x-compute-request-id: req-069f4edb-6f32-4e5c-ae98-d02cb8246859 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 530259646 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129038] pid_max: default: 32768 minimum: 301\n[ 0.129862] ACPI: Core revision 20150930\n[ 0.131190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132389] Security Framework initialized\n[ 0.133138] Yama: becoming mindful.\n[ 0.133808] AppArmor: AppArmor initialized\n[ 0.134599] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135826] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136998] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138093] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139384] Initializing cgroup subsys io\n[ 0.140135] Initializing cgroup subsys memory\n[ 0.140923] Initializing cgroup subsys devices\n[ 0.141725] Initializing cgroup subsys freezer\n[ 0.142520] Initializing cgroup subsys net_cls\n[ 0.143326] Initializing cgroup subsys perf_event\n[ 0.144164] Initializing cgroup subsys net_prio\n[ 0.144973] Initializing cgroup subsys hugetlb\n[ 0.145768] Initializing cgroup subsys pids\n[ 0.146576] CPU: Physical Processor ID: 0\n[ 0.148007] mce: CPU supports 10 MCE banks\n[ 0.149004] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167794] ftrace: allocating 31920 entries in 125 pages\n[ 0.193919] smpboot: Max logical packages: 1\n[ 0.194766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196080] x2apic enabled\n[ 0.196868] Switched APIC routing to physical x2apic.\n[ 0.198581] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203305] KVM setup paravirtual spinlock\n[ 0.204588] x86: Booted up 1 node, 1 CPUs\n[ 0.205384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206731] devtmpfs: initialized\n[ 0.208428] evm: security.selinux\n[ 0.209106] evm: security.SMACK64\n[ 0.209773] evm: security.SMACK64EXEC\n[ 0.210495] evm: security.SMACK64TRANSMUTE\n[ 0.211275] evm: security.SMACK64MMAP\n[ 0.211992] evm: security.ima\n[ 0.212619] evm: security.capability\n[ 0.213402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215189] pinctrl core: initialized pinctrl subsystem\n[ 0.216245] RTC time: 6:40:55, date: 12/29/18\n[ 0.217186] NET: Registered protocol family 16\n[ 0.218129] cpuidle: using governor ladder\n[ 0.218914] cpuidle: using governor menu\n[ 0.219674] PCCT header not found.\n[ 0.220399] ACPI: bus type PCI registered\n[ 0.221182] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222381] PCI: Using configuration type 1 for base access\n[ 0.224126] ACPI: Added _OSI(Module Device)\n[ 0.224935] ACPI: Added _OSI(Processor Device)\n[ 0.225772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226642] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228733] ACPI: Interpreter enabled\n[ 0.229474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237216] ACPI: (supports S0 S5)\n[ 0.238037] ACPI: Using IOAPIC for interrupt routing\n[ 0.239269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242681] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244073] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245559] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249820] acpiphp: Slot [3] registered\n[ 0.250741] acpiphp: Slot [4] registered\n[ 0.251656] acpiphp: Slot [5] registered\n[ 0.252568] acpiphp: Slot [6] registered\n[ 0.253478] acpiphp: Slot [7] registered\n[ 0.254428] acpiphp: Slot [8] registered\n[ 0.255349] acpiphp: Slot [9] registered\n[ 0.256254] acpiphp: Slot [10] registered\n[ 0.257191] acpiphp: Slot [11] registered\n[ 0.258147] acpiphp: Slot [12] registered\n[ 0.259089] acpiphp: Slot [13] registered\n[ 0.260009] acpiphp: Slot [14] registered\n[ 0.260932] acpiphp: Slot [15] registered\n[ 0.271706] acpiphp: Slot [16] registered\n[ 0.272652] acpiphp: Slot [17] registered\n[ 0.273585] acpiphp: Slot [18] registered\n[ 0.274544] acpiphp: Slot [19] registered\n[ 0.275492] acpiphp: Slot [20] registered\n[ 0.276445] acpiphp: Slot [21] registered\n[ 0.277411] acpiphp: Slot [22] registered\n[ 0.278369] acpiphp: Slot [23] registered\n[ 0.279313] acpiphp: Slot [24] registered\n[ 0.280261] acpiphp: Slot [25] registered\n[ 0.281222] acpiphp: Slot [26] registered\n[ 0.282173] acpiphp: Slot [27] registered\n[ 0.283128] acpiphp: Slot [28] registered\n[ 0.284083] acpiphp: Slot [29] registered\n[ 0.285024] acpiphp: Slot [30] registered\n[ 0.285984] acpiphp: Slot [31] registered\n[ 0.286943] PCI host bridge to bus 0000:00\n[ 0.287899] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289304] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290719] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292384] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294045] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300510] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304914] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358694] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360345] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365086] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369407] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371188] vgaarb: loaded\n[ 0.371860] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373143] SCSI subsystem initialized\n[ 0.374071] ACPI: bus type USB registered\n[ 0.375011] usbcore: registered new interface driver usbfs\n[ 0.376267] usbcore: registered new interface driver hub\n[ 0.377498] usbcore: registered new device driver usb\n[ 0.378691] PCI: Using ACPI for IRQ routing\n[ 0.379834] NetLabel: Initializing\n[ 0.380652] NetLabel: domain hash size = 128\n[ 0.381629] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382717] NetLabel: unlabeled traffic allowed by default\n[ 0.383969] clocksource: Switched to clocksource kvm-clock\n[ 0.389559] AppArmor: AppArmor Filesystem Enabled\n[ 0.390671] pnp: PnP ACPI init\n[ 0.391655] pnp: PnP ACPI: found 5 devices\n[ 0.398107] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399747] NET: Registered protocol family 2\n[ 0.400695] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403060] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404189] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405230] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406348] NET: Registered protocol family 1\n[ 0.407187] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437453] Trying to unpack rootfs image as initramfs...\n[ 0.487051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501027] Scanning for low memory corruption every 60 seconds\n[ 0.502327] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503436] audit: initializing netlink subsys (disabled)\n[ 0.504438] audit: type=2000 audit(1546065656.223:1): initialized\n[ 0.505709] Initialise system trusted keyring\n[ 0.506612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509677] zbud: loaded\n[ 0.510364] VFS: Disk quotas dquot_6.6.0\n[ 0.511156] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512629] fuse init (API version 7.23)\n[ 0.513505] Key type big_key registered\n[ 0.514280] Allocating IMA MOK and blacklist keyrings.\n[ 0.515723] Key type asymmetric registered\n[ 0.516541] Asymmetric key parser 'x509' registered\n[ 0.517475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518888] io scheduler noop registered\n[ 0.519659] io scheduler deadline registered (default)\n[ 0.520622] io scheduler cfq registered\n[ 0.521436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525101] ACPI: Power Button [PWRF]\n[ 0.525910] GHES: HEST is not enabled!\n[ 0.539571] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604467] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606623] Linux agpgart interface v0.103\n[ 0.608716] brd: module loaded\n[ 0.609953] loop: module loaded\n[ 0.615816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617250] GPT:90111 != 2097151\n[ 0.617912] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618983] GPT:90111 != 2097151\n[ 0.619661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620606] vda: vda1 vda15\n[ 0.622000] scsi host0: ata_piix\n[ 0.622727] scsi host1: ata_piix\n[ 0.623428] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624619] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626030] libphy: Fixed MDIO Bus: probed\n[ 0.626831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627758] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629912] PPP generic driver version 2.4.2\n[ 0.630779] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631996] ehci-pci: EHCI PCI platform driver\n[ 0.632850] ehci-platform: EHCI generic platform driver\n[ 0.633810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634899] ohci-pci: OHCI PCI platform driver\n[ 0.635748] ohci-platform: OHCI generic platform driver\n[ 0.636711] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653478] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654491] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655579] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658152] usb usb1: Product: UHCI Host Controller\n[ 0.659052] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660184] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661162] hub 1-0:1.0: USB hub found\n[ 0.661918] hub 1-0:1.0: 2 ports detected\n[ 0.662796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665826] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666824] mousedev: PS/2 mouse device common for all mice\n[ 0.668043] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669845] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672086] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673248] i2c /dev entries driver\n[ 0.673988] device-mapper: uevent: version 1.0.3\n[ 0.674903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676501] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677756] NET: Registered protocol family 10\n[ 0.678717] NET: Registered protocol family 17\n[ 0.679586] Key type dns_resolver registered\n[ 0.680497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681568] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683279] registered taskstats version 1\n[ 0.684106] Loading compiled-in X.509 certificates\n[ 0.685528] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687337] zswap: loaded using pool lzo/zbud\n[ 0.688685] Key type trusted registered\n[ 0.690222] Key type encrypted registered\n[ 0.691039] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693090] evm: HMAC attrs: 0x1\n[ 0.694367] Magic number: 14:982:671\n[ 0.695219] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:56 UTC (1546065656)\n[ 0.696785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697873] EDD information not available.\n[ 0.780542] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781955] ata1.00: configured for MWDMA2\n[ 0.783137] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795885] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797105] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798332] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800190] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801705] Write protecting the kernel read-only data: 14336k\n[ 0.803247] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805044] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225530] 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.12...\nLease of 10.10.11.12 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 2.32s]\n"} 2018-12-29 06:42:16,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action used request id req-069f4edb-6f32-4e5c-ae98-d02cb8246859 2018-12-29 06:42:18,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:19,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-342ccdaa-fc86-4772-969f-a3e58da0baff x-compute-request-id: req-342ccdaa-fc86-4772-969f-a3e58da0baff Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\n"} 2018-12-29 06:42:19,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-342ccdaa-fc86-4772-969f-a3e58da0baff 2018-12-29 06:42:19,847 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-2' (10.10.10.14). -->Expected result: can ping. 2018-12-29 06:42:19,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:20,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed4e706c-f121-4623-acd0-7089678838e2 x-compute-request-id: req-ed4e706c-f121-4623-acd0-7089678838e2 Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\n"} 2018-12-29 06:42:20,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-ed4e706c-f121-4623-acd0-7089678838e2 2018-12-29 06:42:21,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:23,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0df8752c-b747-4dd6-bf32-2295f5488ad6 x-compute-request-id: req-0df8752c-b747-4dd6-bf32-2295f5488ad6 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:23,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-0df8752c-b747-4dd6-bf32-2295f5488ad6 2018-12-29 06:42:23,044 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-12-29 06:42:23,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:24,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cccd96e0-cd7b-47aa-a08b-27093ae5946a x-compute-request-id: req-cccd96e0-cd7b-47aa-a08b-27093ae5946a 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:24,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-cccd96e0-cd7b-47aa-a08b-27093ae5946a 2018-12-29 06:42:24,123 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-3' (10.10.10.7). -->Expected result: can ping. 2018-12-29 06:42:24,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:25,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78f74fbc-0ba5-4ecb-bfa8-894cb6202c40 x-compute-request-id: req-78f74fbc-0ba5-4ecb-bfa8-894cb6202c40 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:25,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-78f74fbc-0ba5-4ecb-bfa8-894cb6202c40 2018-12-29 06:42:26,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:27,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7aca0b9-31de-4ba4-88ca-9c9b991be6f4 x-compute-request-id: req-f7aca0b9-31de-4ba4-88ca-9c9b991be6f4 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:27,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-f7aca0b9-31de-4ba4-88ca-9c9b991be6f4 2018-12-29 06:42:28,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:29,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-bcf1b749-60fa-42d9-841b-e7e93a198387 x-compute-request-id: req-bcf1b749-60fa-42d9-841b-e7e93a198387 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:29,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-bcf1b749-60fa-42d9-841b-e7e93a198387 2018-12-29 06:42:30,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:31,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-26e56c8f-8929-46f8-8d5d-f45ed9cb6d9d x-compute-request-id: req-26e56c8f-8929-46f8-8d5d-f45ed9cb6d9d 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:31,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-26e56c8f-8929-46f8-8d5d-f45ed9cb6d9d 2018-12-29 06:42:32,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:33,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f8bf2f0-afbb-4071-8d55-39383254a24e x-compute-request-id: req-2f8bf2f0-afbb-4071-8d55-39383254a24e 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:33,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-2f8bf2f0-afbb-4071-8d55-39383254a24e 2018-12-29 06:42:34,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:35,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06: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-bec10ae9-9192-47f0-908e-2ecbe33df9e2 x-compute-request-id: req-bec10ae9-9192-47f0-908e-2ecbe33df9e2 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:35,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-bec10ae9-9192-47f0-908e-2ecbe33df9e2 2018-12-29 06:42:36,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:37,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-6f259b28-f824-48a6-9157-fdcd4d20ca5c x-compute-request-id: req-6f259b28-f824-48a6-9157-fdcd4d20ca5c 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:37,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-6f259b28-f824-48a6-9157-fdcd4d20ca5c 2018-12-29 06:42:38,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:39,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42: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-78c062ca-f68a-4713-89cf-024143407c1c x-compute-request-id: req-78c062ca-f68a-4713-89cf-024143407c1c 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\n"} 2018-12-29 06:42:39,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-78c062ca-f68a-4713-89cf-024143407c1c 2018-12-29 06:42:40,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:41,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2156203-9937-4e4e-9426-92861053b835 x-compute-request-id: req-c2156203-9937-4e4e-9426-92861053b835 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:41,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-c2156203-9937-4e4e-9426-92861053b835 2018-12-29 06:42:41,863 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-3' 2018-12-29 06:42:41,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:42,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-427c5ed9-5776-4786-aed1-afee0fa4e14f x-compute-request-id: req-427c5ed9-5776-4786-aed1-afee0fa4e14f Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:42,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-427c5ed9-5776-4786-aed1-afee0fa4e14f 2018-12-29 06:42:42,933 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-4' (10.10.11.12). -->Expected result: cannot ping. 2018-12-29 06:42:42,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:44,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fa81e11-a65f-41a1-8c9b-751adab67a38 x-compute-request-id: req-6fa81e11-a65f-41a1-8c9b-751adab67a38 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:44,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-6fa81e11-a65f-41a1-8c9b-751adab67a38 2018-12-29 06:42:45,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:46,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffc06647-92d7-4fb3-8089-4573ff29a862 x-compute-request-id: req-ffc06647-92d7-4fb3-8089-4573ff29a862 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:46,080 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-ffc06647-92d7-4fb3-8089-4573ff29a862 2018-12-29 06:42:47,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:48,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-313fdc49-b941-45be-9be0-77d23290bd22 x-compute-request-id: req-313fdc49-b941-45be-9be0-77d23290bd22 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:48,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-313fdc49-b941-45be-9be0-77d23290bd22 2018-12-29 06:42:49,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:50,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3841a83-811d-46de-ae94-3f4adfa76c20 x-compute-request-id: req-c3841a83-811d-46de-ae94-3f4adfa76c20 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:50,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-c3841a83-811d-46de-ae94-3f4adfa76c20 2018-12-29 06:42:51,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:52,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70f604b7-678f-4542-9413-c867ba0c7b59 x-compute-request-id: req-70f604b7-678f-4542-9413-c867ba0c7b59 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:52,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-70f604b7-678f-4542-9413-c867ba0c7b59 2018-12-29 06:42:53,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:54,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06f051a8-f52b-4f1d-a294-c6aed01ff59c x-compute-request-id: req-06f051a8-f52b-4f1d-a294-c6aed01ff59c Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:54,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-06f051a8-f52b-4f1d-a294-c6aed01ff59c 2018-12-29 06:42:55,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:56,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-725d5248-c869-4f6f-b4c2-a0669f12a0c3 x-compute-request-id: req-725d5248-c869-4f6f-b4c2-a0669f12a0c3 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:56,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-725d5248-c869-4f6f-b4c2-a0669f12a0c3 2018-12-29 06:42:57,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:42:58,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d529305-31e7-4f92-8970-873e29f75653 x-compute-request-id: req-7d529305-31e7-4f92-8970-873e29f75653 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\n"} 2018-12-29 06:42:58,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-7d529305-31e7-4f92-8970-873e29f75653 2018-12-29 06:42:59,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b1da88bc58d87f96527e61bd943ef079299c1a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:43:00,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6038e6da-74c4-4586-87eb-6887fecbf45d x-compute-request-id: req-6038e6da-74c4-4586-87eb-6887fecbf45d 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 538919585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137164] pid_max: default: 32768 minimum: 301\n[ 0.138094] ACPI: Core revision 20150930\n[ 0.139500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140847] Security Framework initialized\n[ 0.141687] Yama: becoming mindful.\n[ 0.142437] AppArmor: AppArmor initialized\n[ 0.143357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147336] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148776] Initializing cgroup subsys io\n[ 0.149617] Initializing cgroup subsys memory\n[ 0.150512] Initializing cgroup subsys devices\n[ 0.151421] Initializing cgroup subsys freezer\n[ 0.152313] Initializing cgroup subsys net_cls\n[ 0.153222] Initializing cgroup subsys perf_event\n[ 0.154200] Initializing cgroup subsys net_prio\n[ 0.155131] Initializing cgroup subsys hugetlb\n[ 0.156037] Initializing cgroup subsys pids\n[ 0.156934] CPU: Physical Processor ID: 0\n[ 0.158467] mce: CPU supports 10 MCE banks\n[ 0.159360] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178067] ftrace: allocating 31920 entries in 125 pages\n[ 0.204664] smpboot: Max logical packages: 1\n[ 0.205549] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206969] x2apic enabled\n[ 0.207826] Switched APIC routing to physical x2apic.\n[ 0.209650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210843] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214828] KVM setup paravirtual spinlock\n[ 0.216133] x86: Booted up 1 node, 1 CPUs\n[ 0.216998] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218471] devtmpfs: initialized\n[ 0.220231] evm: security.selinux\n[ 0.220985] evm: security.SMACK64\n[ 0.221704] evm: security.SMACK64EXEC\n[ 0.222463] evm: security.SMACK64TRANSMUTE\n[ 0.223294] evm: security.SMACK64MMAP\n[ 0.224098] evm: security.ima\n[ 0.224788] evm: security.capability\n[ 0.225606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227524] pinctrl core: initialized pinctrl subsystem\n[ 0.228658] RTC time: 6:41:08, date: 12/29/18\n[ 0.229643] NET: Registered protocol family 16\n[ 0.230637] cpuidle: using governor ladder\n[ 0.231484] cpuidle: using governor menu\n[ 0.232297] PCCT header not found.\n[ 0.233081] ACPI: bus type PCI registered\n[ 0.233928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235255] PCI: Using configuration type 1 for base access\n[ 0.237050] ACPI: Added _OSI(Module Device)\n[ 0.237918] ACPI: Added _OSI(Processor Device)\n[ 0.238800] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241899] ACPI: Interpreter enabled\n[ 0.242681] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250367] ACPI: (supports S0 S5)\n[ 0.251094] ACPI: Using IOAPIC for interrupt routing\n[ 0.252209] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255464] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256642] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257918] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261558] acpiphp: Slot [3] registered\n[ 0.262425] acpiphp: Slot [4] registered\n[ 0.263264] acpiphp: Slot [5] registered\n[ 0.264084] acpiphp: Slot [6] registered\n[ 0.264951] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266612] acpiphp: Slot [9] registered\n[ 0.267438] acpiphp: Slot [10] registered\n[ 0.268272] acpiphp: Slot [11] registered\n[ 0.269136] acpiphp: Slot [12] registered\n[ 0.269995] acpiphp: Slot [13] registered\n[ 0.270848] acpiphp: Slot [14] registered\n[ 0.271738] acpiphp: Slot [15] registered\n[ 0.282629] acpiphp: Slot [16] registered\n[ 0.283521] acpiphp: Slot [17] registered\n[ 0.284363] acpiphp: Slot [18] registered\n[ 0.285216] acpiphp: Slot [19] registered\n[ 0.286078] acpiphp: Slot [20] registered\n[ 0.286930] acpiphp: Slot [21] registered\n[ 0.287771] acpiphp: Slot [22] registered\n[ 0.288619] acpiphp: Slot [23] registered\n[ 0.289524] acpiphp: Slot [24] registered\n[ 0.290360] acpiphp: Slot [25] registered\n[ 0.291206] acpiphp: Slot [26] registered\n[ 0.292050] acpiphp: Slot [27] registered\n[ 0.292887] acpiphp: Slot [28] registered\n[ 0.293760] acpiphp: Slot [29] registered\n[ 0.294624] acpiphp: Slot [30] registered\n[ 0.295563] acpiphp: Slot [31] registered\n[ 0.296427] PCI host bridge to bus 0000:00\n[ 0.297269] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299816] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310451] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311633] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312963] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367120] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370125] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378274] vgaarb: loaded\n[ 0.378886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380014] SCSI subsystem initialized\n[ 0.380834] ACPI: bus type USB registered\n[ 0.381646] usbcore: registered new interface driver usbfs\n[ 0.382671] usbcore: registered new interface driver hub\n[ 0.383670] usbcore: registered new device driver usb\n[ 0.384719] PCI: Using ACPI for IRQ routing\n[ 0.385755] NetLabel: Initializing\n[ 0.386471] NetLabel: domain hash size = 128\n[ 0.387319] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388275] NetLabel: unlabeled traffic allowed by default\n[ 0.389364] clocksource: Switched to clocksource kvm-clock\n[ 0.394822] AppArmor: AppArmor Filesystem Enabled\n[ 0.395779] pnp: PnP ACPI init\n[ 0.396689] pnp: PnP ACPI: found 5 devices\n[ 0.403082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404760] NET: Registered protocol family 2\n[ 0.405714] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406991] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408145] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409290] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411518] NET: Registered protocol family 1\n[ 0.412381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414532] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428714] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443022] Trying to unpack rootfs image as initramfs...\n[ 0.492666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506696] Scanning for low memory corruption every 60 seconds\n[ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509202] audit: initializing netlink subsys (disabled)\n[ 0.510234] audit: type=2000 audit(1546065669.321:1): initialized\n[ 0.511543] Initialise system trusted keyring\n[ 0.512482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515651] zbud: loaded\n[ 0.516364] VFS: Disk quotas dquot_6.6.0\n[ 0.517181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518721] fuse init (API version 7.23)\n[ 0.519619] Key type big_key registered\n[ 0.520426] Allocating IMA MOK and blacklist keyrings.\n[ 0.521544] Key type asymmetric registered\n[ 0.522370] Asymmetric key parser 'x509' registered\n[ 0.523321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525159] io scheduler noop registered\n[ 0.525977] io scheduler deadline registered (default)\n[ 0.526973] io scheduler cfq registered\n[ 0.527819] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528865] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530137] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531614] ACPI: Power Button [PWRF]\n[ 0.532458] GHES: HEST is not enabled!\n[ 0.547676] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577099] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605825] Linux agpgart interface v0.103\n[ 0.607913] brd: module loaded\n[ 0.609110] loop: module loaded\n[ 0.613819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615281] GPT:90111 != 2097151\n[ 0.615952] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617036] GPT:90111 != 2097151\n[ 0.617722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618684] vda: vda1 vda15\n[ 0.620055] scsi host0: ata_piix\n[ 0.620800] scsi host1: ata_piix\n[ 0.621528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622745] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624183] libphy: Fixed MDIO Bus: probed\n[ 0.625006] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625952] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628043] PPP generic driver version 2.4.2\n[ 0.628934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630176] ehci-pci: EHCI PCI platform driver\n[ 0.631054] ehci-platform: EHCI generic platform driver\n[ 0.632034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633156] ohci-pci: OHCI PCI platform driver\n[ 0.634033] ohci-platform: OHCI generic platform driver\n[ 0.635022] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649463] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651931] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652954] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656706] usb usb1: Product: UHCI Host Controller\n[ 0.657644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658798] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659848] hub 1-0:1.0: USB hub found\n[ 0.660839] hub 1-0:1.0: 2 ports detected\n[ 0.661923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666939] mousedev: PS/2 mouse device common for all mice\n[ 0.668390] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670494] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671835] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674627] i2c /dev entries driver\n[ 0.675511] device-mapper: uevent: version 1.0.3\n[ 0.676630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680146] NET: Registered protocol family 10\n[ 0.681207] NET: Registered protocol family 17\n[ 0.682093] Key type dns_resolver registered\n[ 0.683026] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685872] registered taskstats version 1\n[ 0.686714] Loading compiled-in X.509 certificates\n[ 0.688149] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690007] zswap: loaded using pool lzo/zbud\n[ 0.691385] Key type trusted registered\n[ 0.692922] Key type encrypted registered\n[ 0.693767] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694795] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695832] evm: HMAC attrs: 0x1\n[ 0.696767] Magic number: 14:982:671\n[ 0.697639] rtc_cmos 00:00: setting system clock to 2018-12-29 06:41:09 UTC (1546065669)\n[ 0.699223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700333] EDD information not available.\n[ 0.777921] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779379] ata1.00: configured for MWDMA2\n[ 0.780564] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793125] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795588] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797466] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799002] Write protecting the kernel read-only data: 14336k\n[ 0.800550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802359] 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.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.792100] 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.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 1.44s]\nping 10.10.10.14 OK\nping 10.10.10.7 KO\nping 10.10.11.12 KO\n"} 2018-12-29 06:43:00,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-6038e6da-74c4-4586-87eb-6887fecbf45d 2018-12-29 06:43:00,791 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-12-29 06:43:00,791 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-12-29 06:43:00,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"network_association": {"network_id": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"}}' 2018-12-29 06:43:01,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3c1a8b79-6242-4ca6-a323-3db25c039357 Date: Sat, 29 Dec 2018 06:43:01 GMT RESP BODY: {"network_association": {"network_id": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "da3d762f-2bd7-4c72-b3b1-025c52027b9e"}} 2018-12-29 06:43:01,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655/network_associations used request id req-3c1a8b79-6242-4ca6-a323-3db25c039357 2018-12-29 06:43:01,324 - sdnvpn_test_utils - DEBUG - Waiting for router 230f5d62-c59e-4820-8559-91c759474655 to associate with BGPVPN a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 2018-12-29 06:43:01,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:43:01,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-381590e2-6f77-4a54-9457-42b8dc5974fb Date: Sat, 29 Dec 2018 06:43:01 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"], "id": "230f5d62-c59e-4820-8559-91c759474655", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:43:01,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 used request id req-381590e2-6f77-4a54-9457-42b8dc5974fb 2018-12-29 06:43:02,762 - sdnvpn_test_utils - DEBUG - Waiting for network 230f5d62-c59e-4820-8559-91c759474655 to associate with BGPVPN 9ed2a25f-1425-4cce-9bcf-5f85cb2d149e 2018-12-29 06:43:02,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:43:02,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-8e188906-3a53-4b72-825b-0569e7832b00 Date: Sat, 29 Dec 2018 06:43:02 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"], "id": "230f5d62-c59e-4820-8559-91c759474655", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:43:02,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 used request id req-8e188906-3a53-4b72-825b-0569e7832b00 2018-12-29 06:43:03,949 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:43:33,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:43:35,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bad8193-bb98-4cf3-b9dc-71c3e1a807a1 x-compute-request-id: req-4bad8193-bb98-4cf3-b9dc-71c3e1a807a1 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 530259646 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129038] pid_max: default: 32768 minimum: 301\n[ 0.129862] ACPI: Core revision 20150930\n[ 0.131190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132389] Security Framework initialized\n[ 0.133138] Yama: becoming mindful.\n[ 0.133808] AppArmor: AppArmor initialized\n[ 0.134599] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135826] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136998] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138093] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139384] Initializing cgroup subsys io\n[ 0.140135] Initializing cgroup subsys memory\n[ 0.140923] Initializing cgroup subsys devices\n[ 0.141725] Initializing cgroup subsys freezer\n[ 0.142520] Initializing cgroup subsys net_cls\n[ 0.143326] Initializing cgroup subsys perf_event\n[ 0.144164] Initializing cgroup subsys net_prio\n[ 0.144973] Initializing cgroup subsys hugetlb\n[ 0.145768] Initializing cgroup subsys pids\n[ 0.146576] CPU: Physical Processor ID: 0\n[ 0.148007] mce: CPU supports 10 MCE banks\n[ 0.149004] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167794] ftrace: allocating 31920 entries in 125 pages\n[ 0.193919] smpboot: Max logical packages: 1\n[ 0.194766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196080] x2apic enabled\n[ 0.196868] Switched APIC routing to physical x2apic.\n[ 0.198581] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203305] KVM setup paravirtual spinlock\n[ 0.204588] x86: Booted up 1 node, 1 CPUs\n[ 0.205384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206731] devtmpfs: initialized\n[ 0.208428] evm: security.selinux\n[ 0.209106] evm: security.SMACK64\n[ 0.209773] evm: security.SMACK64EXEC\n[ 0.210495] evm: security.SMACK64TRANSMUTE\n[ 0.211275] evm: security.SMACK64MMAP\n[ 0.211992] evm: security.ima\n[ 0.212619] evm: security.capability\n[ 0.213402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215189] pinctrl core: initialized pinctrl subsystem\n[ 0.216245] RTC time: 6:40:55, date: 12/29/18\n[ 0.217186] NET: Registered protocol family 16\n[ 0.218129] cpuidle: using governor ladder\n[ 0.218914] cpuidle: using governor menu\n[ 0.219674] PCCT header not found.\n[ 0.220399] ACPI: bus type PCI registered\n[ 0.221182] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222381] PCI: Using configuration type 1 for base access\n[ 0.224126] ACPI: Added _OSI(Module Device)\n[ 0.224935] ACPI: Added _OSI(Processor Device)\n[ 0.225772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226642] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228733] ACPI: Interpreter enabled\n[ 0.229474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237216] ACPI: (supports S0 S5)\n[ 0.238037] ACPI: Using IOAPIC for interrupt routing\n[ 0.239269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242681] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244073] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245559] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249820] acpiphp: Slot [3] registered\n[ 0.250741] acpiphp: Slot [4] registered\n[ 0.251656] acpiphp: Slot [5] registered\n[ 0.252568] acpiphp: Slot [6] registered\n[ 0.253478] acpiphp: Slot [7] registered\n[ 0.254428] acpiphp: Slot [8] registered\n[ 0.255349] acpiphp: Slot [9] registered\n[ 0.256254] acpiphp: Slot [10] registered\n[ 0.257191] acpiphp: Slot [11] registered\n[ 0.258147] acpiphp: Slot [12] registered\n[ 0.259089] acpiphp: Slot [13] registered\n[ 0.260009] acpiphp: Slot [14] registered\n[ 0.260932] acpiphp: Slot [15] registered\n[ 0.271706] acpiphp: Slot [16] registered\n[ 0.272652] acpiphp: Slot [17] registered\n[ 0.273585] acpiphp: Slot [18] registered\n[ 0.274544] acpiphp: Slot [19] registered\n[ 0.275492] acpiphp: Slot [20] registered\n[ 0.276445] acpiphp: Slot [21] registered\n[ 0.277411] acpiphp: Slot [22] registered\n[ 0.278369] acpiphp: Slot [23] registered\n[ 0.279313] acpiphp: Slot [24] registered\n[ 0.280261] acpiphp: Slot [25] registered\n[ 0.281222] acpiphp: Slot [26] registered\n[ 0.282173] acpiphp: Slot [27] registered\n[ 0.283128] acpiphp: Slot [28] registered\n[ 0.284083] acpiphp: Slot [29] registered\n[ 0.285024] acpiphp: Slot [30] registered\n[ 0.285984] acpiphp: Slot [31] registered\n[ 0.286943] PCI host bridge to bus 0000:00\n[ 0.287899] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289304] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290719] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292384] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294045] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300510] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304914] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358694] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360345] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365086] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369407] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371188] vgaarb: loaded\n[ 0.371860] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373143] SCSI subsystem initialized\n[ 0.374071] ACPI: bus type USB registered\n[ 0.375011] usbcore: registered new interface driver usbfs\n[ 0.376267] usbcore: registered new interface driver hub\n[ 0.377498] usbcore: registered new device driver usb\n[ 0.378691] PCI: Using ACPI for IRQ routing\n[ 0.379834] NetLabel: Initializing\n[ 0.380652] NetLabel: domain hash size = 128\n[ 0.381629] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382717] NetLabel: unlabeled traffic allowed by default\n[ 0.383969] clocksource: Switched to clocksource kvm-clock\n[ 0.389559] AppArmor: AppArmor Filesystem Enabled\n[ 0.390671] pnp: PnP ACPI init\n[ 0.391655] pnp: PnP ACPI: found 5 devices\n[ 0.398107] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399747] NET: Registered protocol family 2\n[ 0.400695] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403060] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404189] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405230] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406348] NET: Registered protocol family 1\n[ 0.407187] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437453] Trying to unpack rootfs image as initramfs...\n[ 0.487051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501027] Scanning for low memory corruption every 60 seconds\n[ 0.502327] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503436] audit: initializing netlink subsys (disabled)\n[ 0.504438] audit: type=2000 audit(1546065656.223:1): initialized\n[ 0.505709] Initialise system trusted keyring\n[ 0.506612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509677] zbud: loaded\n[ 0.510364] VFS: Disk quotas dquot_6.6.0\n[ 0.511156] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512629] fuse init (API version 7.23)\n[ 0.513505] Key type big_key registered\n[ 0.514280] Allocating IMA MOK and blacklist keyrings.\n[ 0.515723] Key type asymmetric registered\n[ 0.516541] Asymmetric key parser 'x509' registered\n[ 0.517475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518888] io scheduler noop registered\n[ 0.519659] io scheduler deadline registered (default)\n[ 0.520622] io scheduler cfq registered\n[ 0.521436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525101] ACPI: Power Button [PWRF]\n[ 0.525910] GHES: HEST is not enabled!\n[ 0.539571] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604467] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606623] Linux agpgart interface v0.103\n[ 0.608716] brd: module loaded\n[ 0.609953] loop: module loaded\n[ 0.615816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617250] GPT:90111 != 2097151\n[ 0.617912] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618983] GPT:90111 != 2097151\n[ 0.619661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620606] vda: vda1 vda15\n[ 0.622000] scsi host0: ata_piix\n[ 0.622727] scsi host1: ata_piix\n[ 0.623428] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624619] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626030] libphy: Fixed MDIO Bus: probed\n[ 0.626831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627758] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629912] PPP generic driver version 2.4.2\n[ 0.630779] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631996] ehci-pci: EHCI PCI platform driver\n[ 0.632850] ehci-platform: EHCI generic platform driver\n[ 0.633810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634899] ohci-pci: OHCI PCI platform driver\n[ 0.635748] ohci-platform: OHCI generic platform driver\n[ 0.636711] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653478] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654491] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655579] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658152] usb usb1: Product: UHCI Host Controller\n[ 0.659052] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660184] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661162] hub 1-0:1.0: USB hub found\n[ 0.661918] hub 1-0:1.0: 2 ports detected\n[ 0.662796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665826] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666824] mousedev: PS/2 mouse device common for all mice\n[ 0.668043] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669845] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672086] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673248] i2c /dev entries driver\n[ 0.673988] device-mapper: uevent: version 1.0.3\n[ 0.674903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676501] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677756] NET: Registered protocol family 10\n[ 0.678717] NET: Registered protocol family 17\n[ 0.679586] Key type dns_resolver registered\n[ 0.680497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681568] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683279] registered taskstats version 1\n[ 0.684106] Loading compiled-in X.509 certificates\n[ 0.685528] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687337] zswap: loaded using pool lzo/zbud\n[ 0.688685] Key type trusted registered\n[ 0.690222] Key type encrypted registered\n[ 0.691039] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693090] evm: HMAC attrs: 0x1\n[ 0.694367] Magic number: 14:982:671\n[ 0.695219] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:56 UTC (1546065656)\n[ 0.696785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697873] EDD information not available.\n[ 0.780542] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781955] ata1.00: configured for MWDMA2\n[ 0.783137] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795885] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797105] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798332] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800190] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801705] Write protecting the kernel read-only data: 14336k\n[ 0.803247] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805044] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225530] 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.12...\nLease of 10.10.11.12 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 2.32s]\nping 10.10.11.14 KO\nping 10.10.11.14 KO\nping 10.10.11.14 KO\nping 10.10.11.14 KO\n"} 2018-12-29 06:43:35,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action used request id req-4bad8193-bb98-4cf3-b9dc-71c3e1a807a1 2018-12-29 06:43:35,107 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.12) to 'sdnvpn-4-5' (10.10.11.14). -->Expected result: can ping. 2018-12-29 06:43:35,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c54b88bc86eaed8fea9dc666dabf8f290f5d85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:43:36,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:43: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-5575c9d3-a167-4ed7-bae7-8b6d1304a185 x-compute-request-id: req-5575c9d3-a167-4ed7-bae7-8b6d1304a185 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 530259646 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129038] pid_max: default: 32768 minimum: 301\n[ 0.129862] ACPI: Core revision 20150930\n[ 0.131190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132389] Security Framework initialized\n[ 0.133138] Yama: becoming mindful.\n[ 0.133808] AppArmor: AppArmor initialized\n[ 0.134599] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135826] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136998] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138093] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139384] Initializing cgroup subsys io\n[ 0.140135] Initializing cgroup subsys memory\n[ 0.140923] Initializing cgroup subsys devices\n[ 0.141725] Initializing cgroup subsys freezer\n[ 0.142520] Initializing cgroup subsys net_cls\n[ 0.143326] Initializing cgroup subsys perf_event\n[ 0.144164] Initializing cgroup subsys net_prio\n[ 0.144973] Initializing cgroup subsys hugetlb\n[ 0.145768] Initializing cgroup subsys pids\n[ 0.146576] CPU: Physical Processor ID: 0\n[ 0.148007] mce: CPU supports 10 MCE banks\n[ 0.149004] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161487] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167794] ftrace: allocating 31920 entries in 125 pages\n[ 0.193919] smpboot: Max logical packages: 1\n[ 0.194766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196080] x2apic enabled\n[ 0.196868] Switched APIC routing to physical x2apic.\n[ 0.198581] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203305] KVM setup paravirtual spinlock\n[ 0.204588] x86: Booted up 1 node, 1 CPUs\n[ 0.205384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206731] devtmpfs: initialized\n[ 0.208428] evm: security.selinux\n[ 0.209106] evm: security.SMACK64\n[ 0.209773] evm: security.SMACK64EXEC\n[ 0.210495] evm: security.SMACK64TRANSMUTE\n[ 0.211275] evm: security.SMACK64MMAP\n[ 0.211992] evm: security.ima\n[ 0.212619] evm: security.capability\n[ 0.213402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215189] pinctrl core: initialized pinctrl subsystem\n[ 0.216245] RTC time: 6:40:55, date: 12/29/18\n[ 0.217186] NET: Registered protocol family 16\n[ 0.218129] cpuidle: using governor ladder\n[ 0.218914] cpuidle: using governor menu\n[ 0.219674] PCCT header not found.\n[ 0.220399] ACPI: bus type PCI registered\n[ 0.221182] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222381] PCI: Using configuration type 1 for base access\n[ 0.224126] ACPI: Added _OSI(Module Device)\n[ 0.224935] ACPI: Added _OSI(Processor Device)\n[ 0.225772] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226642] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228733] ACPI: Interpreter enabled\n[ 0.229474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237216] ACPI: (supports S0 S5)\n[ 0.238037] ACPI: Using IOAPIC for interrupt routing\n[ 0.239269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242681] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244073] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245559] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249820] acpiphp: Slot [3] registered\n[ 0.250741] acpiphp: Slot [4] registered\n[ 0.251656] acpiphp: Slot [5] registered\n[ 0.252568] acpiphp: Slot [6] registered\n[ 0.253478] acpiphp: Slot [7] registered\n[ 0.254428] acpiphp: Slot [8] registered\n[ 0.255349] acpiphp: Slot [9] registered\n[ 0.256254] acpiphp: Slot [10] registered\n[ 0.257191] acpiphp: Slot [11] registered\n[ 0.258147] acpiphp: Slot [12] registered\n[ 0.259089] acpiphp: Slot [13] registered\n[ 0.260009] acpiphp: Slot [14] registered\n[ 0.260932] acpiphp: Slot [15] registered\n[ 0.271706] acpiphp: Slot [16] registered\n[ 0.272652] acpiphp: Slot [17] registered\n[ 0.273585] acpiphp: Slot [18] registered\n[ 0.274544] acpiphp: Slot [19] registered\n[ 0.275492] acpiphp: Slot [20] registered\n[ 0.276445] acpiphp: Slot [21] registered\n[ 0.277411] acpiphp: Slot [22] registered\n[ 0.278369] acpiphp: Slot [23] registered\n[ 0.279313] acpiphp: Slot [24] registered\n[ 0.280261] acpiphp: Slot [25] registered\n[ 0.281222] acpiphp: Slot [26] registered\n[ 0.282173] acpiphp: Slot [27] registered\n[ 0.283128] acpiphp: Slot [28] registered\n[ 0.284083] acpiphp: Slot [29] registered\n[ 0.285024] acpiphp: Slot [30] registered\n[ 0.285984] acpiphp: Slot [31] registered\n[ 0.286943] PCI host bridge to bus 0000:00\n[ 0.287899] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289304] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290719] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292384] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294045] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300510] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304914] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358694] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360345] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365086] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366865] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369407] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371188] vgaarb: loaded\n[ 0.371860] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373143] SCSI subsystem initialized\n[ 0.374071] ACPI: bus type USB registered\n[ 0.375011] usbcore: registered new interface driver usbfs\n[ 0.376267] usbcore: registered new interface driver hub\n[ 0.377498] usbcore: registered new device driver usb\n[ 0.378691] PCI: Using ACPI for IRQ routing\n[ 0.379834] NetLabel: Initializing\n[ 0.380652] NetLabel: domain hash size = 128\n[ 0.381629] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382717] NetLabel: unlabeled traffic allowed by default\n[ 0.383969] clocksource: Switched to clocksource kvm-clock\n[ 0.389559] AppArmor: AppArmor Filesystem Enabled\n[ 0.390671] pnp: PnP ACPI init\n[ 0.391655] pnp: PnP ACPI: found 5 devices\n[ 0.398107] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399747] NET: Registered protocol family 2\n[ 0.400695] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403060] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404189] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405230] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406348] NET: Registered protocol family 1\n[ 0.407187] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408250] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409284] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437453] Trying to unpack rootfs image as initramfs...\n[ 0.487051] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501027] Scanning for low memory corruption every 60 seconds\n[ 0.502327] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503436] audit: initializing netlink subsys (disabled)\n[ 0.504438] audit: type=2000 audit(1546065656.223:1): initialized\n[ 0.505709] Initialise system trusted keyring\n[ 0.506612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509677] zbud: loaded\n[ 0.510364] VFS: Disk quotas dquot_6.6.0\n[ 0.511156] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512629] fuse init (API version 7.23)\n[ 0.513505] Key type big_key registered\n[ 0.514280] Allocating IMA MOK and blacklist keyrings.\n[ 0.515723] Key type asymmetric registered\n[ 0.516541] Asymmetric key parser 'x509' registered\n[ 0.517475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518888] io scheduler noop registered\n[ 0.519659] io scheduler deadline registered (default)\n[ 0.520622] io scheduler cfq registered\n[ 0.521436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525101] ACPI: Power Button [PWRF]\n[ 0.525910] GHES: HEST is not enabled!\n[ 0.539571] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580475] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604467] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606623] Linux agpgart interface v0.103\n[ 0.608716] brd: module loaded\n[ 0.609953] loop: module loaded\n[ 0.615816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617250] GPT:90111 != 2097151\n[ 0.617912] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618983] GPT:90111 != 2097151\n[ 0.619661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620606] vda: vda1 vda15\n[ 0.622000] scsi host0: ata_piix\n[ 0.622727] scsi host1: ata_piix\n[ 0.623428] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624619] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626030] libphy: Fixed MDIO Bus: probed\n[ 0.626831] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627758] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629912] PPP generic driver version 2.4.2\n[ 0.630779] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631996] ehci-pci: EHCI PCI platform driver\n[ 0.632850] ehci-platform: EHCI generic platform driver\n[ 0.633810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634899] ohci-pci: OHCI PCI platform driver\n[ 0.635748] ohci-platform: OHCI generic platform driver\n[ 0.636711] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653478] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654491] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655579] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658152] usb usb1: Product: UHCI Host Controller\n[ 0.659052] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660184] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661162] hub 1-0:1.0: USB hub found\n[ 0.661918] hub 1-0:1.0: 2 ports detected\n[ 0.662796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665826] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666824] mousedev: PS/2 mouse device common for all mice\n[ 0.668043] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669845] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672086] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673248] i2c /dev entries driver\n[ 0.673988] device-mapper: uevent: version 1.0.3\n[ 0.674903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676501] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677756] NET: Registered protocol family 10\n[ 0.678717] NET: Registered protocol family 17\n[ 0.679586] Key type dns_resolver registered\n[ 0.680497] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681568] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683279] registered taskstats version 1\n[ 0.684106] Loading compiled-in X.509 certificates\n[ 0.685528] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687337] zswap: loaded using pool lzo/zbud\n[ 0.688685] Key type trusted registered\n[ 0.690222] Key type encrypted registered\n[ 0.691039] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692070] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693090] evm: HMAC attrs: 0x1\n[ 0.694367] Magic number: 14:982:671\n[ 0.695219] rtc_cmos 00:00: setting system clock to 2018-12-29 06:40:56 UTC (1546065656)\n[ 0.696785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697873] EDD information not available.\n[ 0.780542] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781955] ata1.00: configured for MWDMA2\n[ 0.783137] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795885] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797105] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798332] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800190] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801705] Write protecting the kernel read-only data: 14336k\n[ 0.803247] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805044] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225530] 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.12...\nLease of 10.10.11.12 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 2.32s]\nping 10.10.11.14 KO\nping 10.10.11.14 KO\nping 10.10.11.14 KO\nping 10.10.11.14 KO\n"} 2018-12-29 06:43:36,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action used request id req-5575c9d3-a167-4ed7-bae7-8b6d1304a185 2018-12-29 06:43:36,185 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2018-12-29 06:43:36,185 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-12-29 06:43:36,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:43:36,899 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5782e4ae-57a9-4732-a686-735b04719f2a Content-Length: 0 Date: Sat, 29 Dec 2018 06:43:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:43:36,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/230f5d62-c59e-4820-8559-91c759474655 used request id req-5782e4ae-57a9-4732-a686-735b04719f2a 2018-12-29 06:44:06,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-228312", "route_distinguishers": "12:12"}}' 2018-12-29 06:44:07,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-d9b7794e-adaa-40f1-bbf4-140996a2ae7f Date: Sat, 29 Dec 2018 06:44:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "e33aac1d-b2ea-41be-b4de-d43f0a1819a2", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:44:07,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-d9b7794e-adaa-40f1-bbf4-140996a2ae7f 2018-12-29 06:44:07,266 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-228312', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'e33aac1d-b2ea-41be-b4de-d43f0a1819a2'}} 2018-12-29 06:44:07,267 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-12-29 06:44:07,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"router_association": {"router_id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"}}' 2018-12-29 06:44:07,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-631f9246-f90e-49af-938e-47736d59fd44 Date: Sat, 29 Dec 2018 06:44:07 GMT RESP BODY: {"router_association": {"router_id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "5600c7e1-f2a2-4a35-9f45-141429f82751"}} 2018-12-29 06:44:07,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2/router_associations used request id req-631f9246-f90e-49af-938e-47736d59fd44 2018-12-29 06:44:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"network_association": {"network_id": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"}}' 2018-12-29 06:44:08,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-265666cc-910d-4714-9699-a855f39410ad Date: Sat, 29 Dec 2018 06:44:08 GMT RESP BODY: {"network_association": {"network_id": "9ed2a25f-1425-4cce-9bcf-5f85cb2d149e", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "822bef70-dd0b-4f5c-959c-00ee5bb957da"}} 2018-12-29 06:44:08,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2/network_associations used request id req-265666cc-910d-4714-9699-a855f39410ad 2018-12-29 06:44:08,512 - sdnvpn_test_utils - DEBUG - Waiting for router e33aac1d-b2ea-41be-b4de-d43f0a1819a2 to associate with BGPVPN a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 2018-12-29 06:44:08,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:44:08,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-6ca4d6a7-7810-44c9-a1ff-ae8943eb35e9 Date: Sat, 29 Dec 2018 06:44:08 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"], "id": "e33aac1d-b2ea-41be-b4de-d43f0a1819a2", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:44:08,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 used request id req-6ca4d6a7-7810-44c9-a1ff-ae8943eb35e9 2018-12-29 06:44:09,699 - sdnvpn_test_utils - DEBUG - Waiting for network e33aac1d-b2ea-41be-b4de-d43f0a1819a2 to associate with BGPVPN 9ed2a25f-1425-4cce-9bcf-5f85cb2d149e 2018-12-29 06:44:09,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:44:10,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-78cd45b3-14f8-4de1-bb34-569a28010885 Date: Sat, 29 Dec 2018 06:44:10 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"], "id": "e33aac1d-b2ea-41be-b4de-d43f0a1819a2", "name": "sdnvpn-228312", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": ["9ed2a25f-1425-4cce-9bcf-5f85cb2d149e"], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:44:10,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 used request id req-78cd45b3-14f8-4de1-bb34-569a28010885 2018-12-29 06:44:11,032 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:44:41,062 - 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-12-29 06:44:41,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"forceDelete": null}' 2018-12-29 06:44:41,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b82d7ad7-43d0-40ba-9e58-ea11a0412ffc x-compute-request-id: req-b82d7ad7-43d0-40ba-9e58-ea11a0412ffc Content-Length: 0 Content-Type: application/json 2018-12-29 06:44:41,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9/action used request id req-b82d7ad7-43d0-40ba-9e58-ea11a0412ffc 2018-12-29 06:44:41,231 - sdnvpn_test_utils - DEBUG - Waiting for instance 889ed5cc-8530-41cc-af11-95cb771252c9 to be deleted 2018-12-29 06:44:41,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:41,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa12f936-bf58-415b-ad98-12ed3ebd5695 x-compute-request-id: req-aa12f936-bf58-415b-ad98-12ed3ebd5695 Content-Encoding: gzip Content-Length: 1184 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:18:c7", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/889ed5cc-8530-41cc-af11-95cb771252c9", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": "2018-12-29T06:41:08.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "889ed5cc-8530-41cc-af11-95cb771252c9", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:44:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-12-29T06:41:04Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-12-29T06:40:16.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:16Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:41,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-aa12f936-bf58-415b-ad98-12ed3ebd5695 2018-12-29 06:44:43,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:44,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44: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-f4fad12e-2a9f-457c-a73d-e7e42a78d10d x-compute-request-id: req-f4fad12e-2a9f-457c-a73d-e7e42a78d10d Content-Encoding: gzip Content-Length: 1089 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-12-29T06:40:16.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:16Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:44,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f4fad12e-2a9f-457c-a73d-e7e42a78d10d 2018-12-29 06:44:46,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"forceDelete": null}' 2018-12-29 06:44:47,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97f53afa-f194-4ddc-96c8-c15368d2f91c x-compute-request-id: req-97f53afa-f194-4ddc-96c8-c15368d2f91c Content-Length: 0 Content-Type: application/json 2018-12-29 06:44:47,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6/action used request id req-97f53afa-f194-4ddc-96c8-c15368d2f91c 2018-12-29 06:44:47,123 - sdnvpn_test_utils - DEBUG - Waiting for instance 32ceeeeb-2bef-4f8e-989b-72a71324c5c6 to be deleted 2018-12-29 06:44:47,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:47,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a79f3dc-a240-4330-a079-6e89b2e91cc5 x-compute-request-id: req-4a79f3dc-a240-4330-a079-6e89b2e91cc5 Content-Encoding: gzip Content-Length: 1102 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:d5:80", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-12-29T06:40:16.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "32ceeeeb-2bef-4f8e-989b-72a71324c5c6", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:44:47Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-12-29T06:40:12Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:47,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4a79f3dc-a240-4330-a079-6e89b2e91cc5 2018-12-29 06:44:49,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:50,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-089ba1d0-9969-4fc7-86a6-28ba63ddbfe6 x-compute-request-id: req-089ba1d0-9969-4fc7-86a6-28ba63ddbfe6 Content-Encoding: gzip Content-Length: 1011 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:30Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:50,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-089ba1d0-9969-4fc7-86a6-28ba63ddbfe6 2018-12-29 06:44:52,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"forceDelete": null}' 2018-12-29 06:44:52,541 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7796a175-1987-497b-8e68-545037fd7c3f x-compute-request-id: req-7796a175-1987-497b-8e68-545037fd7c3f Content-Length: 0 Content-Type: application/json 2018-12-29 06:44:52,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d/action used request id req-7796a175-1987-497b-8e68-545037fd7c3f 2018-12-29 06:44:52,542 - sdnvpn_test_utils - DEBUG - Waiting for instance 6d030a04-4ab4-49f1-b3e3-10eb51d82c4d to be deleted 2018-12-29 06:44:52,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:53,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b67534b-835d-4936-99c3-a40a686b0052 x-compute-request-id: req-9b67534b-835d-4936-99c3-a40a686b0052 Content-Encoding: gzip Content-Length: 1023 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:44:52Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:53,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9b67534b-835d-4936-99c3-a40a686b0052 2018-12-29 06:44:55,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:56,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bbfea33-6190-4944-9066-5e8d6149088d x-compute-request-id: req-7bbfea33-6190-4944-9066-5e8d6149088d Content-Encoding: gzip Content-Length: 1024 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:1b:f3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-12-29T06:40:29.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "6d030a04-4ab4-49f1-b3e3-10eb51d82c4d", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:44:55Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-12-29T06:40:25Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:56,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-7bbfea33-6190-4944-9066-5e8d6149088d 2018-12-29 06:44:58,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:44:58,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad0f31e9-49ee-4ff8-8a50-48e8f3e34240 x-compute-request-id: req-ad0f31e9-49ee-4ff8-8a50-48e8f3e34240 Content-Encoding: gzip Content-Length: 927 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:40:56Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:44:58,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-ad0f31e9-49ee-4ff8-8a50-48e8f3e34240 2018-12-29 06:45:00,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"forceDelete": null}' 2018-12-29 06:45:00,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e80fe7c7-d67c-44db-8bec-e466bf780a03 x-compute-request-id: req-e80fe7c7-d67c-44db-8bec-e466bf780a03 Content-Length: 0 Content-Type: application/json 2018-12-29 06:45:00,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68/action used request id req-e80fe7c7-d67c-44db-8bec-e466bf780a03 2018-12-29 06:45:00,924 - sdnvpn_test_utils - DEBUG - Waiting for instance 39b89bd1-3358-42ee-a98e-36787bc5dc68 to be deleted 2018-12-29 06:45:00,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:45:01,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fe9e4cf-eb42-41e8-8024-7c37fa6a96fa x-compute-request-id: req-7fe9e4cf-eb42-41e8-8024-7c37fa6a96fa Content-Encoding: gzip Content-Length: 941 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:f0:8e", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/39b89bd1-3358-42ee-a98e-36787bc5dc68", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-12-29T06:40:55.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "39b89bd1-3358-42ee-a98e-36787bc5dc68", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:45:00Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-12-29T06:40:51Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:45:01,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-7fe9e4cf-eb42-41e8-8024-7c37fa6a96fa 2018-12-29 06:45:03,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:45:04,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d32bba3b-cb14-4ffe-bdcd-72a14e657df4 x-compute-request-id: req-d32bba3b-cb14-4ffe-bdcd-72a14e657df4 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:40:42Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:45:04,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-d32bba3b-cb14-4ffe-bdcd-72a14e657df4 2018-12-29 06:45:06,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" -d '{"forceDelete": null}' 2018-12-29 06:45:06,398 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26e1707e-3d59-4d01-8e76-f68a5f419d2f x-compute-request-id: req-26e1707e-3d59-4d01-8e76-f68a5f419d2f Content-Length: 0 Content-Type: application/json 2018-12-29 06:45:06,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b/action used request id req-26e1707e-3d59-4d01-8e76-f68a5f419d2f 2018-12-29 06:45:06,398 - sdnvpn_test_utils - DEBUG - Waiting for instance 034a86e2-9c81-4122-9d7d-52e019aae31b to be deleted 2018-12-29 06:45:06,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:45:06,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-930c6713-51b2-4940-aa6d-7b9865567805 x-compute-request-id: req-930c6713-51b2-4940-aa6d-7b9865567805 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:b2:94", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/034a86e2-9c81-4122-9d7d-52e019aae31b", "rel": "bookmark"}], "image": {"id": "512af394-5923-4839-93b4-93d823e144d3", "links": [{"href": "http://172.30.9.30:8774/images/512af394-5923-4839-93b4-93d823e144d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-12-29T06:40:41.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "034a86e2-9c81-4122-9d7d-52e019aae31b", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:45:06Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-12-29T06:40:38Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:45:06,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-930c6713-51b2-4940-aa6d-7b9865567805 2018-12-29 06:45:08,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1ba83603c23856c776dcd38a278798409734ec" 2018-12-29 06:45:09,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98eaa8bf-f80e-4d48-9b66-45f8ea7126ab x-compute-request-id: req-98eaa8bf-f80e-4d48-9b66-45f8ea7126ab Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:45:09,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-98eaa8bf-f80e-4d48-9b66-45f8ea7126ab 2018-12-29 06:45:11,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/512af394-5923-4839-93b4-93d823e144d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c3db87976bb8cd839e005ddb97ee9b063deb615" 2018-12-29 06:45:12,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c0f1a01f-3459-43fb-9906-5bf89e926761 Date: Sat, 29 Dec 2018 06:45:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:45:12,188 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/512af394-5923-4839-93b4-93d823e144d3 used request id req-c0f1a01f-3459-43fb-9906-5bf89e926761 2018-12-29 06:45:12,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:12,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d228c91f-8453-45b7-bbf4-3e5955d8a5ef Content-Length: 0 Date: Sat, 29 Dec 2018 06:45:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:12,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/e33aac1d-b2ea-41be-b4de-d43f0a1819a2 used request id req-d228c91f-8453-45b7-bbf4-3e5955d8a5ef 2018-12-29 06:45:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"subnet_id": "3b61fc7a-51d9-4acc-8474-71b9b978f8f4"}' 2018-12-29 06:45:13,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e937e34-f5da-4e4f-9c33-dcb42367a10e Date: Sat, 29 Dec 2018 06:45:13 GMT RESP BODY: {"network_id": "d7a71622-036a-4c99-a75c-616ab8791af4", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "3b61fc7a-51d9-4acc-8474-71b9b978f8f4", "subnet_ids": ["3b61fc7a-51d9-4acc-8474-71b9b978f8f4"], "port_id": "278c0c3a-51ec-415f-9214-ffcf20292527", "id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1"} 2018-12-29 06:45:13,948 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1/remove_router_interface used request id req-8e937e34-f5da-4e4f-9c33-dcb42367a10e 2018-12-29 06:45:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:45:15,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-ff78754b-e826-4145-a0c6-376dc2328470 Date: Sat, 29 Dec 2018 06:45:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:40:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:45:14Z", "revision_number": 8, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "a2d90649-1ed8-46bc-b1b5-9f371d5c34e1", "name": "sdnvpn-4-1-router"}} 2018-12-29 06:45:15,065 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 used request id req-ff78754b-e826-4145-a0c6-376dc2328470 2018-12-29 06:45:15,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/3b61fc7a-51d9-4acc-8474-71b9b978f8f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:17,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f1f9ccb-728c-4ca0-a5b1-acf0cc8395c9 Date: Sat, 29 Dec 2018 06:45:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:17,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3b61fc7a-51d9-4acc-8474-71b9b978f8f4 used request id req-2f1f9ccb-728c-4ca0-a5b1-acf0cc8395c9 2018-12-29 06:45:17,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/b5a5d2d7-e84f-4172-a343-76e9a7b0b42d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:19,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a7d697c-260e-4cca-b5e7-a7ad41409ef3 Date: Sat, 29 Dec 2018 06:45:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:19,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b5a5d2d7-e84f-4172-a343-76e9a7b0b42d used request id req-7a7d697c-260e-4cca-b5e7-a7ad41409ef3 2018-12-29 06:45:19,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:19,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5efe2ba7-4376-453d-ba65-c48e98b254a5 Content-Length: 0 Date: Sat, 29 Dec 2018 06:45:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:19,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/a2d90649-1ed8-46bc-b1b5-9f371d5c34e1 used request id req-5efe2ba7-4376-453d-ba65-c48e98b254a5 2018-12-29 06:45:19,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d7a71622-036a-4c99-a75c-616ab8791af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:20,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb2c9342-b5fd-4a6d-9bfa-841acd8e00f4 Date: Sat, 29 Dec 2018 06:45:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:20,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d7a71622-036a-4c99-a75c-616ab8791af4 used request id req-eb2c9342-b5fd-4a6d-9bfa-841acd8e00f4 2018-12-29 06:45:20,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/9ed2a25f-1425-4cce-9bcf-5f85cb2d149e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e96449d44aa97323e050dd5b532db3073bed166" 2018-12-29 06:45:21,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-515fede7-c93c-4ea1-8a09-6ef3df6a5b6f Date: Sat, 29 Dec 2018 06:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:45:21,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9ed2a25f-1425-4cce-9bcf-5f85cb2d149e used request id req-515fede7-c93c-4ea1-8a09-6ef3df6a5b6f 2018-12-29 06:45:21,407 - 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-12-29 06:45:21,408 - sdnvpn-results - INFO - One or more subtests have failed. 2018-12-29 06:45:21,408 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-12-29 06:45:21,409 - 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-12-29 06:45:21,409 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-12-29 06:45:21,409 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-12-29 06:45:21,409 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-12-29 06:45:21,695 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-12-29 06:45:21,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:45:21,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:45:21,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:45:21,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:45:21,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:45:21,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:45:21,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:45:21,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 06:45:21,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5447e381-f67d-4962-a485-1b9d39d2daca Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:45:21,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5447e381-f67d-4962-a485-1b9d39d2daca 2018-12-29 06:45:21,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:45:22,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["2fxvpxY8RfywgN2dLEtOTg"], "issued_at": "2018-12-29T06:45:22.000000Z"}} 2018-12-29 06:45:22,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 06:45:22,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:22,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fb298bfd-7dc9-4a03-9004-304f9aed71c4 Date: Sat, 29 Dec 2018 06:45:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 06:45:22,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fb298bfd-7dc9-4a03-9004-304f9aed71c4 2018-12-29 06:45:22,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241858005524s 2018-12-29 06:45:22,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fb298bfd-7dc9-4a03-9004-304f9aed71c4 2018-12-29 06:45:22,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 06:45:22,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:22,345 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 06:45:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 06:45:22,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:22,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4fc95b6-79df-4c22-86c6-6addf7f75e81 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 06:45:22,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-e4fc95b6-79df-4c22-86c6-6addf7f75e81 2018-12-29 06:45:22,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0999910831451s 2018-12-29 06:45:22,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 06:45:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}}' 2018-12-29 06:45:22,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 06:45:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5faa6303-de41-4996-a85d-3a56819f8da4 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb"}, "enabled": true, "id": "0d63df4565084e8ab2a789e358d7f5bb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}} 2018-12-29 06:45:22,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5faa6303-de41-4996-a85d-3a56819f8da4 2018-12-29 06:45:22,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.126358985901s 2018-12-29 06:45:22,565 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5faa6303-de41-4996-a85d-3a56819f8da4 2018-12-29 06:45:22,566 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'id': u'0d63df4565084e8ab2a789e358d7f5bb', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-29 06:45:22,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 06:45:22,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.355719089508s 2018-12-29 06:45:22,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-018be6a5-c5a0-4da4-9889-eb68fa54bf9b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}} 2018-12-29 06:45:23,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 used request id req-018be6a5-c5a0-4da4-9889-eb68fa54bf9b 2018-12-29 06:45:23,028 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3973dceda47a4b98a400d693b07103b5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea'}) 2018-12-29 06:45:23,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:23,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72fdfe1-8def-4748-9bd5-a487e77d23a1 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:23,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b72fdfe1-8def-4748-9bd5-a487e77d23a1 2018-12-29 06:45:23,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746030807495s 2018-12-29 06:45:23,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:23,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e0e26c-0f23-481d-b20f-3dbfbef127fb Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:23,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a7e0e26c-0f23-481d-b20f-3dbfbef127fb 2018-12-29 06:45:23,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831120014191s 2018-12-29 06:45:23,188 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 06:45:23,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 06:45:23,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"role": {"name": "Member"}}' 2018-12-29 06:45:23,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e485e408-2779-4d96-89a9-3f5a07abfe11 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}} 2018-12-29 06:45:23,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e485e408-2779-4d96-89a9-3f5a07abfe11 2018-12-29 06:45:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0939879417419s 2018-12-29 06:45:23,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c8d1fe-d221-4574-b11f-cae634d1e339 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "domain_id": null, "name": "Member", "id": "b6aaf773846f44e4b2b7f22a718c4549"}} 2018-12-29 06:45:23,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549 used request id req-32c8d1fe-d221-4574-b11f-cae634d1e339 2018-12-29 06:45:23,362 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549'}, 'domain_id': None, 'human_id': None, 'id': u'b6aaf773846f44e4b2b7f22a718c4549', 'HUMAN_ID': False}) 2018-12-29 06:45:23,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:23,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80430e1f-6260-4556-8ddd-49dd48938ed0 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:23,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-80430e1f-6260-4556-8ddd-49dd48938ed0 2018-12-29 06:45:23,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079115152359s 2018-12-29 06:45:23,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 06:45:23,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3bb2e4-76de-4358-8d0c-a8d9e224f248 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 06:45:23,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-df3bb2e4-76de-4358-8d0c-a8d9e224f248 2018-12-29 06:45:23,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0833678245544s 2018-12-29 06:45:23,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 06:45:23,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b21c33-94d5-4613-a2db-e1ebaf81eab6 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "domain_id": "default", "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 06:45:23,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c7b21c33-94d5-4613-a2db-e1ebaf81eab6 2018-12-29 06:45:23,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0329661369324s 2018-12-29 06:45:23,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c7b21c33-94d5-4613-a2db-e1ebaf81eab6 2018-12-29 06:45:23,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 06:45:23,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46dcd387-a3f4-44ee-a281-b2508d95a1be Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb"}, "enabled": true, "id": "0d63df4565084e8ab2a789e358d7f5bb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 06:45:23,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-46dcd387-a3f4-44ee-a281-b2508d95a1be 2018-12-29 06:45:23,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0883860588074s 2018-12-29 06:45:23,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-46dcd387-a3f4-44ee-a281-b2508d95a1be 2018-12-29 06:45:23,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 06:45:23,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=b6aaf773846f44e4b2b7f22a718c4549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:23,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd0986a-1bac-4194-ad3b-a4546b0f0e42 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=b6aaf773846f44e4b2b7f22a718c4549", "previous": null, "next": null}} 2018-12-29 06:45:23,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=b6aaf773846f44e4b2b7f22a718c4549 used request id req-3fd0986a-1bac-4194-ad3b-a4546b0f0e42 2018-12-29 06:45:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0861968994141s 2018-12-29 06:45:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 06:45:23,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb/users/3973dceda47a4b98a400d693b07103b5/roles/b6aaf773846f44e4b2b7f22a718c4549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5eff1a1-4c64-4ee4-b7b4-76ebb7281e76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:45:24,059 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb/users/3973dceda47a4b98a400d693b07103b5/roles/b6aaf773846f44e4b2b7f22a718c4549 used request id req-f5eff1a1-4c64-4ee4-b7b4-76ebb7281e76 2018-12-29 06:45:24,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.3123691082s 2018-12-29 06:45:24,061 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 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': '90a73a5a-ea37-4821-a69f-40b222f85cc2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'project_id': u'0d63df4565084e8ab2a789e358d7f5bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 06:45:24,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:45:24,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:45:24,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:45:24,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:45:24,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:45:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:45:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:45:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:45:24,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:45:24,067 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'password': '90a73a5a-ea37-4821-a69f-40b222f85cc2', 'project_name': 'bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '0d63df4565084e8ab2a789e358d7f5bb', 'project_domain_name': 'Default'} 2018-12-29 06:45:24,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:24,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1fa64a-b80c-4d2a-a91d-503ce204b2ef Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:24,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cc1fa64a-b80c-4d2a-a91d-503ce204b2ef 2018-12-29 06:45:24,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822579860687s 2018-12-29 06:45:24,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:24,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915abffe-e595-4326-9b8a-46ccfa97ce5d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:24,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-915abffe-e595-4326-9b8a-46ccfa97ce5d 2018-12-29 06:45:24,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814800262451s 2018-12-29 06:45:24,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 06:45:24,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a4fd59a-72de-4bfd-b934-614a0f51bd52 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 06:45:24,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-8a4fd59a-72de-4bfd-b934-614a0f51bd52 2018-12-29 06:45:24,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.07546210289s 2018-12-29 06:45:24,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 06:45:24,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e7ac946-b90f-4cb2-8e99-ced7641069ef Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "domain_id": "default", "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 06:45:24,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5e7ac946-b90f-4cb2-8e99-ced7641069ef 2018-12-29 06:45:24,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983300209045s 2018-12-29 06:45:24,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5e7ac946-b90f-4cb2-8e99-ced7641069ef 2018-12-29 06:45:24,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 06:45:24,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5b7def-3ef4-4f0a-b5f0-3c0b3be768fa Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb"}, "enabled": true, "id": "0d63df4565084e8ab2a789e358d7f5bb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 06:45:24,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-eb5b7def-3ef4-4f0a-b5f0-3c0b3be768fa 2018-12-29 06:45:24,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804119110107s 2018-12-29 06:45:24,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-eb5b7def-3ef4-4f0a-b5f0-3c0b3be768fa 2018-12-29 06:45:24,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 06:45:24,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9658ca18-db0b-4692-93b5-1edfe5438682 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 06:45:24,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&scope.project.id=0d63df4565084e8ab2a789e358d7f5bb&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-9658ca18-db0b-4692-93b5-1edfe5438682 2018-12-29 06:45:24,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0860691070557s 2018-12-29 06:45:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 06:45:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb/users/3973dceda47a4b98a400d693b07103b5/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bcdd3c2-795e-4843-bed4-d81c7b37fbbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:45:24,717 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb/users/3973dceda47a4b98a400d693b07103b5/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-6bcdd3c2-795e-4843-bed4-d81c7b37fbbf 2018-12-29 06:45:24,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132241010666s 2018-12-29 06:45:24,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:24,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d27e9c8-3a3e-4068-b83e-c20801e80347 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:24,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5d27e9c8-3a3e-4068-b83e-c20801e80347 2018-12-29 06:45:24,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861070156097s 2018-12-29 06:45:24,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 06:45:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b294b8-fe2b-4264-9303-41d86bf767a6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 06:45:24,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-32b294b8-fe2b-4264-9303-41d86bf767a6 2018-12-29 06:45:24,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0747129917145s 2018-12-29 06:45:24,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 06:45:24,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:24,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31a1225-05a6-4597-bd86-65a972e51b36 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "domain_id": "default", "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 06:45:24,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f31a1225-05a6-4597-bd86-65a972e51b36 2018-12-29 06:45:24,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973169803619s 2018-12-29 06:45:24,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f31a1225-05a6-4597-bd86-65a972e51b36 2018-12-29 06:45:24,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 06:45:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:25,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7394f64e-cdf3-4f96-97a6-71505c3a3398 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default", "previous": null, "next": null}} 2018-12-29 06:45:25,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=3973dceda47a4b98a400d693b07103b5&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default used request id req-7394f64e-cdf3-4f96-97a6-71505c3a3398 2018-12-29 06:45:25,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797810554504s 2018-12-29 06:45:25,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 06:45:25,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/3973dceda47a4b98a400d693b07103b5/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:45:25,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aef8257c-cc5f-4a64-9541-7c6c8aaa07c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:45:25,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/3973dceda47a4b98a400d693b07103b5/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-aef8257c-cc5f-4a64-9541-7c6c8aaa07c7 2018-12-29 06:45:25,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113054990768s 2018-12-29 06:45:25,178 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 06:45:35,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 06:45:34.727 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1441a6be-2c72-4022-bd00-a994c8a61f13) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1441a6be-2c72-4022-bd00-a994c8a61f13 | 2018-12-29T06:45:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1441a6be-2c72-4022-bd00-a994c8a61f13 ~/.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-12-29 06:45:38,315 - 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-12-29 06:45:38,315 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 06:45:44,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 06:45:42.375 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 06:45:42.567 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 06:45:44.602 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8efb8070-7dfb-4622-8740-11e96e785583) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8efb8070-7dfb-4622-8740-11e96e785583) as the default verifier for the future CLI operations. 2018-12-29 06:45:47,571 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 06:45:47,741 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 06:45:47,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 06:45:47,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd70469-4e26-4973-8965-ec66cf437200 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:45:47,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dbd70469-4e26-4973-8965-ec66cf437200 2018-12-29 06:45:47,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:45:48,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "b6aaf773846f44e4b2b7f22a718c4549", "name": "Member"}], "expires_at": "2018-12-29T07:45:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d63df4565084e8ab2a789e358d7f5bb", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0d63df4565084e8ab2a789e358d7f5bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/0d63df4565084e8ab2a789e358d7f5bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/0d63df4565084e8ab2a789e358d7f5bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/0d63df4565084e8ab2a789e358d7f5bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/0d63df4565084e8ab2a789e358d7f5bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/0d63df4565084e8ab2a789e358d7f5bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/0d63df4565084e8ab2a789e358d7f5bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "id": "3973dceda47a4b98a400d693b07103b5"}, "audit_ids": ["DV62DcWGSca3ncs_TeBCkA"], "issued_at": "2018-12-29T06:45:48.000000Z"}} 2018-12-29 06:45:48,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:48,139 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 06:45:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 06:45:48,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 06:45:48,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:48,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0615f3d9-1fba-49be-9efd-8b2f157b4e8a Date: Sat, 29 Dec 2018 06:45:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 06:45:48,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0615f3d9-1fba-49be-9efd-8b2f157b4e8a 2018-12-29 06:45:48,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.546709060669s 2018-12-29 06:45:48,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0615f3d9-1fba-49be-9efd-8b2f157b4e8a 2018-12-29 06:45:48,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 06:45:48,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}' 2018-12-29 06:45:49,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6 X-Openstack-Request-Id: req-28c9b3ea-bf67-407e-a2de-a892cc605765 Date: Sat, 29 Dec 2018 06:45:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "size": null, "self": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:49Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": null, "created_at": "2018-12-29T06:45:49Z", "protected": false} 2018-12-29 06:45:49,292 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-28c9b3ea-bf67-407e-a2de-a892cc605765 2018-12-29 06:45:49,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.599987983704s 2018-12-29 06:45:49,293 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-28c9b3ea-bf67-407e-a2de-a892cc605765 returning object 19ef6457-2d0f-4e8a-9375-2c1c364a11e6 2018-12-29 06:45:49,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 06:45:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" -d '' 2018-12-29 06:45:50,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-380e2591-d382-44a8-a699-b7539231a2cd Date: Sat, 29 Dec 2018 06:45:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:45:50,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file used request id req-380e2591-d382-44a8-a699-b7539231a2cd 2018-12-29 06:45:50,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.991255044937s 2018-12-29 06:45:50,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file used request id req-380e2591-d382-44a8-a699-b7539231a2cd 2018-12-29 06:45:50,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 06:45:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:50,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-af79198e-b8b4-4d60-9f73-17116223a43a Date: Sat, 29 Dec 2018 06:45:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "metadata": {}}], "file": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "size": 12716032, "self": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:50Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T06:45:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 06:45:50,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-af79198e-b8b4-4d60-9f73-17116223a43a 2018-12-29 06:45:50,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.54648900032s 2018-12-29 06:45:50,833 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-af79198e-b8b4-4d60-9f73-17116223a43a 2018-12-29 06:45:50,835 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file', 'owner': u'0d63df4565084e8ab2a789e358d7f5bb', 'id': u'19ef6457-2d0f-4e8a-9375-2c1c364a11e6', 'size': 12716032, u'self': u'/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0d63df4565084e8ab2a789e358d7f5bb', 'name': 'bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T06:45:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T06:45:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'created': u'2018-12-29T06:45:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T06:45:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 06:45:50,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 06:45:50,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 06:45:51,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2ac0d49-062b-4b5f-8e70-cc9c1fead1da x-compute-request-id: req-e2ac0d49-062b-4b5f-8e70-cc9c1fead1da Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f18d2da9-127c-40bd-909d-8289a7e4962f", "name": "bgpvpn-tempest-tests-flavor_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:45:51,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e2ac0d49-062b-4b5f-8e70-cc9c1fead1da 2018-12-29 06:45:51,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.57008600235s 2018-12-29 06:45:51,406 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e2ac0d49-062b-4b5f-8e70-cc9c1fead1da returning object f18d2da9-127c-40bd-909d-8289a7e4962f 2018-12-29 06:45:51,408 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'f18d2da9-127c-40bd-909d-8289a7e4962f', 'swap': 0}) 2018-12-29 06:45:51,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 06:45:51,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f/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}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"extra_specs": {}}' 2018-12-29 06:45:51,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a6583b6-6f62-4e24-906d-08cf23b55cec x-compute-request-id: req-3a6583b6-6f62-4e24-906d-08cf23b55cec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 06:45:51,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f/os-extra_specs used request id req-3a6583b6-6f62-4e24-906d-08cf23b55cec 2018-12-29 06:45:51,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223441123962s 2018-12-29 06:45:51,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f/os-extra_specs used request id req-3a6583b6-6f62-4e24-906d-08cf23b55cec 2018-12-29 06:45:51,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:45:51,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:51,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 06:45:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 06:45:51,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:51,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c107ebe-b748-421f-abf6-11a2912d9cac Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:45:51,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8c107ebe-b748-421f-abf6-11a2912d9cac 2018-12-29 06:45:51,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.10008597374s 2018-12-29 06:45:51,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 06:45:51,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:51,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0664469-8324-438b-a797-e425d7c8f5ed x-compute-request-id: req-d0664469-8324-438b-a797-e425d7c8f5ed Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:45:51,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d0664469-8324-438b-a797-e425d7c8f5ed 2018-12-29 06:45:51,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.183353900909s 2018-12-29 06:45:51,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d0664469-8324-438b-a797-e425d7c8f5ed 2018-12-29 06:45:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 06:45:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:52,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-d8ae53b5-3b6f-421b-8437-89f0a3794036 Date: Sat, 29 Dec 2018 06:45:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "metadata": {}}], "file": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "size": 12716032, "self": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:50Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T06:45:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 06:45:52,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8ae53b5-3b6f-421b-8437-89f0a3794036 2018-12-29 06:45:52,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.56162405014s 2018-12-29 06:45:52,285 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8ae53b5-3b6f-421b-8437-89f0a3794036 2018-12-29 06:45:52,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 06:45:52,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}' 2018-12-29 06:45:52,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9 X-Openstack-Request-Id: req-69adfb8c-a156-4cb0-bfd2-8d57e1ba705e Date: Sat, 29 Dec 2018 06:45:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "461df3f5-0435-41f9-a3d6-56ce7402bfa9", "size": null, "self": "/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:52Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": null, "created_at": "2018-12-29T06:45:52Z", "protected": false} 2018-12-29 06:45:52,489 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-69adfb8c-a156-4cb0-bfd2-8d57e1ba705e 2018-12-29 06:45:52,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.201575040817s 2018-12-29 06:45:52,490 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-69adfb8c-a156-4cb0-bfd2-8d57e1ba705e returning object 461df3f5-0435-41f9-a3d6-56ce7402bfa9 2018-12-29 06:45:52,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 06:45:52,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" -d '' 2018-12-29 06:45:53,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2197cc7-65df-4a86-a665-31a6f512603e Date: Sat, 29 Dec 2018 06:45:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:45:53,676 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/file used request id req-f2197cc7-65df-4a86-a665-31a6f512603e 2018-12-29 06:45:53,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18571710587s 2018-12-29 06:45:53,677 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/file used request id req-f2197cc7-65df-4a86-a665-31a6f512603e 2018-12-29 06:45:53,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 06:45:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:45:54,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-2d2763db-0e75-43c4-8309-bf2f72e0fc62 Date: Sat, 29 Dec 2018 06:45:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/snap", "metadata": {}}], "file": "/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "461df3f5-0435-41f9-a3d6-56ce7402bfa9", "size": 12716032, "self": "/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:53Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T06:45:52Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "metadata": {}}], "file": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "size": 12716032, "self": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:50Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T06:45:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 06:45:54,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2d2763db-0e75-43c4-8309-bf2f72e0fc62 2018-12-29 06:45:54,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.560841083527s 2018-12-29 06:45:54,239 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2d2763db-0e75-43c4-8309-bf2f72e0fc62 2018-12-29 06:45:54,241 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/file', 'owner': u'0d63df4565084e8ab2a789e358d7f5bb', 'id': u'461df3f5-0435-41f9-a3d6-56ce7402bfa9', 'size': 12716032, u'self': u'/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0d63df4565084e8ab2a789e358d7f5bb', 'name': 'bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T06:45:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T06:45:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', 'created': u'2018-12-29T06:45:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T06:45:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 06:45:54,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 06:45:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 06:45:54,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d57e471-89f1-40eb-a9fe-af1e3d93d058 x-compute-request-id: req-8d57e471-89f1-40eb-a9fe-af1e3d93d058 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "name": "bgpvpn-tempest-tests-flavor_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:45:54,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8d57e471-89f1-40eb-a9fe-af1e3d93d058 2018-12-29 06:45:54,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0811660289764s 2018-12-29 06:45:54,324 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8d57e471-89f1-40eb-a9fe-af1e3d93d058 returning object 54d0826e-e55c-40cc-8f4b-92aff6f2f8e4 2018-12-29 06:45:54,325 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'54d0826e-e55c-40cc-8f4b-92aff6f2f8e4', 'swap': 0}) 2018-12-29 06:45:54,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 06:45:54,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4/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}4770cc783b05d6ee673e2c075add212b017f0bad" -d '{"extra_specs": {}}' 2018-12-29 06:45:54,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-193e3172-5315-42a7-9cd3-7177f563b040 x-compute-request-id: req-193e3172-5315-42a7-9cd3-7177f563b040 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 06:45:54,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4/os-extra_specs used request id req-193e3172-5315-42a7-9cd3-7177f563b040 2018-12-29 06:45:54,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208458900452s 2018-12-29 06:45:54,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4/os-extra_specs used request id req-193e3172-5315-42a7-9cd3-7177f563b040 2018-12-29 06:45:54,348 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'54d0826e-e55c-40cc-8f4b-92aff6f2f8e4', 'swap': 0}) 2018-12-29 06:45:57,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 06:45:56.402 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8efb8070-7dfb-4622-8740-11e96e785583) for deployment 'opnfv-rally' (UUID=1441a6be-2c72-4022-bd00-a994c8a61f13). 2018-12-29 06:45:57.279 184 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 06:45:57.281 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8efb8070-7dfb-4622-8740-11e96e785583) has been successfully configured for deployment 'opnfv-rally' (UUID=1441a6be-2c72-4022-bd00-a994c8a61f13)! 2018-12-29 06:45:57,499 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-29 06:45:57,500 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-29 06:45:57,502 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-29 06:45:57,523 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-8efb8070-7dfb-4622-8740-11e96e785583/for-deployment-1441a6be-2c72-4022-bd00-a994c8a61f13/tempest.conf with bgpvpn=True 2018-12-29 06:45:57,530 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-29 06:46:00,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8efb8070-7dfb-4622-8740-11e96e785583/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-12-29 06:46:00,394 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-29 06:46:00,412 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-29 06:46:00,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-12-29 06:46:02,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 06:46:02.422 193 INFO rally.api [-] Starting verification (UUID=95ff72be-7e5f-4ee1-8de6-51ba79e359e5) for deployment 'opnfv-rally' (UUID=1441a6be-2c72-4022-bd00-a994c8a61f13) by verifier 'opnfv-tempest' (UUID=8efb8070-7dfb-4622-8740-11e96e785583). 2018-12-29 06:46:02,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 95ff72be-7e5f-4ee1-8de6-51ba79e359e5 2018-12-29 06:49:13,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 95ff72be-7e5f-4ee1-8de6-51ba79e359e5 2018-12-29 06:49:13,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '95ff72be-7e5f-4ee1-8de6-51ba79e359e5']'. 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 95ff72be-7e5f-4ee1-8de6-51ba79e359e5 | 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 06:46:02 | 2018-12-29 06:49:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 06:49:13 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:11 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8efb8070-7dfb-4622-8740-11e96e785583) | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1441a6be-2c72-4022-bd00-a994c8a61f13) | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 179.978 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 06:49:14,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 06:49:14,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-12-29 06:49:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 06:49:14,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:49:16,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5512aa1c-ebf7-4681-a86c-74f7aec822df Date: Sat, 29 Dec 2018 06:49:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:49:16,060 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9 used request id req-5512aa1c-ebf7-4681-a86c-74f7aec822df 2018-12-29 06:49:16,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37684297562s 2018-12-29 06:49:16,061 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/461df3f5-0435-41f9-a3d6-56ce7402bfa9 used request id req-5512aa1c-ebf7-4681-a86c-74f7aec822df 2018-12-29 06:49:16,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 06:49:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:16,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-d51f4579-dd7f-4bc4-9581-9aab08a05717 x-compute-request-id: req-d51f4579-dd7f-4bc4-9581-9aab08a05717 Content-Encoding: gzip Content-Length: 417 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54d0826e-e55c-40cc-8f4b-92aff6f2f8e4", "name": "bgpvpn-tempest-tests-flavor_alt_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f18d2da9-127c-40bd-909d-8289a7e4962f", "name": "bgpvpn-tempest-tests-flavor_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 06:49:16,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d51f4579-dd7f-4bc4-9581-9aab08a05717 2018-12-29 06:49:16,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0458950996399s 2018-12-29 06:49:16,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d51f4579-dd7f-4bc4-9581-9aab08a05717 2018-12-29 06:49:16,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 06:49:16,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:16,165 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49: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-01943f61-ec48-4ed4-8bd3-d1870fe31575 x-compute-request-id: req-01943f61-ec48-4ed4-8bd3-d1870fe31575 Content-Length: 0 Content-Type: application/json 2018-12-29 06:49:16,166 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4 used request id req-01943f61-ec48-4ed4-8bd3-d1870fe31575 2018-12-29 06:49:16,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0550329685211s 2018-12-29 06:49:16,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/54d0826e-e55c-40cc-8f4b-92aff6f2f8e4 used request id req-01943f61-ec48-4ed4-8bd3-d1870fe31575 2018-12-29 06:49:16,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 06:49:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:49:16,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-9f0c935a-4b6d-46b0-b2ce-e4f874a8dab6 Date: Sat, 29 Dec 2018 06:49:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "metadata": {}}], "file": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/file", "owner": "0d63df4565084e8ab2a789e358d7f5bb", "id": "19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "size": 12716032, "self": "/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T06:45:50Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T06:45:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 06:49:16,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9f0c935a-4b6d-46b0-b2ce-e4f874a8dab6 2018-12-29 06:49:16,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.548220872879s 2018-12-29 06:49:16,715 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9f0c935a-4b6d-46b0-b2ce-e4f874a8dab6 2018-12-29 06:49:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 06:49:16,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ae9e84ad655cd26c4c6f49531aa5b9e730792c5" 2018-12-29 06:49:18,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec46d297-55af-42b9-9907-4030b26a550d Date: Sat, 29 Dec 2018 06:49:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:49:18,332 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6 used request id req-ec46d297-55af-42b9-9907-4030b26a550d 2018-12-29 06:49:18,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.6155769825s 2018-12-29 06:49:18,333 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/19ef6457-2d0f-4e8a-9375-2c1c364a11e6 used request id req-ec46d297-55af-42b9-9907-4030b26a550d 2018-12-29 06:49:18,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 06:49:18,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9630b565-d6b5-41ee-8367-e87d0cfd1d7f x-compute-request-id: req-9630b565-d6b5-41ee-8367-e87d0cfd1d7f Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f18d2da9-127c-40bd-909d-8289a7e4962f", "name": "bgpvpn-tempest-tests-flavor_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 06:49:18,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-9630b565-d6b5-41ee-8367-e87d0cfd1d7f 2018-12-29 06:49:18,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325648784637s 2018-12-29 06:49:18,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-9630b565-d6b5-41ee-8367-e87d0cfd1d7f 2018-12-29 06:49:18,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 06:49:18,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,429 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61a63516-cbf6-42da-a7ad-c5af04a33db3 x-compute-request-id: req-61a63516-cbf6-42da-a7ad-c5af04a33db3 Content-Length: 0 Content-Type: application/json 2018-12-29 06:49:18,429 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f used request id req-61a63516-cbf6-42da-a7ad-c5af04a33db3 2018-12-29 06:49:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0606830120087s 2018-12-29 06:49:18,430 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f18d2da9-127c-40bd-909d-8289a7e4962f used request id req-61a63516-cbf6-42da-a7ad-c5af04a33db3 2018-12-29 06:49:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 06:49:18,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168d8bb7-ead1-43dc-bc01-bc7d6167943b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea", "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "domain_id": "default", "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 06:49:18,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-168d8bb7-ead1-43dc-bc01-bc7d6167943b 2018-12-29 06:49:18,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102234125137s 2018-12-29 06:49:18,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-168d8bb7-ead1-43dc-bc01-bc7d6167943b 2018-12-29 06:49:18,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 06:49:18,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3a8bd3-d856-4ef6-9371-24dc98450494 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5"}, "enabled": true, "id": "3973dceda47a4b98a400d693b07103b5", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}} 2018-12-29 06:49:18,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 used request id req-db3a8bd3-d856-4ef6-9371-24dc98450494 2018-12-29 06:49:18,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102342844009s 2018-12-29 06:49:18,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 used request id req-db3a8bd3-d856-4ef6-9371-24dc98450494 2018-12-29 06:49:18,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 06:49:18,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-385cf75c-c400-445a-9c89-4197acaa69d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:49:18,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 used request id req-385cf75c-c400-445a-9c89-4197acaa69d5 2018-12-29 06:49:18,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.172599077225s 2018-12-29 06:49:18,815 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/3973dceda47a4b98a400d693b07103b5 used request id req-385cf75c-c400-445a-9c89-4197acaa69d5 2018-12-29 06:49:18,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 06:49:18,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:18,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23943386-cbb3-4987-97ba-894dbaeb5157 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb"}, "enabled": true, "id": "0d63df4565084e8ab2a789e358d7f5bb", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_d1ae6f2c-6782-4637-94ac-d7b23bfeffea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-12-29 06:49:18,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-23943386-cbb3-4987-97ba-894dbaeb5157 2018-12-29 06:49:18,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0847811698914s 2018-12-29 06:49:18,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-23943386-cbb3-4987-97ba-894dbaeb5157 2018-12-29 06:49:18,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 06:49:18,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:19,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de442e2f-2f38-4dc8-8c69-b28c82b8fa31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:49:19,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb used request id req-de442e2f-2f38-4dc8-8c69-b28c82b8fa31 2018-12-29 06:49:19,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249113082886s 2018-12-29 06:49:19,234 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0d63df4565084e8ab2a789e358d7f5bb used request id req-de442e2f-2f38-4dc8-8c69-b28c82b8fa31 2018-12-29 06:49:19,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 06:49:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:19,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799fdaba-1575-4b7b-a9d5-fb337268e05b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "b6aaf773846f44e4b2b7f22a718c4549", "links": {"self": "http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549"}, "name": "Member"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 06:49:19,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-799fdaba-1575-4b7b-a9d5-fb337268e05b 2018-12-29 06:49:19,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753529071808s 2018-12-29 06:49:19,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 06:49:19,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:19,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dcbe0e2-82e8-4bf5-aefc-3de3e3f47cd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 06:49:19,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b6aaf773846f44e4b2b7f22a718c4549 used request id req-4dcbe0e2-82e8-4bf5-aefc-3de3e3f47cd3 2018-12-29 06:49:19,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110682010651s 2018-12-29 06:49:19,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 06:49:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0d63df4565084e8ab2a789e358d7f5bb&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4770cc783b05d6ee673e2c075add212b017f0bad" 2018-12-29 06:49:19,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b6ac8e2d-54b7-4c8f-920e-b63c630e67d6 Date: Sat, 29 Dec 2018 06:49:19 GMT RESP BODY: {"security_groups": []} 2018-12-29 06:49:19,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0d63df4565084e8ab2a789e358d7f5bb&name=default used request id req-b6ac8e2d-54b7-4c8f-920e-b63c630e67d6 2018-12-29 06:49:19,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178649902344s 2018-12-29 06:49:19,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0d63df4565084e8ab2a789e358d7f5bb&name=default used request id req-b6ac8e2d-54b7-4c8f-920e-b63c630e67d6 2018-12-29 06:49:19,604 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-12-29 06:49:19,605 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-12-29 06:49:19,605 - 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-12-29 06:49:19,605 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-12-29 06:49:19,605 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-12-29 06:49:19,685 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-12-29 06:49:19,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:19,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:19,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:19,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:19,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:19,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:19,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:19,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:19,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:19,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:19,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:19,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:19,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:19,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:19,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:19,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:19,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:19,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:49:19,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:19,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:19,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:19,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:19,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:19,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:19,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:19,700 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:49:19,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:19,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09548adb-9435-44a9-bb1b-367e41036e7b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:19,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-09548adb-9435-44a9-bb1b-367e41036e7b 2018-12-29 06:49:19,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:20,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["UE1558yrRASDkqEdYNWp-Q"], "issued_at": "2018-12-29T06:49:20.000000Z"}} 2018-12-29 06:49:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55cee53989f45af4ad38d7788b57fec3075b51de" 2018-12-29 06:49:20,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9d11192f-515e-4931-97eb-9a350336ec51 Date: Sat, 29 Dec 2018 06:49:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:49:20,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-9d11192f-515e-4931-97eb-9a350336ec51 2018-12-29 06:49:20,248 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:49:20,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55cee53989f45af4ad38d7788b57fec3075b51de" 2018-12-29 06:49:20,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd3ef1c6-e5f8-4745-86a1-e5fea70f1308 Date: Sat, 29 Dec 2018 06:49: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-12-29 06:49:20,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-bd3ef1c6-e5f8-4745-86a1-e5fea70f1308 2018-12-29 06:49:20,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55cee53989f45af4ad38d7788b57fec3075b51de" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:49:20,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147 X-Openstack-Request-Id: req-3042d84b-d0e4-4228-8128-a1b3bf7af9ea Date: Sat, 29 Dec 2018 06:49:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:49:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:49:20Z", "visibility": "public", "locations": [], "self": "/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "min_disk": 0, "protected": false, "id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "file": "/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:49:20,629 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3042d84b-d0e4-4228-8128-a1b3bf7af9ea 2018-12-29 06:49:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55cee53989f45af4ad38d7788b57fec3075b51de" -d '' 2018-12-29 06:49:22,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f84a4787-fca5-4207-aa90-fc9943666aca Date: Sat, 29 Dec 2018 06:49:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:49:22,561 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147/file used request id req-f84a4787-fca5-4207-aa90-fc9943666aca 2018-12-29 06:49:22,562 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-12-29 06:49:22,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:22,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6afebea-a857-4c88-aa19-197caa73eef3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:22,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d6afebea-a857-4c88-aa19-197caa73eef3 2018-12-29 06:49:22,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:22,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["lTWzVL0LTFiRzYdpXWGyDw"], "issued_at": "2018-12-29T06:49:22.000000Z"}} 2018-12-29 06:49:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1be3cccb39cfc2222d4688f58cb8c403f4abc1d" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-12-29 06:49:23,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6a1a83fd-cb02-4298-a529-1444592a6dfb Date: Sat, 29 Dec 2018 06:49: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":"e3e3950a-7999-455c-87f4-24d6ded074f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:49:23Z","is_default":false,"provider:segmentation_id":2,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:49:23Z","mtu":1450}} 2018-12-29 06:49:23,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6a1a83fd-cb02-4298-a529-1444592a6dfb 2018-12-29 06:49:23,372 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network e3e3950a-7999-455c-87f4-24d6ded074f2 with cidr 10.10.10.0/24 2018-12-29 06:49:23,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1be3cccb39cfc2222d4688f58cb8c403f4abc1d" -d '{"subnets": [{"ip_version": 4, "network_id": "e3e3950a-7999-455c-87f4-24d6ded074f2", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-12-29 06:49:24,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-2a61cbf0-e085-4bd2-bff3-4babc41eb738 Date: Sat, 29 Dec 2018 06:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3e3950a-7999-455c-87f4-24d6ded074f2","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:49:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:49: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":"052a0acaf7ec4a4397abb92cfbe54f87","id":"4f3b2741-a598-46a2-b14b-fbd4356bd9ef","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-12-29 06:49:24,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2a61cbf0-e085-4bd2-bff3-4babc41eb738 2018-12-29 06:49:24,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1be3cccb39cfc2222d4688f58cb8c403f4abc1d" 2018-12-29 06:49:24,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-fa7b4ba4-786e-4aab-bdc6-ea6e02f89dab Date: Sat, 29 Dec 2018 06:49:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:49:24,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-fa7b4ba4-786e-4aab-bdc6-ea6e02f89dab 2018-12-29 06:49:24,251 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:49:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:24,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5bdec2-d030-47fb-a41f-dadf58a5e715 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:24,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de5bdec2-d030-47fb-a41f-dadf58a5e715 2018-12-29 06:49:24,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:24,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["WTfS9POWSEO1yJOd4HkpgA"], "issued_at": "2018-12-29T06:49:24.000000Z"}} 2018-12-29 06:49:24,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:49:24,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8326ace2-e3b5-46b5-b822-1556b0f18065 x-compute-request-id: req-8326ace2-e3b5-46b5-b822-1556b0f18065 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:49:24,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-8326ace2-e3b5-46b5-b822-1556b0f18065 2018-12-29 06:49:24,841 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:49:24,841 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-12-29 06:49:24,841 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=52bc1ef7-5387-4e87-95cc-e0d8af37a147 network=e3e3950a-7999-455c-87f4-24d6ded074f2 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-12-29 06:49:24,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:24,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:24,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:24,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:24,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:24,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:24,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:24,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:24,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:24,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:24,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:24,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:24,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:24,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70628b89-98d7-47ec-8534-423536a38009 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:24,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70628b89-98d7-47ec-8534-423536a38009 2018-12-29 06:49:24,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:25,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Ux7Mgm4dQkCE6jm86-ZM9w"], "issued_at": "2018-12-29T06:49:25.000000Z"}} 2018-12-29 06:49:25,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" 2018-12-29 06:49:25,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-9a2852f7-2cb2-45fa-bdde-91f5e0ede2b8 x-compute-request-id: req-9a2852f7-2cb2-45fa-bdde-91f5e0ede2b8 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:49:25,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9a2852f7-2cb2-45fa-bdde-91f5e0ede2b8 2018-12-29 06:49:25,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" 2018-12-29 06:49:25,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-1fe6aa5b-dee6-4e07-b778-8c0a0af46259 x-compute-request-id: req-1fe6aa5b-dee6-4e07-b778-8c0a0af46259 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:49:25,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-1fe6aa5b-dee6-4e07-b778-8c0a0af46259 2018-12-29 06:49:25,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3e3950a-7999-455c-87f4-24d6ded074f2"}]}}' 2018-12-29 06:49:27,382 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49: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-3c00fe20-80a8-4256-968f-8aa680c8af0f x-compute-request-id: req-3c00fe20-80a8-4256-968f-8aa680c8af0f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "22345142-c4aa-4ca5-9c4f-78407c87fa4d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "bookmark"}], "adminPass": "kbLvofrC9MtS"}} 2018-12-29 06:49:27,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3c00fe20-80a8-4256-968f-8aa680c8af0f 2018-12-29 06:49:27,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:27,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e49a4f2-38eb-4f59-8da8-d572d1f838f7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:27,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3e49a4f2-38eb-4f59-8da8-d572d1f838f7 2018-12-29 06:49:27,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:27,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["W349o6kGQQG3Q0TZJEqlRA"], "issued_at": "2018-12-29T06:49:27.000000Z"}} 2018-12-29 06:49:27,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac7246b487a4d85f7cdce6cd2d71bece1869f6f" 2018-12-29 06:49:28,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10a8565b-0aff-402b-89d6-12a75f5faa64 x-compute-request-id: req-10a8565b-0aff-402b-89d6-12a75f5faa64 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.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "22345142-c4aa-4ca5-9c4f-78407c87fa4d", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:49:27Z", "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-12-29T06:49:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:28,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d used request id req-10a8565b-0aff-402b-89d6-12a75f5faa64 2018-12-29 06:49:31,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac7246b487a4d85f7cdce6cd2d71bece1869f6f" 2018-12-29 06:49:32,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-5b07e1c4-0d89-4cac-aa80-401d306115ff x-compute-request-id: req-5b07e1c4-0d89-4cac-aa80-401d306115ff Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "22345142-c4aa-4ca5-9c4f-78407c87fa4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-12-29T06:49:29Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-12-29T06:49:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:32,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d used request id req-5b07e1c4-0d89-4cac-aa80-401d306115ff 2018-12-29 06:49:35,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eac7246b487a4d85f7cdce6cd2d71bece1869f6f" 2018-12-29 06:49:36,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-4a6dfb4d-6296-425f-8047-bd717c68c0fa x-compute-request-id: req-4a6dfb4d-6296-425f-8047-bd717c68c0fa Content-Encoding: gzip Content-Length: 780 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:af:ab:42", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": "2018-12-29T06:49:33.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "22345142-c4aa-4ca5-9c4f-78407c87fa4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:49:33Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-12-29T06:49:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:36,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d used request id req-4a6dfb4d-6296-425f-8047-bd717c68c0fa 2018-12-29 06:49:36,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" 2018-12-29 06:49:37,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1015df2-4082-44d6-ae19-5ed0a792f350 x-compute-request-id: req-d1015df2-4082-44d6-ae19-5ed0a792f350 Content-Encoding: gzip Content-Length: 780 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:af:ab:42", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": "2018-12-29T06:49:33.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "22345142-c4aa-4ca5-9c4f-78407c87fa4d", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-12-29T06:49:33Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-12-29T06:49:27Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:37,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d used request id req-d1015df2-4082-44d6-ae19-5ed0a792f350 2018-12-29 06:49:37,018 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.7'. 2018-12-29 06:49:37,018 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-12-29 06:49:37,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:49:38,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49: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-7d695be2-117a-41b8-95c0-aaa59d41ae04 x-compute-request-id: req-7d695be2-117a-41b8-95c0-aaa59d41ae04 Content-Length: 0 Content-Type: application/json 2018-12-29 06:49:38,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-7d695be2-117a-41b8-95c0-aaa59d41ae04 2018-12-29 06:49:38,634 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-12-29 06:49:38,634 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=52bc1ef7-5387-4e87-95cc-e0d8af37a147 network=e3e3950a-7999-455c-87f4-24d6ded074f2 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.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-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:38,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:38,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:38,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:38,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:38,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:38,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:38,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:38,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:38,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:38,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:38,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:38,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:38,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19585b53-49c9-42d5-8665-35fd5a23acc8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:38,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-19585b53-49c9-42d5-8665-35fd5a23acc8 2018-12-29 06:49:38,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:39,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["ovQo-IPAQ-CEHC4HpP88ew"], "issued_at": "2018-12-29T06:49:39.000000Z"}} 2018-12-29 06:49:39,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" 2018-12-29 06:49:39,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-816d3017-e377-4441-be16-f9140dc2309c x-compute-request-id: req-816d3017-e377-4441-be16-f9140dc2309c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:49:39,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-816d3017-e377-4441-be16-f9140dc2309c 2018-12-29 06:49:39,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" 2018-12-29 06:49:39,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b88c8537-0452-47a5-8a03-0cf0438f2253 x-compute-request-id: req-b88c8537-0452-47a5-8a03-0cf0438f2253 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:49:39,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-b88c8537-0452-47a5-8a03-0cf0438f2253 2018-12-29 06:49:39,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3e3950a-7999-455c-87f4-24d6ded074f2"}], "config_drive": true}}' 2018-12-29 06:49:40,662 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd0e6232-5995-4513-849e-0af4a7d5e682 x-compute-request-id: req-bd0e6232-5995-4513-849e-0af4a7d5e682 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "adminPass": "LzpRf87m5khC"}} 2018-12-29 06:49:40,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-bd0e6232-5995-4513-849e-0af4a7d5e682 2018-12-29 06:49:40,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:40,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f8c8f8-5d5b-4515-a4ba-7dc076b5e3ff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:40,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-02f8c8f8-5d5b-4515-a4ba-7dc076b5e3ff 2018-12-29 06:49:40,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:41,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Tf_aZUWSQEybshoYMmpeFg"], "issued_at": "2018-12-29T06:49:41.000000Z"}} 2018-12-29 06:49:41,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53720c5db830b3be0f8b7ec97db831bbca5528b" 2018-12-29 06:49:41,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-d52d717f-703c-4c2c-84b4-fe1bf2aca2d8 x-compute-request-id: req-d52d717f-703c-4c2c-84b4-fe1bf2aca2d8 Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:49:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-12-29T06:49:40Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:41,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c used request id req-d52d717f-703c-4c2c-84b4-fe1bf2aca2d8 2018-12-29 06:49:44,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53720c5db830b3be0f8b7ec97db831bbca5528b" 2018-12-29 06:49:45,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-2ed7a5f6-737a-4c2c-ab89-7445d78ba60c x-compute-request-id: req-2ed7a5f6-737a-4c2c-ab89-7445d78ba60c Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:31:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:49:41Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-12-29T06:49:40Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:45,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c used request id req-2ed7a5f6-737a-4c2c-ab89-7445d78ba60c 2018-12-29 06:49:48,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53720c5db830b3be0f8b7ec97db831bbca5528b" 2018-12-29 06:49:49,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2308b0d9-d366-436f-aa0b-2cfdbb79cc87 x-compute-request-id: req-2308b0d9-d366-436f-aa0b-2cfdbb79cc87 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:31:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016b", "OS-SRV-USG:launched_at": "2018-12-29T06:49:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:44Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-12-29T06:49:40Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:49,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c used request id req-2308b0d9-d366-436f-aa0b-2cfdbb79cc87 2018-12-29 06:49:49,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" 2018-12-29 06:49:49,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43cc93cb-871c-4620-9998-a76bfdcc927a x-compute-request-id: req-43cc93cb-871c-4620-9998-a76bfdcc927a Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:31:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016b", "OS-SRV-USG:launched_at": "2018-12-29T06:49:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:44Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-12-29T06:49:40Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:49,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c used request id req-43cc93cb-871c-4620-9998-a76bfdcc927a 2018-12-29 06:49:49,504 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.11'. 2018-12-29 06:49:49,504 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-12-29 06:49:49,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:49:51,086 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-478092bf-c34b-4c1a-bdcd-7f7921b06767 x-compute-request-id: req-478092bf-c34b-4c1a-bdcd-7f7921b06767 Content-Length: 0 Content-Type: application/json 2018-12-29 06:49:51,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-478092bf-c34b-4c1a-bdcd-7f7921b06767 2018-12-29 06:49:51,087 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-12-29 06:49:51,087 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=52bc1ef7-5387-4e87-95cc-e0d8af37a147 network=e3e3950a-7999-455c-87f4-24d6ded074f2 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.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-12-29 06:49:51,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:51,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:51,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:51,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:51,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:51,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:51,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:51,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:51,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:49:51,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:49:51,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:49:51,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:49:51,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:49:51,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:49:51,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:49:51,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:49:51,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:51,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f2e80b-d3f5-49dc-abdf-352dad8a179e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:51,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c6f2e80b-d3f5-49dc-abdf-352dad8a179e 2018-12-29 06:49:51,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:51,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["zLf2310qQ6e37y48EJNMxg"], "issued_at": "2018-12-29T06:49:51.000000Z"}} 2018-12-29 06:49:51,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" 2018-12-29 06:49:52,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-6e753db9-b2c8-467c-8b8c-7efa94921524 x-compute-request-id: req-6e753db9-b2c8-467c-8b8c-7efa94921524 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:49:52,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6e753db9-b2c8-467c-8b8c-7efa94921524 2018-12-29 06:49:52,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" 2018-12-29 06:49:52,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fe5642c-1bb1-46e6-9d9e-2e9b538664d4 x-compute-request-id: req-9fe5642c-1bb1-46e6-9d9e-2e9b538664d4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:49:52,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-9fe5642c-1bb1-46e6-9d9e-2e9b538664d4 2018-12-29 06:49:52,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3e3950a-7999-455c-87f4-24d6ded074f2"}], "config_drive": true}}' 2018-12-29 06:49:53,556 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80bafd29-e415-4bf0-b019-ea24e8030b1e x-compute-request-id: req-80bafd29-e415-4bf0-b019-ea24e8030b1e Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "adminPass": "AACM3ifFy7dc"}} 2018-12-29 06:49:53,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-80bafd29-e415-4bf0-b019-ea24e8030b1e 2018-12-29 06:49:53,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:49:53,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba37fc6-42ad-4af6-bb7c-e1f04312f2a9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:49:53,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ba37fc6-42ad-4af6-bb7c-e1f04312f2a9 2018-12-29 06:49:53,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:49:53,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:49:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["Cy5CNTJ_Q3iQQ4xbR51ezA"], "issued_at": "2018-12-29T06:49:53.000000Z"}} 2018-12-29 06:49:53,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2410253f5ba6dc9a7279c38ec89c1099d5bcd4" 2018-12-29 06:49:54,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-9596c8f8-6d18-4223-9206-e26fd22eacf6 x-compute-request-id: req-9596c8f8-6d18-4223-9206-e26fd22eacf6 Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:49:54Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:54,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 used request id req-9596c8f8-6d18-4223-9206-e26fd22eacf6 2018-12-29 06:49:57,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2410253f5ba6dc9a7279c38ec89c1099d5bcd4" 2018-12-29 06:49:58,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:49: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-41889992-355c-42cf-bf13-9fdf9d850a14 x-compute-request-id: req-41889992-355c-42cf-bf13-9fdf9d850a14 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:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:49:54Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:49:58,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 used request id req-41889992-355c-42cf-bf13-9fdf9d850a14 2018-12-29 06:50:01,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2410253f5ba6dc9a7279c38ec89c1099d5bcd4" 2018-12-29 06:50:02,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45ea0685-eb55-490a-b17e-b0dcaa087245 x-compute-request-id: req-45ea0685-eb55-490a-b17e-b0dcaa087245 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": "2018-12-29T06:49:58.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:59Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:50:02,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 used request id req-45ea0685-eb55-490a-b17e-b0dcaa087245 2018-12-29 06:50:02,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" 2018-12-29 06:50:03,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-b2fc73e9-3f46-4f1f-a0a5-3196235bde11 x-compute-request-id: req-b2fc73e9-3f46-4f1f-a0a5-3196235bde11 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": "2018-12-29T06:49:58.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:59Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:50:03,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 used request id req-b2fc73e9-3f46-4f1f-a0a5-3196235bde11 2018-12-29 06:50:03,136 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.5'. 2018-12-29 06:50:03,136 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-12-29 06:50:03,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:50:04,405 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43bb6a9e-f036-4aad-82eb-e41aa7813126 x-compute-request-id: req-43bb6a9e-f036-4aad-82eb-e41aa7813126 Content-Length: 0 Content-Type: application/json 2018-12-29 06:50:04,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-43bb6a9e-f036-4aad-82eb-e41aa7813126 2018-12-29 06:50:04,405 - sdnvpn_test_utils - INFO - Waiting for instance 22345142-c4aa-4ca5-9c4f-78407c87fa4d to boot up 2018-12-29 06:50:04,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:05,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bba95b1-d257-44d3-bbab-58897ef4d446 x-compute-request-id: req-5bba95b1-d257-44d3-bbab-58897ef4d446 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:05,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-5bba95b1-d257-44d3-bbab-58897ef4d446 2018-12-29 06:50:07,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:08,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-3fc7dee8-d793-4da9-a48b-16e9f7f5e497 x-compute-request-id: req-3fc7dee8-d793-4da9-a48b-16e9f7f5e497 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:08,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-3fc7dee8-d793-4da9-a48b-16e9f7f5e497 2018-12-29 06:50:10,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:11,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-135095e9-35ad-4adc-9c35-be6dd6fd2c46 x-compute-request-id: req-135095e9-35ad-4adc-9c35-be6dd6fd2c46 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:11,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-135095e9-35ad-4adc-9c35-be6dd6fd2c46 2018-12-29 06:50:13,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:14,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-27913841-db7d-45a9-9a6d-6085e42863a8 x-compute-request-id: req-27913841-db7d-45a9-9a6d-6085e42863a8 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:14,806 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-27913841-db7d-45a9-9a6d-6085e42863a8 2018-12-29 06:50:16,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:17,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-49b5048f-87be-4ea8-b7d7-bd217ae18aa5 x-compute-request-id: req-49b5048f-87be-4ea8-b7d7-bd217ae18aa5 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:17,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-49b5048f-87be-4ea8-b7d7-bd217ae18aa5 2018-12-29 06:50:19,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:21,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-65fa6614-f881-4be6-a8d6-b8e20b9c25cc x-compute-request-id: req-65fa6614-f881-4be6-a8d6-b8e20b9c25cc Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:21,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-65fa6614-f881-4be6-a8d6-b8e20b9c25cc 2018-12-29 06:50:23,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:24,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e51b2db-e3c5-4a3b-8f0e-d33ee90099af x-compute-request-id: req-2e51b2db-e3c5-4a3b-8f0e-d33ee90099af Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:24,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-2e51b2db-e3c5-4a3b-8f0e-d33ee90099af 2018-12-29 06:50:26,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:27,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-332e1605-26a4-4929-a925-f539b82acfa7 x-compute-request-id: req-332e1605-26a4-4929-a925-f539b82acfa7 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:27,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-332e1605-26a4-4929-a925-f539b82acfa7 2018-12-29 06:50:29,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:30,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-3cff3532-4a62-443d-8e5b-a874674bdd39 x-compute-request-id: req-3cff3532-4a62-443d-8e5b-a874674bdd39 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:30,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-3cff3532-4a62-443d-8e5b-a874674bdd39 2018-12-29 06:50:32,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:33,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-cac707e0-0998-4be0-b657-38988257a1c1 x-compute-request-id: req-cac707e0-0998-4be0-b657-38988257a1c1 Content-Encoding: gzip Content-Length: 7699 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] 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-12-29 06:50:33,575 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-cac707e0-0998-4be0-b657-38988257a1c1 2018-12-29 06:50:35,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:36,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-46306042-47e1-4114-9b8d-6614f721fc8a x-compute-request-id: req-46306042-47e1-4114-9b8d-6614f721fc8a Content-Encoding: gzip Content-Length: 7908 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-12-29 06:50:36,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-46306042-47e1-4114-9b8d-6614f721fc8a 2018-12-29 06:50:38,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:39,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f202e404-8232-471d-bb05-3e6edc289c01 x-compute-request-id: req-f202e404-8232-471d-bb05-3e6edc289c01 Content-Encoding: gzip Content-Length: 9391 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\n"} 2018-12-29 06:50:39,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-f202e404-8232-471d-bb05-3e6edc289c01 2018-12-29 06:50:41,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:42,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ed4fd7c-59f9-433d-982e-f8c49e124247 x-compute-request-id: req-6ed4fd7c-59f9-433d-982e-f8c49e124247 Content-Encoding: gzip Content-Length: 10000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:50:42,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-6ed4fd7c-59f9-433d-982e-f8c49e124247 2018-12-29 06:50:44,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:45,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-d6c55a62-14ad-4a8a-ae04-3b7b4151edbc x-compute-request-id: req-d6c55a62-14ad-4a8a-ae04-3b7b4151edbc Content-Encoding: gzip Content-Length: 10000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:50:45,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-d6c55a62-14ad-4a8a-ae04-3b7b4151edbc 2018-12-29 06:50:47,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:49,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-77cc6224-99d7-44ab-a46d-4d0bfbf37904 x-compute-request-id: req-77cc6224-99d7-44ab-a46d-4d0bfbf37904 Content-Encoding: gzip Content-Length: 10000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:50:49,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-77cc6224-99d7-44ab-a46d-4d0bfbf37904 2018-12-29 06:50:51,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:52,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50: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-31a86a77-09cd-49ae-a6c8-033adc1d09ed x-compute-request-id: req-31a86a77-09cd-49ae-a6c8-033adc1d09ed Content-Encoding: gzip Content-Length: 10000 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-12-29 06:50:52,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-31a86a77-09cd-49ae-a6c8-033adc1d09ed 2018-12-29 06:50:54,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:55,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06fcf602-baf4-4f3e-bdf0-7a9645603e21 x-compute-request-id: req-06fcf602-baf4-4f3e-bdf0-7a9645603e21 Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:50:55,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-06fcf602-baf4-4f3e-bdf0-7a9645603e21 2018-12-29 06:50:57,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:50:58,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09dba2f1-fac0-453b-8225-d32f7602574b x-compute-request-id: req-09dba2f1-fac0-453b-8225-d32f7602574b Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:50:58,357 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-09dba2f1-fac0-453b-8225-d32f7602574b 2018-12-29 06:51:00,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:01,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-a6266581-ef58-40ac-b00f-90581c0debab x-compute-request-id: req-a6266581-ef58-40ac-b00f-90581c0debab Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:51:01,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-a6266581-ef58-40ac-b00f-90581c0debab 2018-12-29 06:51:03,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:04,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c32dcc15-c540-4d45-aa4b-9e846d36a7a4 x-compute-request-id: req-c32dcc15-c540-4d45-aa4b-9e846d36a7a4 Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:51:04,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-c32dcc15-c540-4d45-aa4b-9e846d36a7a4 2018-12-29 06:51:06,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:07,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-78759553-4ff8-4ace-bd0e-b8b6d0f7a338 x-compute-request-id: req-78759553-4ff8-4ace-bd0e-b8b6d0f7a338 Content-Encoding: gzip Content-Length: 10070 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-12-29 06:51:07,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-78759553-4ff8-4ace-bd0e-b8b6d0f7a338 2018-12-29 06:51:09,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:10,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-aeed3932-709f-471d-a664-5faef8c11b58 x-compute-request-id: req-aeed3932-709f-471d-a664-5faef8c11b58 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:51:10,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-aeed3932-709f-471d-a664-5faef8c11b58 2018-12-29 06:51:12,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:13,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-460e4fa7-2d58-4da3-827a-dc1e03a1fce5 x-compute-request-id: req-460e4fa7-2d58-4da3-827a-dc1e03a1fce5 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:51:13,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-460e4fa7-2d58-4da3-827a-dc1e03a1fce5 2018-12-29 06:51:15,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:17,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-6eea25ae-cbbd-4dcf-b586-664939833f0e x-compute-request-id: req-6eea25ae-cbbd-4dcf-b586-664939833f0e Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:51:17,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-6eea25ae-cbbd-4dcf-b586-664939833f0e 2018-12-29 06:51:19,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:20,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-d80f5bc6-45a0-4b94-bbd8-b0889fa8d291 x-compute-request-id: req-d80f5bc6-45a0-4b94-bbd8-b0889fa8d291 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-12-29 06:51:20,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-d80f5bc6-45a0-4b94-bbd8-b0889fa8d291 2018-12-29 06:51:22,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:23,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b2bda9d-5425-4a15-aa33-9953e39ac29f x-compute-request-id: req-4b2bda9d-5425-4a15-aa33-9953e39ac29f Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:23,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-4b2bda9d-5425-4a15-aa33-9953e39ac29f 2018-12-29 06:51:25,471 - sdnvpn_test_utils - INFO - Waiting for instance 9b888bd1-e619-4c25-a86e-1768042f6d9c to boot up 2018-12-29 06:51:25,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:26,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-5cee97ec-141e-4876-869b-a941b9eba27b x-compute-request-id: req-5cee97ec-141e-4876-869b-a941b9eba27b 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 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:26,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-5cee97ec-141e-4876-869b-a941b9eba27b 2018-12-29 06:51:28,552 - sdnvpn_test_utils - INFO - Waiting for instance c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 to boot up 2018-12-29 06:51:28,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:29,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-38614390-dfb7-47e1-b51b-ccb2598226c6 x-compute-request-id: req-38614390-dfb7-47e1-b51b-ccb2598226c6 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\n"} 2018-12-29 06:51:29,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-38614390-dfb7-47e1-b51b-ccb2598226c6 2018-12-29 06:51:31,714 - __name__ - INFO - Starting all monitor threads 2018-12-29 06:51:31,723 - __name__ - INFO - Wait before subtest 2018-12-29 06:51:32,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:32,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:32,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:33,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-b8115b23-7dcf-4781-b59e-66f945d2d3d6 x-compute-request-id: req-b8115b23-7dcf-4781-b59e-66f945d2d3d6 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\n"} 2018-12-29 06:51:33,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-b8115b23-7dcf-4781-b59e-66f945d2d3d6 2018-12-29 06:51:33,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-dd599848-36ed-42d8-b135-9dc5ad8285e1 x-compute-request-id: req-dd599848-36ed-42d8-b135-9dc5ad8285e1 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:33,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-dd599848-36ed-42d8-b135-9dc5ad8285e1 2018-12-29 06:51:33,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-8bf3bb2d-9f06-4daa-bb16-48e51a6e58cf x-compute-request-id: req-8bf3bb2d-9f06-4daa-bb16-48e51a6e58cf Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:33,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-8bf3bb2d-9f06-4daa-bb16-48e51a6e58cf 2018-12-29 06:51:33,824 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.11 KO 2018-12-29 06:51:33,827 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-1: ping 10.10.10.7 KO 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:33,828 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.7 OK 2018-12-29 06:51:34,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:34,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:34,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:35,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-124a0443-222c-4e13-9b18-18c5d652e985 x-compute-request-id: req-124a0443-222c-4e13-9b18-18c5d652e985 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\n"} 2018-12-29 06:51:35,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-124a0443-222c-4e13-9b18-18c5d652e985 2018-12-29 06:51:35,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7bdc690-a460-4aff-a907-ff2f9a785143 x-compute-request-id: req-f7bdc690-a460-4aff-a907-ff2f9a785143 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:35,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-f7bdc690-a460-4aff-a907-ff2f9a785143 2018-12-29 06:51:35,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-416ef625-7010-4d7b-959e-a3b60f69a896 x-compute-request-id: req-416ef625-7010-4d7b-959e-a3b60f69a896 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:35,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-416ef625-7010-4d7b-959e-a3b60f69a896 2018-12-29 06:51:36,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:36,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:36,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:37,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-492cd814-ecb2-4b46-99f0-9d9c62927e23 x-compute-request-id: req-492cd814-ecb2-4b46-99f0-9d9c62927e23 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\n"} 2018-12-29 06:51:37,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-492cd814-ecb2-4b46-99f0-9d9c62927e23 2018-12-29 06:51:37,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1568fdc1-8335-4c51-ab7b-09aeaa048455 x-compute-request-id: req-1568fdc1-8335-4c51-ab7b-09aeaa048455 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:37,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-1568fdc1-8335-4c51-ab7b-09aeaa048455 2018-12-29 06:51:38,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07f8e11a-6ba6-4e8d-9e0b-35ec157383d8 x-compute-request-id: req-07f8e11a-6ba6-4e8d-9e0b-35ec157383d8 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:38,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-07f8e11a-6ba6-4e8d-9e0b-35ec157383d8 2018-12-29 06:51:38,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:38,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:39,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:40,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95fdf2c9-8ba2-4e7c-a2ed-0c4c6fd00c31 x-compute-request-id: req-95fdf2c9-8ba2-4e7c-a2ed-0c4c6fd00c31 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:40,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-95fdf2c9-8ba2-4e7c-a2ed-0c4c6fd00c31 2018-12-29 06:51:40,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-111ff491-86fa-4ffe-9a48-59ec885c4d9e x-compute-request-id: req-111ff491-86fa-4ffe-9a48-59ec885c4d9e Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:40,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-111ff491-86fa-4ffe-9a48-59ec885c4d9e 2018-12-29 06:51:40,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-89e0a46d-3cb9-4073-94ac-4d3d813cf1fb x-compute-request-id: req-89e0a46d-3cb9-4073-94ac-4d3d813cf1fb Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:40,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-89e0a46d-3cb9-4073-94ac-4d3d813cf1fb 2018-12-29 06:51:41,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:41,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:41,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:42,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0eee92a6-ed3d-497e-a1a1-423c71fe4734 x-compute-request-id: req-0eee92a6-ed3d-497e-a1a1-423c71fe4734 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:42,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-0eee92a6-ed3d-497e-a1a1-423c71fe4734 2018-12-29 06:51:42,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbbb74a0-5152-4051-923e-2fa5e04fd675 x-compute-request-id: req-bbbb74a0-5152-4051-923e-2fa5e04fd675 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:42,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-bbbb74a0-5152-4051-923e-2fa5e04fd675 2018-12-29 06:51:42,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-037fd114-ccc2-42fa-a03e-255d53b2d532 x-compute-request-id: req-037fd114-ccc2-42fa-a03e-255d53b2d532 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:42,229 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-037fd114-ccc2-42fa-a03e-255d53b2d532 2018-12-29 06:51:43,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:43,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:43,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:44,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f1e460b-c8e8-41cc-8cb9-2a71eacc1388 x-compute-request-id: req-7f1e460b-c8e8-41cc-8cb9-2a71eacc1388 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:44,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-7f1e460b-c8e8-41cc-8cb9-2a71eacc1388 2018-12-29 06:51:44,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ab8fed6-7bf8-4097-a15c-7e396a00458c x-compute-request-id: req-6ab8fed6-7bf8-4097-a15c-7e396a00458c Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:44,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-6ab8fed6-7bf8-4097-a15c-7e396a00458c 2018-12-29 06:51:44,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5453500-e24f-4de9-9c22-5ad61ae7a9e9 x-compute-request-id: req-e5453500-e24f-4de9-9c22-5ad61ae7a9e9 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:44,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-e5453500-e24f-4de9-9c22-5ad61ae7a9e9 2018-12-29 06:51:45,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:45,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:45,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:46,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e3948b-5236-45e8-b018-c400660f44aa x-compute-request-id: req-71e3948b-5236-45e8-b018-c400660f44aa Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:46,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-71e3948b-5236-45e8-b018-c400660f44aa 2018-12-29 06:51:46,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-576e950e-3753-43d2-b3da-0cf11f2e58f4 x-compute-request-id: req-576e950e-3753-43d2-b3da-0cf11f2e58f4 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:46,308 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-576e950e-3753-43d2-b3da-0cf11f2e58f4 2018-12-29 06:51:46,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-000975d1-54d6-4f11-8700-b7d4e5a58986 x-compute-request-id: req-000975d1-54d6-4f11-8700-b7d4e5a58986 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:46,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-000975d1-54d6-4f11-8700-b7d4e5a58986 2018-12-29 06:51:47,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:47,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:47,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:48,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0abaeca-03bc-46e4-ad69-9d1d53476b03 x-compute-request-id: req-c0abaeca-03bc-46e4-ad69-9d1d53476b03 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:48,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-c0abaeca-03bc-46e4-ad69-9d1d53476b03 2018-12-29 06:51:48,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25e9f9a8-f423-4f9f-bc3e-531f5dd13cf9 x-compute-request-id: req-25e9f9a8-f423-4f9f-bc3e-531f5dd13cf9 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:48,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-25e9f9a8-f423-4f9f-bc3e-531f5dd13cf9 2018-12-29 06:51:48,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13a5c48d-853f-4428-be75-0d1d97049334 x-compute-request-id: req-13a5c48d-853f-4428-be75-0d1d97049334 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:48,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-13a5c48d-853f-4428-be75-0d1d97049334 2018-12-29 06:51:49,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:49,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:49,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:50,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1880a73f-c278-442a-9cdc-706456994ed3 x-compute-request-id: req-1880a73f-c278-442a-9cdc-706456994ed3 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:50,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-1880a73f-c278-442a-9cdc-706456994ed3 2018-12-29 06:51:50,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5526095d-091a-4a58-b21f-41c438da081a x-compute-request-id: req-5526095d-091a-4a58-b21f-41c438da081a Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:50,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-5526095d-091a-4a58-b21f-41c438da081a 2018-12-29 06:51:50,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d12563da-ec3a-4439-8365-0801cca8e394 x-compute-request-id: req-d12563da-ec3a-4439-8365-0801cca8e394 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:50,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-d12563da-ec3a-4439-8365-0801cca8e394 2018-12-29 06:51:51,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:51,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:51,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:52,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-1cc82592-ca05-4b77-b3fb-3851ef369fa9 x-compute-request-id: req-1cc82592-ca05-4b77-b3fb-3851ef369fa9 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:52,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-1cc82592-ca05-4b77-b3fb-3851ef369fa9 2018-12-29 06:51:52,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-a094f51a-9e24-40fb-9940-69b3db3f5a50 x-compute-request-id: req-a094f51a-9e24-40fb-9940-69b3db3f5a50 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:52,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-a094f51a-9e24-40fb-9940-69b3db3f5a50 2018-12-29 06:51:52,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-361a8589-e1c2-4184-ac65-f023519377bc x-compute-request-id: req-361a8589-e1c2-4184-ac65-f023519377bc Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:52,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-361a8589-e1c2-4184-ac65-f023519377bc 2018-12-29 06:51:53,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:53,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:53,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:54,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-988f15d2-a6ba-4c70-a7a1-24927f5845e4 x-compute-request-id: req-988f15d2-a6ba-4c70-a7a1-24927f5845e4 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:54,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-988f15d2-a6ba-4c70-a7a1-24927f5845e4 2018-12-29 06:51:54,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-bca66f25-f8cd-436e-ac3a-f10dd09baaef x-compute-request-id: req-bca66f25-f8cd-436e-ac3a-f10dd09baaef Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:54,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-bca66f25-f8cd-436e-ac3a-f10dd09baaef 2018-12-29 06:51:54,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-4dd48e14-61be-4ab9-8b02-55be603bd28c x-compute-request-id: req-4dd48e14-61be-4ab9-8b02-55be603bd28c Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:54,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-4dd48e14-61be-4ab9-8b02-55be603bd28c 2018-12-29 06:51:55,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:55,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:55,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:56,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-a3aba6bf-d5f7-4cdd-bc12-eef1bd92fb6f x-compute-request-id: req-a3aba6bf-d5f7-4cdd-bc12-eef1bd92fb6f Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:56,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-a3aba6bf-d5f7-4cdd-bc12-eef1bd92fb6f 2018-12-29 06:51:56,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-bb96e887-4236-4bc6-871e-2c3582c4a49a x-compute-request-id: req-bb96e887-4236-4bc6-871e-2c3582c4a49a Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:56,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-bb96e887-4236-4bc6-871e-2c3582c4a49a 2018-12-29 06:51:56,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51: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-5eed2f59-1f43-493d-b3fc-2a1f13096a3b x-compute-request-id: req-5eed2f59-1f43-493d-b3fc-2a1f13096a3b Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:56,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-5eed2f59-1f43-493d-b3fc-2a1f13096a3b 2018-12-29 06:51:57,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:57,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:57,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:58,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f7bd267-81c6-4418-b5fa-5c80fc988d45 x-compute-request-id: req-0f7bd267-81c6-4418-b5fa-5c80fc988d45 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:51:58,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-0f7bd267-81c6-4418-b5fa-5c80fc988d45 2018-12-29 06:51:58,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b07b57e-e643-41f2-8727-c688158add62 x-compute-request-id: req-2b07b57e-e643-41f2-8727-c688158add62 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\n"} 2018-12-29 06:51:58,930 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-2b07b57e-e643-41f2-8727-c688158add62 2018-12-29 06:51:58,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ab76705-9e9c-4986-88e0-295ae2d44f8c x-compute-request-id: req-4ab76705-9e9c-4986-88e0-295ae2d44f8c Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:51:58,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-4ab76705-9e9c-4986-88e0-295ae2d44f8c 2018-12-29 06:51:59,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:59,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:51:59,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:01,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18de85bb-ff68-4de4-83ec-92ffe9aafc83 x-compute-request-id: req-18de85bb-ff68-4de4-83ec-92ffe9aafc83 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\nping 10.10.10.11 KO\n"} 2018-12-29 06:52:01,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-18de85bb-ff68-4de4-83ec-92ffe9aafc83 2018-12-29 06:52:01,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac813d67-35a2-4805-a33e-b3acb4f8eb42 x-compute-request-id: req-ac813d67-35a2-4805-a33e-b3acb4f8eb42 Content-Encoding: gzip Content-Length: 10890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742741611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131099] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132795] pid_max: default: 32768 minimum: 301\n[ 0.133708] ACPI: Core revision 20150930\n[ 0.135108] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136438] Security Framework initialized\n[ 0.137262] Yama: becoming mindful.\n[ 0.137997] AppArmor: AppArmor initialized\n[ 0.138877] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140242] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141540] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142774] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144187] Initializing cgroup subsys io\n[ 0.145017] Initializing cgroup subsys memory\n[ 0.145896] Initializing cgroup subsys devices\n[ 0.146798] Initializing cgroup subsys freezer\n[ 0.147686] Initializing cgroup subsys net_cls\n[ 0.148576] Initializing cgroup subsys perf_event\n[ 0.149502] Initializing cgroup subsys net_prio\n[ 0.150416] Initializing cgroup subsys hugetlb\n[ 0.151300] Initializing cgroup subsys pids\n[ 0.152185] CPU: Physical Processor ID: 0\n[ 0.153711] mce: CPU supports 10 MCE banks\n[ 0.154582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155603] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167915] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174316] ftrace: allocating 31920 entries in 125 pages\n[ 0.200031] smpboot: Max logical packages: 1\n[ 0.200929] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202321] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209893] KVM setup paravirtual spinlock\n[ 0.211203] x86: Booted up 1 node, 1 CPUs\n[ 0.212028] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213440] devtmpfs: initialized\n[ 0.215163] evm: security.selinux\n[ 0.215877] evm: security.SMACK64\n[ 0.216579] evm: security.SMACK64EXEC\n[ 0.217332] evm: security.SMACK64TRANSMUTE\n[ 0.218146] evm: security.SMACK64MMAP\n[ 0.218903] evm: security.ima\n[ 0.219556] evm: security.capability\n[ 0.220370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222251] pinctrl core: initialized pinctrl subsystem\n[ 0.223367] RTC time: 6:49:33, date: 12/29/18\n[ 0.224332] NET: Registered protocol family 16\n[ 0.225318] cpuidle: using governor ladder\n[ 0.226147] cpuidle: using governor menu\n[ 0.226964] PCCT header not found.\n[ 0.227760] ACPI: bus type PCI registered\n[ 0.228589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229854] PCI: Using configuration type 1 for base access\n[ 0.231637] ACPI: Added _OSI(Module Device)\n[ 0.232502] ACPI: Added _OSI(Processor Device)\n[ 0.233386] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236452] ACPI: Interpreter enabled\n[ 0.237239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244759] ACPI: (supports S0 S5)\n[ 0.245476] ACPI: Using IOAPIC for interrupt routing\n[ 0.246561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252113] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253328] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255588] acpiphp: Slot [3] registered\n[ 0.256409] acpiphp: Slot [4] registered\n[ 0.257230] acpiphp: Slot [5] registered\n[ 0.258039] acpiphp: Slot [6] registered\n[ 0.258851] acpiphp: Slot [7] registered\n[ 0.259670] acpiphp: Slot [8] registered\n[ 0.260486] acpiphp: Slot [9] registered\n[ 0.261307] acpiphp: Slot [10] registered\n[ 0.262128] acpiphp: Slot [11] registered\n[ 0.262953] acpiphp: Slot [12] registered\n[ 0.263784] acpiphp: Slot [13] registered\n[ 0.264613] acpiphp: Slot [14] registered\n[ 0.265438] acpiphp: Slot [15] registered\n[ 0.276196] acpiphp: Slot [16] registered\n[ 0.277043] acpiphp: Slot [17] registered\n[ 0.277868] acpiphp: Slot [18] registered\n[ 0.278693] acpiphp: Slot [19] registered\n[ 0.279516] acpiphp: Slot [20] registered\n[ 0.280343] acpiphp: Slot [21] registered\n[ 0.281160] acpiphp: Slot [22] registered\n[ 0.281980] acpiphp: Slot [23] registered\n[ 0.282801] acpiphp: Slot [24] registered\n[ 0.283624] acpiphp: Slot [25] registered\n[ 0.284450] acpiphp: Slot [26] registered\n[ 0.285276] acpiphp: Slot [27] registered\n[ 0.286099] acpiphp: Slot [28] registered\n[ 0.286928] acpiphp: Slot [29] registered\n[ 0.287753] acpiphp: Slot [30] registered\n[ 0.288583] acpiphp: Slot [31] registered\n[ 0.289404] PCI host bridge to bus 0000:00\n[ 0.290223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294185] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303241] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313650] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359577] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362541] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363979] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365398] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366994] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368169] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369248] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370816] vgaarb: loaded\n[ 0.371429] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372587] SCSI subsystem initialized\n[ 0.373419] ACPI: bus type USB registered\n[ 0.374250] usbcore: registered new interface driver usbfs\n[ 0.375297] usbcore: registered new interface driver hub\n[ 0.376319] usbcore: registered new device driver usb\n[ 0.377397] PCI: Using ACPI for IRQ routing\n[ 0.378439] NetLabel: Initializing\n[ 0.379159] NetLabel: domain hash size = 128\n[ 0.380019] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380976] NetLabel: unlabeled traffic allowed by default\n[ 0.382083] clocksource: Switched to clocksource kvm-clock\n[ 0.387498] AppArmor: AppArmor Filesystem Enabled\n[ 0.388471] pnp: PnP ACPI init\n[ 0.389389] pnp: PnP ACPI: found 5 devices\n[ 0.395826] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397565] NET: Registered protocol family 2\n[ 0.398541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399839] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404507] NET: Registered protocol family 1\n[ 0.405388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406516] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435846] Trying to unpack rootfs image as initramfs...\n[ 0.485600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499587] Scanning for low memory corruption every 60 seconds\n[ 0.501238] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502766] audit: initializing netlink subsys (disabled)\n[ 0.504129] audit: type=2000 audit(1546066173.898:1): initialized\n[ 0.505831] Initialise system trusted keyring\n[ 0.507040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508607] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510961] zbud: loaded\n[ 0.511829] VFS: Disk quotas dquot_6.6.0\n[ 0.512894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514793] fuse init (API version 7.23)\n[ 0.515918] Key type big_key registered\n[ 0.516966] Allocating IMA MOK and blacklist keyrings.\n[ 0.518359] Key type asymmetric registered\n[ 0.519435] Asymmetric key parser 'x509' registered\n[ 0.520671] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522914] io scheduler noop registered\n[ 0.523944] io scheduler deadline registered (default)\n[ 0.525240] io scheduler cfq registered\n[ 0.526330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531236] ACPI: Power Button [PWRF]\n[ 0.532279] GHES: HEST is not enabled!\n[ 0.545866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579495] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603460] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606034] Linux agpgart interface v0.103\n[ 0.608341] brd: module loaded\n[ 0.609757] loop: module loaded\n[ 0.614540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616442] GPT:90111 != 2097151\n[ 0.617313] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618770] GPT:90111 != 2097151\n[ 0.619645] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620916] vda: vda1 vda15\n[ 0.622531] scsi host0: ata_piix\n[ 0.623466] scsi host1: ata_piix\n[ 0.624369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625989] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627838] libphy: Fixed MDIO Bus: probed\n[ 0.628903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630167] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632762] PPP generic driver version 2.4.2\n[ 0.633940] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635247] ehci-pci: EHCI PCI platform driver\n[ 0.636106] ehci-platform: EHCI generic platform driver\n[ 0.637067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638179] ohci-pci: OHCI PCI platform driver\n[ 0.639032] ohci-platform: OHCI generic platform driver\n[ 0.639990] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654285] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655295] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656720] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662311] usb usb1: Product: UHCI Host Controller\n[ 0.663422] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664822] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665946] hub 1-0:1.0: USB hub found\n[ 0.666879] hub 1-0:1.0: 2 ports detected\n[ 0.667944] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672656] mousedev: PS/2 mouse device common for all mice\n[ 0.674078] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676249] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678945] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680546] i2c /dev entries driver\n[ 0.681570] device-mapper: uevent: version 1.0.3\n[ 0.682823] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685125] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686941] NET: Registered protocol family 10\n[ 0.688337] NET: Registered protocol family 17\n[ 0.689486] Key type dns_resolver registered\n[ 0.690748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692365] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694897] registered taskstats version 1\n[ 0.696027] Loading compiled-in X.509 certificates\n[ 0.697866] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700465] zswap: loaded using pool lzo/zbud\n[ 0.702046] Key type trusted registered\n[ 0.703722] Key type encrypted registered\n[ 0.704683] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707126] evm: HMAC attrs: 0x1\n[ 0.708203] Magic number: 14:638:823\n[ 0.709211] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:34 UTC (1546066174)\n[ 0.711100] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712416] EDD information not available.\n[ 0.787006] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788878] Write protecting the kernel read-only data: 14336k\n[ 0.800641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.168412] random: dd urandom read 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.13. iid=i-00000162\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqsVQBB+yDXUZz6ZPPX4om05Usw/IOpU/Fl+9q0AOQdQpYsrnH/xUQ9LlkdK/h52ZUw2/nPwpy5KKpSv1/3rXw88Q3iL/aYbC4qYWiaFPAWN3GDBi07CiWDwqMm+6AI9TB53xSpRa55020PyB0s6d9i+Wqo4GYawd+wQByevZCYeHHsCTX24Y7j8RgUvSNEmcJzz5g2H55HjXO5IeuHN484P39ySdL6LJ0cGEO/1LHe/Xv6RfQ04N3zMpBsvcJi5B1+eUwA74RillQtGOG3FghuHsteZzxuPW1TYhQ+Do5hUjFvpMOxmveT6Gmf6dhnoiFOM1+aZkQkGdsrkcbThV root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOGTlglxfC5dVr6wnpqc/59E6fwuZC/pJAspxhAg1PvZ0vDjXaOEOxdZXKLHMGberwg1buxhTMf7h7OvkVGeCGUUt4I/1iDPhTDIjhxx+dS2l+LwUMasMchIOS3eIOXd+maZHCTUoKFqUIG9Utkv7RcPRJjWW0C8TzdL9zcsJPFxAAAAFQDH1XUeDGGpTXxXghFByK01m06gyQAAAIEAgdSEJ7VbXiOE3b251CIrlaTeqHRBbT/N0GQVKZvcObvuCHfNlucgWl3zgWoR5c0jkNu4FcnCvLf2TkxLTB9ipSKFJShOPh1luIwMu6V/e16aL954maActwdX4BpiaqqNPWgVHxfCjzArm+TXObFGxxk3Cugy9DSOTTLpKsgFIF4AAACAZoQ6jb2Vrk4DrcSG9XQL4IBUMiTTHz0/WiMYN6dFVH3ObShAlc3Mw7Ocek/oa/rYMB+DXAzxS84dROyi8x1GBbij0an+QnzdHDqaD+eJD5x7NRKQ4dn33TZiT4jvt5z/U/Yc0sBreJiMlazedGh+qeb8a3GG+snIBPD/X/nb4kg= 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.7,24,fe80::f816:3eff:feaf:ab42/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \nip-route:169.254.169.254 via 10.10.10.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-00000162\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.18 ===\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:AF:AB:42 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:ab42/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11663 (11.3 KiB) TX bytes:10011 (9.7 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138813] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138833] usb 1-1: Product: QEMU USB Tablet\n[ 1.138834] usb 1-1: Manufacturer: QEMU\n[ 1.138835] usb 1-1: SerialNumber: 42\n[ 1.149524] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.168412] random: dd urandom read with 5 bits of entropy available\n[ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.638288] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nDec 29 06:49:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nDec 29 06:49:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nDec 29 06:49: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)\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nDec 29 06:49:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nDec 29 06:49:34 cirros kern.notice kernel: [ 1.168412] random: dd urandom read with 5 bits of entropy available\nDec 29 06:49:35 cirros kern.info kernel: [ 1.498356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nDec 29 06:50:36 cirros auth.notice su: + /dev/console root:cirros\nDec 29 06:50:36 cirros authpriv.info dropbear[340]: Running in background\nDec 29 06:50:37 cirros kern.info kernel: [ 63.294511] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nDec 29 06:50:37 cirros kern.info kernel: [ 63.638288] 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-12-29 06:52:01,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-ac813d67-35a2-4805-a33e-b3acb4f8eb42 2018-12-29 06:52:01,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6684bfdb-0bce-4153-847b-3f2cbf992259 x-compute-request-id: req-6684bfdb-0bce-4153-847b-3f2cbf992259 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:52:01,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-6684bfdb-0bce-4153-847b-3f2cbf992259 2018-12-29 06:52:01,746 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-12-29 06:52:01,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"forceDelete": null}' 2018-12-29 06:52:01,940 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c96fd37-866c-4e28-a9cc-dbb9d2835384 x-compute-request-id: req-4c96fd37-866c-4e28-a9cc-dbb9d2835384 Content-Length: 0 Content-Type: application/json 2018-12-29 06:52:01,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-4c96fd37-866c-4e28-a9cc-dbb9d2835384 2018-12-29 06:52:02,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad75dc330b9138a98edf2fa9ab21fda5bd6af6a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:02,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72cb9364adadbb675d07174ca15ff29a8bd3bf62" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:02,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b83a264a1f7ca35256104702ecb168504bd1c4b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:02,341 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 29 Dec 2018 06:52: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-06b842e7-0fc8-4788-99f4-4e26691c26ae x-compute-request-id: req-06b842e7-0fc8-4788-99f4-4e26691c26ae Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2018-12-29 06:52:02,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22345142-c4aa-4ca5-9c4f-78407c87fa4d/action used request id req-06b842e7-0fc8-4788-99f4-4e26691c26ae 2018-12-29 06:52:02,341 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-12-29 06:52:03,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-04b5f504-c89f-4804-a0ce-484b9c7c04dd x-compute-request-id: req-04b5f504-c89f-4804-a0ce-484b9c7c04dd 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 559564833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.127982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129636] pid_max: default: 32768 minimum: 301\n[ 0.130518] ACPI: Core revision 20150930\n[ 0.131953] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133260] Security Framework initialized\n[ 0.134140] Yama: becoming mindful.\n[ 0.134968] AppArmor: AppArmor initialized\n[ 0.135835] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137165] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141042] Initializing cgroup subsys io\n[ 0.141847] Initializing cgroup subsys memory\n[ 0.142698] Initializing cgroup subsys devices\n[ 0.143625] Initializing cgroup subsys freezer\n[ 0.144484] Initializing cgroup subsys net_cls\n[ 0.145344] Initializing cgroup subsys perf_event\n[ 0.146243] Initializing cgroup subsys net_prio\n[ 0.147199] Initializing cgroup subsys hugetlb\n[ 0.148058] Initializing cgroup subsys pids\n[ 0.148919] CPU: Physical Processor ID: 0\n[ 0.150422] mce: CPU supports 10 MCE banks\n[ 0.151273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170788] ftrace: allocating 31920 entries in 125 pages\n[ 0.196980] smpboot: Max logical packages: 1\n[ 0.197861] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199214] x2apic enabled\n[ 0.200029] Switched APIC routing to physical x2apic.\n[ 0.201762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206672] KVM setup paravirtual spinlock\n[ 0.207956] x86: Booted up 1 node, 1 CPUs\n[ 0.208763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210143] devtmpfs: initialized\n[ 0.211860] evm: security.selinux\n[ 0.212558] evm: security.SMACK64\n[ 0.213240] evm: security.SMACK64EXEC\n[ 0.214038] evm: security.SMACK64TRANSMUTE\n[ 0.214862] evm: security.SMACK64MMAP\n[ 0.215603] evm: security.ima\n[ 0.216237] evm: security.capability\n[ 0.217035] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218867] pinctrl core: initialized pinctrl subsystem\n[ 0.219997] RTC time: 6:49:57, date: 12/29/18\n[ 0.220965] NET: Registered protocol family 16\n[ 0.221942] cpuidle: using governor ladder\n[ 0.222768] cpuidle: using governor menu\n[ 0.223547] PCCT header not found.\n[ 0.224297] ACPI: bus type PCI registered\n[ 0.225098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226417] PCI: Using configuration type 1 for base access\n[ 0.228168] ACPI: Added _OSI(Module Device)\n[ 0.229009] ACPI: Added _OSI(Processor Device)\n[ 0.229865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232846] ACPI: Interpreter enabled\n[ 0.233680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241017] ACPI: (supports S0 S5)\n[ 0.241720] ACPI: Using IOAPIC for interrupt routing\n[ 0.242770] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251735] acpiphp: Slot [3] registered\n[ 0.252527] acpiphp: Slot [4] registered\n[ 0.253310] acpiphp: Slot [5] registered\n[ 0.254100] acpiphp: Slot [6] registered\n[ 0.254888] acpiphp: Slot [7] registered\n[ 0.255685] acpiphp: Slot [8] registered\n[ 0.256558] acpiphp: Slot [9] registered\n[ 0.257339] acpiphp: Slot [10] registered\n[ 0.258143] acpiphp: Slot [11] registered\n[ 0.258944] acpiphp: Slot [12] registered\n[ 0.259748] acpiphp: Slot [13] registered\n[ 0.260544] acpiphp: Slot [14] registered\n[ 0.261336] acpiphp: Slot [15] registered\n[ 0.272118] acpiphp: Slot [16] registered\n[ 0.272923] acpiphp: Slot [17] registered\n[ 0.273719] acpiphp: Slot [18] registered\n[ 0.274606] acpiphp: Slot [19] registered\n[ 0.275398] acpiphp: Slot [20] registered\n[ 0.276210] acpiphp: Slot [21] registered\n[ 0.277010] acpiphp: Slot [22] registered\n[ 0.277810] acpiphp: Slot [23] registered\n[ 0.278605] acpiphp: Slot [24] registered\n[ 0.279400] acpiphp: Slot [25] registered\n[ 0.280200] acpiphp: Slot [26] registered\n[ 0.281029] acpiphp: Slot [27] registered\n[ 0.281846] acpiphp: Slot [28] registered\n[ 0.282647] acpiphp: Slot [29] registered\n[ 0.283442] acpiphp: Slot [30] registered\n[ 0.284241] acpiphp: Slot [31] registered\n[ 0.285040] PCI host bridge to bus 0000:00\n[ 0.285840] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288275] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289703] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291124] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297312] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298600] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299762] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307495] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308917] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355139] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363482] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364524] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366037] vgaarb: loaded\n[ 0.366636] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367759] SCSI subsystem initialized\n[ 0.368567] ACPI: bus type USB registered\n[ 0.369366] usbcore: registered new interface driver usbfs\n[ 0.370383] usbcore: registered new interface driver hub\n[ 0.371376] usbcore: registered new device driver usb\n[ 0.372415] PCI: Using ACPI for IRQ routing\n[ 0.373418] NetLabel: Initializing\n[ 0.374117] NetLabel: domain hash size = 128\n[ 0.374958] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375901] NetLabel: unlabeled traffic allowed by default\n[ 0.376971] clocksource: Switched to clocksource kvm-clock\n[ 0.382344] AppArmor: AppArmor Filesystem Enabled\n[ 0.383293] pnp: PnP ACPI init\n[ 0.384197] pnp: PnP ACPI: found 5 devices\n[ 0.390559] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392240] NET: Registered protocol family 2\n[ 0.393184] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394435] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396739] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398980] NET: Registered protocol family 1\n[ 0.399841] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400922] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401989] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430361] Trying to unpack rootfs image as initramfs...\n[ 0.479421] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493447] Scanning for low memory corruption every 60 seconds\n[ 0.494736] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495868] audit: initializing netlink subsys (disabled)\n[ 0.496936] audit: type=2000 audit(1546066198.865:1): initialized\n[ 0.498242] Initialise system trusted keyring\n[ 0.499149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502231] zbud: loaded\n[ 0.502930] VFS: Disk quotas dquot_6.6.0\n[ 0.503742] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505239] fuse init (API version 7.23)\n[ 0.506126] Key type big_key registered\n[ 0.506916] Allocating IMA MOK and blacklist keyrings.\n[ 0.508448] Key type asymmetric registered\n[ 0.509270] Asymmetric key parser 'x509' registered\n[ 0.510214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511667] io scheduler noop registered\n[ 0.512452] io scheduler deadline registered (default)\n[ 0.513434] io scheduler cfq registered\n[ 0.514280] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518050] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519483] ACPI: Power Button [PWRF]\n[ 0.520298] GHES: HEST is not enabled!\n[ 0.534021] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564776] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590528] Linux agpgart interface v0.103\n[ 0.592511] brd: module loaded\n[ 0.593681] loop: module loaded\n[ 0.599350] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600880] GPT:90111 != 2097151\n[ 0.601568] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602656] GPT:90111 != 2097151\n[ 0.603379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604350] vda: vda1 vda15\n[ 0.605742] scsi host0: ata_piix\n[ 0.606490] scsi host1: ata_piix\n[ 0.607187] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608389] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609946] libphy: Fixed MDIO Bus: probed\n[ 0.610769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613791] PPP generic driver version 2.4.2\n[ 0.614678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615915] ehci-pci: EHCI PCI platform driver\n[ 0.616776] ehci-platform: EHCI generic platform driver\n[ 0.617771] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618888] ohci-pci: OHCI PCI platform driver\n[ 0.619749] ohci-platform: OHCI generic platform driver\n[ 0.620722] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636114] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637563] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638591] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.639692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642305] usb usb1: Product: UHCI Host Controller\n[ 0.643234] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644363] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645364] hub 1-0:1.0: USB hub found\n[ 0.646139] hub 1-0:1.0: 2 ports detected\n[ 0.647032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649145] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651116] mousedev: PS/2 mouse device common for all mice\n[ 0.652352] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655265] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656446] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657633] i2c /dev entries driver\n[ 0.658386] device-mapper: uevent: version 1.0.3\n[ 0.659312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662206] NET: Registered protocol family 10\n[ 0.663216] NET: Registered protocol family 17\n[ 0.664107] Key type dns_resolver registered\n[ 0.665035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.667856] registered taskstats version 1\n[ 0.668688] Loading compiled-in X.509 certificates\n[ 0.670125] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.671947] zswap: loaded using pool lzo/zbud\n[ 0.673306] Key type trusted registered\n[ 0.674839] Key type encrypted registered\n[ 0.675655] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676672] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677715] evm: HMAC attrs: 0x1\n[ 0.679004] Magic number: 14:638:823\n[ 0.679857] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:58 UTC (1546066198)\n[ 0.681444] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682543] EDD information not available.\n[ 0.765769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767185] ata1.00: configured for MWDMA2\n[ 0.768382] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780980] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782209] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783444] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785305] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786838] Write protecting the kernel read-only data: 14336k\n[ 0.788379] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790288] 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.851668] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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\"\nTop of dropbear init script\nStarting dropbear 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.74s]\nping 10.10.10.11 KO\nping 10.10.10.7 KO\nping 10.10.10.11 KO\n"} 2018-12-29 06:52:03,080 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-04b5f504-c89f-4804-a0ce-484b9c7c04dd 2018-12-29 06:52:03,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-32370d76-8fbd-495e-8e7a-f2a378db4727 x-compute-request-id: req-32370d76-8fbd-495e-8e7a-f2a378db4727 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518113061 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145579] pid_max: default: 32768 minimum: 301\n[ 0.146669] ACPI: Core revision 20150930\n[ 0.148194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149764] Security Framework initialized\n[ 0.150751] Yama: becoming mindful.\n[ 0.151624] AppArmor: AppArmor initialized\n[ 0.152640] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154248] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155801] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158620] Initializing cgroup subsys io\n[ 0.159429] Initializing cgroup subsys memory\n[ 0.160282] Initializing cgroup subsys devices\n[ 0.161142] Initializing cgroup subsys freezer\n[ 0.161998] Initializing cgroup subsys net_cls\n[ 0.162866] Initializing cgroup subsys perf_event\n[ 0.163767] Initializing cgroup subsys net_prio\n[ 0.164646] Initializing cgroup subsys hugetlb\n[ 0.165499] Initializing cgroup subsys pids\n[ 0.166370] CPU: Physical Processor ID: 0\n[ 0.167871] mce: CPU supports 10 MCE banks\n[ 0.168710] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180888] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187311] ftrace: allocating 31920 entries in 125 pages\n[ 0.213872] smpboot: Max logical packages: 1\n[ 0.214730] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216068] x2apic enabled\n[ 0.216873] Switched APIC routing to physical x2apic.\n[ 0.218636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219742] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221708] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223470] KVM setup paravirtual spinlock\n[ 0.224768] x86: Booted up 1 node, 1 CPUs\n[ 0.225569] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226944] devtmpfs: initialized\n[ 0.228655] evm: security.selinux\n[ 0.229345] evm: security.SMACK64\n[ 0.230027] evm: security.SMACK64EXEC\n[ 0.230760] evm: security.SMACK64TRANSMUTE\n[ 0.231556] evm: security.SMACK64MMAP\n[ 0.232290] evm: security.ima\n[ 0.232925] evm: security.capability\n[ 0.233717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235541] pinctrl core: initialized pinctrl subsystem\n[ 0.236627] RTC time: 6:49:44, date: 12/29/18\n[ 0.237570] NET: Registered protocol family 16\n[ 0.238520] cpuidle: using governor ladder\n[ 0.239329] cpuidle: using governor menu\n[ 0.240111] PCCT header not found.\n[ 0.240857] ACPI: bus type PCI registered\n[ 0.241652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242886] PCI: Using configuration type 1 for base access\n[ 0.244629] ACPI: Added _OSI(Module Device)\n[ 0.245465] ACPI: Added _OSI(Processor Device)\n[ 0.246322] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249321] ACPI: Interpreter enabled\n[ 0.250090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257369] ACPI: (supports S0 S5)\n[ 0.258067] ACPI: Using IOAPIC for interrupt routing\n[ 0.259001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262070] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264412] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267795] acpiphp: Slot [3] registered\n[ 0.268594] acpiphp: Slot [4] registered\n[ 0.269381] acpiphp: Slot [5] registered\n[ 0.270175] acpiphp: Slot [6] registered\n[ 0.270965] acpiphp: Slot [7] registered\n[ 0.271761] acpiphp: Slot [8] registered\n[ 0.272554] acpiphp: Slot [9] registered\n[ 0.273340] acpiphp: Slot [10] registered\n[ 0.274147] acpiphp: Slot [11] registered\n[ 0.274957] acpiphp: Slot [12] registered\n[ 0.275765] acpiphp: Slot [13] registered\n[ 0.276568] acpiphp: Slot [14] registered\n[ 0.277368] acpiphp: Slot [15] registered\n[ 0.288345] acpiphp: Slot [16] registered\n[ 0.289163] acpiphp: Slot [17] registered\n[ 0.289969] acpiphp: Slot [18] registered\n[ 0.290769] acpiphp: Slot [19] registered\n[ 0.291570] acpiphp: Slot [20] registered\n[ 0.292373] acpiphp: Slot [21] registered\n[ 0.293175] acpiphp: Slot [22] registered\n[ 0.293977] acpiphp: Slot [23] registered\n[ 0.294777] acpiphp: Slot [24] registered\n[ 0.295579] acpiphp: Slot [25] registered\n[ 0.296381] acpiphp: Slot [26] registered\n[ 0.297184] acpiphp: Slot [27] registered\n[ 0.297987] acpiphp: Slot [28] registered\n[ 0.298790] acpiphp: Slot [29] registered\n[ 0.299589] acpiphp: Slot [30] registered\n[ 0.300393] acpiphp: Slot [31] registered\n[ 0.301194] PCI host bridge to bus 0000:00\n[ 0.301995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304374] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305807] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317223] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323726] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325147] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371590] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373269] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374880] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376477] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382409] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384276] vgaarb: loaded\n[ 0.384970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386305] SCSI subsystem initialized\n[ 0.387250] ACPI: bus type USB registered\n[ 0.388198] usbcore: registered new interface driver usbfs\n[ 0.389432] usbcore: registered new interface driver hub\n[ 0.390625] usbcore: registered new device driver usb\n[ 0.391851] PCI: Using ACPI for IRQ routing\n[ 0.393059] NetLabel: Initializing\n[ 0.393903] NetLabel: domain hash size = 128\n[ 0.394921] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396060] NetLabel: unlabeled traffic allowed by default\n[ 0.397354] clocksource: Switched to clocksource kvm-clock\n[ 0.403125] AppArmor: AppArmor Filesystem Enabled\n[ 0.404251] pnp: PnP ACPI init\n[ 0.405257] pnp: PnP ACPI: found 5 devices\n[ 0.411815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413850] NET: Registered protocol family 2\n[ 0.414961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416444] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417794] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421831] NET: Registered protocol family 1\n[ 0.422851] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454632] Trying to unpack rootfs image as initramfs...\n[ 0.505365] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519630] Scanning for low memory corruption every 60 seconds\n[ 0.520979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522236] audit: initializing netlink subsys (disabled)\n[ 0.523430] audit: type=2000 audit(1546066184.860:1): initialized\n[ 0.525111] Initialise system trusted keyring\n[ 0.526350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530334] zbud: loaded\n[ 0.531203] VFS: Disk quotas dquot_6.6.0\n[ 0.532182] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534110] fuse init (API version 7.23)\n[ 0.535288] Key type big_key registered\n[ 0.536246] Allocating IMA MOK and blacklist keyrings.\n[ 0.537642] Key type asymmetric registered\n[ 0.538616] Asymmetric key parser 'x509' registered\n[ 0.539873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542178] io scheduler noop registered\n[ 0.543173] io scheduler deadline registered (default)\n[ 0.544256] io scheduler cfq registered\n[ 0.545158] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549637] ACPI: Power Button [PWRF]\n[ 0.550618] GHES: HEST is not enabled!\n[ 0.564627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621202] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623427] Linux agpgart interface v0.103\n[ 0.625565] brd: module loaded\n[ 0.626799] loop: module loaded\n[ 0.631416] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632976] GPT:90111 != 2097151\n[ 0.633719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634894] GPT:90111 != 2097151\n[ 0.635595] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636627] vda: vda1 vda15\n[ 0.638166] scsi host0: ata_piix\n[ 0.638950] scsi host1: ata_piix\n[ 0.639696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640998] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642512] libphy: Fixed MDIO Bus: probed\n[ 0.643413] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646816] PPP generic driver version 2.4.2\n[ 0.647811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649067] ehci-pci: EHCI PCI platform driver\n[ 0.649997] ehci-platform: EHCI generic platform driver\n[ 0.651049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652235] ohci-pci: OHCI PCI platform driver\n[ 0.653157] ohci-platform: OHCI generic platform driver\n[ 0.654203] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669726] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676381] usb usb1: Product: UHCI Host Controller\n[ 0.677406] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678718] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679728] hub 1-0:1.0: USB hub found\n[ 0.680558] hub 1-0:1.0: 2 ports detected\n[ 0.681520] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684827] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685943] mousedev: PS/2 mouse device common for all mice\n[ 0.687262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689202] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692938] i2c /dev entries driver\n[ 0.693752] device-mapper: uevent: version 1.0.3\n[ 0.694760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697865] NET: Registered protocol family 10\n[ 0.698925] NET: Registered protocol family 17\n[ 0.699880] Key type dns_resolver registered\n[ 0.700854] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702050] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703931] registered taskstats version 1\n[ 0.704848] Loading compiled-in X.509 certificates\n[ 0.706386] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708440] zswap: loaded using pool lzo/zbud\n[ 0.709956] Key type trusted registered\n[ 0.711635] Key type encrypted registered\n[ 0.712561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.713693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.714846] evm: HMAC attrs: 0x1\n[ 0.715851] Magic number: 14:638:823\n[ 0.716750] rtc_cmos 00:00: setting system clock to 2018-12-29 06:49:45 UTC (1546066185)\n[ 0.718474] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719701] EDD information not available.\n[ 0.797901] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799489] ata1.00: configured for MWDMA2\n[ 0.800842] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813842] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815206] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818520] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820249] Write protecting the kernel read-only data: 14336k\n[ 0.821925] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.823880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.176339] 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 1.75s]\nping 10.10.10.7 KO\nping 10.10.10.7 KO\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\nping 10.10.10.7 OK\n"} 2018-12-29 06:52:03,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-32370d76-8fbd-495e-8e7a-f2a378db4727 2018-12-29 06:52:03,265 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-12-29 06:52:03,265 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=52bc1ef7-5387-4e87-95cc-e0d8af37a147 network=e3e3950a-7999-455c-87f4-24d6ded074f2 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.5 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:52:03,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:52:03,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:52:03,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:52:03,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:52:03,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:52:03,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:52:03,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:52:03,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:52:03,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:52:03,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:52:03,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:52:03,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:52:03,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:52:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:52:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:52:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:52:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:52:03,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:52:03,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556502ab-27b5-45d9-bd97-8e243244d58a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:52:03,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-556502ab-27b5-45d9-bd97-8e243244d58a 2018-12-29 06:52:03,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:52:03,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:52:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["raQsFcqNQC6ijofdoArk-A"], "issued_at": "2018-12-29T06:52:03.000000Z"}} 2018-12-29 06:52:03,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" 2018-12-29 06:52:03,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-bb820b9d-957f-4622-80f2-2bc90e28f508 x-compute-request-id: req-bb820b9d-957f-4622-80f2-2bc90e28f508 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:52:03,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bb820b9d-957f-4622-80f2-2bc90e28f508 2018-12-29 06:52:03,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" 2018-12-29 06:52:03,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-974bf3b2-7ce2-4b56-aab4-fc3f1ba71a46 x-compute-request-id: req-974bf3b2-7ce2-4b56-aab4-fc3f1ba71a46 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:52:03,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8 used request id req-974bf3b2-7ce2-4b56-aab4-fc3f1ba71a46 2018-12-29 06:52:03,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f7594203-5776-4345-a4ff-73916c9b66a8", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3e3950a-7999-455c-87f4-24d6ded074f2"}], "config_drive": true}}' 2018-12-29 06:52:05,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:52: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-ea24fadc-6d9e-4390-a9d3-e49574e30b63 x-compute-request-id: req-ea24fadc-6d9e-4390-a9d3-e49574e30b63 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9becee03-f988-44e9-8632-9063371b6da2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "adminPass": "B7ECsAHBULM3"}} 2018-12-29 06:52:05,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ea24fadc-6d9e-4390-a9d3-e49574e30b63 2018-12-29 06:52:06,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:52:06,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1817cc29-76dc-4bbf-8f3e-1dbc8d8fc2e6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:52:06,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1817cc29-76dc-4bbf-8f3e-1dbc8d8fc2e6 2018-12-29 06:52:06,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:52:06,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:52:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["dLoskpWWTGqaTiXeoIyhpA"], "issued_at": "2018-12-29T06:52:06.000000Z"}} 2018-12-29 06:52:06,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}227450aadab661376fe572cedbde90de0d0b97d1" 2018-12-29 06:52:07,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-287b173c-5d5b-4509-85d6-d8e7d9f3c76d x-compute-request-id: req-287b173c-5d5b-4509-85d6-d8e7d9f3c76d Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:52:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:52:07,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 used request id req-287b173c-5d5b-4509-85d6-d8e7d9f3c76d 2018-12-29 06:52:10,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}227450aadab661376fe572cedbde90de0d0b97d1" 2018-12-29 06:52:10,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5773577d-397b-4289-8501-43a00e04e567 x-compute-request-id: req-5773577d-397b-4289-8501-43a00e04e567 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:52:06Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:52:10,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 used request id req-5773577d-397b-4289-8501-43a00e04e567 2018-12-29 06:52:13,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}227450aadab661376fe572cedbde90de0d0b97d1" 2018-12-29 06:52:14,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96f4bdf5-9fdd-4742-8373-896b984d8e90 x-compute-request-id: req-96f4bdf5-9fdd-4742-8373-896b984d8e90 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:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:52:14,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 used request id req-96f4bdf5-9fdd-4742-8373-896b984d8e90 2018-12-29 06:52:14,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" 2018-12-29 06:52:15,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5be6687-d0a9-419e-85bc-9bee053ddead x-compute-request-id: req-f5be6687-d0a9-419e-85bc-9bee053ddead 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:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:52:15,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2 used request id req-f5be6687-d0a9-419e-85bc-9bee053ddead 2018-12-29 06:52:15,370 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.8'. 2018-12-29 06:52:15,370 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-12-29 06:52:15,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:52:16,615 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:52: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-26cd7546-6ac6-41da-a655-a1b70389f213 x-compute-request-id: req-26cd7546-6ac6-41da-a655-a1b70389f213 Content-Length: 0 Content-Type: application/json 2018-12-29 06:52:16,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-26cd7546-6ac6-41da-a655-a1b70389f213 2018-12-29 06:52:16,616 - sdnvpn_test_utils - INFO - Waiting for instance 9becee03-f988-44e9-8632-9063371b6da2 to boot up 2018-12-29 06:52:16,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:17,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c17ab7c3-5236-471c-b3c2-d96d9ed7a52c x-compute-request-id: req-c17ab7c3-5236-471c-b3c2-d96d9ed7a52c Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:17,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-c17ab7c3-5236-471c-b3c2-d96d9ed7a52c 2018-12-29 06:52:19,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:20,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-3031ec80-8f62-43ee-b360-fee90543ab16 x-compute-request-id: req-3031ec80-8f62-43ee-b360-fee90543ab16 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:20,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-3031ec80-8f62-43ee-b360-fee90543ab16 2018-12-29 06:52:22,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:23,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0352d421-9812-42a8-b71d-b647bbe75e02 x-compute-request-id: req-0352d421-9812-42a8-b71d-b647bbe75e02 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:23,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-0352d421-9812-42a8-b71d-b647bbe75e02 2018-12-29 06:52:25,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:26,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-c23fec7b-a604-409c-9b5c-7798a73ad414 x-compute-request-id: req-c23fec7b-a604-409c-9b5c-7798a73ad414 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:26,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-c23fec7b-a604-409c-9b5c-7798a73ad414 2018-12-29 06:52:28,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:29,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-b024cedf-df9a-436c-8363-79cbf94ad101 x-compute-request-id: req-b024cedf-df9a-436c-8363-79cbf94ad101 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:29,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-b024cedf-df9a-436c-8363-79cbf94ad101 2018-12-29 06:52:31,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:33,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-e4a35e4f-1034-4031-8b6c-a0f4386886fe x-compute-request-id: req-e4a35e4f-1034-4031-8b6c-a0f4386886fe Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:33,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-e4a35e4f-1034-4031-8b6c-a0f4386886fe 2018-12-29 06:52:35,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:36,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a045687c-edec-436b-a8c2-232f439d6988 x-compute-request-id: req-a045687c-edec-436b-a8c2-232f439d6988 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:36,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-a045687c-edec-436b-a8c2-232f439d6988 2018-12-29 06:52:38,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:39,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-85b37271-4db2-463a-9d3a-514b581b4f27 x-compute-request-id: req-85b37271-4db2-463a-9d3a-514b581b4f27 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:39,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-85b37271-4db2-463a-9d3a-514b581b4f27 2018-12-29 06:52:41,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:42,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b91c7b0a-476f-462c-ad53-ec1ed3ce98e1 x-compute-request-id: req-b91c7b0a-476f-462c-ad53-ec1ed3ce98e1 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:42,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-b91c7b0a-476f-462c-ad53-ec1ed3ce98e1 2018-12-29 06:52:44,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:45,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d51e3f4-065b-4877-99cb-94443859328d x-compute-request-id: req-5d51e3f4-065b-4877-99cb-94443859328d Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:45,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-5d51e3f4-065b-4877-99cb-94443859328d 2018-12-29 06:52:47,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:48,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-aee51193-39af-4fb1-a8b3-14358d8fbc46 x-compute-request-id: req-aee51193-39af-4fb1-a8b3-14358d8fbc46 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:48,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-aee51193-39af-4fb1-a8b3-14358d8fbc46 2018-12-29 06:52:50,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:51,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52: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-19b67f7a-f347-406f-a972-83052d66dc10 x-compute-request-id: req-19b67f7a-f347-406f-a972-83052d66dc10 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:51,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-19b67f7a-f347-406f-a972-83052d66dc10 2018-12-29 06:52:53,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:54,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-461a7a30-9f9b-4787-8406-4ca88179202b x-compute-request-id: req-461a7a30-9f9b-4787-8406-4ca88179202b Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:54,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-461a7a30-9f9b-4787-8406-4ca88179202b 2018-12-29 06:52:56,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:52:57,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3315c0b1-b6ea-4d5f-94f7-77068fa767a5 x-compute-request-id: req-3315c0b1-b6ea-4d5f-94f7-77068fa767a5 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:52:57,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-3315c0b1-b6ea-4d5f-94f7-77068fa767a5 2018-12-29 06:52:59,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:00,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:52:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95ab5d40-5a8a-4e3c-b2dc-dfdd881e7166 x-compute-request-id: req-95ab5d40-5a8a-4e3c-b2dc-dfdd881e7166 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:53:00,993 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-95ab5d40-5a8a-4e3c-b2dc-dfdd881e7166 2018-12-29 06:53:02,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:04,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-240f8fa0-f92c-4b67-a5be-39a66ac5efbc x-compute-request-id: req-240f8fa0-f92c-4b67-a5be-39a66ac5efbc Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:53:04,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-240f8fa0-f92c-4b67-a5be-39a66ac5efbc 2018-12-29 06:53:06,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:07,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-398c7ef0-5b49-4da8-8cd7-6439927d7b87 x-compute-request-id: req-398c7ef0-5b49-4da8-8cd7-6439927d7b87 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:53:07,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-398c7ef0-5b49-4da8-8cd7-6439927d7b87 2018-12-29 06:53:09,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:10,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-95efe8cd-39c5-4980-93a1-f5d95e682006 x-compute-request-id: req-95efe8cd-39c5-4980-93a1-f5d95e682006 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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-12-29 06:53:10,235 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-95efe8cd-39c5-4980-93a1-f5d95e682006 2018-12-29 06:53:12,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:13,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edc3b539-5cd7-4532-bd26-db9faccf2eab x-compute-request-id: req-edc3b539-5cd7-4532-bd26-db9faccf2eab Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:13,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-edc3b539-5cd7-4532-bd26-db9faccf2eab 2018-12-29 06:53:15,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:16,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-177afb09-28ff-43de-9ba3-f1279606abcf x-compute-request-id: req-177afb09-28ff-43de-9ba3-f1279606abcf Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:16,437 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-177afb09-28ff-43de-9ba3-f1279606abcf 2018-12-29 06:53:18,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:19,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-aa04c8cb-4594-4525-8a91-c722511c3fb7 x-compute-request-id: req-aa04c8cb-4594-4525-8a91-c722511c3fb7 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:19,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-aa04c8cb-4594-4525-8a91-c722511c3fb7 2018-12-29 06:53:21,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:22,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a84a1c5a-be83-45aa-a45c-d65a1d439819 x-compute-request-id: req-a84a1c5a-be83-45aa-a45c-d65a1d439819 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:22,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-a84a1c5a-be83-45aa-a45c-d65a1d439819 2018-12-29 06:53:24,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:25,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-8161ed09-6a1b-457b-8b76-c2f4f98b60f4 x-compute-request-id: req-8161ed09-6a1b-457b-8b76-c2f4f98b60f4 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:25,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-8161ed09-6a1b-457b-8b76-c2f4f98b60f4 2018-12-29 06:53:27,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:28,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-555cb81f-ff61-49ee-be91-d3a284b2c8f3 x-compute-request-id: req-555cb81f-ff61-49ee-be91-d3a284b2c8f3 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:28,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-555cb81f-ff61-49ee-be91-d3a284b2c8f3 2018-12-29 06:53:30,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:31,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02adc2b8-2c1c-4b27-8434-038f96507d76 x-compute-request-id: req-02adc2b8-2c1c-4b27-8434-038f96507d76 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:31,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-02adc2b8-2c1c-4b27-8434-038f96507d76 2018-12-29 06:53:33,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:34,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cea46d0-12ce-4438-ad78-86f9f44efd9e x-compute-request-id: req-3cea46d0-12ce-4438-ad78-86f9f44efd9e Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:34,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-3cea46d0-12ce-4438-ad78-86f9f44efd9e 2018-12-29 06:53:36,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:38,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-2708d8ab-9950-4ad2-8441-97120b814690 x-compute-request-id: req-2708d8ab-9950-4ad2-8441-97120b814690 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:38,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-2708d8ab-9950-4ad2-8441-97120b814690 2018-12-29 06:53:40,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:41,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5ff873a-e524-4cf5-bd55-8d8f34ff2f65 x-compute-request-id: req-f5ff873a-e524-4cf5-bd55-8d8f34ff2f65 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:41,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-f5ff873a-e524-4cf5-bd55-8d8f34ff2f65 2018-12-29 06:53:43,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:44,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-1c6275c9-ebeb-46ec-ab21-e3e6a7649154 x-compute-request-id: req-1c6275c9-ebeb-46ec-ab21-e3e6a7649154 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:44,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-1c6275c9-ebeb-46ec-ab21-e3e6a7649154 2018-12-29 06:53:46,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:47,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-1b54875f-80c3-4a15-a423-622ecce280e8 x-compute-request-id: req-1b54875f-80c3-4a15-a423-622ecce280e8 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:47,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-1b54875f-80c3-4a15-a423-622ecce280e8 2018-12-29 06:53:49,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:50,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b89f6616-4318-417c-b8ea-b56fd764b1ec x-compute-request-id: req-b89f6616-4318-417c-b8ea-b56fd764b1ec Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:50,320 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-b89f6616-4318-417c-b8ea-b56fd764b1ec 2018-12-29 06:53:52,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:53,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76616d91-812c-49e8-ac30-aa9f93f0b616 x-compute-request-id: req-76616d91-812c-49e8-ac30-aa9f93f0b616 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:53,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-76616d91-812c-49e8-ac30-aa9f93f0b616 2018-12-29 06:53:55,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:56,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-6560e4a2-9c2b-42a4-94ef-ef4bd2eaef13 x-compute-request-id: req-6560e4a2-9c2b-42a4-94ef-ef4bd2eaef13 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:56,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-6560e4a2-9c2b-42a4-94ef-ef4bd2eaef13 2018-12-29 06:53:58,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:53:59,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:53: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-e55db52c-70bf-4f0a-b5e2-4589ada2db55 x-compute-request-id: req-e55db52c-70bf-4f0a-b5e2-4589ada2db55 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:53:59,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-e55db52c-70bf-4f0a-b5e2-4589ada2db55 2018-12-29 06:54:01,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:02,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-ace5f266-bbdf-4ecb-bd50-77869cfc63ee x-compute-request-id: req-ace5f266-bbdf-4ecb-bd50-77869cfc63ee Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:54:02,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-ace5f266-bbdf-4ecb-bd50-77869cfc63ee 2018-12-29 06:54:04,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:05,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-1902b04a-3860-4ff9-9f91-935a7a80c5b0 x-compute-request-id: req-1902b04a-3860-4ff9-9f91-935a7a80c5b0 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:54:05,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-1902b04a-3860-4ff9-9f91-935a7a80c5b0 2018-12-29 06:54:07,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:08,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51a77e46-e44e-43c8-bf65-03cdc4388ab2 x-compute-request-id: req-51a77e46-e44e-43c8-bf65-03cdc4388ab2 Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:54:08,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-51a77e46-e44e-43c8-bf65-03cdc4388ab2 2018-12-29 06:54:10,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:11,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b857b231-8739-4f3b-a55c-a280909a00fd x-compute-request-id: req-b857b231-8739-4f3b-a55c-a280909a00fd Content-Encoding: gzip Content-Length: 7883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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...\n"} 2018-12-29 06:54:11,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-b857b231-8739-4f3b-a55c-a280909a00fd 2018-12-29 06:54:13,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:15,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a48497f-6e9f-4b13-ad1e-ccfa5bcacbe4 x-compute-request-id: req-3a48497f-6e9f-4b13-ad1e-ccfa5bcacbe4 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:15,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-3a48497f-6e9f-4b13-ad1e-ccfa5bcacbe4 2018-12-29 06:54:17,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:18,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae58f3e3-a400-4cd0-bf2c-a6861fd0791f x-compute-request-id: req-ae58f3e3-a400-4cd0-bf2c-a6861fd0791f Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:18,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-ae58f3e3-a400-4cd0-bf2c-a6861fd0791f 2018-12-29 06:54:20,153 - sdnvpn_test_utils - ERROR - Instance 9becee03-f988-44e9-8632-9063371b6da2 does not boot up properly. 2018-12-29 06:54:20,154 - __name__ - ERROR - Instance vm_4 failed to start. 2018-12-29 06:54:20,162 - __name__ - INFO - Starting monitor thread of vm_4 2018-12-29 06:54:21,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:22,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19bdd6d5-76cc-4316-984c-e7d7f4802f97 x-compute-request-id: req-19bdd6d5-76cc-4316-984c-e7d7f4802f97 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:22,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-19bdd6d5-76cc-4316-984c-e7d7f4802f97 2018-12-29 06:54:23,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:24,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-24df32fd-c32b-4a39-ac53-54d2d8978e27 x-compute-request-id: req-24df32fd-c32b-4a39-ac53-54d2d8978e27 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:24,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-24df32fd-c32b-4a39-ac53-54d2d8978e27 2018-12-29 06:54:25,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:26,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-080e21ee-bfbd-4752-8cf4-3f0b9f57fd85 x-compute-request-id: req-080e21ee-bfbd-4752-8cf4-3f0b9f57fd85 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:26,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-080e21ee-bfbd-4752-8cf4-3f0b9f57fd85 2018-12-29 06:54:27,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:28,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d3822fd-f5f3-41e2-9c78-90aca410fef5 x-compute-request-id: req-5d3822fd-f5f3-41e2-9c78-90aca410fef5 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:28,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-5d3822fd-f5f3-41e2-9c78-90aca410fef5 2018-12-29 06:54:29,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:30,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d79d5d8-5270-4a0c-beba-d127c3999c83 x-compute-request-id: req-8d79d5d8-5270-4a0c-beba-d127c3999c83 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:30,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-8d79d5d8-5270-4a0c-beba-d127c3999c83 2018-12-29 06:54:31,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:32,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-041d2f01-5fac-4daa-b5d9-7a765bc216c5 x-compute-request-id: req-041d2f01-5fac-4daa-b5d9-7a765bc216c5 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:32,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-041d2f01-5fac-4daa-b5d9-7a765bc216c5 2018-12-29 06:54:33,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:34,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-38a7020a-85f5-424b-85a0-bde58dbbe704 x-compute-request-id: req-38a7020a-85f5-424b-85a0-bde58dbbe704 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:34,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-38a7020a-85f5-424b-85a0-bde58dbbe704 2018-12-29 06:54:35,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:36,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7127231-aa2e-4b56-a4e0-e882c8222524 x-compute-request-id: req-e7127231-aa2e-4b56-a4e0-e882c8222524 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:36,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-e7127231-aa2e-4b56-a4e0-e882c8222524 2018-12-29 06:54:37,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:38,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-a87493c9-2dcd-440a-8b8e-54a6d31ebaf9 x-compute-request-id: req-a87493c9-2dcd-440a-8b8e-54a6d31ebaf9 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:38,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-a87493c9-2dcd-440a-8b8e-54a6d31ebaf9 2018-12-29 06:54:39,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:41,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-6c9ab412-42f5-4aaf-a003-45eed5313797 x-compute-request-id: req-6c9ab412-42f5-4aaf-a003-45eed5313797 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:41,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-6c9ab412-42f5-4aaf-a003-45eed5313797 2018-12-29 06:54:42,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:43,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e0a2679-34b2-41a7-bfb6-3b0f0afa42e7 x-compute-request-id: req-3e0a2679-34b2-41a7-bfb6-3b0f0afa42e7 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:43,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-3e0a2679-34b2-41a7-bfb6-3b0f0afa42e7 2018-12-29 06:54:44,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:45,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-e6b2986b-eae5-4cbe-b482-517cac140c22 x-compute-request-id: req-e6b2986b-eae5-4cbe-b482-517cac140c22 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:45,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-e6b2986b-eae5-4cbe-b482-517cac140c22 2018-12-29 06:54:46,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:47,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ab2719-3e71-46e5-90aa-7b30296b38ba x-compute-request-id: req-99ab2719-3e71-46e5-90aa-7b30296b38ba Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:47,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-99ab2719-3e71-46e5-90aa-7b30296b38ba 2018-12-29 06:54:48,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:49,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-b8774775-c5a4-4b81-b160-a375ce6ce3f9 x-compute-request-id: req-b8774775-c5a4-4b81-b160-a375ce6ce3f9 Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:49,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-b8774775-c5a4-4b81-b160-a375ce6ce3f9 2018-12-29 06:54:50,196 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-12-29 06:54:50,196 - __name__ - INFO - Sending stop signal to monitor thread 2018-12-29 06:54:50,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3d9b4ec92b4881c8f4feda115cbf724b61a9a41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:54:51,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-286a6f79-5c70-43d9-afc8-8c3dd47a64cd x-compute-request-id: req-286a6f79-5c70-43d9-afc8-8c3dd47a64cd Content-Encoding: gzip Content-Length: 7884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526035778 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150457] pid_max: default: 32768 minimum: 301\n[ 0.151332] ACPI: Core revision 20150930\n[ 0.152713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153998] Security Framework initialized\n[ 0.154799] Yama: becoming mindful.\n[ 0.155514] AppArmor: AppArmor initialized\n[ 0.156369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158906] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161458] Initializing cgroup subsys io\n[ 0.162251] Initializing cgroup subsys memory\n[ 0.163105] Initializing cgroup subsys devices\n[ 0.163980] Initializing cgroup subsys freezer\n[ 0.164835] Initializing cgroup subsys net_cls\n[ 0.165683] Initializing cgroup subsys perf_event\n[ 0.166577] Initializing cgroup subsys net_prio\n[ 0.167440] Initializing cgroup subsys hugetlb\n[ 0.168292] Initializing cgroup subsys pids\n[ 0.169152] CPU: Physical Processor ID: 0\n[ 0.170627] mce: CPU supports 10 MCE banks\n[ 0.171456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217126] smpboot: Max logical packages: 1\n[ 0.217962] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219289] x2apic enabled\n[ 0.220101] Switched APIC routing to physical x2apic.\n[ 0.221831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222930] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224881] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226632] KVM setup paravirtual spinlock\n[ 0.227945] x86: Booted up 1 node, 1 CPUs\n[ 0.228738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230099] devtmpfs: initialized\n[ 0.231814] evm: security.selinux\n[ 0.232503] evm: security.SMACK64\n[ 0.233176] evm: security.SMACK64EXEC\n[ 0.233914] evm: security.SMACK64TRANSMUTE\n[ 0.234709] evm: security.SMACK64MMAP\n[ 0.235442] evm: security.ima\n[ 0.236068] evm: security.capability\n[ 0.236862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238680] pinctrl core: initialized pinctrl subsystem\n[ 0.239766] RTC time: 6:52:10, date: 12/29/18\n[ 0.240709] NET: Registered protocol family 16\n[ 0.241659] cpuidle: using governor ladder\n[ 0.242459] cpuidle: using governor menu\n[ 0.243224] PCCT header not found.\n[ 0.243970] ACPI: bus type PCI registered\n[ 0.244756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245969] PCI: Using configuration type 1 for base access\n[ 0.247718] ACPI: Added _OSI(Module Device)\n[ 0.248548] ACPI: Added _OSI(Processor Device)\n[ 0.249390] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252325] ACPI: Interpreter enabled\n[ 0.253084] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256695] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260324] ACPI: (supports S0 S5)\n[ 0.261011] ACPI: Using IOAPIC for interrupt routing\n[ 0.262001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266183] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267389] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268551] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270730] acpiphp: Slot [3] registered\n[ 0.271516] acpiphp: Slot [4] registered\n[ 0.272293] acpiphp: Slot [5] registered\n[ 0.273073] acpiphp: Slot [6] registered\n[ 0.273851] acpiphp: Slot [7] registered\n[ 0.274638] acpiphp: Slot [8] registered\n[ 0.275421] acpiphp: Slot [9] registered\n[ 0.276197] acpiphp: Slot [10] registered\n[ 0.276996] acpiphp: Slot [11] registered\n[ 0.277792] acpiphp: Slot [12] registered\n[ 0.278594] acpiphp: Slot [13] registered\n[ 0.279392] acpiphp: Slot [14] registered\n[ 0.280182] acpiphp: Slot [15] registered\n[ 0.290926] acpiphp: Slot [16] registered\n[ 0.291729] acpiphp: Slot [17] registered\n[ 0.292524] acpiphp: Slot [18] registered\n[ 0.293315] acpiphp: Slot [19] registered\n[ 0.294104] acpiphp: Slot [20] registered\n[ 0.294898] acpiphp: Slot [21] registered\n[ 0.295699] acpiphp: Slot [22] registered\n[ 0.296494] acpiphp: Slot [23] registered\n[ 0.297283] acpiphp: Slot [24] registered\n[ 0.298077] acpiphp: Slot [25] registered\n[ 0.298869] acpiphp: Slot [26] registered\n[ 0.299664] acpiphp: Slot [27] registered\n[ 0.300468] acpiphp: Slot [28] registered\n[ 0.301261] acpiphp: Slot [29] registered\n[ 0.302064] acpiphp: Slot [30] registered\n[ 0.302861] acpiphp: Slot [31] registered\n[ 0.303653] PCI host bridge to bus 0000:00\n[ 0.304444] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317123] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318282] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325914] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373705] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378012] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379392] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384742] vgaarb: loaded\n[ 0.385341] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386490] SCSI subsystem initialized\n[ 0.387304] ACPI: bus type USB registered\n[ 0.388119] usbcore: registered new interface driver usbfs\n[ 0.389148] usbcore: registered new interface driver hub\n[ 0.390147] usbcore: registered new device driver usb\n[ 0.391204] PCI: Using ACPI for IRQ routing\n[ 0.392236] NetLabel: Initializing\n[ 0.392964] NetLabel: domain hash size = 128\n[ 0.393825] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394776] NetLabel: unlabeled traffic allowed by default\n[ 0.395872] clocksource: Switched to clocksource kvm-clock\n[ 0.401495] AppArmor: AppArmor Filesystem Enabled\n[ 0.402453] pnp: PnP ACPI init\n[ 0.403380] pnp: PnP ACPI: found 5 devices\n[ 0.409752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.411441] NET: Registered protocol family 2\n[ 0.412404] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413671] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414831] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417060] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418211] NET: Registered protocol family 1\n[ 0.419070] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420162] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435224] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449446] Trying to unpack rootfs image as initramfs...\n[ 0.499035] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513046] Scanning for low memory corruption every 60 seconds\n[ 0.514373] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515506] audit: initializing netlink subsys (disabled)\n[ 0.516540] audit: type=2000 audit(1546066331.270:1): initialized\n[ 0.517845] Initialise system trusted keyring\n[ 0.518774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521893] zbud: loaded\n[ 0.522591] VFS: Disk quotas dquot_6.6.0\n[ 0.523402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524908] fuse init (API version 7.23)\n[ 0.525804] Key type big_key registered\n[ 0.526604] Allocating IMA MOK and blacklist keyrings.\n[ 0.528074] Key type asymmetric registered\n[ 0.528897] Asymmetric key parser 'x509' registered\n[ 0.529841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531288] io scheduler noop registered\n[ 0.532083] io scheduler deadline registered (default)\n[ 0.533065] io scheduler cfq registered\n[ 0.533891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537641] ACPI: Power Button [PWRF]\n[ 0.538471] GHES: HEST is not enabled!\n[ 0.552153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586411] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615834] Linux agpgart interface v0.103\n[ 0.617944] brd: module loaded\n[ 0.619197] loop: module loaded\n[ 0.623949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627108] GPT:90111 != 2097151\n[ 0.627781] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628741] vda: vda1 vda15\n[ 0.630171] scsi host0: ata_piix\n[ 0.630910] scsi host1: ata_piix\n[ 0.631611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632819] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634245] libphy: Fixed MDIO Bus: probed\n[ 0.635064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636014] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638146] PPP generic driver version 2.4.2\n[ 0.639024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640264] ehci-pci: EHCI PCI platform driver\n[ 0.641131] ehci-platform: EHCI generic platform driver\n[ 0.642100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643205] ohci-pci: OHCI PCI platform driver\n[ 0.644066] ohci-platform: OHCI generic platform driver\n[ 0.645040] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660345] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661785] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662799] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666500] usb usb1: Product: UHCI Host Controller\n[ 0.667420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668549] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669537] hub 1-0:1.0: USB hub found\n[ 0.670302] hub 1-0:1.0: 2 ports detected\n[ 0.671186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675223] mousedev: PS/2 mouse device common for all mice\n[ 0.676468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678267] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681690] i2c /dev entries driver\n[ 0.682441] device-mapper: uevent: version 1.0.3\n[ 0.683363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686229] NET: Registered protocol family 10\n[ 0.687193] NET: Registered protocol family 17\n[ 0.688075] Key type dns_resolver registered\n[ 0.688989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690075] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691801] registered taskstats version 1\n[ 0.692638] Loading compiled-in X.509 certificates\n[ 0.694062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695889] zswap: loaded using pool lzo/zbud\n[ 0.697258] Key type trusted registered\n[ 0.698786] Key type encrypted registered\n[ 0.699607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700633] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709530] evm: HMAC attrs: 0x1\n[ 0.723434] Magic number: 14:191:874\n[ 0.724301] rtc_cmos 00:00: setting system clock to 2018-12-29 06:52:11 UTC (1546066331)\n[ 0.725870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726960] EDD information not available.\n[ 0.788428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789838] ata1.00: configured for MWDMA2\n[ 0.791012] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803414] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804617] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805848] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807695] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809215] Write protecting the kernel read-only data: 14336k\n[ 0.810769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.358730] 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 discover...\n"} 2018-12-29 06:54:51,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-286a6f79-5c70-43d9-afc8-8c3dd47a64cd 2018-12-29 06:54:51,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"forceDelete": null}' 2018-12-29 06:54:52,346 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:54: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-21b6b287-965d-43ee-8310-1b72fb902cb5 x-compute-request-id: req-21b6b287-965d-43ee-8310-1b72fb902cb5 Content-Length: 0 Content-Type: application/json 2018-12-29 06:54:52,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c/action used request id req-21b6b287-965d-43ee-8310-1b72fb902cb5 2018-12-29 06:54:52,347 - sdnvpn_test_utils - DEBUG - Waiting for instance 9b888bd1-e619-4c25-a86e-1768042f6d9c to be deleted 2018-12-29 06:54:52,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:54:53,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9efda56b-4185-44a5-ac76-4c492f4bc3cf x-compute-request-id: req-9efda56b-4185-44a5-ac76-4c492f4bc3cf Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": "2018-12-29T06:49:58.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:59Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:31:85", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9b888bd1-e619-4c25-a86e-1768042f6d9c", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016b", "OS-SRV-USG:launched_at": "2018-12-29T06:49:44.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9b888bd1-e619-4c25-a86e-1768042f6d9c", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:54:52Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-12-29T06:49:40Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:54:53,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9efda56b-4185-44a5-ac76-4c492f4bc3cf 2018-12-29 06:54:55,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:54:56,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-eef48b07-5735-4ce0-9c05-28860cad3a5e x-compute-request-id: req-eef48b07-5735-4ce0-9c05-28860cad3a5e Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": "2018-12-29T06:49:58.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:49:59Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:54:56,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-eef48b07-5735-4ce0-9c05-28860cad3a5e 2018-12-29 06:54:58,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"forceDelete": null}' 2018-12-29 06:54:58,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:54: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-2d55a05f-c991-435e-baa0-2ff0e664ca4f x-compute-request-id: req-2d55a05f-c991-435e-baa0-2ff0e664ca4f Content-Length: 0 Content-Type: application/json 2018-12-29 06:54:58,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71/action used request id req-2d55a05f-c991-435e-baa0-2ff0e664ca4f 2018-12-29 06:54:58,892 - sdnvpn_test_utils - DEBUG - Waiting for instance c70c0b13-b1a1-4b9f-8512-d580a4ad5b71 to be deleted 2018-12-29 06:54:58,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:54:59,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:54: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-bea5d722-5355-4295-a63f-7c2627a304d9 x-compute-request-id: req-bea5d722-5355-4295-a63f-7c2627a304d9 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:3a:5c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016e", "OS-SRV-USG:launched_at": "2018-12-29T06:49:58.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "c70c0b13-b1a1-4b9f-8512-d580a4ad5b71", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:54:58Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-12-29T06:49:53Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:54:59,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-bea5d722-5355-4295-a63f-7c2627a304d9 2018-12-29 06:55:01,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:55:02,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-455efac9-6f5d-4646-bc99-0ee9d9f46e79 x-compute-request-id: req-455efac9-6f5d-4646-bc99-0ee9d9f46e79 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:52:11Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:55:02,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-455efac9-6f5d-4646-bc99-0ee9d9f46e79 2018-12-29 06:55:04,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" -d '{"forceDelete": null}' 2018-12-29 06:55:04,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:55: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-4c4bf8ab-8577-4251-9b62-f1d781a2efcc x-compute-request-id: req-4c4bf8ab-8577-4251-9b62-f1d781a2efcc Content-Length: 0 Content-Type: application/json 2018-12-29 06:55:04,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2/action used request id req-4c4bf8ab-8577-4251-9b62-f1d781a2efcc 2018-12-29 06:55:04,604 - sdnvpn_test_utils - DEBUG - Waiting for instance 9becee03-f988-44e9-8632-9063371b6da2 to be deleted 2018-12-29 06:55:04,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:55:05,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-4bd2f2b7-dd2f-41b7-8b4e-a124840b2a56 x-compute-request-id: req-4bd2f2b7-dd2f-41b7-8b4e-a124840b2a56 Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:c4:7a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9becee03-f988-44e9-8632-9063371b6da2", "rel": "bookmark"}], "image": {"id": "52bc1ef7-5387-4e87-95cc-e0d8af37a147", "links": [{"href": "http://172.30.9.30:8774/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000171", "OS-SRV-USG:launched_at": "2018-12-29T06:52:10.000000", "flavor": {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}]}, "id": "9becee03-f988-44e9-8632-9063371b6da2", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:55:04Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-12-29T06:52:05Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:55:05,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4bd2f2b7-dd2f-41b7-8b4e-a124840b2a56 2018-12-29 06:55:07,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7c396fc0837f772a86b4e816047e0016d5e0333" 2018-12-29 06:55:07,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76a4bade-7652-42da-b87d-3ea23ad517c6 x-compute-request-id: req-76a4bade-7652-42da-b87d-3ea23ad517c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:55:07,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-76a4bade-7652-42da-b87d-3ea23ad517c6 2018-12-29 06:55:09,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55cee53989f45af4ad38d7788b57fec3075b51de" 2018-12-29 06:55:10,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a649b57-172b-4a34-8ad4-ce9db361e06d Date: Sat, 29 Dec 2018 06:55:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:55:10,334 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/52bc1ef7-5387-4e87-95cc-e0d8af37a147 used request id req-6a649b57-172b-4a34-8ad4-ce9db361e06d 2018-12-29 06:55:10,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/4f3b2741-a598-46a2-b14b-fbd4356bd9ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1be3cccb39cfc2222d4688f58cb8c403f4abc1d" 2018-12-29 06:55:12,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-354bd939-098b-4368-a5a6-091b5ee9e1d3 Date: Sat, 29 Dec 2018 06:55:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:55:12,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/4f3b2741-a598-46a2-b14b-fbd4356bd9ef used request id req-354bd939-098b-4368-a5a6-091b5ee9e1d3 2018-12-29 06:55:12,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/e3e3950a-7999-455c-87f4-24d6ded074f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1be3cccb39cfc2222d4688f58cb8c403f4abc1d" 2018-12-29 06:55:14,080 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4e0cfd4-47a2-49f5-acb6-d480567d3982 Date: Sat, 29 Dec 2018 06:55:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:55:14,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e3e3950a-7999-455c-87f4-24d6ded074f2 used request id req-a4e0cfd4-47a2-49f5-acb6-d480567d3982 2018-12-29 06:55:14,080 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-1 ,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-12-29 06:55:14,080 - sdnvpn-results - INFO - One or more subtests have failed. 2018-12-29 06:55:14,097 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-12-29 06:55:14,098 - 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-1 ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-12-29 06:55:14,098 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-12-29 06:55:14,098 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-12-29 06:55:14,098 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-12-29 06:55:14,180 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-12-29 06:55:14,180 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-12-29 06:55:14,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:14,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:14,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:14,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:14,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:14,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:14,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:14,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:14,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:14,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:14,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:14,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:14,190 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-12-29 06:55:14,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:14,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895e1840-6af5-4c5d-a789-de53f5efc234 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:14,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-895e1840-6af5-4c5d-a789-de53f5efc234 2018-12-29 06:55:14,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:14,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["G0cA-HALSFGjyChW9dJnpA"], "issued_at": "2018-12-29T06:55:14.000000Z"}} 2018-12-29 06:55:14,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:55:14,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9526d0df-d650-4d68-b726-3e040aec1fc2 Date: Sat, 29 Dec 2018 06:55:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:55:14,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-9526d0df-d650-4d68-b726-3e040aec1fc2 2018-12-29 06:55:14,767 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-12-29 06:55:14,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:55:14,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d089675-55cb-4391-a255-23acb12568ed Date: Sat, 29 Dec 2018 06:55:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:55:14,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4d089675-55cb-4391-a255-23acb12568ed 2018-12-29 06:55:14,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-12-29 06:55:15,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635 X-Openstack-Request-Id: req-5ccd0964-b3fd-4fd4-a7a4-dde87f6e15b1 Date: Sat, 29 Dec 2018 06:55:15 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:55:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:55:15Z", "visibility": "public", "locations": [], "self": "/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "min_disk": 0, "protected": false, "id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "file": "/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:55:15,155 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5ccd0964-b3fd-4fd4-a7a4-dde87f6e15b1 2018-12-29 06:55:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" -d '' 2018-12-29 06:55:27,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-080a42f9-40ba-4481-9ec2-6eb593986516 Date: Sat, 29 Dec 2018 06:55:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:55:27,522 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635/file used request id req-080a42f9-40ba-4481-9ec2-6eb593986516 2018-12-29 06:55:27,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:27,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:27,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:27,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:27,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:27,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:27,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:27,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4143d6b3-93c8-4251-b8e4-052453c49152 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:27,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4143d6b3-93c8-4251-b8e4-052453c49152 2018-12-29 06:55:27,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:27,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["byxkDgsXRYSUg55axkatnQ"], "issued_at": "2018-12-29T06:55:27.000000Z"}} 2018-12-29 06:55:27,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8720a4f87d83d9a15e4c01af37bcd341aeadca1" 2018-12-29 06:55:28,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-4deb277a-b255-4d3d-8acd-2c1966093b31 x-compute-request-id: req-4deb277a-b255-4d3d-8acd-2c1966093b31 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 06:55:28,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-4deb277a-b255-4d3d-8acd-2c1966093b31 2018-12-29 06:55:28,103 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-12-29 06:55:28,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8720a4f87d83d9a15e4c01af37bcd341aeadca1" -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-12-29 06:55:28,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-411b15b2-7f79-4dab-afb5-f2de99f0af05 x-compute-request-id: req-411b15b2-7f79-4dab-afb5-f2de99f0af05 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:55:28,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-411b15b2-7f79-4dab-afb5-f2de99f0af05 2018-12-29 06:55:28,155 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f created successfully. 2018-12-29 06:55:28,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:28,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4575d459-d0a6-430e-ba04-f15456638e66 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:28,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4575d459-d0a6-430e-ba04-f15456638e66 2018-12-29 06:55:28,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:28,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["V2GOkmpkRLSxA1MegOrERg"], "issued_at": "2018-12-29T06:55:28.000000Z"}} 2018-12-29 06:55:28,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:55:28,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-5d35c8ba-30ae-4950-aeb1-eff32cefa20d Date: Sat, 29 Dec 2018 06:55:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"26947ba9-9c24-42f1-9e26-7c62f20d1cac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:24Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e927ec7-ed3f-4811-9334-a0af51be60a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:16Z","provider:segmentation_id":41,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"67deded8-f0ad-48f8-80ad-3eca07002074","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:26Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ee67c5de-f1be-4708-adcb-1566339a3a2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:29Z","provider:segmentation_id":63,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:29Z","provider:network_type":"vxlan"}]} 2018-12-29 06:55:28,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5d35c8ba-30ae-4950-aeb1-eff32cefa20d 2018-12-29 06:55:28,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:55:29,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-79adfff5-8111-4db3-bec2-7ba8c5dc9a1b Date: Sat, 29 Dec 2018 06:55:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:39Z","dns_nameservers":[],"updated_at":"2018-12-29T03:30:39Z","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":"4404e4e01d12404da24afcd107b71f06","id":"717222cb-974c-4168-ab1a-356f49eda1dc","subnetpool_id":null,"name":"external-subnet"}]} 2018-12-29 06:55:29,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-79adfff5-8111-4db3-bec2-7ba8c5dc9a1b 2018-12-29 06:55:29,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:55:29,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1e5cbe3c-e283-4739-8f54-545b396b63f6 Date: Sat, 29 Dec 2018 06:55:29 GMT RESP BODY: {"routers": []} 2018-12-29 06:55:29,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-1e5cbe3c-e283-4739-8f54-545b396b63f6 2018-12-29 06:55:29,295 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-12-29 06:55:29,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-12-29 06:55:29,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-1e78427e-72c6-4973-9dd5-5b9affe35555 Date: Sat, 29 Dec 2018 06:55:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"393d98e2-9e38-423f-80d8-824d814588c6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:55:29Z","is_default":false,"provider:segmentation_id":1,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:29Z","mtu":1450}} 2018-12-29 06:55:29,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1e78427e-72c6-4973-9dd5-5b9affe35555 2018-12-29 06:55:29,544 - sdnvpn.lib.openstack_utils - DEBUG - Network '393d98e2-9e38-423f-80d8-824d814588c6' created successfully 2018-12-29 06:55:29,544 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-12-29 06:55:29,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"subnets": [{"ip_version": 4, "network_id": "393d98e2-9e38-423f-80d8-824d814588c6", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-12-29 06:55:30,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-8b7b266d-3625-4354-af66-0830f4512129 Date: Sat, 29 Dec 2018 06:55:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:29Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-12-29T06:55:29Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","id":"c3242f4f-1e99-40d3-b359-3d8b16595062","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-12-29 06:55:30,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8b7b266d-3625-4354-af66-0830f4512129 2018-12-29 06:55:30,117 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c3242f4f-1e99-40d3-b359-3d8b16595062' created successfully 2018-12-29 06:55:30,117 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-12-29 06:55:30,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-12-29 06:55:30,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-90c6adfd-cd79-4563-b26b-8400a4287645 Date: Sat, 29 Dec 2018 06:55:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:55:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:55:30Z", "revision_number": 0, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d0def621-06b8-433a-bd28-b749f9349e9e", "name": "sdnvpn-13-1-router"}} 2018-12-29 06:55:30,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-90c6adfd-cd79-4563-b26b-8400a4287645 2018-12-29 06:55:30,394 - sdnvpn.lib.openstack_utils - DEBUG - Router 'd0def621-06b8-433a-bd28-b749f9349e9e' created successfully 2018-12-29 06:55:30,395 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-12-29 06:55:30,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"subnet_id": "c3242f4f-1e99-40d3-b359-3d8b16595062"}' 2018-12-29 06:55:32,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28a869f4-0d6a-405e-816b-b2b806eb3595 Date: Sat, 29 Dec 2018 06:55:32 GMT RESP BODY: {"network_id": "393d98e2-9e38-423f-80d8-824d814588c6", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "c3242f4f-1e99-40d3-b359-3d8b16595062", "subnet_ids": ["c3242f4f-1e99-40d3-b359-3d8b16595062"], "port_id": "e1cd249b-4798-4fa5-833a-6d2f296725f7", "id": "d0def621-06b8-433a-bd28-b749f9349e9e"} 2018-12-29 06:55:32,226 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e/add_router_interface used request id req-28a869f4-0d6a-405e-816b-b2b806eb3595 2018-12-29 06:55:32,227 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-12-29 06:55:32,228 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-12-29 06:55:32,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:55:32,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3763 X-Openstack-Request-Id: req-a38ca71a-d662-401b-b9c8-8c3a3253c517 Date: Sat, 29 Dec 2018 06:55:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"26947ba9-9c24-42f1-9e26-7c62f20d1cac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:24Z","provider:segmentation_id":28,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"393d98e2-9e38-423f-80d8-824d814588c6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","subnets":["c3242f4f-1e99-40d3-b359-3d8b16595062"],"description":"","tags":[],"updated_at":"2018-12-29T06:55:29Z","provider:segmentation_id":1,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e927ec7-ed3f-4811-9334-a0af51be60a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:16Z","provider:segmentation_id":41,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"67deded8-f0ad-48f8-80ad-3eca07002074","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:26Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ee67c5de-f1be-4708-adcb-1566339a3a2d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"64277fcc3b134a848aed6a5cc5146d8b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-12-29T06:46:29Z","provider:segmentation_id":63,"name":"","admin_state_up":true,"tenant_id":"64277fcc3b134a848aed6a5cc5146d8b","created_at":"2018-12-29T06:46:29Z","provider:network_type":"vxlan"}]} 2018-12-29 06:55:32,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a38ca71a-d662-401b-b9c8-8c3a3253c517 2018-12-29 06:55:32,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router": {"external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d"}}}' 2018-12-29 06:55:34,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-ebb95bcb-2984-49a8-873b-389184fc3f50 Date: Sat, 29 Dec 2018 06:55:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:55:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:55:34Z", "revision_number": 4, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d0def621-06b8-433a-bd28-b749f9349e9e", "name": "sdnvpn-13-1-router"}} 2018-12-29 06:55:34,473 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e used request id req-ebb95bcb-2984-49a8-873b-389184fc3f50 2018-12-29 06:55:34,473 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-12-29 06:55:34,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:55:34,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-16617278-fae4-49ec-9390-b7c7f731d29d Date: Sat, 29 Dec 2018 06:55:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-12-29T03:43:01Z", "updated_at": "2018-12-29T03:43:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "180817cf-0339-48e2-a93f-312784e32b6e", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "6eab563d-7acf-4109-8710-6a4d1e42f6e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "81f08fdb-3aeb-46cb-945e-931f40d0d00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:43:01Z", "revision_number": 0, "id": "fe5a0074-0f10-49a7-9740-3f446573b823", "remote_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "remote_ip_prefix": null, "created_at": "2018-12-29T03:43:01Z", "security_group_id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "5ab82cb7-e32f-4a25-a9ee-2a7fd94dcb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4404e4e01d12404da24afcd107b71f06", "created_at": "2018-12-29T03:30:32Z", "updated_at": "2018-12-29T03:30:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "27dab2dc-d598-4fe1-ac45-99d3de2045c9", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "3f034444-b54e-4afb-849a-32bc71bad761", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "699c8f24-2bf9-4643-b4d2-e8c2cc6eee98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv4", "project_id": "4404e4e01d12404da24afcd107b71f06"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:30:32Z", "revision_number": 0, "id": "c993ff70-95f8-4996-90a6-d4418e9bc407", "remote_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "remote_ip_prefix": null, "created_at": "2018-12-29T03:30:32Z", "security_group_id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "tenant_id": "4404e4e01d12404da24afcd107b71f06", "port_range_min": null, "ethertype": "IPv6", "project_id": "4404e4e01d12404da24afcd107b71f06"}], "revision_number": 4, "project_id": "4404e4e01d12404da24afcd107b71f06", "id": "690b2072-0a13-4f58-b3bc-54969e8239e4", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:13:42Z", "updated_at": "2018-12-29T06:16:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "1096e301-ac42-490b-92bf-7d27b1411015", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 80, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-12-29T06:16:02Z", "revision_number": 0, "id": "419ead77-c6ac-4b27-b257-62b3baab3748", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:16:02Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 179, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "6303d4ff-c9e8-4a20-b994-5d4c6ec95899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-12-29T06:13:43Z", "revision_number": 0, "id": "9e6ef3a0-6cd8-4157-858b-a01f19346d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:43Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": 22, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "b31a8efa-31d1-4c8f-b450-353a3281d771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "bbae6ea2-3373-482c-b446-5b4df7eda7fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:13:42Z", "revision_number": 0, "id": "f616706d-2ffa-4743-98ba-d3bf90ed2170", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:13:42Z", "security_group_id": "b6652b14-981c-44e2-931c-ba58641f31fc", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 7, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b6652b14-981c-44e2-931c-ba58641f31fc", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T03:40:53Z", "updated_at": "2018-12-29T03:40:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "1cfc893f-ee42-48ba-b2cc-74d15dc555d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "a3b91a5a-9d74-455f-9437-fb78224e6d0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "c16cce20-3c7c-4f14-9076-b61e38580046", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv6", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T03:40:53Z", "revision_number": 0, "id": "d98cf9b9-c6f6-416b-9776-1bcb80ff3529", "remote_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "remote_ip_prefix": null, "created_at": "2018-12-29T03:40:53Z", "security_group_id": "b88573b0-3238-45ed-8905-3c11994a3a20", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "port_range_min": null, "ethertype": "IPv4", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87"}], "revision_number": 4, "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "b88573b0-3238-45ed-8905-3c11994a3a20", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "created_at": "2018-12-29T06:09:36Z", "updated_at": "2018-12-29T06:09:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "50d241e0-767c-4141-96fb-6f94bfd686c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "68a9ff28-affd-4081-9c03-53cd1fc8087e", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv4", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "86d2a338-9b94-4765-80a6-1eaa7e19c251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-12-29T06:09:36Z", "revision_number": 0, "id": "da6ee074-f260-4e1e-b765-fd1e511d5199", "remote_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "remote_ip_prefix": null, "created_at": "2018-12-29T06:09:36Z", "security_group_id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "tenant_id": "d305d0b422814b5593e47ccb8ee2ab03", "port_range_min": null, "ethertype": "IPv6", "project_id": "d305d0b422814b5593e47ccb8ee2ab03"}], "revision_number": 4, "project_id": "d305d0b422814b5593e47ccb8ee2ab03", "id": "cb719070-70bc-4d8a-b94e-3b6ddf280018", "name": "default"}]} 2018-12-29 06:55:34,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-16617278-fae4-49ec-9390-b7c7f731d29d 2018-12-29 06:55:34,675 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-12-29 06:55:34,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:34,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436f0430-116b-4b08-b4b1-08a8d5c572c1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:34,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-436f0430-116b-4b08-b4b1-08a8d5c572c1 2018-12-29 06:55:34,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:35,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["yLIvybVITxOa3pOM4BVaag"], "issued_at": "2018-12-29T06:55:35.000000Z"}} 2018-12-29 06:55:35,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:55:35,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d81e053b-1693-41a1-8601-43a7ef275a5a x-compute-request-id: req-d81e053b-1693-41a1-8601-43a7ef275a5a Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 06:55:35,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d81e053b-1693-41a1-8601-43a7ef275a5a 2018-12-29 06:55:35,188 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-12-29 06:55:35,189 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-12-29 06:55:35,189 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=12b7f818-c8f9-4310-a3b5-dca218af4635 network=393d98e2-9e38-423f-80d8-824d814588c6 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-12-29 06:55:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:35,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:35,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:35,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:35,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:35,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:35,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:55:35,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:55:35,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:55:35,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:55:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:35,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743e325a-910c-45a9-925e-44580a2348be Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:35,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-743e325a-910c-45a9-925e-44580a2348be 2018-12-29 06:55:35,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:35,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["BTo2vfH4TFylilcZRFNHXA"], "issued_at": "2018-12-29T06:55:35.000000Z"}} 2018-12-29 06:55:35,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb741596e46f272a89d033c8ac51459ce760601" 2018-12-29 06:55:35,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90c460c8-a84d-471f-b9a3-b33eb7a797fc x-compute-request-id: req-90c460c8-a84d-471f-b9a3-b33eb7a797fc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:55:35,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-90c460c8-a84d-471f-b9a3-b33eb7a797fc 2018-12-29 06:55:35,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb741596e46f272a89d033c8ac51459ce760601" 2018-12-29 06:55:35,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54c4080c-5ae5-4709-8e0b-fa7f19dab2b2 x-compute-request-id: req-54c4080c-5ae5-4709-8e0b-fa7f19dab2b2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:55:35,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f used request id req-54c4080c-5ae5-4709-8e0b-fa7f19dab2b2 2018-12-29 06:55:35,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb741596e46f272a89d033c8ac51459ce760601" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "12b7f818-c8f9-4310-a3b5-dca218af4635", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "393d98e2-9e38-423f-80d8-824d814588c6"}], "config_drive": true}}' 2018-12-29 06:55:37,661 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3855e08e-bdc9-49ab-8ad3-8b056b92b13c x-compute-request-id: req-3855e08e-bdc9-49ab-8ad3-8b056b92b13c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "adminPass": "56f3CmZoyPF8"}} 2018-12-29 06:55:37,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3855e08e-bdc9-49ab-8ad3-8b056b92b13c 2018-12-29 06:55:37,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:55:37,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3165974-cd41-4921-9308-27b68142c80f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:55:37,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a3165974-cd41-4921-9308-27b68142c80f 2018-12-29 06:55:37,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:55:38,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["LBH6asjrTm2xuW2_rUK3Kw"], "issued_at": "2018-12-29T06:55:38.000000Z"}} 2018-12-29 06:55:38,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:38,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-1995fd76-583e-4f35-ac70-3f466511b3d7 x-compute-request-id: req-1995fd76-583e-4f35-ac70-3f466511b3d7 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.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:38,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-1995fd76-583e-4f35-ac70-3f466511b3d7 2018-12-29 06:55:41,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:42,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-b765130f-b38e-4954-a666-c2cd2d33d120 x-compute-request-id: req-b765130f-b38e-4954-a666-c2cd2d33d120 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.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:42,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-b765130f-b38e-4954-a666-c2cd2d33d120 2018-12-29 06:55:45,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:46,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7c57b62-dc9a-4f81-bdb5-a82b54c04524 x-compute-request-id: req-f7c57b62-dc9a-4f81-bdb5-a82b54c04524 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.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:46,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-f7c57b62-dc9a-4f81-bdb5-a82b54c04524 2018-12-29 06:55:49,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:50,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-746cf964-43e4-426e-a934-9c2f1a19438b x-compute-request-id: req-746cf964-43e4-426e-a934-9c2f1a19438b Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:50,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-746cf964-43e4-426e-a934-9c2f1a19438b 2018-12-29 06:55:53,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:54,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55: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-c7f8b783-b138-434c-8c9e-44cbe9af67fa x-compute-request-id: req-c7f8b783-b138-434c-8c9e-44cbe9af67fa Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:54,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-c7f8b783-b138-434c-8c9e-44cbe9af67fa 2018-12-29 06:55:57,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:55:58,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40b49da1-1427-4fe6-8f45-39e0b76350c1 x-compute-request-id: req-40b49da1-1427-4fe6-8f45-39e0b76350c1 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:55:58,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-40b49da1-1427-4fe6-8f45-39e0b76350c1 2018-12-29 06:56:01,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:01,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-909d132b-d7ea-4abd-9bf1-ca2bc72f4a5f x-compute-request-id: req-909d132b-d7ea-4abd-9bf1-ca2bc72f4a5f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:01,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-909d132b-d7ea-4abd-9bf1-ca2bc72f4a5f 2018-12-29 06:56:04,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:05,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-1bb367ef-9b5c-47db-a98a-d6e53c8f2792 x-compute-request-id: req-1bb367ef-9b5c-47db-a98a-d6e53c8f2792 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:05,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-1bb367ef-9b5c-47db-a98a-d6e53c8f2792 2018-12-29 06:56:08,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:09,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-cab4b92c-d229-43d7-be82-91db4804a9a2 x-compute-request-id: req-cab4b92c-d229-43d7-be82-91db4804a9a2 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:09,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-cab4b92c-d229-43d7-be82-91db4804a9a2 2018-12-29 06:56:12,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:13,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-342257b6-a183-483c-be5f-462dc573a05c x-compute-request-id: req-342257b6-a183-483c-be5f-462dc573a05c Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:13,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-342257b6-a183-483c-be5f-462dc573a05c 2018-12-29 06:56:16,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:16,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-b2941acc-93f3-4a1e-b4ef-4632b0213a45 x-compute-request-id: req-b2941acc-93f3-4a1e-b4ef-4632b0213a45 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:16,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-b2941acc-93f3-4a1e-b4ef-4632b0213a45 2018-12-29 06:56:20,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:21,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e427ac47-6fbd-41e3-b05b-dfcb7878056e x-compute-request-id: req-e427ac47-6fbd-41e3-b05b-dfcb7878056e Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:21,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-e427ac47-6fbd-41e3-b05b-dfcb7878056e 2018-12-29 06:56:24,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:24,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-8de90a27-d04a-44f9-a7bc-6f21155cbc05 x-compute-request-id: req-8de90a27-d04a-44f9-a7bc-6f21155cbc05 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:24,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-8de90a27-d04a-44f9-a7bc-6f21155cbc05 2018-12-29 06:56:27,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:28,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-229f9d56-996e-4d1c-ada3-ebf44adcdbc4 x-compute-request-id: req-229f9d56-996e-4d1c-ada3-ebf44adcdbc4 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:28,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-229f9d56-996e-4d1c-ada3-ebf44adcdbc4 2018-12-29 06:56:31,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:31,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-a2971316-33b1-4497-a43c-79202525cefb x-compute-request-id: req-a2971316-33b1-4497-a43c-79202525cefb Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:31,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-a2971316-33b1-4497-a43c-79202525cefb 2018-12-29 06:56:34,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:35,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6690380b-dcb3-46dd-85c2-cfbda73888e0 x-compute-request-id: req-6690380b-dcb3-46dd-85c2-cfbda73888e0 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:35,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-6690380b-dcb3-46dd-85c2-cfbda73888e0 2018-12-29 06:56:38,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:38,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-0f845f64-8b8b-42d5-b4c7-27458b8a0afd x-compute-request-id: req-0f845f64-8b8b-42d5-b4c7-27458b8a0afd Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:38,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-0f845f64-8b8b-42d5-b4c7-27458b8a0afd 2018-12-29 06:56:41,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:42,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18cb22e9-07fb-467d-8301-bed8fc982716 x-compute-request-id: req-18cb22e9-07fb-467d-8301-bed8fc982716 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:42,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-18cb22e9-07fb-467d-8301-bed8fc982716 2018-12-29 06:56:45,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:45,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0d6063f-9fd4-4c01-a7e0-bf00b6203dd1 x-compute-request-id: req-f0d6063f-9fd4-4c01-a7e0-bf00b6203dd1 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:45,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-f0d6063f-9fd4-4c01-a7e0-bf00b6203dd1 2018-12-29 06:56:48,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:49,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:56: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-5efd2368-32cf-4809-a35b-b6c199cdb19f x-compute-request-id: req-5efd2368-32cf-4809-a35b-b6c199cdb19f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:49,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-5efd2368-32cf-4809-a35b-b6c199cdb19f 2018-12-29 06:56:52,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:53,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-bb6df02e-0f2a-4d2c-a142-fcc02a448473 x-compute-request-id: req-bb6df02e-0f2a-4d2c-a142-fcc02a448473 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:53,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-bb6df02e-0f2a-4d2c-a142-fcc02a448473 2018-12-29 06:56:56,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:56:56,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-751c77b3-9d18-4b9a-95cf-0366204be485 x-compute-request-id: req-751c77b3-9d18-4b9a-95cf-0366204be485 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:56:56,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-751c77b3-9d18-4b9a-95cf-0366204be485 2018-12-29 06:56:59,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:00,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-a76c8e28-1a54-4851-bcc7-e5ae02e48b6b x-compute-request-id: req-a76c8e28-1a54-4851-bcc7-e5ae02e48b6b Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:00,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-a76c8e28-1a54-4851-bcc7-e5ae02e48b6b 2018-12-29 06:57:03,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:03,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-c847e9c4-5a37-4726-bcd6-e15eb7317b6a x-compute-request-id: req-c847e9c4-5a37-4726-bcd6-e15eb7317b6a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:03,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-c847e9c4-5a37-4726-bcd6-e15eb7317b6a 2018-12-29 06:57:06,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:07,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-2f4ba60a-4dbd-4ad6-98b6-a3e6013ca605 x-compute-request-id: req-2f4ba60a-4dbd-4ad6-98b6-a3e6013ca605 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:07,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-2f4ba60a-4dbd-4ad6-98b6-a3e6013ca605 2018-12-29 06:57:10,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:10,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-d8f24df2-e519-46fc-9863-8b40bc758d94 x-compute-request-id: req-d8f24df2-e519-46fc-9863-8b40bc758d94 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:10,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-d8f24df2-e519-46fc-9863-8b40bc758d94 2018-12-29 06:57:13,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:14,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-dc4639e3-e2a5-44fa-9bf6-19cda469ada2 x-compute-request-id: req-dc4639e3-e2a5-44fa-9bf6-19cda469ada2 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:14,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-dc4639e3-e2a5-44fa-9bf6-19cda469ada2 2018-12-29 06:57:17,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:17,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-9f88fce6-d637-4820-bb69-bd1e70da0999 x-compute-request-id: req-9f88fce6-d637-4820-bb69-bd1e70da0999 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:17,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-9f88fce6-d637-4820-bb69-bd1e70da0999 2018-12-29 06:57:20,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:20,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-d13eecb0-b298-4070-b286-1c0c3176e4c1 x-compute-request-id: req-d13eecb0-b298-4070-b286-1c0c3176e4c1 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:20,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-d13eecb0-b298-4070-b286-1c0c3176e4c1 2018-12-29 06:57:23,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:24,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-8230304d-2c2d-4c95-9378-71b77f1df36f x-compute-request-id: req-8230304d-2c2d-4c95-9378-71b77f1df36f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:24,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-8230304d-2c2d-4c95-9378-71b77f1df36f 2018-12-29 06:57:27,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:27,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-bec3ec70-a4b8-402d-b4fe-4d9b9cd65acc x-compute-request-id: req-bec3ec70-a4b8-402d-b4fe-4d9b9cd65acc Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:27,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-bec3ec70-a4b8-402d-b4fe-4d9b9cd65acc 2018-12-29 06:57:30,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:31,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-3a8dec15-2613-4b1b-8027-ac179ccca695 x-compute-request-id: req-3a8dec15-2613-4b1b-8027-ac179ccca695 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:31,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-3a8dec15-2613-4b1b-8027-ac179ccca695 2018-12-29 06:57:34,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:34,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-b9f055f2-f89c-4786-9b1c-1a953d7daa3b x-compute-request-id: req-b9f055f2-f89c-4786-9b1c-1a953d7daa3b Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:55:39Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:34,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-b9f055f2-f89c-4786-9b1c-1a953d7daa3b 2018-12-29 06:57:37,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7960130e9a829f67ae782c8d54ac0e11355e754" 2018-12-29 06:57:38,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-f8c6c842-7de2-4a76-9e28-6619fde3aa74 x-compute-request-id: req-f8c6c842-7de2-4a76-9e28-6619fde3aa74 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:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": "2018-12-29T06:57:34.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:57:35Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:38,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-f8c6c842-7de2-4a76-9e28-6619fde3aa74 2018-12-29 06:57:38,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb741596e46f272a89d033c8ac51459ce760601" 2018-12-29 06:57:39,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-55c25680-c14f-49b0-83a2-207a62acc800 x-compute-request-id: req-55c25680-c14f-49b0-83a2-207a62acc800 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:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": "2018-12-29T06:57:34.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:57:35Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:39,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe used request id req-55c25680-c14f-49b0-83a2-207a62acc800 2018-12-29 06:57:39,421 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.9'. 2018-12-29 06:57:39,421 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-12-29 06:57:39,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:57:40,949 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:57: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-99d13074-fd0d-4a30-92c0-6ab1433aa398 x-compute-request-id: req-99d13074-fd0d-4a30-92c0-6ab1433aa398 Content-Length: 0 Content-Type: application/json 2018-12-29 06:57:40,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action used request id req-99d13074-fd0d-4a30-92c0-6ab1433aa398 2018-12-29 06:57:40,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:57:41,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5051 X-Openstack-Request-Id: req-b33a71e7-b0fa-4418-a4d3-ea96c4d9a160 Date: Sat, 29 Dec 2018 06:57:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.2"}],"id":"46914bed-237d-41a0-a8d3-2465907683a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:19:61:61","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.209"}],"id":"89c20f23-16c4-4d0f-80b8-ebb412aa049e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:09:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d0def621-06b8-433a-bd28-b749f9349e9e","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T06:55:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.4"}],"id":"bef3904b-0e3f-4384-a505-640f761072a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:df:43","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:57:40Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.9"}],"id":"c5f771d0-d1f9-441e-bb47-bcaaf79bd3c2","security_groups":["b6652b14-981c-44e2-931c-ba58641f31fc","b88573b0-3238-45ed-8905-3c11994a3a20"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:6f:65","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1c4404-d580-44df-9c63-ecbdb6881bbe","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.1"}],"id":"e1cd249b-4798-4fa5-833a-6d2f296725f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:31:58","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d0def621-06b8-433a-bd28-b749f9349e9e","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.3"}],"id":"ec5de671-0423-493c-a0e1-4ec2a355c22e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:d1:bd","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"}]} 2018-12-29 06:57:41,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-b33a71e7-b0fa-4418-a4d3-ea96c4d9a160 2018-12-29 06:57:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/c5f771d0-d1f9-441e-bb47-bcaaf79bd3c2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:cd:6f:65"}]}}' 2018-12-29 06:57:41,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-306fc639-63af-4888-9e45-20bc089c1a3a Date: Sat, 29 Dec 2018 06:57:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:cd:6f:65"}],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:57:41Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.9"}],"id":"c5f771d0-d1f9-441e-bb47-bcaaf79bd3c2","security_groups":["b6652b14-981c-44e2-931c-ba58641f31fc","b88573b0-3238-45ed-8905-3c11994a3a20"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:6f:65","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1c4404-d580-44df-9c63-ecbdb6881bbe","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:40Z","binding:vnic_type":"normal"}} 2018-12-29 06:57:41,732 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/c5f771d0-d1f9-441e-bb47-bcaaf79bd3c2 used request id req-306fc639-63af-4888-9e45-20bc089c1a3a 2018-12-29 06:57:41,732 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-12-29 06:57:41,732 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=12b7f818-c8f9-4310-a3b5-dca218af4635 network=393d98e2-9e38-423f-80d8-824d814588c6 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:57:41,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:57:41,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:57:41,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:57:41,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:57:41,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:57:41,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:57:41,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:57:41,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:57:41,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:57:41,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:57:41,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b201013f-af78-45db-98d8-2eebd864bd73 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:57:41,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b201013f-af78-45db-98d8-2eebd864bd73 2018-12-29 06:57:41,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:57:42,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["r9QKhTZaQI-NLdMCb6_W_Q"], "issued_at": "2018-12-29T06:57:42.000000Z"}} 2018-12-29 06:57:42,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" 2018-12-29 06:57:42,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-709113ab-5026-44cf-8b38-9ea9e197012a x-compute-request-id: req-709113ab-5026-44cf-8b38-9ea9e197012a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:57:42,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-709113ab-5026-44cf-8b38-9ea9e197012a 2018-12-29 06:57:42,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" 2018-12-29 06:57:42,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-70705ba9-3a26-4ea3-b247-f1c56b829c17 x-compute-request-id: req-70705ba9-3a26-4ea3-b247-f1c56b829c17 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:57:42,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f used request id req-70705ba9-3a26-4ea3-b247-f1c56b829c17 2018-12-29 06:57:42,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "12b7f818-c8f9-4310-a3b5-dca218af4635", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "393d98e2-9e38-423f-80d8-824d814588c6"}], "config_drive": true}}' 2018-12-29 06:57:43,623 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:57: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-18b454b3-88f5-4339-abf0-569ac77ba504 x-compute-request-id: req-18b454b3-88f5-4339-abf0-569ac77ba504 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "adminPass": "azByj68CeTKE"}} 2018-12-29 06:57:43,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-18b454b3-88f5-4339-abf0-569ac77ba504 2018-12-29 06:57:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:57:43,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4de32e3-f177-4086-92da-c73fe3f0c38d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:57:43,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d4de32e3-f177-4086-92da-c73fe3f0c38d 2018-12-29 06:57:43,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:57:44,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["n9xP-GvuS3WmAWEl6HEgIA"], "issued_at": "2018-12-29T06:57:44.000000Z"}} 2018-12-29 06:57:44,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:57:44,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8481ed0a-c064-4227-bb26-714bcac4112e x-compute-request-id: req-8481ed0a-c064-4227-bb26-714bcac4112e 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.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:44,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-8481ed0a-c064-4227-bb26-714bcac4112e 2018-12-29 06:57:47,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:57:47,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-5de10596-761e-41a8-b2c0-aaf4bc7f1a81 x-compute-request-id: req-5de10596-761e-41a8-b2c0-aaf4bc7f1a81 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.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:46Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:47,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-5de10596-761e-41a8-b2c0-aaf4bc7f1a81 2018-12-29 06:57:50,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:57:51,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-c33e5955-8a3a-4bef-9720-d30c27b520a5 x-compute-request-id: req-c33e5955-8a3a-4bef-9720-d30c27b520a5 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:46Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:51,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-c33e5955-8a3a-4bef-9720-d30c27b520a5 2018-12-29 06:57:54,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:57:55,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78efc785-b8b5-492b-a7d1-68b076c15a01 x-compute-request-id: req-78efc785-b8b5-492b-a7d1-68b076c15a01 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:46Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:55,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-78efc785-b8b5-492b-a7d1-68b076c15a01 2018-12-29 06:57:58,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:57:59,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:57: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-95cbcedd-fbeb-41ba-be2e-e32231142d4d x-compute-request-id: req-95cbcedd-fbeb-41ba-be2e-e32231142d4d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:46Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:57:59,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-95cbcedd-fbeb-41ba-be2e-e32231142d4d 2018-12-29 06:58:02,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:58:02,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-cfaa3321-3066-43ab-8c4b-f7ea131d7fe6 x-compute-request-id: req-cfaa3321-3066-43ab-8c4b-f7ea131d7fe6 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:57:46Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:02,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-cfaa3321-3066-43ab-8c4b-f7ea131d7fe6 2018-12-29 06:58:05,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f83c7dd115c6cc3daa8de9f4233abbb04b0301d4" 2018-12-29 06:58:06,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a740ea2-2cfc-402b-827b-8e0f4abe6e03 x-compute-request-id: req-0a740ea2-2cfc-402b-827b-8e0f4abe6e03 Content-Encoding: gzip Content-Length: 783 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:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:02Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:06,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-0a740ea2-2cfc-402b-827b-8e0f4abe6e03 2018-12-29 06:58:06,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" 2018-12-29 06:58:07,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-ba0683be-7478-4d93-a1f3-ae1ce725b431 x-compute-request-id: req-ba0683be-7478-4d93-a1f3-ae1ce725b431 Content-Encoding: gzip Content-Length: 783 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:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:02Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:07,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068 used request id req-ba0683be-7478-4d93-a1f3-ae1ce725b431 2018-12-29 06:58:07,218 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.14'. 2018-12-29 06:58:07,218 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-12-29 06:58:07,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:58:08,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:58: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-2a60deed-cb1c-445b-8e0d-5630a31981a8 x-compute-request-id: req-2a60deed-cb1c-445b-8e0d-5630a31981a8 Content-Length: 0 Content-Type: application/json 2018-12-29 06:58:08,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-2a60deed-cb1c-445b-8e0d-5630a31981a8 2018-12-29 06:58:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:58:08,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6018 X-Openstack-Request-Id: req-902624e0-a99f-46bf-a3a7-a19246d128a8 Date: Sat, 29 Dec 2018 06:58:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.2"}],"id":"46914bed-237d-41a0-a8d3-2465907683a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:19:61:61","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:58:08Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.14"}],"id":"83bc59af-1967-415e-b1d9-a52925207a58","security_groups":["b6652b14-981c-44e2-931c-ba58641f31fc","b88573b0-3238-45ed-8905-3c11994a3a20"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:c0:3d","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"abd2f8e0-1edf-4650-b644-e5c8c1de1068","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:57:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"717222cb-974c-4168-ab1a-356f49eda1dc","ip_address":"172.30.9.209"}],"id":"89c20f23-16c4-4d0f-80b8-ebb412aa049e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:09:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d0def621-06b8-433a-bd28-b749f9349e9e","name":"","admin_state_up":true,"network_id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","tenant_id":"","created_at":"2018-12-29T06:55:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.4"}],"id":"bef3904b-0e3f-4384-a505-640f761072a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:df:43","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:cd:6f:65"}],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:57:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.9"}],"id":"c5f771d0-d1f9-441e-bb47-bcaaf79bd3c2","security_groups":["b6652b14-981c-44e2-931c-ba58641f31fc","b88573b0-3238-45ed-8905-3c11994a3a20"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:6f:65","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f1c4404-d580-44df-9c63-ecbdb6881bbe","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.1"}],"id":"e1cd249b-4798-4fa5-833a-6d2f296725f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:31:58","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d0def621-06b8-433a-bd28-b749f9349e9e","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:55:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.3"}],"id":"ec5de671-0423-493c-a0e1-4ec2a355c22e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:d1:bd","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-393d98e2-9e38-423f-80d8-824d814588c6","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:55:30Z","binding:vnic_type":"normal"}]} 2018-12-29 06:58:08,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-902624e0-a99f-46bf-a3a7-a19246d128a8 2018-12-29 06:58:08,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/83bc59af-1967-415e-b1d9-a52925207a58 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:da:c0:3d"}]}}' 2018-12-29 06:58:09,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-2c2686b9-2006-404d-bbc3-b4e744b1207c Date: Sat, 29 Dec 2018 06:58:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:da:c0:3d"}],"extra_dhcp_opts":[],"updated_at":"2018-12-29T06:58:08Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c3242f4f-1e99-40d3-b359-3d8b16595062","ip_address":"10.10.10.14"}],"id":"83bc59af-1967-415e-b1d9-a52925207a58","security_groups":["b6652b14-981c-44e2-931c-ba58641f31fc","b88573b0-3238-45ed-8905-3c11994a3a20"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:c0:3d","project_id":"052a0acaf7ec4a4397abb92cfbe54f87","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"abd2f8e0-1edf-4650-b644-e5c8c1de1068","name":"","admin_state_up":true,"network_id":"393d98e2-9e38-423f-80d8-824d814588c6","tenant_id":"052a0acaf7ec4a4397abb92cfbe54f87","created_at":"2018-12-29T06:57:47Z","binding:vnic_type":"normal"}} 2018-12-29 06:58:09,170 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/83bc59af-1967-415e-b1d9-a52925207a58 used request id req-2c2686b9-2006-404d-bbc3-b4e744b1207c 2018-12-29 06:58:09,172 - sdnvpn_test_utils - INFO - Waiting for instance abd2f8e0-1edf-4650-b644-e5c8c1de1068 to boot up 2018-12-29 06:58:09,172 - sdnvpn_test_utils - INFO - Waiting for instance 9f1c4404-d580-44df-9c63-ecbdb6881bbe to boot up 2018-12-29 06:58:09,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeb741596e46f272a89d033c8ac51459ce760601" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:09,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:10,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-bdb73298-4a7b-4146-92ab-7f9b4fdf1431 x-compute-request-id: req-bdb73298-4a7b-4146-92ab-7f9b4fdf1431 Content-Encoding: gzip Content-Length: 10552 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667660062 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135900] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137573] pid_max: default: 32768 minimum: 301\n[ 0.138475] ACPI: Core revision 20150930\n[ 0.139867] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141193] Security Framework initialized\n[ 0.142021] Yama: becoming mindful.\n[ 0.142763] AppArmor: AppArmor initialized\n[ 0.143656] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145067] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146740] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147998] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149402] Initializing cgroup subsys io\n[ 0.150231] Initializing cgroup subsys memory\n[ 0.151108] Initializing cgroup subsys devices\n[ 0.151989] Initializing cgroup subsys freezer\n[ 0.152864] Initializing cgroup subsys net_cls\n[ 0.153740] Initializing cgroup subsys perf_event\n[ 0.154654] Initializing cgroup subsys net_prio\n[ 0.155552] Initializing cgroup subsys hugetlb\n[ 0.156437] Initializing cgroup subsys pids\n[ 0.157318] CPU: Physical Processor ID: 0\n[ 0.158833] mce: CPU supports 10 MCE banks\n[ 0.159701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171641] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178212] ftrace: allocating 32123 entries in 126 pages\n[ 0.205712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206959] smpboot: Max logical packages: 1\n[ 0.207966] x2apic enabled\n[ 0.208778] Switched APIC routing to physical x2apic.\n[ 0.210541] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213716] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215523] KVM setup paravirtual spinlock\n[ 0.216840] x86: Booted up 1 node, 1 CPUs\n[ 0.217662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219083] devtmpfs: initialized\n[ 0.221563] evm: security.selinux\n[ 0.222277] evm: security.SMACK64\n[ 0.222983] evm: security.SMACK64EXEC\n[ 0.223733] evm: security.SMACK64TRANSMUTE\n[ 0.224554] evm: security.SMACK64MMAP\n[ 0.225304] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228651] pinctrl core: initialized pinctrl subsystem\n[ 0.229760] RTC time: 6:58:02, date: 12/29/18\n[ 0.230724] NET: Registered protocol family 16\n[ 0.231710] cpuidle: using governor ladder\n[ 0.232538] cpuidle: using governor menu\n[ 0.233332] PCCT header not found.\n[ 0.234097] ACPI: bus type PCI registered\n[ 0.234911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236163] PCI: Using configuration type 1 for base access\n[ 0.238353] ACPI: Added _OSI(Module Device)\n[ 0.239406] ACPI: Added _OSI(Processor Device)\n[ 0.240483] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241620] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244037] ACPI: Interpreter enabled\n[ 0.244990] ACPI: (supports S0 S5)\n[ 0.245857] ACPI: Using IOAPIC for interrupt routing\n[ 0.247026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255386] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258389] acpiphp: Slot [3] registered\n[ 0.259470] acpiphp: Slot [4] registered\n[ 0.260536] acpiphp: Slot [5] registered\n[ 0.261595] acpiphp: Slot [6] registered\n[ 0.262653] acpiphp: Slot [7] registered\n[ 0.263724] acpiphp: Slot [8] registered\n[ 0.264789] acpiphp: Slot [9] registered\n[ 0.265860] acpiphp: Slot [10] registered\n[ 0.266959] acpiphp: Slot [11] registered\n[ 0.267969] acpiphp: Slot [12] registered\n[ 0.268859] acpiphp: Slot [13] registered\n[ 0.269807] acpiphp: Slot [14] registered\n[ 0.280862] acpiphp: Slot [15] registered\n[ 0.281757] acpiphp: Slot [16] registered\n[ 0.282617] acpiphp: Slot [17] registered\n[ 0.283486] acpiphp: Slot [18] registered\n[ 0.284353] acpiphp: Slot [19] registered\n[ 0.285217] acpiphp: Slot [20] registered\n[ 0.286081] acpiphp: Slot [21] registered\n[ 0.286964] acpiphp: Slot [22] registered\n[ 0.287826] acpiphp: Slot [23] registered\n[ 0.288674] acpiphp: Slot [24] registered\n[ 0.289511] acpiphp: Slot [25] registered\n[ 0.290387] acpiphp: Slot [26] registered\n[ 0.291228] acpiphp: Slot [27] registered\n[ 0.292100] acpiphp: Slot [28] registered\n[ 0.292963] acpiphp: Slot [29] registered\n[ 0.293827] acpiphp: Slot [30] registered\n[ 0.294679] acpiphp: Slot [31] registered\n[ 0.295532] PCI host bridge to bus 0000:00\n[ 0.296395] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300533] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.302091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308592] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309929] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312580] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320865] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373646] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377517] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380333] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381553] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383335] vgaarb: loaded\n[ 0.384031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385364] SCSI subsystem initialized\n[ 0.386325] ACPI: bus type USB registered\n[ 0.387230] usbcore: registered new interface driver usbfs\n[ 0.388482] usbcore: registered new interface driver hub\n[ 0.389706] usbcore: registered new device driver usb\n[ 0.390924] PCI: Using ACPI for IRQ routing\n[ 0.392126] NetLabel: Initializing\n[ 0.392959] NetLabel: domain hash size = 128\n[ 0.393983] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395134] NetLabel: unlabeled traffic allowed by default\n[ 0.396428] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397596] clocksource: Switched to clocksource kvm-clock\n[ 0.403224] AppArmor: AppArmor Filesystem Enabled\n[ 0.404374] pnp: PnP ACPI init\n[ 0.405394] pnp: PnP ACPI: found 5 devices\n[ 0.411644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413719] NET: Registered protocol family 2\n[ 0.414859] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416459] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.419406] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.422238] NET: Registered protocol family 1\n[ 0.423290] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425849] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454793] Trying to unpack rootfs image as initramfs...\n[ 1.752425] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.768514] Scanning for low memory corruption every 60 seconds\n[ 1.769859] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.771029] audit: initializing netlink subsys (disabled)\n[ 1.772074] audit: type=2000 audit(1546066684.378:1): initialized\n[ 1.773401] Initialise system trusted keyring\n[ 1.774361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.775555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.777571] zbud: loaded\n[ 1.778301] VFS: Disk quotas dquot_6.6.0\n[ 1.779140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.780585] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.781842] fuse init (API version 7.23)\n[ 1.782746] Key type big_key registered\n[ 1.783561] Allocating IMA MOK and blacklist keyrings.\n[ 1.784690] Key type asymmetric registered\n[ 1.785539] Asymmetric key parser 'x509' registered\n[ 1.786528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.788024] io scheduler noop registered\n[ 1.788843] io scheduler deadline registered (default)\n[ 1.789861] io scheduler cfq registered\n[ 1.790725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.791798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.793084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.794592] ACPI: Power Button [PWRF]\n[ 1.795469] GHES: HEST is not enabled!\n[ 1.809557] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.839160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.841736] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.865764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.867954] Linux agpgart interface v0.103\n[ 1.870430] brd: module loaded\n[ 1.871871] loop: module loaded\n[ 1.873769] vda: vda1\n[ 1.875464] scsi host0: ata_piix\n[ 1.876363] scsi host1: ata_piix\n[ 1.877267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.878758] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.880535] libphy: Fixed MDIO Bus: probed\n[ 1.881819] tun: Universal TUN/TAP device driver, 1.6\n[ 1.882879] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.885361] PPP generic driver version 2.4.2\n[ 1.886538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.887884] ehci-pci: EHCI PCI platform driver\n[ 1.888976] ehci-platform: EHCI generic platform driver\n[ 1.890010] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891189] ohci-pci: OHCI PCI platform driver\n[ 1.892094] ohci-platform: OHCI generic platform driver\n[ 1.893121] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.907723] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.908756] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.912496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.913783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915259] usb usb1: Product: UHCI Host Controller\n[ 1.916229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.918491] hub 1-0:1.0: USB hub found\n[ 1.919296] hub 1-0:1.0: 2 ports detected\n[ 1.920231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923395] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924470] mousedev: PS/2 mouse device common for all mice\n[ 1.925774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.927698] rtc_cmos 00:00: RTC can wake from S4\n[ 1.928830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931316] i2c /dev entries driver\n[ 1.932104] device-mapper: uevent: version 1.0.3\n[ 1.933078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.934778] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936110] NET: Registered protocol family 10\n[ 1.937152] NET: Registered protocol family 17\n[ 1.938093] Key type dns_resolver registered\n[ 1.939070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940211] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942028] registered taskstats version 1\n[ 1.942891] Loading compiled-in X.509 certificates\n[ 1.944346] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946287] zswap: loaded using pool lzo/zbud\n[ 1.948137] Key type trusted registered\n[ 1.950447] Key type encrypted registered\n[ 1.951302] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952373] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953459] evm: HMAC attrs: 0x1\n[ 1.954442] Magic number: 14:294:975\n[ 1.955322] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:04 UTC (1546066684)\n[ 1.956966] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.958130] EDD information not available.\n[ 2.034123] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.035612] ata1.00: configured for MWDMA2\n[ 2.036835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.039198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.040465] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.052201] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.054135] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.055725] Write protecting the kernel read-only data: 14336k\n[ 2.057297] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.059073] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.067889] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069983] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073852] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079523] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083734] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.123745] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.125597] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.147789] AVX2 version of gcm_enc/dec engaged.\n[ 2.148804] AES CTR mode by8 optimization enabled\n[ 2.153949] FDC 0 is a S82078B\n[ 2.229608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.394042] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.395329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.396649] usb 1-1: Product: QEMU USB Tablet\n[ 2.397526] usb 1-1: Manufacturer: QEMU\n[ 2.398327] usb 1-1: SerialNumber: 42\n[ 2.405678] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.412597] usbcore: registered new interface driver usbhid\n[ 2.413728] usbhid: USB HID core driver\n[ 2.416514] 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.418813] 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.765632] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.766844] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.397835] md: linear personality registered for level -1\n[ 3.400426] md: multipath personality registered for level -4\n[ 3.403097] md: raid0 personality registered for level 0\n[ 3.406066] md: raid1 personality registered for level 1\n[ 3.477602] raid6: sse2x1 gen() 11381 MB/s\n[ 3.545599] raid6: sse2x1 xor() 8732 MB/s\n[ 3.613600] raid6: sse2x2 gen() 14069 MB/s\n[ 3.681601] raid6: sse2x2 xor() 9545 MB/s\n[ 3.749599] raid6: sse2x4 gen() 16373 MB/s\n[ 3.817599] raid6: sse2x4 xor() 11479 MB/s\n[ 3.885600] raid6: avx2x1 gen() 21796 MB/s\n[ 3.953600] raid6: avx2x2 gen() 25160 MB/s\n[ 4.021599] raid6: avx2x4 gen() 29262 MB/s\n[ 4.022473] raid6: using algorithm avx2x4 gen() 29262 MB/s\n[ 4.023508] raid6: using avx2x2 recovery algorithm\n[ 4.025472] xor: automatically using best checksumming function:\n[ 4.065598] avx : 34677.000 MB/sec\n[ 4.067377] async_tx: api initialized (async)\n[ 4.074820] md: raid6 personality registered for level 6\n[ 4.075893] md: raid5 personality registered for level 5\n[ 4.076915] md: raid4 personality registered for level 4\n[ 4.081035] 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.104893] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.131854] 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.233502] 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.237138] systemd[1]: Detected virtualization kvm.\n[ 4.238219] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.242254] systemd[1]: Set hostname to .\n[ 4.246401] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.247623] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.386633] 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.389547] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.392035] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.396552] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.398853] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.401364] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.403886] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.410031] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412841] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.416543] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.424819] Loading iSCSI transport class v2.0-870.\n[ 4.425917] 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.434603] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.436415] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.439835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.[ 4.443978] iscsi: registered transport (tcp)\n\n[ 4.445152] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.450637] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.453622] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.457638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.461043] 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.468406] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.472957] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.476975] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.480975] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.485251] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.487737] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.490200] iscsi: registered transport (iser)\n Starting Remount Root and Kernel File Systems...\n[ 4.492665] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.501879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.505986] 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.510677] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.512651] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.516008] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518084] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.522527] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.525775] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\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[ 6.099925] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:58:08 +0000. Up 5.43 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n"} 2018-12-29 06:58:10,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-bdb73298-4a7b-4146-92ab-7f9b4fdf1431 2018-12-29 06:58:10,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-f3c6b7f1-fa4f-45c8-97f2-79b1789087e4 x-compute-request-id: req-f3c6b7f1-fa4f-45c8-97f2-79b1789087e4 Content-Encoding: gzip Content-Length: 14346 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 725583340 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134084] pid_max: default: 32768 minimum: 301\n[ 0.134969] ACPI: Core revision 20150930\n[ 0.136336] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137636] Security Framework initialized\n[ 0.138446] Yama: becoming mindful.\n[ 0.139173] AppArmor: AppArmor initialized\n[ 0.140050] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141441] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143094] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144313] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145691] Initializing cgroup subsys io\n[ 0.146504] Initializing cgroup subsys memory\n[ 0.147354] Initializing cgroup subsys devices\n[ 0.148228] Initializing cgroup subsys freezer\n[ 0.149095] Initializing cgroup subsys net_cls\n[ 0.149960] Initializing cgroup subsys perf_event\n[ 0.150862] Initializing cgroup subsys net_prio\n[ 0.151747] Initializing cgroup subsys hugetlb\n[ 0.152617] Initializing cgroup subsys pids\n[ 0.153502] CPU: Physical Processor ID: 0\n[ 0.154999] mce: CPU supports 10 MCE banks\n[ 0.155857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156856] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167522] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.173894] ftrace: allocating 32123 entries in 126 pages\n[ 0.200138] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201355] smpboot: Max logical packages: 1\n[ 0.202347] x2apic enabled\n[ 0.203155] Switched APIC routing to physical x2apic.\n[ 0.204901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206020] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209785] KVM setup paravirtual spinlock\n[ 0.211071] x86: Booted up 1 node, 1 CPUs\n[ 0.211881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213266] devtmpfs: initialized\n[ 0.215720] evm: security.selinux\n[ 0.216422] evm: security.SMACK64\n[ 0.217115] evm: security.SMACK64EXEC\n[ 0.217855] evm: security.SMACK64TRANSMUTE\n[ 0.218663] evm: security.SMACK64MMAP\n[ 0.219408] evm: security.ima\n[ 0.220043] evm: security.capability\n[ 0.220845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222704] pinctrl core: initialized pinctrl subsystem\n[ 0.223798] RTC time: 6:57:34, date: 12/29/18\n[ 0.224732] NET: Registered protocol family 16\n[ 0.225700] cpuidle: using governor ladder\n[ 0.226515] cpuidle: using governor menu\n[ 0.227304] PCCT header not found.\n[ 0.228053] ACPI: bus type PCI registered\n[ 0.228850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230085] PCI: Using configuration type 1 for base access\n[ 0.232232] ACPI: Added _OSI(Module Device)\n[ 0.233070] ACPI: Added _OSI(Processor Device)\n[ 0.233921] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234804] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236934] ACPI: Interpreter enabled\n[ 0.237682] ACPI: (supports S0 S5)\n[ 0.238379] ACPI: Using IOAPIC for interrupt routing\n[ 0.239310] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244694] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248183] acpiphp: Slot [3] registered\n[ 0.248975] acpiphp: Slot [4] registered\n[ 0.249756] acpiphp: Slot [5] registered\n[ 0.250553] acpiphp: Slot [6] registered\n[ 0.251343] acpiphp: Slot [7] registered\n[ 0.252128] acpiphp: Slot [8] registered\n[ 0.252916] acpiphp: Slot [9] registered\n[ 0.253698] acpiphp: Slot [10] registered\n[ 0.254498] acpiphp: Slot [11] registered\n[ 0.255302] acpiphp: Slot [12] registered\n[ 0.256102] acpiphp: Slot [13] registered\n[ 0.256899] acpiphp: Slot [14] registered\n[ 0.267675] acpiphp: Slot [15] registered\n[ 0.268477] acpiphp: Slot [16] registered\n[ 0.269274] acpiphp: Slot [17] registered\n[ 0.270070] acpiphp: Slot [18] registered\n[ 0.270868] acpiphp: Slot [19] registered\n[ 0.271665] acpiphp: Slot [20] registered\n[ 0.272463] acpiphp: Slot [21] registered\n[ 0.273262] acpiphp: Slot [22] registered\n[ 0.274059] acpiphp: Slot [23] registered\n[ 0.274854] acpiphp: Slot [24] registered\n[ 0.275642] acpiphp: Slot [25] registered\n[ 0.276447] acpiphp: Slot [26] registered\n[ 0.277259] acpiphp: Slot [27] registered\n[ 0.278053] acpiphp: Slot [28] registered\n[ 0.278851] acpiphp: Slot [29] registered\n[ 0.279644] acpiphp: Slot [30] registered\n[ 0.280446] acpiphp: Slot [31] registered\n[ 0.281237] PCI host bridge to bus 0000:00\n[ 0.282034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283224] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285838] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.287260] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294943] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296094] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351648] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353133] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355947] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357314] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360046] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362593] vgaarb: loaded\n[ 0.363184] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364320] SCSI subsystem initialized\n[ 0.365123] ACPI: bus type USB registered\n[ 0.365929] usbcore: registered new interface driver usbfs\n[ 0.366940] usbcore: registered new interface driver hub\n[ 0.367928] usbcore: registered new device driver usb\n[ 0.368959] PCI: Using ACPI for IRQ routing\n[ 0.369974] NetLabel: Initializing\n[ 0.370672] NetLabel: domain hash size = 128\n[ 0.371505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372445] NetLabel: unlabeled traffic allowed by default\n[ 0.373524] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374482] clocksource: Switched to clocksource kvm-clock\n[ 0.379874] AppArmor: AppArmor Filesystem Enabled\n[ 0.380818] pnp: PnP ACPI init\n[ 0.381714] pnp: PnP ACPI: found 5 devices\n[ 0.387753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389423] NET: Registered protocol family 2\n[ 0.390362] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391628] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.392805] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.393965] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395038] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396201] NET: Registered protocol family 1\n[ 0.397059] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398145] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399206] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413311] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427650] Trying to unpack rootfs image as initramfs...\n[ 1.710325] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.725887] Scanning for low memory corruption every 60 seconds\n[ 1.727192] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.728345] audit: initializing netlink subsys (disabled)\n[ 1.729396] audit: type=2000 audit(1546066656.519:1): initialized\n[ 1.730705] Initialise system trusted keyring\n[ 1.731637] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.732789] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.734768] zbud: loaded\n[ 1.735474] VFS: Disk quotas dquot_6.6.0\n[ 1.736289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.737673] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.738901] fuse init (API version 7.23)\n[ 1.739769] Key type big_key registered\n[ 1.740564] Allocating IMA MOK and blacklist keyrings.\n[ 1.741657] Key type asymmetric registered\n[ 1.742476] Asymmetric key parser 'x509' registered\n[ 1.743443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.744902] io scheduler noop registered\n[ 1.745685] io scheduler deadline registered (default)\n[ 1.746683] io scheduler cfq registered\n[ 1.747518] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.748558] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.749811] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.751262] ACPI: Power Button [PWRF]\n[ 1.752111] GHES: HEST is not enabled!\n[ 1.766026] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.795382] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.797871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.822075] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.824170] Linux agpgart interface v0.103\n[ 1.826167] brd: module loaded\n[ 1.827417] loop: module loaded\n[ 1.829007] vda: vda1\n[ 1.830379] scsi host0: ata_piix\n[ 1.831132] scsi host1: ata_piix\n[ 1.831847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.833055] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.834504] libphy: Fixed MDIO Bus: probed\n[ 1.835321] tun: Universal TUN/TAP device driver, 1.6\n[ 1.836271] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.838420] PPP generic driver version 2.4.2\n[ 1.839487] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.840997] ehci-pci: EHCI PCI platform driver\n[ 1.842044] ehci-platform: EHCI generic platform driver\n[ 1.843248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.844649] ohci-pci: OHCI PCI platform driver\n[ 1.845696] ohci-platform: OHCI generic platform driver\n[ 1.846904] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.861655] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.862885] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.864617] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.865836] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.867181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.868673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.870369] usb usb1: Product: UHCI Host Controller\n[ 1.871512] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.872891] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.874026] hub 1-0:1.0: USB hub found\n[ 1.874963] hub 1-0:1.0: 2 ports detected\n[ 1.876027] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.878451] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879612] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.880852] mousedev: PS/2 mouse device common for all mice\n[ 1.882335] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884520] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885812] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.887356] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.889038] i2c /dev entries driver\n[ 1.890138] device-mapper: uevent: version 1.0.3\n[ 1.891652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.893985] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.895679] NET: Registered protocol family 10\n[ 1.897137] NET: Registered protocol family 17\n[ 1.898507] Key type dns_resolver registered\n[ 1.899845] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.901457] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.904051] registered taskstats version 1\n[ 1.905192] Loading compiled-in X.509 certificates\n[ 1.907060] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909491] zswap: loaded using pool lzo/zbud\n[ 1.911471] Key type trusted registered\n[ 1.913861] Key type encrypted registered\n[ 1.914862] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.916113] ima: No TPM chip found, activating TPM-bypass!\n[ 1.917360] evm: HMAC attrs: 0x1\n[ 1.918433] Magic number: 14:294:975\n[ 1.919454] rtc_cmos 00:00: setting system clock to 2018-12-29 06:57:36 UTC (1546066656)\n[ 1.921381] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.922744] EDD information not available.\n[ 1.987025] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988672] ata1.00: configured for MWDMA2\n[ 1.990064] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992699] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994200] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.005871] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.007965] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.009828] Write protecting the kernel read-only data: 14336k\n[ 2.011616] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013652] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022659] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024825] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027224] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029498] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.033942] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036212] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041050] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043230] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071767] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080503] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082781] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096980] AVX2 version of gcm_enc/dec engaged.\n[ 2.098099] AES CTR mode by8 optimization enabled\n[ 2.114870] FDC 0 is a S82078B\n[ 2.186493] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346395] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.347935] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349480] usb 1-1: Product: QEMU USB Tablet\n[ 2.350509] usb 1-1: Manufacturer: QEMU\n[ 2.351436] usb 1-1: SerialNumber: 42\n[ 2.360290] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.367725] usbcore: registered new interface driver usbhid\n[ 2.369026] usbhid: USB HID core driver\n[ 2.371637] 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.374317] 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.722703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.724282] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350741] md: linear personality registered for level -1\n[ 3.353857] md: multipath personality registered for level -4\n[ 3.357000] md: raid0 personality registered for level 0\n[ 3.360392] md: raid1 personality registered for level 1\n[ 3.430485] raid6: sse2x1 gen() 11490 MB/s\n[ 3.498484] raid6: sse2x1 xor() 8919 MB/s\n[ 3.566487] raid6: sse2x2 gen() 14389 MB/s\n[ 3.634486] raid6: sse2x2 xor() 9834 MB/s\n[ 3.702486] raid6: sse2x4 gen() 16829 MB/s\n[ 3.770485] raid6: sse2x4 xor() 11769 MB/s\n[ 3.838486] raid6: avx2x1 gen() 22312 MB/s\n[ 3.906485] raid6: avx2x2 gen() 26509 MB/s\n[ 3.974488] raid6: avx2x4 gen() 29461 MB/s\n[ 3.975656] raid6: using algorithm avx2x4 gen() 29461 MB/s\n[ 3.977088] raid6: using avx2x2 recovery algorithm\n[ 3.979767] xor: automatically using best checksumming function:\n[ 4.018485] avx : 34880.000 MB/sec\n[ 4.020875] async_tx: api initialized (async)\n[ 4.030448] md: raid6 personality registered for level 6\n[ 4.031854] md: raid5 personality registered for level 5\n[ 4.033241] md: raid4 personality registered for level 4\n[ 4.038031] 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.063908] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.096115] 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.188447] 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.191839] systemd[1]: Detected virtualization kvm.\n[ 4.192814] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.196621] systemd[1]: Set hostname to .\n[ 4.200567] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.201715] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325142] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.327594] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.329547] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.331873] 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.335093] 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.337857] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.339948] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.341878] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.344134] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.346227] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.348514] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.351012] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352870] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.355173] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.357522] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.359849] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.362157] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.365562] 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.371461] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.379226] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.386436] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.393390] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.396436] 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.403735] systemd[1]: Mounting Debug File System...\n[ 4.406765] Loading iSCSI transport class v2.0-870.\n Mounting Debug File System...\n[ 4.413017] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.415215] iscsi: registered transport (tcp)\n Starting Remount Root and Kernel File Systems...\n[ 4.420177] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.423732] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.430521] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.432486] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.434447] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.443120] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.447362] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.449401] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.456048] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.462552] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.486039] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\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 Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.940072] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:57:39 +0000. Up 5.24 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.435843] cloud-init[1019]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:57:41 +0000. Up 7.09 seconds.\n[ 8.438353] cloud-init[1019]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.444318] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.452110] cloud-init[1019]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.454828] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.460309] cloud-init[1019]: ci-info: | ens3 | True | 10.10.10.9 | 255.255.255.0 | . | fa:16:3e:cd:6f:65 |\n[ 8.468109] cloud-init[1019]: ci-info: | ens3 | True | fe80::f816:3eff:fecd:6f65/64 | . | link | fa:16:3e:cd:6f:65 |\n[ 8.470785] cloud-init[1019]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.476294] cloud-init[1019]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.484103] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.486766] cloud-init[1019]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.491379] cloud-init[[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)...[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.497687] cloud-init[1019]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.499222] cloud-init[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.504550] cloud-init[1019]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.512067] cloud-init[1019]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.[ 8.516390] cloud-init[1019]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.517989] cloud-init[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.519757] cloud-init\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[1019]: Generating public/private rsa key pair.\n[ 8.524793] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.526103] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.527426] cloud-init[1019]: The key fingerprint is: Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.532689] cloud-init[1019]: SHA256:yr9R6Vt3iUElof3ccCSsYYTqbj/AF/6o4jqBEjTOJEM root@sdnvpn-13-1\n[ 8.534043] cloud-init[1019]: The key's randomart image is:\n[ 8.534969] cloud-init[1019]: +---[RSA 2048]----+\n[ 8.535825] \ncloud-init[1019]: |.E o.+o..|\n[ 8.541048] cloud-init[1019]: |o+ . = +o |\n[[0;32m OK [0m[ 8.544559] cloud-init[1019]: |*.. . o =. .|\n[ 8.545500] cloud-init[1019]: |.o . ..o oo.|] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.552279] cloud-init[1019]: | . . oS.o. . o.|\n[ 8.553719] cloud-init[1019]: |. . .. .+oo o .|\n[ 8.554789] cloud-init[1019]: | . .o..o.o.....|\n[ 8.556454] cloud-init[1019]: | . ..o.oo.. . |\n[ 8.559294] cloud-init[1019]: | .+.o++o. |\n[ 8.561338] cloud-init[1019]: +----[SHA256]-----+\n[ 8.562503] cloud-init[1019]: Generating public/private dsa key pair.\n[ 8.564034] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.566262] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.568098] cloud-init[1019]: The key fingerprint is:\n[ 8.569652] cloud-init[1019]: SHA256:2wtwHspZZ1EeVI7GpRyGhdNqw6emED43vOFzJZTSd3A root@sdnvpn-13-1\n[ 8.571481] cloud-init[1019]: The key's randomart image is:\n[ 8.572960] cloud-init[1019]: +---[DSA 1024]----+\n[ 8.574482] cloud-init[1019]: | *B.o |\n[ 8.576034] cloud-init[1019]: | +*oBE |\n[ 8.577229] cloud-init[1019]: | o.+Bo. |\n[ 8.578406] cloud-init[1019]: | . . Ooo . |\n[ 8.579649] cloud-init[1019]: | ..oS+o= . |\n[ 8.580837] cloud-init[1019]: | .+B=*+ . |\n[ 8.582048] cloud-init[1019]: | +=+*.o |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting Login Service...\n[ 8.584089] cloud-init[1019]: | =... |\n Starting System Logging Service...\n[ 8.590800] cloud-init[1019]: | o. | Starting LSB: Record successful boot for GRUB...\n Starting Apply the settings specified in cloud-config...\n\n[ 8.596536] cloud-init[1019]: +----[SHA256]-----+\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.657535] cloud-init[1019]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.\n[ 8.697424] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Login Service.\n[ 8.726802] Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\ncloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).[ 8.758998] cloud-init\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[1019]: The key fingerprint is: Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.805743] cloud-init[1019]: SHA256:Nlmt7bYHUiwLs+wp3BD1OI1TLp/tUypRlcztymU7WAE root@sdnvpn-13-1 Starting Terminate Plymouth Boot Screen...\n[ 8.832892] cloud-init[1019]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.882755] cloud-init[1019]: +---[ECDSA 256]---+\n[ 8.888230] cloud-init[1019]: | E.o |\n[ 8.900225] cloud-init[1019]: | . .. =..|\n[ 8.902293] cloud-init[1019]: | . B.... ..|\n[ 8.910108] cloud-init[1019]: | . Oo=o+ .+|\n[ 8.915078] cloud-init[1019]: | oSO.B..o+.|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.916318] cloud-init[1019]: | ..o.*.o.+o |\n[ 8.921196] cloud-init[1019]: | . + . +o+ .|\n[ 8.932106] cloud-init[1019]: | o + ..+.. |\n[ 8.933260] cloud-init[1019]: | . ..o |\n[ 8.934339] cloud-init[1019]: +----[SHA256]-----+\n[ 8.935383] cloud-init[1019]: Generating public/private ed25519 key pair.\n[ 8.940724] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.948079] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.952090] cloud-init[1019]: The key fingerprint is:\n[ 8.953187] cloud-init[1019]: SHA256:1rGexdgVRIaHpeLTF88Dr/ak9RTPAcpW5+Sw+4sQX44 root@sdnvpn-13-1\n[ 8.958071] cloud-init[1019]: The key's randomart image is:\n[ 8.960081] cloud-init[1019]: +--[ED25519 256]--+\n[ 8.964417] cloud-init[1019]: | ** |\n[ 8.966519] cloud-init[1019]: | oo.. |\n[ 8.972158] cloud-init[1019]: | o .*oo |\n[ 8.973376] cloud-init[1019]: | o.Oo.@+ |\n[ 8.974692] cloud-init[1019]: | S *==..Oo|\n[ 8.976043] cloud-init[1019]: | . ..+o.*.=|\n[ 8.978638] cloud-init[1019]: | o. E ++|\n[ 8.981359] cloud-init[1019]: | o B..|\n[ 8.984044] cloud-init[1019]: | o +o|\n[ 8.987236] cloud-init[1019]: +----[SHA256]-----+\n[ 9.219291] cloud-init[1135]: Generating locales (this might take a while)...\n[ 9.782653] cloud-init[1135]: en_US.UTF-8... done\n[ 9.786711] cloud-init[1135]: 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[ 10.384955] cloud-init[1135]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 29 Dec 2018 06:57:43 +0000. Up 9.15 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.691667] cloud-init[1390]: + sudo useradd -m sdnvpn\n[ 10.756701] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 11.070564] cloud-init[1390]: + sudo adduser sdnvpn sudo\n[ 11.125170] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 11.166657] cloud-init[1390]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.171305] cloud-init[1390]: Adding user sdnvpn to group sudo\n[ 11.366106] cloud-init[1390]: Done.\n[ 11.368085] cloud-init[1390]: + chpasswd\n[ 11.370076] cloud-init[1390]: + sudo echo sdnvpn:opnfv\n[ 11.427876] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 11.738315] cloud-init[1390]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: [ 31.740221] cloud-init[1390]: + sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up\n[ 31.789189] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Dec 29 06:58:06 ec2: \n<14>Dec 29 06:58:06 ec2: #############################################################\n<14>Dec 29 06:58:06 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Dec 29 06:58:06 ec2: 1024 SHA256:2wtwHspZZ1EeVI7GpRyGhdNqw6emED43vOFzJZTSd3A root@sdnvpn-13-1 (DSA)\n<14>Dec 29 06:58:06 ec2: 256 SHA256:Nlmt7bYHUiwLs+wp3BD1OI1TLp/tUypRlcztymU7WAE root@sdnvpn-13-1 (ECDSA)\n<14>Dec 29 06:58:06 ec2: 256 SHA256:1rGexdgVRIaHpeLTF88Dr/ak9RTPAcpW5+Sw+4sQX44 root@sdnvpn-13-1 (ED25519)\n<14>Dec 29 06:58:06 ec2: 2048 SHA256:yr9R6Vt3iUElof3ccCSsYYTqbj/AF/6o4jqBEjTOJEM root@sdnvpn-13-1 (RSA)\n<14>Dec 29 06:58:06 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Dec 29 06:58:06 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbAWvuU5EyOxWISX/LSO92vZ1By7rirjkzyAuW6tToCComOlAQRdmZ9rmuTKwCU6dmXbfPIQBGTxoUBOzszlo4= root@sdnvpn-13-1\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWgFbUOoZVMW+MvZbvlCB36PtRJsI6X1dVA9nFBgERL root@sdnvpn-13-1\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx8Nvj95hh2qU4isqlHERZ1fsoibcpnUb0KOScZxpC7lSem/2kfJR+alNhL8Ad0jZO4Ed98cmoywJjbCqPZDnxdszAaemdSkKMpaVyuU0/jvHu92D4dOE11RL3+IrZj0qpLzgHOKurvDybfWsWjGZWPNRZW0RRwKNskicEVEm44T5CEmzCrX6yVr43l4YVWHHSA1vyoDKLOdNqFlyWrb8NjVRD6FJzduh0G8nCD0Mx6V+NJ6u6/wS46OvQ/rxIVRCGRAOP0/ufmsmP0X2Gmv1N2DVb0bUg917+2C6RjupJNDPdk5nrjZXiaj0PhDeQ2z0twQGVD8v6cE6bISMNCvOP root@sdnvpn-13-1\n-----END SSH HOST KEY KEYS-----\n[ 31.832871] cloud-init[1390]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 29 Dec 2018 06:57:45 +0000. Up 10.61 seconds.\n[ 31.834550] cloud-init[1390]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 31.835896] cloud-init[1390]: Cloud-init v. 0.7.9 finished at Sat, 29 Dec 2018 06:58:06 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 31.82 seconds\n"} 2018-12-29 06:58:10,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action used request id req-f3c6b7f1-fa4f-45c8-97f2-79b1789087e4 2018-12-29 06:58:12,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:13,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-1a06dbbc-a92e-4e9f-9e56-301a0fb6b603 x-compute-request-id: req-1a06dbbc-a92e-4e9f-9e56-301a0fb6b603 Content-Encoding: gzip Content-Length: 13136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667660062 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135900] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137573] pid_max: default: 32768 minimum: 301\n[ 0.138475] ACPI: Core revision 20150930\n[ 0.139867] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141193] Security Framework initialized\n[ 0.142021] Yama: becoming mindful.\n[ 0.142763] AppArmor: AppArmor initialized\n[ 0.143656] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145067] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146740] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147998] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149402] Initializing cgroup subsys io\n[ 0.150231] Initializing cgroup subsys memory\n[ 0.151108] Initializing cgroup subsys devices\n[ 0.151989] Initializing cgroup subsys freezer\n[ 0.152864] Initializing cgroup subsys net_cls\n[ 0.153740] Initializing cgroup subsys perf_event\n[ 0.154654] Initializing cgroup subsys net_prio\n[ 0.155552] Initializing cgroup subsys hugetlb\n[ 0.156437] Initializing cgroup subsys pids\n[ 0.157318] CPU: Physical Processor ID: 0\n[ 0.158833] mce: CPU supports 10 MCE banks\n[ 0.159701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171641] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178212] ftrace: allocating 32123 entries in 126 pages\n[ 0.205712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206959] smpboot: Max logical packages: 1\n[ 0.207966] x2apic enabled\n[ 0.208778] Switched APIC routing to physical x2apic.\n[ 0.210541] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213716] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215523] KVM setup paravirtual spinlock\n[ 0.216840] x86: Booted up 1 node, 1 CPUs\n[ 0.217662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219083] devtmpfs: initialized\n[ 0.221563] evm: security.selinux\n[ 0.222277] evm: security.SMACK64\n[ 0.222983] evm: security.SMACK64EXEC\n[ 0.223733] evm: security.SMACK64TRANSMUTE\n[ 0.224554] evm: security.SMACK64MMAP\n[ 0.225304] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228651] pinctrl core: initialized pinctrl subsystem\n[ 0.229760] RTC time: 6:58:02, date: 12/29/18\n[ 0.230724] NET: Registered protocol family 16\n[ 0.231710] cpuidle: using governor ladder\n[ 0.232538] cpuidle: using governor menu\n[ 0.233332] PCCT header not found.\n[ 0.234097] ACPI: bus type PCI registered\n[ 0.234911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236163] PCI: Using configuration type 1 for base access\n[ 0.238353] ACPI: Added _OSI(Module Device)\n[ 0.239406] ACPI: Added _OSI(Processor Device)\n[ 0.240483] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241620] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244037] ACPI: Interpreter enabled\n[ 0.244990] ACPI: (supports S0 S5)\n[ 0.245857] ACPI: Using IOAPIC for interrupt routing\n[ 0.247026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255386] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258389] acpiphp: Slot [3] registered\n[ 0.259470] acpiphp: Slot [4] registered\n[ 0.260536] acpiphp: Slot [5] registered\n[ 0.261595] acpiphp: Slot [6] registered\n[ 0.262653] acpiphp: Slot [7] registered\n[ 0.263724] acpiphp: Slot [8] registered\n[ 0.264789] acpiphp: Slot [9] registered\n[ 0.265860] acpiphp: Slot [10] registered\n[ 0.266959] acpiphp: Slot [11] registered\n[ 0.267969] acpiphp: Slot [12] registered\n[ 0.268859] acpiphp: Slot [13] registered\n[ 0.269807] acpiphp: Slot [14] registered\n[ 0.280862] acpiphp: Slot [15] registered\n[ 0.281757] acpiphp: Slot [16] registered\n[ 0.282617] acpiphp: Slot [17] registered\n[ 0.283486] acpiphp: Slot [18] registered\n[ 0.284353] acpiphp: Slot [19] registered\n[ 0.285217] acpiphp: Slot [20] registered\n[ 0.286081] acpiphp: Slot [21] registered\n[ 0.286964] acpiphp: Slot [22] registered\n[ 0.287826] acpiphp: Slot [23] registered\n[ 0.288674] acpiphp: Slot [24] registered\n[ 0.289511] acpiphp: Slot [25] registered\n[ 0.290387] acpiphp: Slot [26] registered\n[ 0.291228] acpiphp: Slot [27] registered\n[ 0.292100] acpiphp: Slot [28] registered\n[ 0.292963] acpiphp: Slot [29] registered\n[ 0.293827] acpiphp: Slot [30] registered\n[ 0.294679] acpiphp: Slot [31] registered\n[ 0.295532] PCI host bridge to bus 0000:00\n[ 0.296395] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300533] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.302091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308592] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309929] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312580] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320865] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373646] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377517] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380333] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381553] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383335] vgaarb: loaded\n[ 0.384031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385364] SCSI subsystem initialized\n[ 0.386325] ACPI: bus type USB registered\n[ 0.387230] usbcore: registered new interface driver usbfs\n[ 0.388482] usbcore: registered new interface driver hub\n[ 0.389706] usbcore: registered new device driver usb\n[ 0.390924] PCI: Using ACPI for IRQ routing\n[ 0.392126] NetLabel: Initializing\n[ 0.392959] NetLabel: domain hash size = 128\n[ 0.393983] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395134] NetLabel: unlabeled traffic allowed by default\n[ 0.396428] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397596] clocksource: Switched to clocksource kvm-clock\n[ 0.403224] AppArmor: AppArmor Filesystem Enabled\n[ 0.404374] pnp: PnP ACPI init\n[ 0.405394] pnp: PnP ACPI: found 5 devices\n[ 0.411644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413719] NET: Registered protocol family 2\n[ 0.414859] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416459] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.419406] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.422238] NET: Registered protocol family 1\n[ 0.423290] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425849] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454793] Trying to unpack rootfs image as initramfs...\n[ 1.752425] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.768514] Scanning for low memory corruption every 60 seconds\n[ 1.769859] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.771029] audit: initializing netlink subsys (disabled)\n[ 1.772074] audit: type=2000 audit(1546066684.378:1): initialized\n[ 1.773401] Initialise system trusted keyring\n[ 1.774361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.775555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.777571] zbud: loaded\n[ 1.778301] VFS: Disk quotas dquot_6.6.0\n[ 1.779140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.780585] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.781842] fuse init (API version 7.23)\n[ 1.782746] Key type big_key registered\n[ 1.783561] Allocating IMA MOK and blacklist keyrings.\n[ 1.784690] Key type asymmetric registered\n[ 1.785539] Asymmetric key parser 'x509' registered\n[ 1.786528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.788024] io scheduler noop registered\n[ 1.788843] io scheduler deadline registered (default)\n[ 1.789861] io scheduler cfq registered\n[ 1.790725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.791798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.793084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.794592] ACPI: Power Button [PWRF]\n[ 1.795469] GHES: HEST is not enabled!\n[ 1.809557] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.839160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.841736] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.865764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.867954] Linux agpgart interface v0.103\n[ 1.870430] brd: module loaded\n[ 1.871871] loop: module loaded\n[ 1.873769] vda: vda1\n[ 1.875464] scsi host0: ata_piix\n[ 1.876363] scsi host1: ata_piix\n[ 1.877267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.878758] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.880535] libphy: Fixed MDIO Bus: probed\n[ 1.881819] tun: Universal TUN/TAP device driver, 1.6\n[ 1.882879] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.885361] PPP generic driver version 2.4.2\n[ 1.886538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.887884] ehci-pci: EHCI PCI platform driver\n[ 1.888976] ehci-platform: EHCI generic platform driver\n[ 1.890010] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891189] ohci-pci: OHCI PCI platform driver\n[ 1.892094] ohci-platform: OHCI generic platform driver\n[ 1.893121] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.907723] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.908756] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.912496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.913783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915259] usb usb1: Product: UHCI Host Controller\n[ 1.916229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.918491] hub 1-0:1.0: USB hub found\n[ 1.919296] hub 1-0:1.0: 2 ports detected\n[ 1.920231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923395] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924470] mousedev: PS/2 mouse device common for all mice\n[ 1.925774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.927698] rtc_cmos 00:00: RTC can wake from S4\n[ 1.928830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931316] i2c /dev entries driver\n[ 1.932104] device-mapper: uevent: version 1.0.3\n[ 1.933078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.934778] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936110] NET: Registered protocol family 10\n[ 1.937152] NET: Registered protocol family 17\n[ 1.938093] Key type dns_resolver registered\n[ 1.939070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940211] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942028] registered taskstats version 1\n[ 1.942891] Loading compiled-in X.509 certificates\n[ 1.944346] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946287] zswap: loaded using pool lzo/zbud\n[ 1.948137] Key type trusted registered\n[ 1.950447] Key type encrypted registered\n[ 1.951302] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952373] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953459] evm: HMAC attrs: 0x1\n[ 1.954442] Magic number: 14:294:975\n[ 1.955322] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:04 UTC (1546066684)\n[ 1.956966] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.958130] EDD information not available.\n[ 2.034123] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.035612] ata1.00: configured for MWDMA2\n[ 2.036835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.039198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.040465] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.052201] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.054135] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.055725] Write protecting the kernel read-only data: 14336k\n[ 2.057297] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.059073] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.067889] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069983] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073852] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079523] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083734] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.123745] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.125597] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.147789] AVX2 version of gcm_enc/dec engaged.\n[ 2.148804] AES CTR mode by8 optimization enabled\n[ 2.153949] FDC 0 is a S82078B\n[ 2.229608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.394042] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.395329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.396649] usb 1-1: Product: QEMU USB Tablet\n[ 2.397526] usb 1-1: Manufacturer: QEMU\n[ 2.398327] usb 1-1: SerialNumber: 42\n[ 2.405678] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.412597] usbcore: registered new interface driver usbhid\n[ 2.413728] usbhid: USB HID core driver\n[ 2.416514] 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.418813] 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.765632] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.766844] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.397835] md: linear personality registered for level -1\n[ 3.400426] md: multipath personality registered for level -4\n[ 3.403097] md: raid0 personality registered for level 0\n[ 3.406066] md: raid1 personality registered for level 1\n[ 3.477602] raid6: sse2x1 gen() 11381 MB/s\n[ 3.545599] raid6: sse2x1 xor() 8732 MB/s\n[ 3.613600] raid6: sse2x2 gen() 14069 MB/s\n[ 3.681601] raid6: sse2x2 xor() 9545 MB/s\n[ 3.749599] raid6: sse2x4 gen() 16373 MB/s\n[ 3.817599] raid6: sse2x4 xor() 11479 MB/s\n[ 3.885600] raid6: avx2x1 gen() 21796 MB/s\n[ 3.953600] raid6: avx2x2 gen() 25160 MB/s\n[ 4.021599] raid6: avx2x4 gen() 29262 MB/s\n[ 4.022473] raid6: using algorithm avx2x4 gen() 29262 MB/s\n[ 4.023508] raid6: using avx2x2 recovery algorithm\n[ 4.025472] xor: automatically using best checksumming function:\n[ 4.065598] avx : 34677.000 MB/sec\n[ 4.067377] async_tx: api initialized (async)\n[ 4.074820] md: raid6 personality registered for level 6\n[ 4.075893] md: raid5 personality registered for level 5\n[ 4.076915] md: raid4 personality registered for level 4\n[ 4.081035] 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.104893] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.131854] 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.233502] 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.237138] systemd[1]: Detected virtualization kvm.\n[ 4.238219] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.242254] systemd[1]: Set hostname to .\n[ 4.246401] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.247623] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.386633] 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.389547] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.392035] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.396552] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.398853] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.401364] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.403886] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.410031] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412841] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.416543] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.424819] Loading iSCSI transport class v2.0-870.\n[ 4.425917] 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.434603] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.436415] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.439835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.[ 4.443978] iscsi: registered transport (tcp)\n\n[ 4.445152] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.450637] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.453622] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.457638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.461043] 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.468406] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.472957] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.476975] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.480975] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.485251] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.487737] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.490200] iscsi: registered transport (iser)\n Starting Remount Root and Kernel File Systems...\n[ 4.492665] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.501879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.505986] 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.510677] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.512651] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.516008] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518084] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.522527] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.525775] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\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[ 6.099925] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:58:08 +0000. Up 5.43 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.900527] cloud-init[1034]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:58:09 +0000. Up 7.15 seconds.\n[ 8.902353] cloud-init[1034]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.908315] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.910208] cloud-init[1034]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.916127] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.918056] cloud-init[1034]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.924121] cloud-init[1034]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.926071] cloud-init[1034]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:da:c0:3d |\n[ 8.928105] cloud-init[1034]: ci-info: | ens3 | True | fe80::f816:3eff:feda:c03d/64 | . | link | fa:16:3e:da:c0:3d |\n[ 8.932122] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.936115] cloud-init[1034]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.940115] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.944122] cloud-init[1034]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.948133] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.949907] cloud-init[1034]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.955075] cloud-init[1034]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.957029] cloud-init[1034]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.962784] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.966066] cloud-init[1034]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.969465] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.972441] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.973657] cloud-init[1034]: The key fingerprint is:\n[ 8.974497] cloud-init[1034]: SHA256:t3/Yl3xMieyQSKY/ApNg2CbBSiz0nTIlxXHGrLari8I root@sdnvpn-13-2\n[ 8.975744] cloud-init\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n Starting Socket activation for snappy daemon.\n[1034]: The key's randomart image is:\n[ 8.978733] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.cloud-init[1034]: +---[RSA 2048]----+\n[ 8.984748] cloud-init[1034]: |+. .o++o |\n[ 8.985539] cloud-init[1034]: |.=. +.+o |\n[ 8.986339] cloud-init[1034]: |+ ++ o. |\n[ 8.987145] cloud-init[1034]: |.o =oo o |\n[ 8.987939] \n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[1034]: | + o o S o o . .|\n[ 8.992652] cloud-init[1034]: | = . o + o ..|\n[ 8.993453] cloud-init[1034]: |. + . . oo.o.|\n[ 8.994260] cloud-init[1034]: |.E. . . o ...oo+|\n[ 8.995060] cloud-init[1034]: |.. oo . . .. ..|\n[ 8.995862] \ncloud-init[1034]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.999937] cloud-init[1034]: Generating public/private dsa key pair.\n[ 9.002200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 9.008171] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 9.012124] cloud-init[1034]: The key fingerprint is: Starting Accounts Service...\n\n Starting Apply the settings specified in cloud-config...\n[ 9.018240] cloud-init[1034]: SHA256:SrVdLxaaA9H1mc1vgF006eL2zLmRrN4S2b0QiPS4sZQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting Auto import assertions from block devices...\n[ 9.038704] cloud-init[1034]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nThe key's randomart image is:\n[ 9.077647] cloud-init[1034]: +---[DSA 1024]----+\n[ 9.085670] cloud-init[1034]: | .. .. o+| Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: MD monitoring daemon...\n\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 9.132235] cloud-init[1034]: | o. + B.|\n[ 9.146747] cloud-init[1034]: | + = = B o|\n[ 9.160996] cloud-init[1034]: | . E * = o.|\n[ 9.177146] cloud-init[1034]: | . S O + * +|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.189724] cloud-init[1034]: | . . o o B.oo|\n[ 9.203207] cloud-init[1034]: | . . *+o| Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n\n[ 9.215857] cloud-init[1034]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| .o*.|\n[ 9.233152] cloud-init[[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...[1034]: | .o.o.|\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.275720] cloud-init[1034]: +----[SHA256]-----+\n[ 9.292729] [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...cloud-init[1034]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.318724] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[ 9.340100] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 9.355285] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1034]: The key fingerprint is:\n[ 9.372033] cloud-init[1034]: SHA256:9FDfeqqDsAQh00bpzOoWyizpe1kEEMItJNdz1JRGUWQ root@sdnvpn-13-2\n[ 9.374086] cloud-init[1034]: The key's randomart image is:\n[ 9.375399] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1034]: +---[ECDSA 256]---+\n[ 9.388105] cloud-init[1034]: |=+=+.o.++=E |\n[ 9.389225] cloud-init[1034]: |o+ooB . +o . . |\n[ 9.391441] cloud-init[1034]: | .B.+ .o . . |\n[ 9.396099] cloud-init[1034]: | =. . o . |\n[ 9.400092] cloud-init[1034]: | ... S . . . |\n[ 9.401203] cloud-init[1034]: | o .o o |\n[ 9.404084] cloud-init[1034]: |o+ .o. o . . |\n[ 9.407241] cloud-init[1034]: |+ooo . . .. |\n[ 9.413680] cloud-init[1034]: |o+o .. |\n[ 9.414808] cloud-init[1034]: +----[SHA256]-----+\n[ 9.417701] cloud-init[1034]: Generating public/private ed25519 key pair.\n[ 9.420200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.422909] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.427118] cloud-init[1034]: The key fingerprint is:\n[ 9.430216] cloud-init[1034]: SHA256:bLKGnYzRmyEu6k0uy9BzQ3yOYPkKgWWjiMbN+MF0PVQ root@sdnvpn-13-2\n[ 9.434343] cloud-init[1034]: The key's randomart image is:\n[ 9.437425] cloud-init[1034]: +--[ED25519 256]--+\n[ 9.440283] cloud-init[1034]: | ..E |\n[ 9.443214] cloud-init[1034]: | o |\n[ 9.445701] cloud-init[1034]: | +. . o |\n[ 9.449344] cloud-init[1034]: |=+*+.. .. |\n[ 9.454703] cloud-init[1034]: |*++== = S |\n[ 9.458544] cloud-init[1034]: |.+.=.@ O |\n[ 9.459596] cloud-init[1034]: |o +oO X |\n[ 9.464086] cloud-init[1034]: |o++= o |\n[ 9.465167] cloud-init[1034]: |o++o |\n[ 9.466424] cloud-init[1034]: +----[SHA256]-----+\n[ 9.679935] cloud-init[1134]: Generating locales (this might take a while)...\n"} 2018-12-29 06:58:13,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-1a06dbbc-a92e-4e9f-9e56-301a0fb6b603 2018-12-29 06:58:15,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:16,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c43fc7da-c1cf-490f-8004-3459b32978d2 x-compute-request-id: req-c43fc7da-c1cf-490f-8004-3459b32978d2 Content-Encoding: gzip Content-Length: 13502 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667660062 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135900] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137573] pid_max: default: 32768 minimum: 301\n[ 0.138475] ACPI: Core revision 20150930\n[ 0.139867] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141193] Security Framework initialized\n[ 0.142021] Yama: becoming mindful.\n[ 0.142763] AppArmor: AppArmor initialized\n[ 0.143656] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145067] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146740] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147998] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149402] Initializing cgroup subsys io\n[ 0.150231] Initializing cgroup subsys memory\n[ 0.151108] Initializing cgroup subsys devices\n[ 0.151989] Initializing cgroup subsys freezer\n[ 0.152864] Initializing cgroup subsys net_cls\n[ 0.153740] Initializing cgroup subsys perf_event\n[ 0.154654] Initializing cgroup subsys net_prio\n[ 0.155552] Initializing cgroup subsys hugetlb\n[ 0.156437] Initializing cgroup subsys pids\n[ 0.157318] CPU: Physical Processor ID: 0\n[ 0.158833] mce: CPU supports 10 MCE banks\n[ 0.159701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171641] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178212] ftrace: allocating 32123 entries in 126 pages\n[ 0.205712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206959] smpboot: Max logical packages: 1\n[ 0.207966] x2apic enabled\n[ 0.208778] Switched APIC routing to physical x2apic.\n[ 0.210541] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213716] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215523] KVM setup paravirtual spinlock\n[ 0.216840] x86: Booted up 1 node, 1 CPUs\n[ 0.217662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219083] devtmpfs: initialized\n[ 0.221563] evm: security.selinux\n[ 0.222277] evm: security.SMACK64\n[ 0.222983] evm: security.SMACK64EXEC\n[ 0.223733] evm: security.SMACK64TRANSMUTE\n[ 0.224554] evm: security.SMACK64MMAP\n[ 0.225304] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228651] pinctrl core: initialized pinctrl subsystem\n[ 0.229760] RTC time: 6:58:02, date: 12/29/18\n[ 0.230724] NET: Registered protocol family 16\n[ 0.231710] cpuidle: using governor ladder\n[ 0.232538] cpuidle: using governor menu\n[ 0.233332] PCCT header not found.\n[ 0.234097] ACPI: bus type PCI registered\n[ 0.234911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236163] PCI: Using configuration type 1 for base access\n[ 0.238353] ACPI: Added _OSI(Module Device)\n[ 0.239406] ACPI: Added _OSI(Processor Device)\n[ 0.240483] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241620] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244037] ACPI: Interpreter enabled\n[ 0.244990] ACPI: (supports S0 S5)\n[ 0.245857] ACPI: Using IOAPIC for interrupt routing\n[ 0.247026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255386] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258389] acpiphp: Slot [3] registered\n[ 0.259470] acpiphp: Slot [4] registered\n[ 0.260536] acpiphp: Slot [5] registered\n[ 0.261595] acpiphp: Slot [6] registered\n[ 0.262653] acpiphp: Slot [7] registered\n[ 0.263724] acpiphp: Slot [8] registered\n[ 0.264789] acpiphp: Slot [9] registered\n[ 0.265860] acpiphp: Slot [10] registered\n[ 0.266959] acpiphp: Slot [11] registered\n[ 0.267969] acpiphp: Slot [12] registered\n[ 0.268859] acpiphp: Slot [13] registered\n[ 0.269807] acpiphp: Slot [14] registered\n[ 0.280862] acpiphp: Slot [15] registered\n[ 0.281757] acpiphp: Slot [16] registered\n[ 0.282617] acpiphp: Slot [17] registered\n[ 0.283486] acpiphp: Slot [18] registered\n[ 0.284353] acpiphp: Slot [19] registered\n[ 0.285217] acpiphp: Slot [20] registered\n[ 0.286081] acpiphp: Slot [21] registered\n[ 0.286964] acpiphp: Slot [22] registered\n[ 0.287826] acpiphp: Slot [23] registered\n[ 0.288674] acpiphp: Slot [24] registered\n[ 0.289511] acpiphp: Slot [25] registered\n[ 0.290387] acpiphp: Slot [26] registered\n[ 0.291228] acpiphp: Slot [27] registered\n[ 0.292100] acpiphp: Slot [28] registered\n[ 0.292963] acpiphp: Slot [29] registered\n[ 0.293827] acpiphp: Slot [30] registered\n[ 0.294679] acpiphp: Slot [31] registered\n[ 0.295532] PCI host bridge to bus 0000:00\n[ 0.296395] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300533] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.302091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308592] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309929] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312580] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320865] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373646] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377517] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380333] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381553] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383335] vgaarb: loaded\n[ 0.384031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385364] SCSI subsystem initialized\n[ 0.386325] ACPI: bus type USB registered\n[ 0.387230] usbcore: registered new interface driver usbfs\n[ 0.388482] usbcore: registered new interface driver hub\n[ 0.389706] usbcore: registered new device driver usb\n[ 0.390924] PCI: Using ACPI for IRQ routing\n[ 0.392126] NetLabel: Initializing\n[ 0.392959] NetLabel: domain hash size = 128\n[ 0.393983] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395134] NetLabel: unlabeled traffic allowed by default\n[ 0.396428] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397596] clocksource: Switched to clocksource kvm-clock\n[ 0.403224] AppArmor: AppArmor Filesystem Enabled\n[ 0.404374] pnp: PnP ACPI init\n[ 0.405394] pnp: PnP ACPI: found 5 devices\n[ 0.411644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413719] NET: Registered protocol family 2\n[ 0.414859] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416459] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.419406] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.422238] NET: Registered protocol family 1\n[ 0.423290] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425849] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454793] Trying to unpack rootfs image as initramfs...\n[ 1.752425] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.768514] Scanning for low memory corruption every 60 seconds\n[ 1.769859] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.771029] audit: initializing netlink subsys (disabled)\n[ 1.772074] audit: type=2000 audit(1546066684.378:1): initialized\n[ 1.773401] Initialise system trusted keyring\n[ 1.774361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.775555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.777571] zbud: loaded\n[ 1.778301] VFS: Disk quotas dquot_6.6.0\n[ 1.779140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.780585] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.781842] fuse init (API version 7.23)\n[ 1.782746] Key type big_key registered\n[ 1.783561] Allocating IMA MOK and blacklist keyrings.\n[ 1.784690] Key type asymmetric registered\n[ 1.785539] Asymmetric key parser 'x509' registered\n[ 1.786528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.788024] io scheduler noop registered\n[ 1.788843] io scheduler deadline registered (default)\n[ 1.789861] io scheduler cfq registered\n[ 1.790725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.791798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.793084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.794592] ACPI: Power Button [PWRF]\n[ 1.795469] GHES: HEST is not enabled!\n[ 1.809557] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.839160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.841736] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.865764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.867954] Linux agpgart interface v0.103\n[ 1.870430] brd: module loaded\n[ 1.871871] loop: module loaded\n[ 1.873769] vda: vda1\n[ 1.875464] scsi host0: ata_piix\n[ 1.876363] scsi host1: ata_piix\n[ 1.877267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.878758] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.880535] libphy: Fixed MDIO Bus: probed\n[ 1.881819] tun: Universal TUN/TAP device driver, 1.6\n[ 1.882879] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.885361] PPP generic driver version 2.4.2\n[ 1.886538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.887884] ehci-pci: EHCI PCI platform driver\n[ 1.888976] ehci-platform: EHCI generic platform driver\n[ 1.890010] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891189] ohci-pci: OHCI PCI platform driver\n[ 1.892094] ohci-platform: OHCI generic platform driver\n[ 1.893121] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.907723] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.908756] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.912496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.913783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915259] usb usb1: Product: UHCI Host Controller\n[ 1.916229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.918491] hub 1-0:1.0: USB hub found\n[ 1.919296] hub 1-0:1.0: 2 ports detected\n[ 1.920231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923395] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924470] mousedev: PS/2 mouse device common for all mice\n[ 1.925774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.927698] rtc_cmos 00:00: RTC can wake from S4\n[ 1.928830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931316] i2c /dev entries driver\n[ 1.932104] device-mapper: uevent: version 1.0.3\n[ 1.933078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.934778] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936110] NET: Registered protocol family 10\n[ 1.937152] NET: Registered protocol family 17\n[ 1.938093] Key type dns_resolver registered\n[ 1.939070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940211] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942028] registered taskstats version 1\n[ 1.942891] Loading compiled-in X.509 certificates\n[ 1.944346] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946287] zswap: loaded using pool lzo/zbud\n[ 1.948137] Key type trusted registered\n[ 1.950447] Key type encrypted registered\n[ 1.951302] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952373] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953459] evm: HMAC attrs: 0x1\n[ 1.954442] Magic number: 14:294:975\n[ 1.955322] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:04 UTC (1546066684)\n[ 1.956966] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.958130] EDD information not available.\n[ 2.034123] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.035612] ata1.00: configured for MWDMA2\n[ 2.036835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.039198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.040465] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.052201] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.054135] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.055725] Write protecting the kernel read-only data: 14336k\n[ 2.057297] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.059073] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.067889] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069983] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073852] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079523] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083734] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.123745] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.125597] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.147789] AVX2 version of gcm_enc/dec engaged.\n[ 2.148804] AES CTR mode by8 optimization enabled\n[ 2.153949] FDC 0 is a S82078B\n[ 2.229608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.394042] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.395329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.396649] usb 1-1: Product: QEMU USB Tablet\n[ 2.397526] usb 1-1: Manufacturer: QEMU\n[ 2.398327] usb 1-1: SerialNumber: 42\n[ 2.405678] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.412597] usbcore: registered new interface driver usbhid\n[ 2.413728] usbhid: USB HID core driver\n[ 2.416514] 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.418813] 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.765632] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.766844] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.397835] md: linear personality registered for level -1\n[ 3.400426] md: multipath personality registered for level -4\n[ 3.403097] md: raid0 personality registered for level 0\n[ 3.406066] md: raid1 personality registered for level 1\n[ 3.477602] raid6: sse2x1 gen() 11381 MB/s\n[ 3.545599] raid6: sse2x1 xor() 8732 MB/s\n[ 3.613600] raid6: sse2x2 gen() 14069 MB/s\n[ 3.681601] raid6: sse2x2 xor() 9545 MB/s\n[ 3.749599] raid6: sse2x4 gen() 16373 MB/s\n[ 3.817599] raid6: sse2x4 xor() 11479 MB/s\n[ 3.885600] raid6: avx2x1 gen() 21796 MB/s\n[ 3.953600] raid6: avx2x2 gen() 25160 MB/s\n[ 4.021599] raid6: avx2x4 gen() 29262 MB/s\n[ 4.022473] raid6: using algorithm avx2x4 gen() 29262 MB/s\n[ 4.023508] raid6: using avx2x2 recovery algorithm\n[ 4.025472] xor: automatically using best checksumming function:\n[ 4.065598] avx : 34677.000 MB/sec\n[ 4.067377] async_tx: api initialized (async)\n[ 4.074820] md: raid6 personality registered for level 6\n[ 4.075893] md: raid5 personality registered for level 5\n[ 4.076915] md: raid4 personality registered for level 4\n[ 4.081035] 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.104893] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.131854] 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.233502] 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.237138] systemd[1]: Detected virtualization kvm.\n[ 4.238219] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.242254] systemd[1]: Set hostname to .\n[ 4.246401] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.247623] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.386633] 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.389547] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.392035] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.396552] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.398853] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.401364] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.403886] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.410031] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412841] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.416543] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.424819] Loading iSCSI transport class v2.0-870.\n[ 4.425917] 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.434603] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.436415] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.439835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.[ 4.443978] iscsi: registered transport (tcp)\n\n[ 4.445152] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.450637] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.453622] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.457638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.461043] 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.468406] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.472957] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.476975] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.480975] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.485251] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.487737] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.490200] iscsi: registered transport (iser)\n Starting Remount Root and Kernel File Systems...\n[ 4.492665] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.501879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.505986] 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.510677] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.512651] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.516008] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518084] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.522527] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.525775] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\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[ 6.099925] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:58:08 +0000. Up 5.43 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.900527] cloud-init[1034]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:58:09 +0000. Up 7.15 seconds.\n[ 8.902353] cloud-init[1034]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.908315] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.910208] cloud-init[1034]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.916127] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.918056] cloud-init[1034]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.924121] cloud-init[1034]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.926071] cloud-init[1034]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:da:c0:3d |\n[ 8.928105] cloud-init[1034]: ci-info: | ens3 | True | fe80::f816:3eff:feda:c03d/64 | . | link | fa:16:3e:da:c0:3d |\n[ 8.932122] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.936115] cloud-init[1034]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.940115] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.944122] cloud-init[1034]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.948133] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.949907] cloud-init[1034]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.955075] cloud-init[1034]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.957029] cloud-init[1034]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.962784] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.966066] cloud-init[1034]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.969465] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.972441] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.973657] cloud-init[1034]: The key fingerprint is:\n[ 8.974497] cloud-init[1034]: SHA256:t3/Yl3xMieyQSKY/ApNg2CbBSiz0nTIlxXHGrLari8I root@sdnvpn-13-2\n[ 8.975744] cloud-init\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n Starting Socket activation for snappy daemon.\n[1034]: The key's randomart image is:\n[ 8.978733] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.cloud-init[1034]: +---[RSA 2048]----+\n[ 8.984748] cloud-init[1034]: |+. .o++o |\n[ 8.985539] cloud-init[1034]: |.=. +.+o |\n[ 8.986339] cloud-init[1034]: |+ ++ o. |\n[ 8.987145] cloud-init[1034]: |.o =oo o |\n[ 8.987939] \n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[1034]: | + o o S o o . .|\n[ 8.992652] cloud-init[1034]: | = . o + o ..|\n[ 8.993453] cloud-init[1034]: |. + . . oo.o.|\n[ 8.994260] cloud-init[1034]: |.E. . . o ...oo+|\n[ 8.995060] cloud-init[1034]: |.. oo . . .. ..|\n[ 8.995862] \ncloud-init[1034]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.999937] cloud-init[1034]: Generating public/private dsa key pair.\n[ 9.002200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 9.008171] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 9.012124] cloud-init[1034]: The key fingerprint is: Starting Accounts Service...\n\n Starting Apply the settings specified in cloud-config...\n[ 9.018240] cloud-init[1034]: SHA256:SrVdLxaaA9H1mc1vgF006eL2zLmRrN4S2b0QiPS4sZQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting Auto import assertions from block devices...\n[ 9.038704] cloud-init[1034]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nThe key's randomart image is:\n[ 9.077647] cloud-init[1034]: +---[DSA 1024]----+\n[ 9.085670] cloud-init[1034]: | .. .. o+| Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: MD monitoring daemon...\n\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 9.132235] cloud-init[1034]: | o. + B.|\n[ 9.146747] cloud-init[1034]: | + = = B o|\n[ 9.160996] cloud-init[1034]: | . E * = o.|\n[ 9.177146] cloud-init[1034]: | . S O + * +|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.189724] cloud-init[1034]: | . . o o B.oo|\n[ 9.203207] cloud-init[1034]: | . . *+o| Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n\n[ 9.215857] cloud-init[1034]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| .o*.|\n[ 9.233152] cloud-init[[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...[1034]: | .o.o.|\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.275720] cloud-init[1034]: +----[SHA256]-----+\n[ 9.292729] [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...cloud-init[1034]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.318724] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[ 9.340100] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 9.355285] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1034]: The key fingerprint is:\n[ 9.372033] cloud-init[1034]: SHA256:9FDfeqqDsAQh00bpzOoWyizpe1kEEMItJNdz1JRGUWQ root@sdnvpn-13-2\n[ 9.374086] cloud-init[1034]: The key's randomart image is:\n[ 9.375399] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1034]: +---[ECDSA 256]---+\n[ 9.388105] cloud-init[1034]: |=+=+.o.++=E |\n[ 9.389225] cloud-init[1034]: |o+ooB . +o . . |\n[ 9.391441] cloud-init[1034]: | .B.+ .o . . |\n[ 9.396099] cloud-init[1034]: | =. . o . |\n[ 9.400092] cloud-init[1034]: | ... S . . . |\n[ 9.401203] cloud-init[1034]: | o .o o |\n[ 9.404084] cloud-init[1034]: |o+ .o. o . . |\n[ 9.407241] cloud-init[1034]: |+ooo . . .. |\n[ 9.413680] cloud-init[1034]: |o+o .. |\n[ 9.414808] cloud-init[1034]: +----[SHA256]-----+\n[ 9.417701] cloud-init[1034]: Generating public/private ed25519 key pair.\n[ 9.420200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.422909] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.427118] cloud-init[1034]: The key fingerprint is:\n[ 9.430216] cloud-init[1034]: SHA256:bLKGnYzRmyEu6k0uy9BzQ3yOYPkKgWWjiMbN+MF0PVQ root@sdnvpn-13-2\n[ 9.434343] cloud-init[1034]: The key's randomart image is:\n[ 9.437425] cloud-init[1034]: +--[ED25519 256]--+\n[ 9.440283] cloud-init[1034]: | ..E |\n[ 9.443214] cloud-init[1034]: | o |\n[ 9.445701] cloud-init[1034]: | +. . o |\n[ 9.449344] cloud-init[1034]: |=+*+.. .. |\n[ 9.454703] cloud-init[1034]: |*++== = S |\n[ 9.458544] cloud-init[1034]: |.+.=.@ O |\n[ 9.459596] cloud-init[1034]: |o +oO X |\n[ 9.464086] cloud-init[1034]: |o++= o |\n[ 9.465167] cloud-init[1034]: |o++o |\n[ 9.466424] cloud-init[1034]: +----[SHA256]-----+\n[ 9.679935] cloud-init[1134]: 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[ 10.262175] cloud-init[1134]: en_US.UTF-8... done\n[ 10.266394] cloud-init[1134]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.650588] cloud-init[1134]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 29 Dec 2018 06:58:12 +0000. Up 9.61 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.950059] cloud-init[1403]: + sudo useradd -m sdnvpn\n[ 11.008315] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.874042] cloud-init[1403]: + sudo adduser sdnvpn sudo\n[ 11.930628] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.975574] cloud-init[1403]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.979155] cloud-init[1403]: Adding user sdnvpn to group sudo\n[ 12.054388] cloud-init[1403]: Done.\n[ 12.056186] cloud-init[1403]: + chpasswd\n[ 12.057377] cloud-init[1403]: + sudo echo sdnvpn:opnfv\n[ 12.111210] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.137309] cloud-init[1403]: + sleep 20\n\n"} 2018-12-29 06:58:16,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-c43fc7da-c1cf-490f-8004-3459b32978d2 2018-12-29 06:58:18,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ea61d35d43d265cb75fbd259e3925e76f18441" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:19,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-859f8130-11d5-4e6e-b740-04c0ec4db279 x-compute-request-id: req-859f8130-11d5-4e6e-b740-04c0ec4db279 Content-Encoding: gzip Content-Length: 13517 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667660062 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135900] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137573] pid_max: default: 32768 minimum: 301\n[ 0.138475] ACPI: Core revision 20150930\n[ 0.139867] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141193] Security Framework initialized\n[ 0.142021] Yama: becoming mindful.\n[ 0.142763] AppArmor: AppArmor initialized\n[ 0.143656] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145067] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146740] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147998] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149402] Initializing cgroup subsys io\n[ 0.150231] Initializing cgroup subsys memory\n[ 0.151108] Initializing cgroup subsys devices\n[ 0.151989] Initializing cgroup subsys freezer\n[ 0.152864] Initializing cgroup subsys net_cls\n[ 0.153740] Initializing cgroup subsys perf_event\n[ 0.154654] Initializing cgroup subsys net_prio\n[ 0.155552] Initializing cgroup subsys hugetlb\n[ 0.156437] Initializing cgroup subsys pids\n[ 0.157318] CPU: Physical Processor ID: 0\n[ 0.158833] mce: CPU supports 10 MCE banks\n[ 0.159701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171641] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178212] ftrace: allocating 32123 entries in 126 pages\n[ 0.205712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206959] smpboot: Max logical packages: 1\n[ 0.207966] x2apic enabled\n[ 0.208778] Switched APIC routing to physical x2apic.\n[ 0.210541] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211689] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213716] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215523] KVM setup paravirtual spinlock\n[ 0.216840] x86: Booted up 1 node, 1 CPUs\n[ 0.217662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219083] devtmpfs: initialized\n[ 0.221563] evm: security.selinux\n[ 0.222277] evm: security.SMACK64\n[ 0.222983] evm: security.SMACK64EXEC\n[ 0.223733] evm: security.SMACK64TRANSMUTE\n[ 0.224554] evm: security.SMACK64MMAP\n[ 0.225304] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228651] pinctrl core: initialized pinctrl subsystem\n[ 0.229760] RTC time: 6:58:02, date: 12/29/18\n[ 0.230724] NET: Registered protocol family 16\n[ 0.231710] cpuidle: using governor ladder\n[ 0.232538] cpuidle: using governor menu\n[ 0.233332] PCCT header not found.\n[ 0.234097] ACPI: bus type PCI registered\n[ 0.234911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236163] PCI: Using configuration type 1 for base access\n[ 0.238353] ACPI: Added _OSI(Module Device)\n[ 0.239406] ACPI: Added _OSI(Processor Device)\n[ 0.240483] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241620] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244037] ACPI: Interpreter enabled\n[ 0.244990] ACPI: (supports S0 S5)\n[ 0.245857] ACPI: Using IOAPIC for interrupt routing\n[ 0.247026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255386] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258389] acpiphp: Slot [3] registered\n[ 0.259470] acpiphp: Slot [4] registered\n[ 0.260536] acpiphp: Slot [5] registered\n[ 0.261595] acpiphp: Slot [6] registered\n[ 0.262653] acpiphp: Slot [7] registered\n[ 0.263724] acpiphp: Slot [8] registered\n[ 0.264789] acpiphp: Slot [9] registered\n[ 0.265860] acpiphp: Slot [10] registered\n[ 0.266959] acpiphp: Slot [11] registered\n[ 0.267969] acpiphp: Slot [12] registered\n[ 0.268859] acpiphp: Slot [13] registered\n[ 0.269807] acpiphp: Slot [14] registered\n[ 0.280862] acpiphp: Slot [15] registered\n[ 0.281757] acpiphp: Slot [16] registered\n[ 0.282617] acpiphp: Slot [17] registered\n[ 0.283486] acpiphp: Slot [18] registered\n[ 0.284353] acpiphp: Slot [19] registered\n[ 0.285217] acpiphp: Slot [20] registered\n[ 0.286081] acpiphp: Slot [21] registered\n[ 0.286964] acpiphp: Slot [22] registered\n[ 0.287826] acpiphp: Slot [23] registered\n[ 0.288674] acpiphp: Slot [24] registered\n[ 0.289511] acpiphp: Slot [25] registered\n[ 0.290387] acpiphp: Slot [26] registered\n[ 0.291228] acpiphp: Slot [27] registered\n[ 0.292100] acpiphp: Slot [28] registered\n[ 0.292963] acpiphp: Slot [29] registered\n[ 0.293827] acpiphp: Slot [30] registered\n[ 0.294679] acpiphp: Slot [31] registered\n[ 0.295532] PCI host bridge to bus 0000:00\n[ 0.296395] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298984] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300533] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.302091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308592] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309929] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312580] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319325] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320865] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373646] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377517] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380333] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381553] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383335] vgaarb: loaded\n[ 0.384031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385364] SCSI subsystem initialized\n[ 0.386325] ACPI: bus type USB registered\n[ 0.387230] usbcore: registered new interface driver usbfs\n[ 0.388482] usbcore: registered new interface driver hub\n[ 0.389706] usbcore: registered new device driver usb\n[ 0.390924] PCI: Using ACPI for IRQ routing\n[ 0.392126] NetLabel: Initializing\n[ 0.392959] NetLabel: domain hash size = 128\n[ 0.393983] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395134] NetLabel: unlabeled traffic allowed by default\n[ 0.396428] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397596] clocksource: Switched to clocksource kvm-clock\n[ 0.403224] AppArmor: AppArmor Filesystem Enabled\n[ 0.404374] pnp: PnP ACPI init\n[ 0.405394] pnp: PnP ACPI: found 5 devices\n[ 0.411644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413719] NET: Registered protocol family 2\n[ 0.414859] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.416459] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.417939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.419406] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.420783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.422238] NET: Registered protocol family 1\n[ 0.423290] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425849] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440187] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454793] Trying to unpack rootfs image as initramfs...\n[ 1.752425] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.768514] Scanning for low memory corruption every 60 seconds\n[ 1.769859] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.771029] audit: initializing netlink subsys (disabled)\n[ 1.772074] audit: type=2000 audit(1546066684.378:1): initialized\n[ 1.773401] Initialise system trusted keyring\n[ 1.774361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.775555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.777571] zbud: loaded\n[ 1.778301] VFS: Disk quotas dquot_6.6.0\n[ 1.779140] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.780585] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.781842] fuse init (API version 7.23)\n[ 1.782746] Key type big_key registered\n[ 1.783561] Allocating IMA MOK and blacklist keyrings.\n[ 1.784690] Key type asymmetric registered\n[ 1.785539] Asymmetric key parser 'x509' registered\n[ 1.786528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.788024] io scheduler noop registered\n[ 1.788843] io scheduler deadline registered (default)\n[ 1.789861] io scheduler cfq registered\n[ 1.790725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.791798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.793084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.794592] ACPI: Power Button [PWRF]\n[ 1.795469] GHES: HEST is not enabled!\n[ 1.809557] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.839160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.841736] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.865764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.867954] Linux agpgart interface v0.103\n[ 1.870430] brd: module loaded\n[ 1.871871] loop: module loaded\n[ 1.873769] vda: vda1\n[ 1.875464] scsi host0: ata_piix\n[ 1.876363] scsi host1: ata_piix\n[ 1.877267] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.878758] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.880535] libphy: Fixed MDIO Bus: probed\n[ 1.881819] tun: Universal TUN/TAP device driver, 1.6\n[ 1.882879] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.885361] PPP generic driver version 2.4.2\n[ 1.886538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.887884] ehci-pci: EHCI PCI platform driver\n[ 1.888976] ehci-platform: EHCI generic platform driver\n[ 1.890010] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891189] ohci-pci: OHCI PCI platform driver\n[ 1.892094] ohci-platform: OHCI generic platform driver\n[ 1.893121] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.907723] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.908756] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.912496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.913783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915259] usb usb1: Product: UHCI Host Controller\n[ 1.916229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917409] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.918491] hub 1-0:1.0: USB hub found\n[ 1.919296] hub 1-0:1.0: 2 ports detected\n[ 1.920231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923395] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924470] mousedev: PS/2 mouse device common for all mice\n[ 1.925774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.927698] rtc_cmos 00:00: RTC can wake from S4\n[ 1.928830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931316] i2c /dev entries driver\n[ 1.932104] device-mapper: uevent: version 1.0.3\n[ 1.933078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.934778] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936110] NET: Registered protocol family 10\n[ 1.937152] NET: Registered protocol family 17\n[ 1.938093] Key type dns_resolver registered\n[ 1.939070] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940211] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942028] registered taskstats version 1\n[ 1.942891] Loading compiled-in X.509 certificates\n[ 1.944346] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946287] zswap: loaded using pool lzo/zbud\n[ 1.948137] Key type trusted registered\n[ 1.950447] Key type encrypted registered\n[ 1.951302] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952373] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953459] evm: HMAC attrs: 0x1\n[ 1.954442] Magic number: 14:294:975\n[ 1.955322] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:04 UTC (1546066684)\n[ 1.956966] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.958130] EDD information not available.\n[ 2.034123] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.035612] ata1.00: configured for MWDMA2\n[ 2.036835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.039198] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.040465] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.052201] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.054135] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.055725] Write protecting the kernel read-only data: 14336k\n[ 2.057297] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.059073] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.067889] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069983] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073852] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077660] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079523] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083734] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115129] virtio_net virtio0 ens3: renamed from eth0\n[ 2.123745] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.125597] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.147789] AVX2 version of gcm_enc/dec engaged.\n[ 2.148804] AES CTR mode by8 optimization enabled\n[ 2.153949] FDC 0 is a S82078B\n[ 2.229608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.394042] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.395329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.396649] usb 1-1: Product: QEMU USB Tablet\n[ 2.397526] usb 1-1: Manufacturer: QEMU\n[ 2.398327] usb 1-1: SerialNumber: 42\n[ 2.405678] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.412597] usbcore: registered new interface driver usbhid\n[ 2.413728] usbhid: USB HID core driver\n[ 2.416514] 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.418813] 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.765632] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.766844] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.397835] md: linear personality registered for level -1\n[ 3.400426] md: multipath personality registered for level -4\n[ 3.403097] md: raid0 personality registered for level 0\n[ 3.406066] md: raid1 personality registered for level 1\n[ 3.477602] raid6: sse2x1 gen() 11381 MB/s\n[ 3.545599] raid6: sse2x1 xor() 8732 MB/s\n[ 3.613600] raid6: sse2x2 gen() 14069 MB/s\n[ 3.681601] raid6: sse2x2 xor() 9545 MB/s\n[ 3.749599] raid6: sse2x4 gen() 16373 MB/s\n[ 3.817599] raid6: sse2x4 xor() 11479 MB/s\n[ 3.885600] raid6: avx2x1 gen() 21796 MB/s\n[ 3.953600] raid6: avx2x2 gen() 25160 MB/s\n[ 4.021599] raid6: avx2x4 gen() 29262 MB/s\n[ 4.022473] raid6: using algorithm avx2x4 gen() 29262 MB/s\n[ 4.023508] raid6: using avx2x2 recovery algorithm\n[ 4.025472] xor: automatically using best checksumming function:\n[ 4.065598] avx : 34677.000 MB/sec\n[ 4.067377] async_tx: api initialized (async)\n[ 4.074820] md: raid6 personality registered for level 6\n[ 4.075893] md: raid5 personality registered for level 5\n[ 4.076915] md: raid4 personality registered for level 4\n[ 4.081035] 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.104893] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.131854] 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.233502] 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.237138] systemd[1]: Detected virtualization kvm.\n[ 4.238219] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.242254] systemd[1]: Set hostname to .\n[ 4.246401] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.247623] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.386633] 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.389547] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.392035] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.394190] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.396552] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.398853] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.401364] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.403886] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.410031] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.412841] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.416543] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.424819] Loading iSCSI transport class v2.0-870.\n[ 4.425917] 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.434603] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.436415] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.439835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.[ 4.443978] iscsi: registered transport (tcp)\n\n[ 4.445152] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.450637] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.453622] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.457638] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.461043] 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.468406] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.472957] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.476975] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.480975] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.485251] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.487737] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.490200] iscsi: registered transport (iser)\n Starting Remount Root and Kernel File Systems...\n[ 4.492665] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.501879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.505986] 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.510677] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.512651] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.516008] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518084] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.522527] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.525775] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\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[ 6.099925] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 29 Dec 2018 06:58:08 +0000. Up 5.43 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.900527] cloud-init[1034]: Cloud-init v. 0.7.9 running 'init' at Sat, 29 Dec 2018 06:58:09 +0000. Up 7.15 seconds.\n[ 8.902353] cloud-init[1034]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.908315] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.910208] cloud-init[1034]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.916127] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.918056] cloud-init[1034]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.924121] cloud-init[1034]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.926071] cloud-init[1034]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:da:c0:3d |\n[ 8.928105] cloud-init[1034]: ci-info: | ens3 | True | fe80::f816:3eff:feda:c03d/64 | . | link | fa:16:3e:da:c0:3d |\n[ 8.932122] cloud-init[1034]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.936115] cloud-init[1034]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.940115] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.944122] cloud-init[1034]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.948133] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.949907] cloud-init[1034]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.955075] cloud-init[1034]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.957029] cloud-init[1034]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.962784] cloud-init[1034]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.966066] cloud-init[1034]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.969465] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.[ 8.972441] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.973657] cloud-init[1034]: The key fingerprint is:\n[ 8.974497] cloud-init[1034]: SHA256:t3/Yl3xMieyQSKY/ApNg2CbBSiz0nTIlxXHGrLari8I root@sdnvpn-13-2\n[ 8.975744] cloud-init\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n Starting Socket activation for snappy daemon.\n[1034]: The key's randomart image is:\n[ 8.978733] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\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] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.cloud-init[1034]: +---[RSA 2048]----+\n[ 8.984748] cloud-init[1034]: |+. .o++o |\n[ 8.985539] cloud-init[1034]: |.=. +.+o |\n[ 8.986339] cloud-init[1034]: |+ ++ o. |\n[ 8.987145] cloud-init[1034]: |.o =oo o |\n[ 8.987939] \n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[1034]: | + o o S o o . .|\n[ 8.992652] cloud-init[1034]: | = . o + o ..|\n[ 8.993453] cloud-init[1034]: |. + . . oo.o.|\n[ 8.994260] cloud-init[1034]: |.E. . . o ...oo+|\n[ 8.995060] cloud-init[1034]: |.. oo . . .. ..|\n[ 8.995862] \ncloud-init[1034]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.999937] cloud-init[1034]: Generating public/private dsa key pair.\n[ 9.002200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 9.008171] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 9.012124] cloud-init[1034]: The key fingerprint is: Starting Accounts Service...\n\n Starting Apply the settings specified in cloud-config...\n[ 9.018240] cloud-init[1034]: SHA256:SrVdLxaaA9H1mc1vgF006eL2zLmRrN4S2b0QiPS4sZQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting Auto import assertions from block devices...\n[ 9.038704] cloud-init[1034]: \n Starting System Logging Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nThe key's randomart image is:\n[ 9.077647] cloud-init[1034]: +---[DSA 1024]----+\n[ 9.085670] cloud-init[1034]: | .. .. o+| Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: MD monitoring daemon...\n\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 9.132235] cloud-init[1034]: | o. + B.|\n[ 9.146747] cloud-init[1034]: | + = = B o|\n[ 9.160996] cloud-init[1034]: | . E * = o.|\n[ 9.177146] cloud-init[1034]: | . S O + * +|\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.189724] cloud-init[1034]: | . . o o B.oo|\n[ 9.203207] cloud-init[1034]: | . . *+o| Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n\n[ 9.215857] cloud-init[1034]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| .o*.|\n[ 9.233152] cloud-init[[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...[1034]: | .o.o.|\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.275720] cloud-init[1034]: +----[SHA256]-----+\n[ 9.292729] [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...cloud-init[1034]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 9.318724] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n[ 9.340100] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[ 9.355285] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1034]: The key fingerprint is:\n[ 9.372033] cloud-init[1034]: SHA256:9FDfeqqDsAQh00bpzOoWyizpe1kEEMItJNdz1JRGUWQ root@sdnvpn-13-2\n[ 9.374086] cloud-init[1034]: The key's randomart image is:\n[ 9.375399] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1034]: +---[ECDSA 256]---+\n[ 9.388105] cloud-init[1034]: |=+=+.o.++=E |\n[ 9.389225] cloud-init[1034]: |o+ooB . +o . . |\n[ 9.391441] cloud-init[1034]: | .B.+ .o . . |\n[ 9.396099] cloud-init[1034]: | =. . o . |\n[ 9.400092] cloud-init[1034]: | ... S . . . |\n[ 9.401203] cloud-init[1034]: | o .o o |\n[ 9.404084] cloud-init[1034]: |o+ .o. o . . |\n[ 9.407241] cloud-init[1034]: |+ooo . . .. |\n[ 9.413680] cloud-init[1034]: |o+o .. |\n[ 9.414808] cloud-init[1034]: +----[SHA256]-----+\n[ 9.417701] cloud-init[1034]: Generating public/private ed25519 key pair.\n[ 9.420200] cloud-init[1034]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.422909] cloud-init[1034]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.427118] cloud-init[1034]: The key fingerprint is:\n[ 9.430216] cloud-init[1034]: SHA256:bLKGnYzRmyEu6k0uy9BzQ3yOYPkKgWWjiMbN+MF0PVQ root@sdnvpn-13-2\n[ 9.434343] cloud-init[1034]: The key's randomart image is:\n[ 9.437425] cloud-init[1034]: +--[ED25519 256]--+\n[ 9.440283] cloud-init[1034]: | ..E |\n[ 9.443214] cloud-init[1034]: | o |\n[ 9.445701] cloud-init[1034]: | +. . o |\n[ 9.449344] cloud-init[1034]: |=+*+.. .. |\n[ 9.454703] cloud-init[1034]: |*++== = S |\n[ 9.458544] cloud-init[1034]: |.+.=.@ O |\n[ 9.459596] cloud-init[1034]: |o +oO X |\n[ 9.464086] cloud-init[1034]: |o++= o |\n[ 9.465167] cloud-init[1034]: |o++o |\n[ 9.466424] cloud-init[1034]: +----[SHA256]-----+\n[ 9.679935] cloud-init[1134]: 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[ 10.262175] cloud-init[1134]: en_US.UTF-8... done\n[ 10.266394] cloud-init[1134]: Generation complete.\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.650588] cloud-init[1134]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 29 Dec 2018 06:58:12 +0000. Up 9.61 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.950059] cloud-init[1403]: + sudo useradd -m sdnvpn\n[ 11.008315] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.874042] cloud-init[1403]: + sudo adduser sdnvpn sudo\n[ 11.930628] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.975574] cloud-init[1403]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.979155] cloud-init[1403]: Adding user sdnvpn to group sudo\n[ 12.054388] cloud-init[1403]: Done.\n[ 12.056186] cloud-init[1403]: + chpasswd\n[ 12.057377] cloud-init[1403]: + sudo echo sdnvpn:opnfv\n[ 12.111210] cloud-init[1403]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.137309] cloud-init[1403]: + sleep 20\n\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-12-29 06:58:19,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-859f8130-11d5-4e6e-b740-04c0ec4db279 2018-12-29 06:58:21,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:58:21,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-874d03f0-ca4f-4199-abae-d5661d5ffd96 Date: Sat, 29 Dec 2018 06:58:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:55:15Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-12-29T06:55:27Z", "visibility": "public", "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/12b7f818-c8f9-4310-a3b5-dca218af4635/snap", "metadata": {}}], "self": "/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "min_disk": 0, "protected": false, "id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "file": "/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/12b7f818-c8f9-4310-a3b5-dca218af4635/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-12-29 06:58:21,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-874d03f0-ca4f-4199-abae-d5661d5ffd96 2018-12-29 06:58:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:58:22,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4eb58ed9-7924-413c-a026-8d6f8ad8a1e9 Date: Sat, 29 Dec 2018 06:58:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-12-29 06:58:22,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4eb58ed9-7924-413c-a026-8d6f8ad8a1e9 2018-12-29 06:58:22,439 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-12-29 06:58:22,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-12-29 06:58:22,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043 X-Openstack-Request-Id: req-76bf912d-5074-469a-b242-e3ca7c3bf20a Date: Sat, 29 Dec 2018 06:58:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-12-29T06:58:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-12-29T06:58:22Z", "visibility": "public", "locations": [], "self": "/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "min_disk": 0, "protected": false, "id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "file": "/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043/file", "checksum": null, "owner": "052a0acaf7ec4a4397abb92cfbe54f87", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-12-29 06:58:22,667 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-76bf912d-5074-469a-b242-e3ca7c3bf20a 2018-12-29 06:58:22,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" -d '' 2018-12-29 06:58:23,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-676b103d-a470-4e1b-8417-304479912412 Date: Sat, 29 Dec 2018 06:58:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:58:23,593 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043/file used request id req-676b103d-a470-4e1b-8417-304479912412 2018-12-29 06:58:23,594 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-12-29 06:58:23,594 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=e9873fac-215f-430b-8b3d-104d1d5e5043 network=393d98e2-9e38-423f-80d8-824d814588c6 secgroup=b6652b14-981c-44e2-931c-ba58641f31fc hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-12-29 06:58:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:58:23,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:58:23,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:58:23,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 06:58:23,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 06:58:23,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 06:58:23,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 06:58:23,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 06:58:23,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 06:58:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:58:23,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ae3820-fdea-4592-99a3-129f9e0f2ca6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:58:23,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-51ae3820-fdea-4592-99a3-129f9e0f2ca6 2018-12-29 06:58:23,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:58:23,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["MY7JbPheQmKkcB4QMmSDZg"], "issued_at": "2018-12-29T06:58:23.000000Z"}} 2018-12-29 06:58:24,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" 2018-12-29 06:58:24,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-672a2034-b1ea-4381-a4e2-5e404945162e x-compute-request-id: req-672a2034-b1ea-4381-a4e2-5e404945162e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "f7594203-5776-4345-a4ff-73916c9b66a8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-12-29 06:58:24,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-672a2034-b1ea-4381-a4e2-5e404945162e 2018-12-29 06:58:24,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" 2018-12-29 06:58:24,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-b1333147-4102-4265-912d-ec8d1c44b487 x-compute-request-id: req-b1333147-4102-4265-912d-ec8d1c44b487 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 06:58:24,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f used request id req-b1333147-4102-4265-912d-ec8d1c44b487 2018-12-29 06:58:24,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "e9873fac-215f-430b-8b3d-104d1d5e5043", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "393d98e2-9e38-423f-80d8-824d814588c6"}], "config_drive": true}}' 2018-12-29 06:58:26,258 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:58: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-d77fdfe0-1290-4599-b48a-4ca28047d28c x-compute-request-id: req-d77fdfe0-1290-4599-b48a-4ca28047d28c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "adminPass": "a9eJmXiUQjDc"}} 2018-12-29 06:58:26,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d77fdfe0-1290-4599-b48a-4ca28047d28c 2018-12-29 06:58:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-12-29 06:58:26,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01488cd8-1ff4-4a3e-9db2-faf20e9987ae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 06:58:26,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-01488cd8-1ff4-4a3e-9db2-faf20e9987ae 2018-12-29 06:58:26,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 06:58:26,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T07:58:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["O4WDm-HiRe6oTp7rxsATUA"], "issued_at": "2018-12-29T06:58:26.000000Z"}} 2018-12-29 06:58:26,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb3d2215bc3f9c8d8d2b70d0f78e41647ac62ad" 2018-12-29 06:58:27,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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,Accept-Encoding x-openstack-request-id: req-f7e8f656-47a7-4c64-b8c1-07dbf43a6a31 x-compute-request-id: req-f7e8f656-47a7-4c64-b8c1-07dbf43a6a31 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:58: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": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:27,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea used request id req-f7e8f656-47a7-4c64-b8c1-07dbf43a6a31 2018-12-29 06:58:30,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb3d2215bc3f9c8d8d2b70d0f78e41647ac62ad" 2018-12-29 06:58:31,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-36e76968-550d-4521-9cb5-1466e35f53bf x-compute-request-id: req-36e76968-550d-4521-9cb5-1466e35f53bf Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-12-29T06:58:27Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:31,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea used request id req-36e76968-550d-4521-9cb5-1466e35f53bf 2018-12-29 06:58:34,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eb3d2215bc3f9c8d8d2b70d0f78e41647ac62ad" 2018-12-29 06:58:34,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-8d865bc0-ba43-42a6-a7ee-f4dff024c71f x-compute-request-id: req-8d865bc0-ba43-42a6-a7ee-f4dff024c71f Content-Encoding: gzip Content-Length: 783 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:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:34,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea used request id req-8d865bc0-ba43-42a6-a7ee-f4dff024c71f 2018-12-29 06:58:35,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" 2018-12-29 06:58:35,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-343e36cb-44d4-42af-a07b-09ddc50ae850 x-compute-request-id: req-343e36cb-44d4-42af-a07b-09ddc50ae850 Content-Encoding: gzip Content-Length: 783 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:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-12-29 06:58:35,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea used request id req-343e36cb-44d4-42af-a07b-09ddc50ae850 2018-12-29 06:58:35,575 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.15'. 2018-12-29 06:58:35,575 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-12-29 06:58:35,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"addSecurityGroup": {"name": "b6652b14-981c-44e2-931c-ba58641f31fc"}}' 2018-12-29 06:58:36,898 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:58: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-17a414a4-01b1-4b84-8d6b-db0437c24564 x-compute-request-id: req-17a414a4-01b1-4b84-8d6b-db0437c24564 Content-Length: 0 Content-Type: application/json 2018-12-29 06:58:36,898 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action used request id req-17a414a4-01b1-4b84-8d6b-db0437c24564 2018-12-29 06:58:36,898 - sdnvpn_test_utils - INFO - Waiting for instance 84c7010b-c7c7-44d1-bdf8-656ea9186eea to boot up 2018-12-29 06:58:36,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:58:37,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:58: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-851250aa-b049-4d4c-a398-cf008bda66ed x-compute-request-id: req-851250aa-b049-4d4c-a398-cf008bda66ed Content-Encoding: gzip Content-Length: 8078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 503269942 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.136234] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137926] pid_max: default: 32768 minimum: 301\n[ 0.138802] ACPI: Core revision 20150930\n[ 0.140163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141448] Security Framework initialized\n[ 0.142243] Yama: becoming mindful.\n[ 0.142950] AppArmor: AppArmor initialized\n[ 0.143811] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145176] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146812] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148028] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149379] Initializing cgroup subsys io\n[ 0.150175] Initializing cgroup subsys memory\n[ 0.151010] Initializing cgroup subsys devices\n[ 0.151872] Initializing cgroup subsys freezer\n[ 0.152718] Initializing cgroup subsys net_cls\n[ 0.153563] Initializing cgroup subsys perf_event\n[ 0.154477] Initializing cgroup subsys net_prio\n[ 0.155382] Initializing cgroup subsys hugetlb\n[ 0.156230] Initializing cgroup subsys pids\n[ 0.157101] CPU: Physical Processor ID: 0\n[ 0.158571] mce: CPU supports 10 MCE banks\n[ 0.159411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171648] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178013] ftrace: allocating 31920 entries in 125 pages\n[ 0.203815] smpboot: Max logical packages: 1\n[ 0.204688] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206036] x2apic enabled\n[ 0.206821] Switched APIC routing to physical x2apic.\n[ 0.208606] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209707] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213408] KVM setup paravirtual spinlock\n[ 0.214680] x86: Booted up 1 node, 1 CPUs\n[ 0.215505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216901] devtmpfs: initialized\n[ 0.218659] evm: security.selinux\n[ 0.219350] evm: security.SMACK64\n[ 0.220023] evm: security.SMACK64EXEC\n[ 0.220745] evm: security.SMACK64TRANSMUTE\n[ 0.221529] evm: security.SMACK64MMAP\n[ 0.222259] evm: security.ima\n[ 0.222886] evm: security.capability\n[ 0.223661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225466] pinctrl core: initialized pinctrl subsystem\n[ 0.226538] RTC time: 6:58:30, date: 12/29/18\n[ 0.227455] NET: Registered protocol family 16\n[ 0.228456] cpuidle: using governor ladder\n[ 0.229255] cpuidle: using governor menu\n[ 0.230019] PCCT header not found.\n[ 0.230755] ACPI: bus type PCI registered\n[ 0.231545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232753] PCI: Using configuration type 1 for base access\n[ 0.234822] ACPI: Added _OSI(Module Device)\n[ 0.235645] ACPI: Added _OSI(Processor Device)\n[ 0.236491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239471] ACPI: Interpreter enabled\n[ 0.240228] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247408] ACPI: (supports S0 S5)\n[ 0.248122] ACPI: Using IOAPIC for interrupt routing\n[ 0.249143] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253259] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257859] acpiphp: Slot [3] registered\n[ 0.258658] acpiphp: Slot [4] registered\n[ 0.259449] acpiphp: Slot [5] registered\n[ 0.260238] acpiphp: Slot [6] registered\n[ 0.261062] acpiphp: Slot [7] registered\n[ 0.261850] acpiphp: Slot [8] registered\n[ 0.262631] acpiphp: Slot [9] registered\n[ 0.263406] acpiphp: Slot [10] registered\n[ 0.264198] acpiphp: Slot [11] registered\n[ 0.265016] acpiphp: Slot [12] registered\n[ 0.265836] acpiphp: Slot [13] registered\n[ 0.266668] acpiphp: Slot [14] registered\n[ 0.267460] acpiphp: Slot [15] registered\n[ 0.278046] acpiphp: Slot [16] registered\n[ 0.278857] acpiphp: Slot [17] registered\n[ 0.279680] acpiphp: Slot [18] registered\n[ 0.280474] acpiphp: Slot [19] registered\n[ 0.281265] acpiphp: Slot [20] registered\n[ 0.282062] acpiphp: Slot [21] registered\n[ 0.282853] acpiphp: Slot [22] registered\n[ 0.283644] acpiphp: Slot [23] registered\n[ 0.284441] acpiphp: Slot [24] registered\n[ 0.285236] acpiphp: Slot [25] registered\n[ 0.286028] acpiphp: Slot [26] registered\n[ 0.286822] acpiphp: Slot [27] registered\n[ 0.287617] acpiphp: Slot [28] registered\n[ 0.288431] acpiphp: Slot [29] registered\n[ 0.289264] acpiphp: Slot [30] registered\n[ 0.290056] acpiphp: Slot [31] registered\n[ 0.290846] PCI host bridge to bus 0000:00\n[ 0.291640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292821] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295419] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302998] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304279] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305472] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312986] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314372] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358780] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360287] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363166] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365847] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367228] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368323] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369919] vgaarb: loaded\n[ 0.370536] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371691] SCSI subsystem initialized\n[ 0.372534] ACPI: bus type USB registered\n[ 0.373348] usbcore: registered new interface driver usbfs\n[ 0.374365] usbcore: registered new interface driver hub\n[ 0.375356] usbcore: registered new device driver usb\n[ 0.376410] PCI: Using ACPI for IRQ routing\n[ 0.377435] NetLabel: Initializing\n[ 0.378156] NetLabel: domain hash size = 128\n[ 0.378992] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379974] NetLabel: unlabeled traffic allowed by default\n[ 0.381073] clocksource: Switched to clocksource kvm-clock\n[ 0.386477] AppArmor: AppArmor Filesystem Enabled\n[ 0.387448] pnp: PnP ACPI init\n[ 0.388342] pnp: PnP ACPI: found 5 devices\n[ 0.394372] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396121] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398352] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399544] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400755] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401839] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403014] NET: Registered protocol family 1\n[ 0.403873] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404999] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419793] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433731] Trying to unpack rootfs image as initramfs...\n[ 0.482964] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.497002] Scanning for low memory corruption every 60 seconds\n[ 0.498352] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499528] audit: initializing netlink subsys (disabled)\n[ 0.500614] audit: type=2000 audit(1546066711.431:1): initialized\n[ 0.501971] Initialise system trusted keyring\n[ 0.502908] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504141] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506133] zbud: loaded\n[ 0.506847] VFS: Disk quotas dquot_6.6.0\n[ 0.507672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509206] fuse init (API version 7.23)\n[ 0.510097] Key type big_key registered\n[ 0.510903] Allocating IMA MOK and blacklist keyrings.\n[ 0.512044] Key type asymmetric registered\n[ 0.512903] Asymmetric key parser 'x509' registered\n[ 0.513883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515374] io scheduler noop registered\n[ 0.516196] io scheduler deadline registered (default)\n[ 0.517207] io scheduler cfq registered\n[ 0.518049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519115] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521886] ACPI: Power Button [PWRF]\n[ 0.522727] GHES: HEST is not enabled!\n[ 0.536359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593962] Linux agpgart interface v0.103\n[ 0.596401] brd: module loaded\n[ 0.597567] loop: module loaded\n[ 0.602685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604140] GPT:90111 != 20971519\n[ 0.604813] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605892] GPT:90111 != 20971519\n[ 0.606564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607511] vda: vda1 vda15\n[ 0.609031] scsi host0: ata_piix\n[ 0.609763] scsi host1: ata_piix\n[ 0.610465] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611651] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613068] libphy: Fixed MDIO Bus: probed\n[ 0.613884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614817] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616934] PPP generic driver version 2.4.2\n[ 0.617812] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619089] ehci-pci: EHCI PCI platform driver\n[ 0.619944] ehci-platform: EHCI generic platform driver\n[ 0.620912] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622021] ohci-pci: OHCI PCI platform driver\n[ 0.622877] ohci-platform: OHCI generic platform driver\n[ 0.623839] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639449] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645583] usb usb1: Product: UHCI Host Controller\n[ 0.646502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647620] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648640] hub 1-0:1.0: USB hub found\n[ 0.649422] hub 1-0:1.0: 2 ports detected\n[ 0.650330] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653357] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654366] mousedev: PS/2 mouse device common for all mice\n[ 0.655588] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657397] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658477] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659642] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660803] i2c /dev entries driver\n[ 0.661556] device-mapper: uevent: version 1.0.3\n[ 0.662475] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665318] NET: Registered protocol family 10\n[ 0.666300] NET: Registered protocol family 17\n[ 0.667168] Key type dns_resolver registered\n[ 0.668066] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669153] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670865] registered taskstats version 1\n[ 0.671683] Loading compiled-in X.509 certificates\n[ 0.673115] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674931] zswap: loaded using pool lzo/zbud\n[ 0.676268] Key type trusted registered\n[ 0.677786] Key type encrypted registered\n[ 0.678611] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680622] evm: HMAC attrs: 0x1\n[ 0.681537] Magic number: 14:294:975\n[ 0.682378] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:31 UTC (1546066711)\n[ 0.683934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685022] EDD information not available.\n[ 0.765609] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767045] ata1.00: configured for MWDMA2\n[ 0.768206] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780703] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781924] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783154] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786502] Write protecting the kernel read-only data: 14336k\n[ 0.788040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.759933] 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=20953055,end=20971487\n"} 2018-12-29 06:58:37,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action used request id req-851250aa-b049-4d4c-a398-cf008bda66ed 2018-12-29 06:58:39,972 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-12-29 06:58:39,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-546467", "route_distinguishers": ["12:12", "13:13"]}}' 2018-12-29 06:58:40,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-fbde88c3-a2dd-4021-9b2e-5d1ad36a0f3d Date: Sat, 29 Dec 2018 06:58:40 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "9898093c-6506-45d8-a64c-a67af1af9da9", "name": "sdnvpn-546467", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "type": "l3"}} 2018-12-29 06:58:40,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-fbde88c3-a2dd-4021-9b2e-5d1ad36a0f3d 2018-12-29 06:58:40,384 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-546467', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'route_targets': [], u'project_id': u'052a0acaf7ec4a4397abb92cfbe54f87', u'type': u'l3', u'id': u'9898093c-6506-45d8-a64c-a67af1af9da9'}} 2018-12-29 06:58:40,384 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-12-29 06:58:40,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/9898093c-6506-45d8-a64c-a67af1af9da9/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router_association": {"router_id": "d0def621-06b8-433a-bd28-b749f9349e9e"}}' 2018-12-29 06:58:41,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-c9fd8afa-01a7-4876-b964-db9c1c92e27d Date: Sat, 29 Dec 2018 06:58:41 GMT RESP BODY: {"router_association": {"router_id": "d0def621-06b8-433a-bd28-b749f9349e9e", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "da3a29f3-f3a0-44a3-af31-4e5cef13620d"}} 2018-12-29 06:58:41,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/9898093c-6506-45d8-a64c-a67af1af9da9/router_associations used request id req-c9fd8afa-01a7-4876-b964-db9c1c92e27d 2018-12-29 06:58:41,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router": {"routes": [{"nexthop": "10.10.10.9", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}]}}' 2018-12-29 06:58:41,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-52a1f3be-9c80-4c36-880a-adf39d3619b2 Date: Sat, 29 Dec 2018 06:58:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:55:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:58:41Z", "revision_number": 6, "routes": [{"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.9", "destination": "179.24.1.12/32"}], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d0def621-06b8-433a-bd28-b749f9349e9e", "name": "sdnvpn-13-1-router"}} 2018-12-29 06:58:41,850 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e used request id req-52a1f3be-9c80-4c36-880a-adf39d3619b2 2018-12-29 06:58:41,851 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-12-29 06:59:11,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:59:13,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-4c552da2-3deb-4a88-95df-4c7cc5af24ce x-compute-request-id: req-4c552da2-3deb-4a88-95df-4c7cc5af24ce Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 503269942 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.136234] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137926] pid_max: default: 32768 minimum: 301\n[ 0.138802] ACPI: Core revision 20150930\n[ 0.140163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141448] Security Framework initialized\n[ 0.142243] Yama: becoming mindful.\n[ 0.142950] AppArmor: AppArmor initialized\n[ 0.143811] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145176] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146812] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148028] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149379] Initializing cgroup subsys io\n[ 0.150175] Initializing cgroup subsys memory\n[ 0.151010] Initializing cgroup subsys devices\n[ 0.151872] Initializing cgroup subsys freezer\n[ 0.152718] Initializing cgroup subsys net_cls\n[ 0.153563] Initializing cgroup subsys perf_event\n[ 0.154477] Initializing cgroup subsys net_prio\n[ 0.155382] Initializing cgroup subsys hugetlb\n[ 0.156230] Initializing cgroup subsys pids\n[ 0.157101] CPU: Physical Processor ID: 0\n[ 0.158571] mce: CPU supports 10 MCE banks\n[ 0.159411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171648] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178013] ftrace: allocating 31920 entries in 125 pages\n[ 0.203815] smpboot: Max logical packages: 1\n[ 0.204688] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206036] x2apic enabled\n[ 0.206821] Switched APIC routing to physical x2apic.\n[ 0.208606] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209707] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213408] KVM setup paravirtual spinlock\n[ 0.214680] x86: Booted up 1 node, 1 CPUs\n[ 0.215505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216901] devtmpfs: initialized\n[ 0.218659] evm: security.selinux\n[ 0.219350] evm: security.SMACK64\n[ 0.220023] evm: security.SMACK64EXEC\n[ 0.220745] evm: security.SMACK64TRANSMUTE\n[ 0.221529] evm: security.SMACK64MMAP\n[ 0.222259] evm: security.ima\n[ 0.222886] evm: security.capability\n[ 0.223661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225466] pinctrl core: initialized pinctrl subsystem\n[ 0.226538] RTC time: 6:58:30, date: 12/29/18\n[ 0.227455] NET: Registered protocol family 16\n[ 0.228456] cpuidle: using governor ladder\n[ 0.229255] cpuidle: using governor menu\n[ 0.230019] PCCT header not found.\n[ 0.230755] ACPI: bus type PCI registered\n[ 0.231545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232753] PCI: Using configuration type 1 for base access\n[ 0.234822] ACPI: Added _OSI(Module Device)\n[ 0.235645] ACPI: Added _OSI(Processor Device)\n[ 0.236491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239471] ACPI: Interpreter enabled\n[ 0.240228] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247408] ACPI: (supports S0 S5)\n[ 0.248122] ACPI: Using IOAPIC for interrupt routing\n[ 0.249143] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253259] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257859] acpiphp: Slot [3] registered\n[ 0.258658] acpiphp: Slot [4] registered\n[ 0.259449] acpiphp: Slot [5] registered\n[ 0.260238] acpiphp: Slot [6] registered\n[ 0.261062] acpiphp: Slot [7] registered\n[ 0.261850] acpiphp: Slot [8] registered\n[ 0.262631] acpiphp: Slot [9] registered\n[ 0.263406] acpiphp: Slot [10] registered\n[ 0.264198] acpiphp: Slot [11] registered\n[ 0.265016] acpiphp: Slot [12] registered\n[ 0.265836] acpiphp: Slot [13] registered\n[ 0.266668] acpiphp: Slot [14] registered\n[ 0.267460] acpiphp: Slot [15] registered\n[ 0.278046] acpiphp: Slot [16] registered\n[ 0.278857] acpiphp: Slot [17] registered\n[ 0.279680] acpiphp: Slot [18] registered\n[ 0.280474] acpiphp: Slot [19] registered\n[ 0.281265] acpiphp: Slot [20] registered\n[ 0.282062] acpiphp: Slot [21] registered\n[ 0.282853] acpiphp: Slot [22] registered\n[ 0.283644] acpiphp: Slot [23] registered\n[ 0.284441] acpiphp: Slot [24] registered\n[ 0.285236] acpiphp: Slot [25] registered\n[ 0.286028] acpiphp: Slot [26] registered\n[ 0.286822] acpiphp: Slot [27] registered\n[ 0.287617] acpiphp: Slot [28] registered\n[ 0.288431] acpiphp: Slot [29] registered\n[ 0.289264] acpiphp: Slot [30] registered\n[ 0.290056] acpiphp: Slot [31] registered\n[ 0.290846] PCI host bridge to bus 0000:00\n[ 0.291640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292821] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295419] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302998] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304279] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305472] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312986] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314372] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358780] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360287] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363166] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365847] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367228] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368323] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369919] vgaarb: loaded\n[ 0.370536] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371691] SCSI subsystem initialized\n[ 0.372534] ACPI: bus type USB registered\n[ 0.373348] usbcore: registered new interface driver usbfs\n[ 0.374365] usbcore: registered new interface driver hub\n[ 0.375356] usbcore: registered new device driver usb\n[ 0.376410] PCI: Using ACPI for IRQ routing\n[ 0.377435] NetLabel: Initializing\n[ 0.378156] NetLabel: domain hash size = 128\n[ 0.378992] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379974] NetLabel: unlabeled traffic allowed by default\n[ 0.381073] clocksource: Switched to clocksource kvm-clock\n[ 0.386477] AppArmor: AppArmor Filesystem Enabled\n[ 0.387448] pnp: PnP ACPI init\n[ 0.388342] pnp: PnP ACPI: found 5 devices\n[ 0.394372] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396121] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398352] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399544] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400755] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401839] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403014] NET: Registered protocol family 1\n[ 0.403873] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404999] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419793] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433731] Trying to unpack rootfs image as initramfs...\n[ 0.482964] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.497002] Scanning for low memory corruption every 60 seconds\n[ 0.498352] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499528] audit: initializing netlink subsys (disabled)\n[ 0.500614] audit: type=2000 audit(1546066711.431:1): initialized\n[ 0.501971] Initialise system trusted keyring\n[ 0.502908] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504141] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506133] zbud: loaded\n[ 0.506847] VFS: Disk quotas dquot_6.6.0\n[ 0.507672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509206] fuse init (API version 7.23)\n[ 0.510097] Key type big_key registered\n[ 0.510903] Allocating IMA MOK and blacklist keyrings.\n[ 0.512044] Key type asymmetric registered\n[ 0.512903] Asymmetric key parser 'x509' registered\n[ 0.513883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515374] io scheduler noop registered\n[ 0.516196] io scheduler deadline registered (default)\n[ 0.517207] io scheduler cfq registered\n[ 0.518049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519115] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521886] ACPI: Power Button [PWRF]\n[ 0.522727] GHES: HEST is not enabled!\n[ 0.536359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593962] Linux agpgart interface v0.103\n[ 0.596401] brd: module loaded\n[ 0.597567] loop: module loaded\n[ 0.602685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604140] GPT:90111 != 20971519\n[ 0.604813] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605892] GPT:90111 != 20971519\n[ 0.606564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607511] vda: vda1 vda15\n[ 0.609031] scsi host0: ata_piix\n[ 0.609763] scsi host1: ata_piix\n[ 0.610465] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611651] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613068] libphy: Fixed MDIO Bus: probed\n[ 0.613884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614817] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616934] PPP generic driver version 2.4.2\n[ 0.617812] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619089] ehci-pci: EHCI PCI platform driver\n[ 0.619944] ehci-platform: EHCI generic platform driver\n[ 0.620912] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622021] ohci-pci: OHCI PCI platform driver\n[ 0.622877] ohci-platform: OHCI generic platform driver\n[ 0.623839] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639449] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645583] usb usb1: Product: UHCI Host Controller\n[ 0.646502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647620] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648640] hub 1-0:1.0: USB hub found\n[ 0.649422] hub 1-0:1.0: 2 ports detected\n[ 0.650330] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653357] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654366] mousedev: PS/2 mouse device common for all mice\n[ 0.655588] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657397] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658477] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659642] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660803] i2c /dev entries driver\n[ 0.661556] device-mapper: uevent: version 1.0.3\n[ 0.662475] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665318] NET: Registered protocol family 10\n[ 0.666300] NET: Registered protocol family 17\n[ 0.667168] Key type dns_resolver registered\n[ 0.668066] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669153] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670865] registered taskstats version 1\n[ 0.671683] Loading compiled-in X.509 certificates\n[ 0.673115] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674931] zswap: loaded using pool lzo/zbud\n[ 0.676268] Key type trusted registered\n[ 0.677786] Key type encrypted registered\n[ 0.678611] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680622] evm: HMAC attrs: 0x1\n[ 0.681537] Magic number: 14:294:975\n[ 0.682378] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:31 UTC (1546066711)\n[ 0.683934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685022] EDD information not available.\n[ 0.765609] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767045] ata1.00: configured for MWDMA2\n[ 0.768206] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780703] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781924] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783154] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786502] Write protecting the kernel read-only data: 14336k\n[ 0.788040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.759933] 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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 35.17s]\n"} 2018-12-29 06:59:13,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action used request id req-4c552da2-3deb-4a88-95df-4c7cc5af24ce 2018-12-29 06:59:13,004 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.15) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-12-29 06:59:13,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8ea1855863e2b59e9e02f4bdbbbab81382e033d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-12-29 06:59:14,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-d82524b5-b9e3-4a62-850c-48d778e0f3cc x-compute-request-id: req-d82524b5-b9e3-4a62-850c-48d778e0f3cc Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 503269942 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.136234] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137926] pid_max: default: 32768 minimum: 301\n[ 0.138802] ACPI: Core revision 20150930\n[ 0.140163] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141448] Security Framework initialized\n[ 0.142243] Yama: becoming mindful.\n[ 0.142950] AppArmor: AppArmor initialized\n[ 0.143811] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145176] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146812] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148028] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149379] Initializing cgroup subsys io\n[ 0.150175] Initializing cgroup subsys memory\n[ 0.151010] Initializing cgroup subsys devices\n[ 0.151872] Initializing cgroup subsys freezer\n[ 0.152718] Initializing cgroup subsys net_cls\n[ 0.153563] Initializing cgroup subsys perf_event\n[ 0.154477] Initializing cgroup subsys net_prio\n[ 0.155382] Initializing cgroup subsys hugetlb\n[ 0.156230] Initializing cgroup subsys pids\n[ 0.157101] CPU: Physical Processor ID: 0\n[ 0.158571] mce: CPU supports 10 MCE banks\n[ 0.159411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171648] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178013] ftrace: allocating 31920 entries in 125 pages\n[ 0.203815] smpboot: Max logical packages: 1\n[ 0.204688] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206036] x2apic enabled\n[ 0.206821] Switched APIC routing to physical x2apic.\n[ 0.208606] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209707] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213408] KVM setup paravirtual spinlock\n[ 0.214680] x86: Booted up 1 node, 1 CPUs\n[ 0.215505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216901] devtmpfs: initialized\n[ 0.218659] evm: security.selinux\n[ 0.219350] evm: security.SMACK64\n[ 0.220023] evm: security.SMACK64EXEC\n[ 0.220745] evm: security.SMACK64TRANSMUTE\n[ 0.221529] evm: security.SMACK64MMAP\n[ 0.222259] evm: security.ima\n[ 0.222886] evm: security.capability\n[ 0.223661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225466] pinctrl core: initialized pinctrl subsystem\n[ 0.226538] RTC time: 6:58:30, date: 12/29/18\n[ 0.227455] NET: Registered protocol family 16\n[ 0.228456] cpuidle: using governor ladder\n[ 0.229255] cpuidle: using governor menu\n[ 0.230019] PCCT header not found.\n[ 0.230755] ACPI: bus type PCI registered\n[ 0.231545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232753] PCI: Using configuration type 1 for base access\n[ 0.234822] ACPI: Added _OSI(Module Device)\n[ 0.235645] ACPI: Added _OSI(Processor Device)\n[ 0.236491] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237367] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239471] ACPI: Interpreter enabled\n[ 0.240228] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247408] ACPI: (supports S0 S5)\n[ 0.248122] ACPI: Using IOAPIC for interrupt routing\n[ 0.249143] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253259] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257859] acpiphp: Slot [3] registered\n[ 0.258658] acpiphp: Slot [4] registered\n[ 0.259449] acpiphp: Slot [5] registered\n[ 0.260238] acpiphp: Slot [6] registered\n[ 0.261062] acpiphp: Slot [7] registered\n[ 0.261850] acpiphp: Slot [8] registered\n[ 0.262631] acpiphp: Slot [9] registered\n[ 0.263406] acpiphp: Slot [10] registered\n[ 0.264198] acpiphp: Slot [11] registered\n[ 0.265016] acpiphp: Slot [12] registered\n[ 0.265836] acpiphp: Slot [13] registered\n[ 0.266668] acpiphp: Slot [14] registered\n[ 0.267460] acpiphp: Slot [15] registered\n[ 0.278046] acpiphp: Slot [16] registered\n[ 0.278857] acpiphp: Slot [17] registered\n[ 0.279680] acpiphp: Slot [18] registered\n[ 0.280474] acpiphp: Slot [19] registered\n[ 0.281265] acpiphp: Slot [20] registered\n[ 0.282062] acpiphp: Slot [21] registered\n[ 0.282853] acpiphp: Slot [22] registered\n[ 0.283644] acpiphp: Slot [23] registered\n[ 0.284441] acpiphp: Slot [24] registered\n[ 0.285236] acpiphp: Slot [25] registered\n[ 0.286028] acpiphp: Slot [26] registered\n[ 0.286822] acpiphp: Slot [27] registered\n[ 0.287617] acpiphp: Slot [28] registered\n[ 0.288431] acpiphp: Slot [29] registered\n[ 0.289264] acpiphp: Slot [30] registered\n[ 0.290056] acpiphp: Slot [31] registered\n[ 0.290846] PCI host bridge to bus 0000:00\n[ 0.291640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292821] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295419] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296833] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302998] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304279] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305472] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306707] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312986] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314372] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358780] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360287] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363166] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365847] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367228] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368323] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369919] vgaarb: loaded\n[ 0.370536] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371691] SCSI subsystem initialized\n[ 0.372534] ACPI: bus type USB registered\n[ 0.373348] usbcore: registered new interface driver usbfs\n[ 0.374365] usbcore: registered new interface driver hub\n[ 0.375356] usbcore: registered new device driver usb\n[ 0.376410] PCI: Using ACPI for IRQ routing\n[ 0.377435] NetLabel: Initializing\n[ 0.378156] NetLabel: domain hash size = 128\n[ 0.378992] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379974] NetLabel: unlabeled traffic allowed by default\n[ 0.381073] clocksource: Switched to clocksource kvm-clock\n[ 0.386477] AppArmor: AppArmor Filesystem Enabled\n[ 0.387448] pnp: PnP ACPI init\n[ 0.388342] pnp: PnP ACPI: found 5 devices\n[ 0.394372] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396121] NET: Registered protocol family 2\n[ 0.397085] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.398352] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.399544] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.400755] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.401839] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403014] NET: Registered protocol family 1\n[ 0.403873] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404999] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419793] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433731] Trying to unpack rootfs image as initramfs...\n[ 0.482964] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.497002] Scanning for low memory corruption every 60 seconds\n[ 0.498352] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499528] audit: initializing netlink subsys (disabled)\n[ 0.500614] audit: type=2000 audit(1546066711.431:1): initialized\n[ 0.501971] Initialise system trusted keyring\n[ 0.502908] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504141] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506133] zbud: loaded\n[ 0.506847] VFS: Disk quotas dquot_6.6.0\n[ 0.507672] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509206] fuse init (API version 7.23)\n[ 0.510097] Key type big_key registered\n[ 0.510903] Allocating IMA MOK and blacklist keyrings.\n[ 0.512044] Key type asymmetric registered\n[ 0.512903] Asymmetric key parser 'x509' registered\n[ 0.513883] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515374] io scheduler noop registered\n[ 0.516196] io scheduler deadline registered (default)\n[ 0.517207] io scheduler cfq registered\n[ 0.518049] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519115] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521886] ACPI: Power Button [PWRF]\n[ 0.522727] GHES: HEST is not enabled!\n[ 0.536359] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564276] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566517] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591772] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593962] Linux agpgart interface v0.103\n[ 0.596401] brd: module loaded\n[ 0.597567] loop: module loaded\n[ 0.602685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604140] GPT:90111 != 20971519\n[ 0.604813] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605892] GPT:90111 != 20971519\n[ 0.606564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607511] vda: vda1 vda15\n[ 0.609031] scsi host0: ata_piix\n[ 0.609763] scsi host1: ata_piix\n[ 0.610465] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611651] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613068] libphy: Fixed MDIO Bus: probed\n[ 0.613884] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614817] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616934] PPP generic driver version 2.4.2\n[ 0.617812] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619089] ehci-pci: EHCI PCI platform driver\n[ 0.619944] ehci-platform: EHCI generic platform driver\n[ 0.620912] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622021] ohci-pci: OHCI PCI platform driver\n[ 0.622877] ohci-platform: OHCI generic platform driver\n[ 0.623839] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638449] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639449] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641892] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642981] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645583] usb usb1: Product: UHCI Host Controller\n[ 0.646502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647620] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648640] hub 1-0:1.0: USB hub found\n[ 0.649422] hub 1-0:1.0: 2 ports detected\n[ 0.650330] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653357] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654366] mousedev: PS/2 mouse device common for all mice\n[ 0.655588] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657397] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658477] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659642] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660803] i2c /dev entries driver\n[ 0.661556] device-mapper: uevent: version 1.0.3\n[ 0.662475] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665318] NET: Registered protocol family 10\n[ 0.666300] NET: Registered protocol family 17\n[ 0.667168] Key type dns_resolver registered\n[ 0.668066] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669153] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670865] registered taskstats version 1\n[ 0.671683] Loading compiled-in X.509 certificates\n[ 0.673115] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674931] zswap: loaded using pool lzo/zbud\n[ 0.676268] Key type trusted registered\n[ 0.677786] Key type encrypted registered\n[ 0.678611] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680622] evm: HMAC attrs: 0x1\n[ 0.681537] Magic number: 14:294:975\n[ 0.682378] rtc_cmos 00:00: setting system clock to 2018-12-29 06:58:31 UTC (1546066711)\n[ 0.683934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685022] EDD information not available.\n[ 0.765609] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767045] ata1.00: configured for MWDMA2\n[ 0.768206] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780703] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781924] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783154] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786502] Write protecting the kernel read-only data: 14336k\n[ 0.788040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.759933] 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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 35.17s]\nping 179.24.1.12 KO\n"} 2018-12-29 06:59:14,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action used request id req-d82524b5-b9e3-4a62-850c-48d778e0f3cc 2018-12-29 06:59:14,078 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-12-29 06:59:14,078 - 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-12-29 06:59:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router": {"routes": []}}' 2018-12-29 06:59:14,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-d9014a11-150b-4983-a208-02cff0181636 Date: Sat, 29 Dec 2018 06:59:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "172d8bf1-dcb3-48a2-9142-54f150cc212d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "717222cb-974c-4168-ab1a-356f49eda1dc", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:55:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:59:14Z", "revision_number": 7, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d0def621-06b8-433a-bd28-b749f9349e9e", "name": "sdnvpn-13-1-router"}} 2018-12-29 06:59:14,574 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e used request id req-d9014a11-150b-4983-a208-02cff0181636 2018-12-29 06:59:14,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:14,631 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:59: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-8644e3b2-42a3-49aa-b323-748c04388c7b x-compute-request-id: req-8644e3b2-42a3-49aa-b323-748c04388c7b Content-Length: 0 Content-Type: application/json 2018-12-29 06:59:14,632 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f used request id req-8644e3b2-42a3-49aa-b323-748c04388c7b 2018-12-29 06:59:14,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"forceDelete": null}' 2018-12-29 06:59:14,815 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:59: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-80bee06b-813c-44c4-9c48-33588f33f46c x-compute-request-id: req-80bee06b-813c-44c4-9c48-33588f33f46c Content-Length: 0 Content-Type: application/json 2018-12-29 06:59:14,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe/action used request id req-80bee06b-813c-44c4-9c48-33588f33f46c 2018-12-29 06:59:14,815 - sdnvpn_test_utils - DEBUG - Waiting for instance 9f1c4404-d580-44df-9c63-ecbdb6881bbe to be deleted 2018-12-29 06:59:14,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:15,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-1e4df829-3407-4b7a-9c48-73a9842989d8 x-compute-request-id: req-1e4df829-3407-4b7a-9c48-73a9842989d8 Content-Encoding: gzip Content-Length: 1052 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:02Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6f:65", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9f1c4404-d580-44df-9c63-ecbdb6881bbe", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000174", "OS-SRV-USG:launched_at": "2018-12-29T06:57:34.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "9f1c4404-d580-44df-9c63-ecbdb6881bbe", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:59:14Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-12-29T06:55:37Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:15,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1e4df829-3407-4b7a-9c48-73a9842989d8 2018-12-29 06:59:17,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:18,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-95f50001-f2b7-4165-94ee-3aabf48cde70 x-compute-request-id: req-95f50001-f2b7-4165-94ee-3aabf48cde70 Content-Encoding: gzip Content-Length: 957 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:02Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:18,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-95f50001-f2b7-4165-94ee-3aabf48cde70 2018-12-29 06:59:20,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"forceDelete": null}' 2018-12-29 06:59:20,282 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 06:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bcb9a5cd-cd92-4e07-b917-a739f036da11 x-compute-request-id: req-bcb9a5cd-cd92-4e07-b917-a739f036da11 Content-Length: 0 Content-Type: application/json 2018-12-29 06:59:20,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068/action used request id req-bcb9a5cd-cd92-4e07-b917-a739f036da11 2018-12-29 06:59:20,282 - sdnvpn_test_utils - DEBUG - Waiting for instance abd2f8e0-1edf-4650-b644-e5c8c1de1068 to be deleted 2018-12-29 06:59:20,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:20,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e40c59b-d245-4461-b4cc-a61807e8a797 x-compute-request-id: req-1e40c59b-d245-4461-b4cc-a61807e8a797 Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:c0:3d", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:59:20Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:20,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1e40c59b-d245-4461-b4cc-a61807e8a797 2018-12-29 06:59:22,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:23,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-064f4e60-7729-42b2-96ae-71df888c0ba3 x-compute-request-id: req-064f4e60-7729-42b2-96ae-71df888c0ba3 Content-Encoding: gzip Content-Length: 979 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/abd2f8e0-1edf-4650-b644-e5c8c1de1068", "rel": "bookmark"}], "image": {"id": "12b7f818-c8f9-4310-a3b5-dca218af4635", "links": [{"href": "http://172.30.9.30:8774/images/12b7f818-c8f9-4310-a3b5-dca218af4635", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-00000177", "OS-SRV-USG:launched_at": "2018-12-29T06:58:02.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "abd2f8e0-1edf-4650-b644-e5c8c1de1068", "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "DELETED", "updated": "2018-12-29T06:59:22Z", "hostId": "ce33b8894a30eee934a9dad351ff73c80aff904d0e2a1c704b2fd06b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": "2018-12-29T06:59:22.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-12-29T06:57:43Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:23,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-064f4e60-7729-42b2-96ae-71df888c0ba3 2018-12-29 06:59:25,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:26,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-76c3fa00-cf78-48d7-905c-fd7fcb18e3d3 x-compute-request-id: req-76c3fa00-cf78-48d7-905c-fd7fcb18e3d3 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:58:31Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:26,078 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-76c3fa00-cf78-48d7-905c-fd7fcb18e3d3 2018-12-29 06:59:28,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" -d '{"forceDelete": null}' 2018-12-29 06:59:28,264 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 29 Dec 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 x-openstack-request-id: req-00f48825-1082-4966-9385-f9294511054f x-compute-request-id: req-00f48825-1082-4966-9385-f9294511054f Content-Length: 0 Content-Type: application/json 2018-12-29 06:59:28,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea/action used request id req-00f48825-1082-4966-9385-f9294511054f 2018-12-29 06:59:28,264 - sdnvpn_test_utils - DEBUG - Waiting for instance 84c7010b-c7c7-44d1-bdf8-656ea9186eea to be deleted 2018-12-29 06:59:28,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:28,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 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-03a4088b-c432-4cf0-a613-2c4fbf04bc9d x-compute-request-id: req-03a4088b-c432-4cf0-a613-2c4fbf04bc9d Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:59:28Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:28,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-03a4088b-c432-4cf0-a613-2c4fbf04bc9d 2018-12-29 06:59:30,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:31,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7913ebbf-d8fd-4d04-9a2f-e290f6886713 x-compute-request-id: req-7913ebbf-d8fd-4d04-9a2f-e290f6886713 Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:4b:de", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c7010b-c7c7-44d1-bdf8-656ea9186eea", "rel": "bookmark"}], "image": {"id": "e9873fac-215f-430b-8b3d-104d1d5e5043", "links": [{"href": "http://172.30.9.30:8774/images/e9873fac-215f-430b-8b3d-104d1d5e5043", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017a", "OS-SRV-USG:launched_at": "2018-12-29T06:58:30.000000", "flavor": {"id": "f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "links": [{"href": "http://172.30.9.30:8774/flavors/f6a072a6-6887-4b8f-b63f-f6fa6d1d5c9f", "rel": "bookmark"}]}, "id": "84c7010b-c7c7-44d1-bdf8-656ea9186eea", "security_groups": [{"name": "sdnvpn-sg"}, {"name": "default"}], "user_id": "a6f0588d5a2844a09de64bd2ea96aceb", "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-12-29T06:59:28Z", "hostId": "30dcd771bbbbdf584753cff8e43c26b7e3469094f12c2e6164150c48", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-12-29T06:58:26Z", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-12-29 06:59:31,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-7913ebbf-d8fd-4d04-9a2f-e290f6886713 2018-12-29 06:59:33,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0317a55d1befc440a2ac65cb728320958fdeb678" 2018-12-29 06:59:33,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-f5702fce-9d42-492c-b14b-f131c05438ef x-compute-request-id: req-f5702fce-9d42-492c-b14b-f131c05438ef Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-12-29 06:59:33,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f5702fce-9d42-492c-b14b-f131c05438ef 2018-12-29 06:59:35,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:59:36,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-629aa413-4077-4e2c-aedb-426c189db00e Date: Sat, 29 Dec 2018 06:59:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:59:36,837 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/12b7f818-c8f9-4310-a3b5-dca218af4635 used request id req-629aa413-4077-4e2c-aedb-426c189db00e 2018-12-29 06:59:36,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}faf8328776b5c575c706468fe6ed9d7318b4febb" 2018-12-29 06:59:37,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d55a3e26-b73d-425f-aaae-eb3d75729fba Date: Sat, 29 Dec 2018 06:59:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 06:59:37,825 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e9873fac-215f-430b-8b3d-104d1d5e5043 used request id req-d55a3e26-b73d-425f-aaae-eb3d75729fba 2018-12-29 06:59:37,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/9898093c-6506-45d8-a64c-a67af1af9da9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:59:38,184 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-451801b8-2d31-47f4-a346-6fa51f22f990 Content-Length: 0 Date: Sat, 29 Dec 2018 06:59:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:59:38,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/9898093c-6506-45d8-a64c-a67af1af9da9 used request id req-451801b8-2d31-47f4-a346-6fa51f22f990 2018-12-29 06:59:38,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"subnet_id": "c3242f4f-1e99-40d3-b359-3d8b16595062"}' 2018-12-29 06:59:39,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fec06580-ba7b-493d-b150-d8288b0b1c5a Date: Sat, 29 Dec 2018 06:59:39 GMT RESP BODY: {"network_id": "393d98e2-9e38-423f-80d8-824d814588c6", "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "subnet_id": "c3242f4f-1e99-40d3-b359-3d8b16595062", "subnet_ids": ["c3242f4f-1e99-40d3-b359-3d8b16595062"], "port_id": "e1cd249b-4798-4fa5-833a-6d2f296725f7", "id": "d0def621-06b8-433a-bd28-b749f9349e9e"} 2018-12-29 06:59:39,446 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e/remove_router_interface used request id req-fec06580-ba7b-493d-b150-d8288b0b1c5a 2018-12-29 06:59:39,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" -d '{"router": {"external_gateway_info": {}}}' 2018-12-29 06:59:40,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-ffbf420a-96bf-4629-8d5e-4c94658fbdd6 Date: Sat, 29 Dec 2018 06:59:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "052a0acaf7ec4a4397abb92cfbe54f87", "created_at": "2018-12-29T06:55:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-12-29T06:59:40Z", "revision_number": 11, "routes": [], "project_id": "052a0acaf7ec4a4397abb92cfbe54f87", "id": "d0def621-06b8-433a-bd28-b749f9349e9e", "name": "sdnvpn-13-1-router"}} 2018-12-29 06:59:40,465 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e used request id req-ffbf420a-96bf-4629-8d5e-4c94658fbdd6 2018-12-29 06:59:40,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/c3242f4f-1e99-40d3-b359-3d8b16595062 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:59:42,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-29443955-3606-4fdc-900a-a5433e112651 Date: Sat, 29 Dec 2018 06:59:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:59:42,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c3242f4f-1e99-40d3-b359-3d8b16595062 used request id req-29443955-3606-4fdc-900a-a5433e112651 2018-12-29 06:59:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:59:43,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f09a3e9b-26b0-4959-adb2-f1bab3ce95a4 Content-Length: 0 Date: Sat, 29 Dec 2018 06:59:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:59:43,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d0def621-06b8-433a-bd28-b749f9349e9e used request id req-f09a3e9b-26b0-4959-adb2-f1bab3ce95a4 2018-12-29 06:59:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/393d98e2-9e38-423f-80d8-824d814588c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93956cb0f16c751de1ae06996dc4b836016e6608" 2018-12-29 06:59:44,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fa1296d-8570-43bf-8514-faef5e7b9f35 Date: Sat, 29 Dec 2018 06:59:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-12-29 06:59:44,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/393d98e2-9e38-423f-80d8-824d814588c6 used request id req-7fa1296d-8570-43bf-8514-faef5e7b9f35 2018-12-29 06:59:44,105 - 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-12-29 06:59:44,106 - sdnvpn-results - INFO - One or more subtests have failed. 2018-12-29 06:59:44,106 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-12-29 06:59:44,106 - 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-12-29 06:59:44,107 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-12-29 06:59:44,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4adba8e7b9db6fb9fde1121a2b5a4655ff129f9f" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-12-29 06:59:44,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-b95d0159-6c8d-4dc0-b0a4-46933619f852 Date: Sat, 29 Dec 2018 06:59:44 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-12-29 06:59:44,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/052a0acaf7ec4a4397abb92cfbe54f87 used request id req-b95d0159-6c8d-4dc0-b0a4-46933619f852 2018-12-29 06:59:44,372 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-12-29 06:59:44,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30: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}f4566f48a8ce55dbeb35684dd60584a108bc71d1" -d '{"quota_class_set": {"instances": 10}}' 2018-12-29 06:59:44,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 06:59: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-09e47c7f-92c9-48f6-ba01-4746f88f7931 x-compute-request-id: req-09e47c7f-92c9-48f6-ba01-4746f88f7931 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-12-29 06:59:44,559 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-09e47c7f-92c9-48f6-ba01-4746f88f7931 2018-12-29 06:59:44,562 - paramiko.transport - DEBUG - starting thread (client mode): 0x27b91150L 2018-12-29 06:59:44,562 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:44,590 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:44,590 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:44,595 - 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-12-29 06:59:44,596 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:44,596 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:44,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:44,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:44,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:44,606 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:44,607 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:44,626 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.51: a876332f08ca671ecede092dcd585b11 2018-12-29 06:59:44,627 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:44,646 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:44,743 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:44,760 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:44,962 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:44,963 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:45,003 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:45,003 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:45,034 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:50,149 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:50,151 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:50,153 - paramiko.transport - DEBUG - starting thread (client mode): 0x2955c050L 2018-12-29 06:59:50,154 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:50,160 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:50,160 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:50,163 - 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-12-29 06:59:50,163 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:50,163 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:50,163 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:50,164 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:50,164 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:50,169 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:50,169 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:50,185 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:59:50,186 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:50,208 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:50,220 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:50,250 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:50,307 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:50,307 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:50,346 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:50,347 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:50,356 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:50,390 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:50,391 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:50,392 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:50,393 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:50,393 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:50,433 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:50,469 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:50,471 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:50,471 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:50,472 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:50,473 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:50,513 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:50,546 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:50,547 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:50,549 - paramiko.transport - DEBUG - starting thread (client mode): 0x294db310L 2018-12-29 06:59:50,549 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:50,555 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:50,555 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:50,559 - 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-12-29 06:59:50,560 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:50,560 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:50,560 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:50,560 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:50,560 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:50,565 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:50,565 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:50,581 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:59:50,582 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:50,604 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:50,617 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:50,646 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:50,713 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:50,714 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:50,753 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:50,753 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:50,758 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:50,794 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:50,795 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:50,797 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:50,797 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:50,797 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:50,839 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:50,877 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:50,878 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:50,879 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:50,880 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:50,880 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:50,921 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:50,952 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:50,954 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:50,955 - paramiko.transport - DEBUG - starting thread (client mode): 0x287fef10L 2018-12-29 06:59:50,956 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:50,961 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:50,962 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:50,965 - 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-12-29 06:59:50,965 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:50,965 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:50,966 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:50,966 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:50,966 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:50,971 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:50,971 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:50,987 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:59:50,988 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:51,011 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:51,024 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:51,052 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:51,129 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:51,130 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:51,169 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:51,170 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:51,188 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:51,227 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:51,228 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:51,229 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:51,229 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:51,229 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:51,270 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:51,311 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:51,312 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:51,313 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:51,314 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:51,314 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:51,355 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:51,388 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:51,391 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:51,391 - paramiko.transport - DEBUG - starting thread (client mode): 0x294ad750L 2018-12-29 06:59:51,392 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:51,397 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:51,397 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:51,399 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:59:51,399 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:51,400 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:51,400 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:51,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:51,400 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:51,404 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:51,405 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:51,407 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:59:51,408 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:51,444 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:51,454 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:51,473 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:51,537 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:51,537 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:51,577 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:51,578 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:51,583 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:51,612 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:51,613 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:51,614 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:51,614 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:51,615 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:51,655 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:51,686 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:51,687 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:51,688 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:51,689 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:51,689 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:51,730 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:51,757 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:51,759 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:51,760 - paramiko.transport - DEBUG - starting thread (client mode): 0x294175d0L 2018-12-29 06:59:51,761 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:51,767 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:51,767 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:51,770 - 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-12-29 06:59:51,770 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:51,771 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:51,771 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:51,771 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:51,771 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:51,775 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:51,776 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:51,792 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:59:51,793 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:51,815 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:51,828 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:51,857 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:51,923 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:51,923 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:51,962 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:51,962 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:51,968 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:51,997 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:51,998 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:51,999 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:52,000 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:52,000 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:52,040 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:52,072 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:52,073 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:52,074 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:52,075 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:52,075 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:52,115 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:52,141 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:52,142 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:52,143 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:52,144 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:52,144 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:52,152 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:57,172 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:57,173 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:57,176 - paramiko.transport - DEBUG - starting thread (client mode): 0x2955c0d0L 2018-12-29 06:59:57,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:57,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:57,182 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:57,184 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-12-29 06:59:57,184 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:57,184 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:57,185 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:57,185 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:57,185 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:57,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:57,190 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:57,191 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 8e57e43bfd0a3f20eec5db65c134f018 2018-12-29 06:59:57,192 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:57,229 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:57,241 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:57,256 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:57,319 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:57,320 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:57,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:57,360 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:57,368 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:57,402 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:57,403 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:57,404 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:57,405 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:57,405 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:57,448 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:57,485 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:57,487 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:57,488 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:57,488 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:57,489 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:57,530 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:57,562 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:57,563 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:57,564 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a18bfd0L 2018-12-29 06:59:57,565 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:57,571 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:57,571 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:57,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-12-29 06:59:57,574 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:57,575 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:57,575 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:57,575 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:57,575 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:57,580 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:57,581 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:57,597 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: e3a6b1c2b2acd6ba9ebf47eb45aa842a 2018-12-29 06:59:57,597 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:57,620 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:57,632 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:57,662 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:57,718 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:57,719 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:57,758 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:57,759 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:57,766 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:57,805 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:57,806 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:57,807 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:57,808 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:57,808 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:57,848 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:57,886 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:57,887 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:57,888 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:57,889 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:57,889 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:57,930 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:57,960 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:57,962 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:57,963 - paramiko.transport - DEBUG - starting thread (client mode): 0x29545e50L 2018-12-29 06:59:57,964 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:57,970 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:57,970 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:57,973 - 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-12-29 06:59:57,973 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:57,974 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:57,974 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:57,974 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:57,974 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:57,979 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:57,979 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:57,995 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 803c5965ec0b4adc9345487f679e3ee8 2018-12-29 06:59:57,996 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:58,018 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:58,031 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:58,060 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:58,122 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:58,123 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:58,162 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:58,163 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:58,167 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:58,205 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:58,206 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:58,207 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:58,208 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:58,208 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:58,249 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:58,285 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:58,286 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:58,288 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:58,288 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:58,288 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:58,331 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:58,361 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:58,362 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:58,364 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0b20d0L 2018-12-29 06:59:58,365 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:58,371 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:58,371 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:58,373 - 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-12-29 06:59:58,373 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:58,373 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:58,374 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:58,374 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:58,374 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:58,378 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:58,379 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:58,380 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: b430cff2fe87efa0ce65fb9cc3404a2b 2018-12-29 06:59:58,381 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:58,418 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:58,431 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:58,445 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:58,511 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:58,511 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:58,550 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:58,551 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:58,556 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:58,585 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:58,586 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:58,587 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:58,588 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:58,588 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:58,629 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:58,661 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:58,662 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:58,663 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:58,664 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:58,664 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:58,704 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:58,732 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:58,734 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:58,735 - paramiko.transport - DEBUG - starting thread (client mode): 0x2a0e8650L 2018-12-29 06:59:58,736 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-12-29 06:59:58,741 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-12-29 06:59:58,741 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-12-29 06:59:58,743 - 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-12-29 06:59:58,743 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-12-29 06:59:58,744 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-12-29 06:59:58,744 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-12-29 06:59:58,744 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-12-29 06:59:58,744 - paramiko.transport - DEBUG - Compression agreed: none 2018-12-29 06:59:58,748 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-12-29 06:59:58,749 - paramiko.transport - DEBUG - Switch to new keys ... 2018-12-29 06:59:58,752 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fe6b19cc6c439e0c4e617ce361ed3bec 2018-12-29 06:59:58,752 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-12-29 06:59:58,788 - paramiko.transport - DEBUG - userauth is OK 2018-12-29 06:59:58,799 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-12-29 06:59:58,817 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-12-29 06:59:58,874 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-12-29 06:59:58,874 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-12-29 06:59:58,913 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-12-29 06:59:58,913 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-12-29 06:59:58,920 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-12-29 06:59:58,950 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-12-29 06:59:58,951 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-12-29 06:59:58,952 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-12-29 06:59:58,953 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-12-29 06:59:58,953 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-12-29 06:59:58,993 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-12-29 06:59:59,026 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-12-29 06:59:59,027 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-12-29 06:59:59,028 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-12-29 06:59:59,029 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-12-29 06:59:59,029 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-12-29 06:59:59,070 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-12-29 06:59:59,098 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-12-29 06:59:59,098 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 06:59:59,103 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-12-29 06:59:59,127 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 06:59:59,128 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 06:59:59,128 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 06:59:59,133 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 06:59:59,165 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-12-29 06:59:59,165 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-12-29 06:59:59,168 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-12-29 06:59:59,183 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-12-29 06:59:59,185 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-12-29 06:59:59,186 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 06:59:59,187 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 06:59:59,187 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 06:59:59,189 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 06:59:59,190 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 06:59:59,191 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 06:59:59,191 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 06:59:59,192 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:03,694 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 07:00:03,697 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 07:00:03,697 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 07:00:03,698 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 07:00:03,699 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 07:00:03,741 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 07:00:03,778 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-12-29 07:00:03,779 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-12-29 07:00:03,780 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-12-29 07:00:03,781 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-12-29 07:00:03,922 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-12-29 07:00:03,924 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 07:00:03,941 - 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-12-29 07:00:04,221 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 07:00:04,222 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 07:00:04,222 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 07:00:04,225 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 07:00:04,259 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-12-29 07:00:04,259 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-12-29 07:00:04,262 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-12-29 07:00:04,263 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-12-29 07:00:04,264 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-12-29 07:00:04,265 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 07:00:04,266 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 07:00:04,266 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 07:00:04,268 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 07:00:04,269 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 07:00:04,270 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:04,270 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:04,270 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:09,462 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 07:00:09,464 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 07:00:09,464 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 07:00:09,466 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 07:00:09,466 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 07:00:09,506 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 07:00:09,536 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-12-29 07:00:09,537 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-12-29 07:00:09,538 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-12-29 07:00:09,539 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-12-29 07:00:09,666 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-12-29 07:00:09,668 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 07:00:09,684 - 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-12-29 07:00:09,949 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 07:00:09,950 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 07:00:09,950 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 07:00:09,955 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 07:00:09,987 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-12-29 07:00:09,988 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-12-29 07:00:09,990 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-12-29 07:00:09,990 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-12-29 07:00:09,991 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-12-29 07:00:09,992 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 07:00:09,993 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 07:00:09,993 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 07:00:09,995 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 07:00:09,996 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 07:00:09,997 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:09,997 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:09,997 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:13,649 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 07:00:13,651 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 07:00:13,652 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 07:00:13,653 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 07:00:13,653 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 07:00:13,694 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 07:00:13,727 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-12-29 07:00:13,727 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-12-29 07:00:13,729 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-12-29 07:00:13,730 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-12-29 07:00:13,866 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-12-29 07:00:13,868 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 07:00:13,884 - 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-12-29 07:00:14,151 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 07:00:14,152 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 07:00:14,152 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 07:00:14,154 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 07:00:14,182 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-12-29 07:00:14,183 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-12-29 07:00:14,185 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-12-29 07:00:14,186 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-12-29 07:00:14,187 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-12-29 07:00:14,189 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 07:00:14,190 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 07:00:14,190 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 07:00:14,193 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 07:00:14,193 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 07:00:14,194 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,194 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,195 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,333 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 07:00:14,335 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 07:00:14,335 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 07:00:14,336 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 07:00:14,337 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 07:00:14,377 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 07:00:14,405 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-12-29 07:00:14,405 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-12-29 07:00:14,406 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-12-29 07:00:14,408 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-12-29 07:00:14,414 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-12-29 07:00:14,416 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 07:00:14,431 - 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-12-29 07:00:14,457 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-12-29 07:00:14,460 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-12-29 07:00:14,460 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-12-29 07:00:14,463 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-12-29 07:00:14,490 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-12-29 07:00:14,490 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-12-29 07:00:14,492 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-12-29 07:00:14,493 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-12-29 07:00:14,494 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-12-29 07:00:14,496 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-12-29 07:00:14,497 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-12-29 07:00:14,497 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-12-29 07:00:14,498 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-12-29 07:00:14,499 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-12-29 07:00:14,500 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,500 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,500 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-12-29 07:00:14,637 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-12-29 07:00:14,639 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-12-29 07:00:14,639 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-12-29 07:00:14,640 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-12-29 07:00:14,641 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-12-29 07:00:14,681 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-12-29 07:00:14,708 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-12-29 07:00:14,709 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-12-29 07:00:14,710 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-12-29 07:00:14,711 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-12-29 07:00:14,719 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-12-29 07:00:14,721 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-12-29 07:00:14,736 - 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-12-29 07:00:14,768 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-12-29 07:00:16,737 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-12-29 07:00:16,737 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 47:48 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-12-29 07:00:16,744 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-12-29 07:00:16,744 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:52 | PASS | | bgpvpn | sdnvpn | features | 47:48 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-12-29 07:00:16,751 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-12-29 07:00:16,761 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:16,862 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:16,962 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,063 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,162 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,262 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,364 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,462 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,564 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,663 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,764 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,864 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:17,965 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,065 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,165 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,266 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,365 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,466 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,564 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,667 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,766 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,866 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:18,967 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,067 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,166 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,267 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,368 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,469 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,497 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,546 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,590 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,685 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:19,731 - paramiko.transport - DEBUG - EOF in transport thread 2018-12-29 07:00:24,381 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 07:00:24,386 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 07:00:24,386 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-29 07:00:24,386 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-29 07:00:24,387 - 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-12-29 07:00:24,390 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-29 07:00:28,462 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 07:00:28,471 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 07:00:28,471 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-12-29 07:00:28,472 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-12-29 07:00:28,473 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-12-29 07:00:28,475 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-12-29 07:00:32,982 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-322 | | 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-12-29 07:00:32,988 - 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=hmVefEdgFfgPQNfHu9Q6h9Bk2 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-12-29 07:00:32,988 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-12-29 07:00:33,000 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-12-29 07:00:34,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 07:00:34,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 07:00:34,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 07:00:34,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 07:00:34,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 07:00:34,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 07:00:34,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 07:00:34,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 07:00:34,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1544cc-90d8-4206-b401-fd7e312cc8ca Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 07:00:34,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1c1544cc-90d8-4206-b401-fd7e312cc8ca 2018-12-29 07:00:34,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 07:00:35,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}], "expires_at": "2018-12-29T08:00:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/052a0acaf7ec4a4397abb92cfbe54f87", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a6f0588d5a2844a09de64bd2ea96aceb"}, "audit_ids": ["QUEL6cEgQIeLXJBx42N8xQ"], "issued_at": "2018-12-29T07:00:35.000000Z"}} 2018-12-29 07:00:35,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-12-29 07:00:35,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:35,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fb1e890d-f3e5-4566-bf98-8313877b9b09 Date: Sat, 29 Dec 2018 07:00:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"172d8bf1-dcb3-48a2-9142-54f150cc212d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4404e4e01d12404da24afcd107b71f06","status":"ACTIVE","subnets":["717222cb-974c-4168-ab1a-356f49eda1dc"],"description":"","tags":[],"updated_at":"2018-12-29T03:30:39Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4404e4e01d12404da24afcd107b71f06","created_at":"2018-12-29T03:30:32Z","provider:network_type":"flat"}]} 2018-12-29 07:00:35,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fb1e890d-f3e5-4566-bf98-8313877b9b09 2018-12-29 07:00:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231968164444s 2018-12-29 07:00:35,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fb1e890d-f3e5-4566-bf98-8313877b9b09 2018-12-29 07:00:35,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-12-29 07:00:35,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:35,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 07:00: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 07:00:35,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:35,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6feb4d73-efdb-4fe1-8a78-9ea0e40e5700 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/f6af84dabd384775b5d90cde2b9904f8"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f6af84dabd384775b5d90cde2b9904f8"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-12-29 07:00:35,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-6feb4d73-efdb-4fe1-8a78-9ea0e40e5700 2018-12-29 07:00:35,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.364629030228s 2018-12-29 07:00:35,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-12-29 07:00:35,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}}' 2018-12-29 07:00:35,826 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 07:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa6c47ec-e8db-4517-b41a-56b1ada911b4 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a"}, "enabled": true, "id": "921d128c04424fa4bf944d150b4a204a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}} 2018-12-29 07:00:35,826 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fa6c47ec-e8db-4517-b41a-56b1ada911b4 2018-12-29 07:00:35,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102631807327s 2018-12-29 07:00:35,827 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fa6c47ec-e8db-4517-b41a-56b1ada911b4 2018-12-29 07:00:35,828 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'id': u'921d128c04424fa4bf944d150b4a204a', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-12-29 07:00:35,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-12-29 07:00:36,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356472969055s 2018-12-29 07:00:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1422e8fe-e8ce-4c0e-8197-bffeb43c72bf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}} 2018-12-29 07:00:36,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 used request id req-1422e8fe-e8ce-4c0e-8197-bffeb43c72bf 2018-12-29 07:00:36,279 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4ef75a7dd6494fbbab0224775372b1a8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545'}) 2018-12-29 07:00:36,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890d8e3d-cc4e-4736-8c16-da79b5ff06cf Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:36,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-890d8e3d-cc4e-4736-8c16-da79b5ff06cf 2018-12-29 07:00:36,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756590366364s 2018-12-29 07:00:36,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:36,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94879c8d-fada-44b3-aa22-2b34b668c1b9 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:36,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-94879c8d-fada-44b3-aa22-2b34b668c1b9 2018-12-29 07:00:36,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801999568939s 2018-12-29 07:00:36,438 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-12-29 07:00:36,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-12-29 07:00:36,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"role": {"name": "Member"}}' 2018-12-29 07:00:36,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d37622b-8537-414c-a659-3f595a3e3664 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}} 2018-12-29 07:00:36,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-3d37622b-8537-414c-a659-3f595a3e3664 2018-12-29 07:00:36,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.112146139145s 2018-12-29 07:00:36,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb8495d-0952-46b0-9727-f948d89a0ac0 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "domain_id": null, "name": "Member", "id": "4798b2ddb1154a15983ec98ac483a615"}} 2018-12-29 07:00:36,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615 used request id req-3cb8495d-0952-46b0-9727-f948d89a0ac0 2018-12-29 07:00:36,631 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615'}, 'domain_id': None, 'human_id': None, 'id': u'4798b2ddb1154a15983ec98ac483a615', 'HUMAN_ID': False}) 2018-12-29 07:00:36,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:36,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf752e3-8287-4f8f-98bf-f62cda0d521c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:36,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cdf752e3-8287-4f8f-98bf-f62cda0d521c 2018-12-29 07:00:36,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802969932556s 2018-12-29 07:00:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 07:00:36,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54b48907-7d8a-4240-8733-44e88b2bae62 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 07:00:36,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-54b48907-7d8a-4240-8733-44e88b2bae62 2018-12-29 07:00:36,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0922110080719s 2018-12-29 07:00:36,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 07:00:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845c362b-250a-46b9-9f78-fbfe01d40b63 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "domain_id": "default", "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 07:00:36,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-845c362b-250a-46b9-9f78-fbfe01d40b63 2018-12-29 07:00:36,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0456471443176s 2018-12-29 07:00:36,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-845c362b-250a-46b9-9f78-fbfe01d40b63 2018-12-29 07:00:36,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 07:00:36,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:36,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f991f99a-c14d-4dc0-96df-0409cc29effe Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a"}, "enabled": true, "id": "921d128c04424fa4bf944d150b4a204a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}]} 2018-12-29 07:00:36,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f991f99a-c14d-4dc0-96df-0409cc29effe 2018-12-29 07:00:36,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.127681016922s 2018-12-29 07:00:36,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f991f99a-c14d-4dc0-96df-0409cc29effe 2018-12-29 07:00:36,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 07:00:36,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=4798b2ddb1154a15983ec98ac483a615 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0eb7d2d-c946-4384-8bf8-1d16580402a0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=4798b2ddb1154a15983ec98ac483a615", "previous": null, "next": null}} 2018-12-29 07:00:37,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=4798b2ddb1154a15983ec98ac483a615 used request id req-d0eb7d2d-c946-4384-8bf8-1d16580402a0 2018-12-29 07:00:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.100025892258s 2018-12-29 07:00:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 07:00:37,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a/users/4ef75a7dd6494fbbab0224775372b1a8/roles/4798b2ddb1154a15983ec98ac483a615 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b3fa345-7a3d-4772-a029-0973c67a41bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:00:37,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a/users/4ef75a7dd6494fbbab0224775372b1a8/roles/4798b2ddb1154a15983ec98ac483a615 used request id req-1b3fa345-7a3d-4772-a029-0973c67a41bd 2018-12-29 07:00:37,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128758907318s 2018-12-29 07:00:37,219 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 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': '160716db-1736-47df-b130-6219e63eed35', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'project_id': u'921d128c04424fa4bf944d150b4a204a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-12-29 07:00:37,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-12-29 07:00:37,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-12-29 07:00:37,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-12-29 07:00:37,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-12-29 07:00:37,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-12-29 07:00:37,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-12-29 07:00:37,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-12-29 07:00:37,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-12-29 07:00:37,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-12-29 07:00:37,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-12-29 07:00:37,225 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'password': '160716db-1736-47df-b130-6219e63eed35', 'project_name': 'tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '921d128c04424fa4bf944d150b4a204a', 'project_domain_name': 'Default'} 2018-12-29 07:00:37,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e520575-15ae-4e09-a489-a524abcd4fa9 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:37,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5e520575-15ae-4e09-a489-a524abcd4fa9 2018-12-29 07:00:37,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859990119934s 2018-12-29 07:00:37,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:37,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6afc80f-4a20-489d-b486-b274a1f1bdf0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:37,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f6afc80f-4a20-489d-b486-b274a1f1bdf0 2018-12-29 07:00:37,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827331542969s 2018-12-29 07:00:37,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 07:00:37,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45309c94-348b-4ad5-b0d6-7ac921978722 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 07:00:37,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-45309c94-348b-4ad5-b0d6-7ac921978722 2018-12-29 07:00:37,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0743169784546s 2018-12-29 07:00:37,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 07:00:37,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486d3faa-813f-4279-ab1d-a30f4228cf72 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "domain_id": "default", "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 07:00:37,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-486d3faa-813f-4279-ab1d-a30f4228cf72 2018-12-29 07:00:37,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984709262848s 2018-12-29 07:00:37,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-486d3faa-813f-4279-ab1d-a30f4228cf72 2018-12-29 07:00:37,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 07:00:37,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ea7ba5-eb2d-4cef-8d22-773cdb3fd3de Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a"}, "enabled": true, "id": "921d128c04424fa4bf944d150b4a204a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}]} 2018-12-29 07:00:37,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10ea7ba5-eb2d-4cef-8d22-773cdb3fd3de 2018-12-29 07:00:37,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801830291748s 2018-12-29 07:00:37,658 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10ea7ba5-eb2d-4cef-8d22-773cdb3fd3de 2018-12-29 07:00:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 07:00:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a0cbc4-8bd2-41c3-9edd-ba2365a19ce5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=95deff53eb524dc89c022928bdcf52e3", "previous": null, "next": null}} 2018-12-29 07:00:37,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&scope.project.id=921d128c04424fa4bf944d150b4a204a&role.id=95deff53eb524dc89c022928bdcf52e3 used request id req-e0a0cbc4-8bd2-41c3-9edd-ba2365a19ce5 2018-12-29 07:00:37,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.077075958252s 2018-12-29 07:00:37,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 07:00:37,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a/users/4ef75a7dd6494fbbab0224775372b1a8/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12425524-7b4c-4b0c-8475-a2b458fb1775 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:00:37,864 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a/users/4ef75a7dd6494fbbab0224775372b1a8/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-12425524-7b4c-4b0c-8475-a2b458fb1775 2018-12-29 07:00:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126631975174s 2018-12-29 07:00:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:00:37,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:37,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd093dd2-9257-49f3-b60d-b1e661b22e0e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:00:37,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fd093dd2-9257-49f3-b60d-b1e661b22e0e 2018-12-29 07:00:37,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.08913397789s 2018-12-29 07:00:37,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-12-29 07:00:37,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:38,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6877973f-81de-40bd-b178-be6b697dfcd3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2018-12-29 07:00:38,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-6877973f-81de-40bd-b178-be6b697dfcd3 2018-12-29 07:00:38,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0764491558075s 2018-12-29 07:00:38,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 07:00:38,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b61f564-838d-49c9-851a-e7f213597a22 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "domain_id": "default", "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 07:00:38,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4b61f564-838d-49c9-851a-e7f213597a22 2018-12-29 07:00:38,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962920188904s 2018-12-29 07:00:38,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4b61f564-838d-49c9-851a-e7f213597a22 2018-12-29 07:00:38,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-12-29 07:00:38,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:38,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033e7ef9-0d32-42df-9541-bad06a2a2bf5 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default", "previous": null, "next": null}} 2018-12-29 07:00:38,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=4ef75a7dd6494fbbab0224775372b1a8&role.id=95deff53eb524dc89c022928bdcf52e3&scope.domain.id=default used request id req-033e7ef9-0d32-42df-9541-bad06a2a2bf5 2018-12-29 07:00:38,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0832340717316s 2018-12-29 07:00:38,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-12-29 07:00:38,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/4ef75a7dd6494fbbab0224775372b1a8/roles/95deff53eb524dc89c022928bdcf52e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:00:38,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:00:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-988fc78d-d740-48c0-a9c1-92ed8406c931 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:00:38,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/4ef75a7dd6494fbbab0224775372b1a8/roles/95deff53eb524dc89c022928bdcf52e3 used request id req-988fc78d-d740-48c0-a9c1-92ed8406c931 2018-12-29 07:00:38,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130352973938s 2018-12-29 07:00:38,350 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-12-29 07:00:44,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-12-29 07:00:43.984 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=26d3597b-81ba-4893-b7f0-d0997f7d791b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 26d3597b-81ba-4893-b7f0-d0997f7d791b | 2018-12-29T07:00:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 26d3597b-81ba-4893-b7f0-d0997f7d791b ~/.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-12-29 07:00:47,518 - 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-12-29 07:00:47,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-12-29 07:00:53,268 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-12-29 07:00:51.404 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-12-29 07:00:51.529 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-12-29 07:00:53.096 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b07ba6e-097b-4516-b221-0f2ed9edb866) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2b07ba6e-097b-4516-b221-0f2ed9edb866) as the default verifier for the future CLI operations. 2018-12-29 07:00:56,113 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-12-29 07:00:56,114 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-12-29 07:00:56,247 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-12-29 07:00:56,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-12-29 07:00:56,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2281555d-1a59-44f7-91fc-29e25a10bba6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-12-29 07:00:56,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2281555d-1a59-44f7-91fc-29e25a10bba6 2018-12-29 07:00:56,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-12-29 07:00:56,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95deff53eb524dc89c022928bdcf52e3", "name": "admin"}, {"id": "4798b2ddb1154a15983ec98ac483a615", "name": "Member"}], "expires_at": "2018-12-29T08:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "921d128c04424fa4bf944d150b4a204a", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8241768e0cfc42b98b28711048b225e6"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87ce6078a76b4470b393562ff7813932"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4f5baf8532844eeb1482c1cc0a56d61"}], "type": "compute", "id": "1213edcda39d4aa081586a35921a36a0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "12a88126b1bb43e68f37bda910fdb8ae", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "154db75920734e40825ff8f7e8304be4"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3526ccee825e424bb868b2cba1c65dc3"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e59e142ac1884c2b93dc88e6ff7d3c9f"}], "type": "placement", "id": "13c1639b0aae46d1a2b931e5d92cde9c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/921d128c04424fa4bf944d150b4a204a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01954c751d944d98be638def2f0a5579"}, {"url": "http://192.30.9.6:8776/v2/921d128c04424fa4bf944d150b4a204a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a5542225905d4fd19ff39383cfaf1b58"}, {"url": "http://192.30.9.6:8776/v2/921d128c04424fa4bf944d150b4a204a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e133a1361bcf47e0b9fe90fad27ae8c3"}], "type": "volumev2", "id": "1a56e53900a44963af7ef311c167853f", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12757de95e054d5fb3b5c27837a2ead9"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbcaf1570ae14a91a86ef3a3bc71af0b"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec05a518b712467ba55384df2b883dfc"}], "type": "cloudformation", "id": "22848de84cd044cdac410bce24b25c77", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5232d5fa7bcd48e69228757e5b155d82"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "734e165c821f429fb8777fc2cdc4372b"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9a6ff77c5a04c0d808bac0181d182a6"}], "type": "metric", "id": "449071d2e7d840e0b7c40fc9614906e4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/921d128c04424fa4bf944d150b4a204a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e4dde5a38cd4c11bde3f47bc1a3cda0"}, {"url": "http://192.30.9.6:8004/v1/921d128c04424fa4bf944d150b4a204a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad0276158b84fe595707c89fb2ca7d7"}, {"url": "http://192.30.9.6:8004/v1/921d128c04424fa4bf944d150b4a204a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ad14d320c3c94426a8d3533975558cc2"}], "type": "orchestration", "id": "563eb2a57cfa4ac0bec1f1000dbfffef", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "515f7d95e924465fb15168c29dd54bbe"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cff6ee3d16f34c168e6df630363eb8f9"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb420b6541bf4b6fb8911ccc2ea85387"}], "type": "alarming", "id": "5fdc9a1e4600462f9c6cfd896b4a8f21", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v1/921d128c04424fa4bf944d150b4a204a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c860a59e72546e7a69a9d3580482145"}, {"url": "http://192.30.9.6:8776/v1/921d128c04424fa4bf944d150b4a204a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8219323dbf34ccfb4f76081ae2dd2a3"}, {"url": "http://192.30.9.6:8776/v1/921d128c04424fa4bf944d150b4a204a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d2de8441d628443b842e3d14f6a4803f"}], "type": "volume", "id": "778696b12e6e4b3da95f2b82ac3559c0", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "63c010d72b054f7080faa4a990858bc8"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c1c0e316d0443e69de4bd73246df92f"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62deb7ec32b4f84adf13c4094af73c3"}], "type": "key-manager", "id": "7a865c7fff4245a1a080d64aaf0e9824", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ede89ec5f8486181dd92687238f6ac"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0b47211bfb145f9a807cef227c9d447"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ace1b6a1fdbd431c91944dfb37084d3e"}], "type": "policy", "id": "918084dd5cbf4be7986a575776103a0b", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "234d60bcb0a74b7c844323c91ae7668c"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e491fef3614f8ba6e2395d2f2a2c74"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3d5d15b3f54c97bfb716c411d47ba4"}], "type": "network", "id": "926993fc57154b938f89f70a41d2a6b2", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/921d128c04424fa4bf944d150b4a204a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2de85723a65841d183b91c576477c676"}, {"url": "http://192.30.9.6:8776/v3/921d128c04424fa4bf944d150b4a204a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "808f02a928674cdbbb3d0c03ad304528"}, {"url": "http://172.30.9.30:8776/v3/921d128c04424fa4bf944d150b4a204a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8fb1e1a36f3b490d8f420860b5dcd128"}], "type": "volumev3", "id": "9cc0283e2b8044429a3f7cf3a16e6005", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cfe66448b3b4691afc0e5ede3bf1eeb"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "411195b1aea34a8daf08bbfd4afd5049"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9737a152629c42e784b78e72b58a05d5"}], "type": "identity", "id": "c5d37e1a5f2045bc8ef4c816d86b0006", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70fdf66df1514f6482bfe90813e1774f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf3efe10aace4c41a7c310c37a25ec9a"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc9b3a80e4514a14815010925ee15330"}], "type": "image", "id": "c7247f3a895d460383bff8908e4456a0", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "id": "4ef75a7dd6494fbbab0224775372b1a8"}, "audit_ids": ["_J0kx89nRlqd1ff3eX0jIQ"], "issued_at": "2018-12-29T07:00:56.000000Z"}} 2018-12-29 07:00:56,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:00:56,646 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 29 Dec 2018 07:00:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-12-29 07:00:56,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 07:00:56,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:00:56,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6431e4bd-f469-4abc-a26c-713e0d0b91e3 Date: Sat, 29 Dec 2018 07:00:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 07:00:56,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6431e4bd-f469-4abc-a26c-713e0d0b91e3 2018-12-29 07:00:56,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197231054306s 2018-12-29 07:00:56,847 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6431e4bd-f469-4abc-a26c-713e0d0b91e3 2018-12-29 07:00:56,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 07:00:56,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}' 2018-12-29 07:00:57,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7 X-Openstack-Request-Id: req-8c4b551f-c9c3-4ec0-bfb5-a36be4638883 Date: Sat, 29 Dec 2018 07:00:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "504ad007-7051-4b1a-b235-1710124d3dd7", "size": null, "self": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:00:57Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": null, "created_at": "2018-12-29T07:00:57Z", "protected": false} 2018-12-29 07:00:57,110 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8c4b551f-c9c3-4ec0-bfb5-a36be4638883 2018-12-29 07:00:57,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.260996818542s 2018-12-29 07:00:57,111 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8c4b551f-c9c3-4ec0-bfb5-a36be4638883 returning object 504ad007-7051-4b1a-b235-1710124d3dd7 2018-12-29 07:00:57,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 07:00:57,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" -d '' 2018-12-29 07:00:59,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ffd2db3-d767-4d15-a175-eda903460fd1 Date: Sat, 29 Dec 2018 07:00:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 07:00:59,434 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file used request id req-1ffd2db3-d767-4d15-a175-eda903460fd1 2018-12-29 07:00:59,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.32260918617s 2018-12-29 07:00:59,434 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file used request id req-1ffd2db3-d767-4d15-a175-eda903460fd1 2018-12-29 07:00:59,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 07:00:59,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:00,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-da510e63-2209-478c-b3c8-e8071864af4f Date: Sat, 29 Dec 2018 07:01:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "metadata": {}}], "file": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "504ad007-7051-4b1a-b235-1710124d3dd7", "size": 12716032, "self": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:00:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T07:00:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 07:01:00,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-da510e63-2209-478c-b3c8-e8071864af4f 2018-12-29 07:01:00,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.570847034454s 2018-12-29 07:01:00,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-da510e63-2209-478c-b3c8-e8071864af4f 2018-12-29 07:01:00,008 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file', 'owner': u'921d128c04424fa4bf944d150b4a204a', 'id': u'504ad007-7051-4b1a-b235-1710124d3dd7', 'size': 12716032, u'self': u'/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'921d128c04424fa4bf944d150b4a204a', 'name': 'tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T07:00:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T07:00:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'created': u'2018-12-29T07:00:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T07:00:57Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 07:01:00,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 07:01:00,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 07:01:00,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26baf38d-926d-436e-8058-444ccff48a08 x-compute-request-id: req-26baf38d-926d-436e-8058-444ccff48a08 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "name": "tempest_full_parallel-flavor_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 07:01:00,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-26baf38d-926d-436e-8058-444ccff48a08 2018-12-29 07:01:00,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220054864883s 2018-12-29 07:01:00,230 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-26baf38d-926d-436e-8058-444ccff48a08 returning object 82a221d0-3a38-4d1e-ac92-9db5e0dc3852 2018-12-29 07:01:00,231 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_bb38f771-f0f5-4ea5-b156-7a5401ee7545', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'82a221d0-3a38-4d1e-ac92-9db5e0dc3852', 'swap': 0}) 2018-12-29 07:01:00,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 07:01:00,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852/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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"extra_specs": {}}' 2018-12-29 07:01:00,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c35335ab-5c68-45ce-ab08-9cb6bf8ab3c6 x-compute-request-id: req-c35335ab-5c68-45ce-ab08-9cb6bf8ab3c6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 07:01:00,259 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852/os-extra_specs used request id req-c35335ab-5c68-45ce-ab08-9cb6bf8ab3c6 2018-12-29 07:01:00,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0275871753693s 2018-12-29 07:01:00,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852/os-extra_specs used request id req-c35335ab-5c68-45ce-ab08-9cb6bf8ab3c6 2018-12-29 07:01:00,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:01:00,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:00,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 29 Dec 2018 07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-12-29 07:01:00,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:00,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3efaee7-7324-4b44-9348-d49060567db2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:01:00,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e3efaee7-7324-4b44-9348-d49060567db2 2018-12-29 07:01:00,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.104288101196s 2018-12-29 07:01:00,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-12-29 07:01:00,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:00,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b2ff5f4-2987-44c8-8d82-2c93b09abe5e x-compute-request-id: req-0b2ff5f4-2987-44c8-8d82-2c93b09abe5e Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 177}, "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.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-0.opnfvlf.org", "disabled_reason": null, "id": 180}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-12-29 07:01:00,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-0b2ff5f4-2987-44c8-8d82-2c93b09abe5e 2018-12-29 07:01:00,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.566396951675s 2018-12-29 07:01:00,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-0b2ff5f4-2987-44c8-8d82-2c93b09abe5e 2018-12-29 07:01:00,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 07:01:00,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:01,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-06620bf1-fdea-41b9-83f6-04d200f384d9 Date: Sat, 29 Dec 2018 07:01:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "metadata": {}}], "file": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "504ad007-7051-4b1a-b235-1710124d3dd7", "size": 12716032, "self": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:00:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T07:00:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 07:01:01,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-06620bf1-fdea-41b9-83f6-04d200f384d9 2018-12-29 07:01:01,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169121980667s 2018-12-29 07:01:01,107 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-06620bf1-fdea-41b9-83f6-04d200f384d9 2018-12-29 07:01:01,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-12-29 07:01:01,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}' 2018-12-29 07:01:01,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab X-Openstack-Request-Id: req-833d7b08-c942-4caf-b9c5-08f3b4533f0f Date: Sat, 29 Dec 2018 07:01:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab", "size": null, "self": "/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:01:01Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": null, "created_at": "2018-12-29T07:01:01Z", "protected": false} 2018-12-29 07:01:01,793 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-833d7b08-c942-4caf-b9c5-08f3b4533f0f 2018-12-29 07:01:01,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.68390583992s 2018-12-29 07:01:01,794 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-833d7b08-c942-4caf-b9c5-08f3b4533f0f returning object 8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab 2018-12-29 07:01:01,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-12-29 07:01:01,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" -d '' 2018-12-29 07:01:03,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d08b226f-a6a1-4f12-bf51-4fb217ac4b45 Date: Sat, 29 Dec 2018 07:01:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 07:01:03,611 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/file used request id req-d08b226f-a6a1-4f12-bf51-4fb217ac4b45 2018-12-29 07:01:03,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.81696009636s 2018-12-29 07:01:03,612 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/file used request id req-d08b226f-a6a1-4f12-bf51-4fb217ac4b45 2018-12-29 07:01:03,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 07:01:03,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:01:03,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-f026d833-94fe-4df8-a282-77e951cd4f3a Date: Sat, 29 Dec 2018 07:01:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/snap", "metadata": {}}], "file": "/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab", "size": 12716032, "self": "/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:01:03Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T07:01:01Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "metadata": {}}], "file": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "504ad007-7051-4b1a-b235-1710124d3dd7", "size": 12716032, "self": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:00:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T07:00:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 07:01:03,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f026d833-94fe-4df8-a282-77e951cd4f3a 2018-12-29 07:01:03,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171560049057s 2018-12-29 07:01:03,785 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f026d833-94fe-4df8-a282-77e951cd4f3a 2018-12-29 07:01:03,787 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/file', 'owner': u'921d128c04424fa4bf944d150b4a204a', 'id': u'8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab', 'size': 12716032, u'self': u'/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'921d128c04424fa4bf944d150b4a204a', 'name': 'tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-12-29T07:01:03Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-12-29T07:01:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', 'created': u'2018-12-29T07:01:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-12-29T07:01:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-12-29 07:01:03,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-12-29 07:01:03,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-12-29 07:01:03,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59d22958-2566-40ca-9d8c-936a1578ad5b x-compute-request-id: req-59d22958-2566-40ca-9d8c-936a1578ad5b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/93a0f623-6066-4c25-b0e3-122183411322", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "93a0f623-6066-4c25-b0e3-122183411322", "name": "tempest_full_parallel-flavor_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-12-29 07:01:03,851 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-59d22958-2566-40ca-9d8c-936a1578ad5b 2018-12-29 07:01:03,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0630481243134s 2018-12-29 07:01:03,852 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-59d22958-2566-40ca-9d8c-936a1578ad5b returning object 93a0f623-6066-4c25-b0e3-122183411322 2018-12-29 07:01:03,852 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'93a0f623-6066-4c25-b0e3-122183411322', 'swap': 0}) 2018-12-29 07:01:03,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-12-29 07:01:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322/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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" -d '{"extra_specs": {}}' 2018-12-29 07:01:03,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:01:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-940ba154-a201-4d56-8da6-61ce5811bc95 x-compute-request-id: req-940ba154-a201-4d56-8da6-61ce5811bc95 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-12-29 07:01:03,877 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322/os-extra_specs used request id req-940ba154-a201-4d56-8da6-61ce5811bc95 2018-12-29 07:01:03,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234749317169s 2018-12-29 07:01:03,877 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322/os-extra_specs used request id req-940ba154-a201-4d56-8da6-61ce5811bc95 2018-12-29 07:01:03,877 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545', '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'052a0acaf7ec4a4397abb92cfbe54f87', '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'93a0f623-6066-4c25-b0e3-122183411322', 'swap': 0}) 2018-12-29 07:01:06,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-12-29 07:01:05.838 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2b07ba6e-097b-4516-b221-0f2ed9edb866) for deployment 'opnfv-rally' (UUID=26d3597b-81ba-4893-b7f0-d0997f7d791b). 2018-12-29 07:01:06.770 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-12-29 07:01:06.772 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b07ba6e-097b-4516-b221-0f2ed9edb866) has been successfully configured for deployment 'opnfv-rally' (UUID=26d3597b-81ba-4893-b7f0-d0997f7d791b)! 2018-12-29 07:01:06,934 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-12-29 07:01:06,935 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-12-29 07:01:06,938 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-12-29 07:01:06,955 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-12-29 07:01:09,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2b07ba6e-097b-4516-b221-0f2ed9edb866/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-12-29 07:01:09,351 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-12-29 07:01:09,370 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-12-29 07:01:09,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-12-29 07:01:11,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:11.337 49 INFO rally.api [-] Starting verification (UUID=194fd1b3-c3ae-4787-bed0-384f033338b2) for deployment 'opnfv-rally' (UUID=26d3597b-81ba-4893-b7f0-d0997f7d791b) by verifier 'opnfv-tempest' (UUID=2b07ba6e-097b-4516-b221-0f2ed9edb866). 2018-12-29 07:01:11,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 194fd1b3-c3ae-4787-bed0-384f033338b2 2018-12-29 07:01:15,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:15.910 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-12-29 07:01:15,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:15.982 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-12-29 07:01:15,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:15.995 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:01:16,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:16.000 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:01:16,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:16.070 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:01:19,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.202 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.181s] 2018-12-29 07:01:19,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.214 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.222s] 2018-12-29 07:01:19,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.218 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.016s] 2018-12-29 07:01:19,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.250 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.036s] 2018-12-29 07:01:19,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.334 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.084s] 2018-12-29 07:01:19,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.382 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.164s] 2018-12-29 07:01:19,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.433 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.098s] 2018-12-29 07:01:19,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.459 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.025s] 2018-12-29 07:01:19,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.510 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.284s] 2018-12-29 07:01:19,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.535 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.446s] 2018-12-29 07:01:19,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.552 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.200s] 2018-12-29 07:01:19,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.571 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.018s] 2018-12-29 07:01:19,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.634 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.124s] 2018-12-29 07:01:19,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.643 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.106s] 2018-12-29 07:01:19,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.670 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.099s] 2018-12-29 07:01:19,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.689 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.229s] 2018-12-29 07:01:19,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.725 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.054s] 2018-12-29 07:01:19,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.745 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.019s] 2018-12-29 07:01:19,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.752 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.061s] 2018-12-29 07:01:19,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.753 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.177s] 2018-12-29 07:01:19,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.757 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-12-29 07:01:19,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.766 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-12-29 07:01:19,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.828 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.185s] 2018-12-29 07:01:19,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.282s] 2018-12-29 07:01:19,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.939 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.821s] 2018-12-29 07:01:19,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:19.959 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.057s] 2018-12-29 07:01:20,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.004 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.529s] 2018-12-29 07:01:20,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.123 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.995s] 2018-12-29 07:01:20,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.352 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.410s] 2018-12-29 07:01:20,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.381 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.552s] 2018-12-29 07:01:20,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.410 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.406s] 2018-12-29 07:01:20,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.456 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.279s] 2018-12-29 07:01:20,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.564 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.604s] 2018-12-29 07:01:20,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.190s] 2018-12-29 07:01:20,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.584 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.233s] 2018-12-29 07:01:20,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.609 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.487s] 2018-12-29 07:01:20,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.671 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.215s] 2018-12-29 07:01:20,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.709 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.682s] 2018-12-29 07:01:20,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.775 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.363s] 2018-12-29 07:01:20,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.785 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.010s] 2018-12-29 07:01:20,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.793 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.009s] 2018-12-29 07:01:20,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.809 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.015s] 2018-12-29 07:01:20,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:20.941 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.356s] 2018-12-29 07:01:21,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.168 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.358s] 2018-12-29 07:01:21,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.282 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.340s] 2018-12-29 07:01:21,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.369 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.201s] 2018-12-29 07:01:21,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.438 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.068s] 2018-12-29 07:01:21,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.683 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.400s] 2018-12-29 07:01:21,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.710 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.271s] 2018-12-29 07:01:21,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.736 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.026s] 2018-12-29 07:01:21,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:21.756 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.020s] 2018-12-29 07:01:22,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:22.250 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.567s] 2018-12-29 07:01:23,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:23.148 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.390s] 2018-12-29 07:01:23,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:23.259 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.180s] 2018-12-29 07:01:23,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:23.590 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.443s] 2018-12-29 07:01:24,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:24.251 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.996s] 2018-12-29 07:01:24,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:24.915 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.666s] 2018-12-29 07:01:25,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:25.211 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.296s] 2018-12-29 07:01:25,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:25.941 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-12-29 07:01:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:27.141 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.881s] 2018-12-29 07:01:27,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:27.647 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.996s] 2018-12-29 07:01:28,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:28.594 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:01:28,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:28.596 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:01:28,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:28.748 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [1.100s] 2018-12-29 07:01:29,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:29.077 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.328s] 2018-12-29 07:01:29,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:29.410 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.332s] 2018-12-29 07:01:29,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:29.732 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.321s] 2018-12-29 07:01:30,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.093 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.361s] 2018-12-29 07:01:30,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.651 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.118s] 2018-12-29 07:01:30,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.028s] 2018-12-29 07:01:30,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.816 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.218s] 2018-12-29 07:01:30,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.917 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.102s] 2018-12-29 07:01:30,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:30.966 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.049s] 2018-12-29 07:01:31,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.033 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.065s] 2018-12-29 07:01:31,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.061 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.188s] 2018-12-29 07:01:31,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.073 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.011s] 2018-12-29 07:01:31,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.097 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.023s] 2018-12-29 07:01:31,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.108 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2018-12-29 07:01:31,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.130 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.022s] 2018-12-29 07:01:31,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.134 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.210s] 2018-12-29 07:01:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.141 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.010s] 2018-12-29 07:01:31,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.175 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.033s] 2018-12-29 07:01:31,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.014s] 2018-12-29 07:01:31,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.202 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.068s] 2018-12-29 07:01:31,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.221 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.032s] 2018-12-29 07:01:31,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.236 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.014s] 2018-12-29 07:01:31,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.248 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2018-12-29 07:01:31,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.249 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.045s] 2018-12-29 07:01:31,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.263 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.016s] 2018-12-29 07:01:31,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.273 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-12-29 07:01:31,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:31.306 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.032s] 2018-12-29 07:01:32,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:32.070 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.927s] 2018-12-29 07:01:32,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:32.073 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-12-29 07:01:32,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:32.075 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-12-29 07:01:32,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:32.090 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.019s] 2018-12-29 07:01:33,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:33.016 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.169s] 2018-12-29 07:01:33,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:33.688 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.181s] 2018-12-29 07:01:36,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:36.889 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.788s] 2018-12-29 07:01:37,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:37.277 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [18.219s] 2018-12-29 07:01:37,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:37.461 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.572s] 2018-12-29 07:01:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:38.121 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.660s] 2018-12-29 07:01:41,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:41.059 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.917s] 2018-12-29 07:01:41,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:41.411 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.244s] 2018-12-29 07:01:42,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:42.857 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.797s] 2018-12-29 07:01:45,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:45.149 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [2.292s] 2018-12-29 07:01:45,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:45.578 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.631s] 2018-12-29 07:01:45,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:45.862 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.659s] 2018-12-29 07:01:45,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:45.952 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [17.316s] 2018-12-29 07:01:46,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:46.049 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.188s] 2018-12-29 07:01:46,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:46.165 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.719s] 2018-12-29 07:01:46,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:46.767 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.600s] 2018-12-29 07:01:47,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:47.150 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.383s] 2018-12-29 07:01:47,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:47.206 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.631s] 2018-12-29 07:01:48,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:48.252 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.101s] 2018-12-29 07:01:48,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:48.419 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.512s] 2018-12-29 07:01:48,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:48.429 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-12-29 07:01:48,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:48.696 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.489s] 2018-12-29 07:01:49,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.643 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.211s] 2018-12-29 07:01:49,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.646 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-12-29 07:01:49,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.650 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-12-29 07:01:49,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.651 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.002s]: Skipped until Bug: 1161411 is resolved. 2018-12-29 07:01:49,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.677 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.030s] 2018-12-29 07:01:49,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.884 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.205s] 2018-12-29 07:01:49,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.887 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-12-29 07:01:49,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.888 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-12-29 07:01:49,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:49.889 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-12-29 07:01:50,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.485 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.788s] 2018-12-29 07:01:50,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.548 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.731s] 2018-12-29 07:01:50,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.579 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.035s] 2018-12-29 07:01:50,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.595 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.015s] 2018-12-29 07:01:50,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.610 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.015s] 2018-12-29 07:01:50,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.619 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-12-29 07:01:50,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.648 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [19.398s] 2018-12-29 07:01:50,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.793 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.144s] 2018-12-29 07:01:50,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:50.968 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.348s] 2018-12-29 07:01:51,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:51.041 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [4.989s] 2018-12-29 07:01:51,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:51.126 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.640s] 2018-12-29 07:01:51,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:51.304 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.335s] 2018-12-29 07:01:51,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:51.646 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.342s] 2018-12-29 07:01:51,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:51.724 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.597s] 2018-12-29 07:01:52,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.024 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.377s] 2018-12-29 07:01:52,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.375 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.350s] 2018-12-29 07:01:52,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.446 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [18.751s] 2018-12-29 07:01:52,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.452 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2018-12-29 07:01:52,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.463 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-12-29 07:01:52,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:52.474 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.011s] 2018-12-29 07:01:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:53.102 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.376s] 2018-12-29 07:01:55,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:55.137 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.034s] 2018-12-29 07:01:55,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:01:55.608 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.472s] 2018-12-29 07:02:00,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:00.461 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.184s] 2018-12-29 07:02:02,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:02.266 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [11.225s] 2018-12-29 07:02:03,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.208 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [10.731s] 2018-12-29 07:02:03,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.386 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.167s] 2018-12-29 07:02:03,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.398 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-12-29 07:02:03,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.416 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.018s] 2018-12-29 07:02:03,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.651 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.233s] 2018-12-29 07:02:03,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.664 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2018-12-29 07:02:03,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.730 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.066s] 2018-12-29 07:02:03,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.757 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.026s] 2018-12-29 07:02:03,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.809 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.052s] 2018-12-29 07:02:03,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.825 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.016s] 2018-12-29 07:02:03,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.876 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.051s] 2018-12-29 07:02:03,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:03.903 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.026s] 2018-12-29 07:02:04,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:04.115 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [17.471s] 2018-12-29 07:02:04,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:04.205 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.996s] 2018-12-29 07:02:08,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:08.889 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:02:09,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:09.235 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.123s] 2018-12-29 07:02:12,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:12.035 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.628s] 2018-12-29 07:02:12,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:12.414 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.377s] 2018-12-29 07:02:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:15.505 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.279s] 2018-12-29 07:02:15,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:15.595 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.090s] 2018-12-29 07:02:15,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:15.694 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.098s] 2018-12-29 07:02:15,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:15.800 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.106s] 2018-12-29 07:02:18,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:18.771 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.129s] 2018-12-29 07:02:18,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:18.970 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [16.483s] 2018-12-29 07:02:19,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.177s] 2018-12-29 07:02:19,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.241 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.470s] 2018-12-29 07:02:19,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.333 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.143s] 2018-12-29 07:02:19,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.372 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.039s] 2018-12-29 07:02:19,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.540 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-12-29 07:02:19,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:19.704 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.331s] 2018-12-29 07:02:20,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:20.165 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.922s] 2018-12-29 07:02:20,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:20.184 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.039s] 2018-12-29 07:02:20,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:20.883 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.699s] 2018-12-29 07:02:20,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:20.928 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.044s] 2018-12-29 07:02:21,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:21.568 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.401s] 2018-12-29 07:02:21,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:21.989 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.060s] 2018-12-29 07:02:22,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:22.533 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.543s] 2018-12-29 07:02:22,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:22.960 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.392s] 2018-12-29 07:02:24,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:24.657 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-12-29 07:02:25,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:25.594 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [28.086s] 2018-12-29 07:02:27,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.708 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.205s] 2018-12-29 07:02:27,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.770 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-12-29 07:02:27,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.840 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.071s] 2018-12-29 07:02:27,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.899 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.059s] 2018-12-29 07:02:27,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.925 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2018-12-29 07:02:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:27.992 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.066s] 2018-12-29 07:02:28,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:28.048 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.056s] 2018-12-29 07:02:28,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:28.109 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.060s] 2018-12-29 07:02:28,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:28.130 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.020s] 2018-12-29 07:02:28,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:28.192 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.061s] 2018-12-29 07:02:28,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:28.258 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-12-29 07:02:29,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:29.525 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.935s] 2018-12-29 07:02:33,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:33.505 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.560s] 2018-12-29 07:02:39,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:39.053 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.527s] 2018-12-29 07:02:41,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:41.983 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.753s] 2018-12-29 07:02:46,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:46.025 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [32.155s] 2018-12-29 07:02:46,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:46.378 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-12-29 07:02:46,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:46.501 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.122s] 2018-12-29 07:02:46,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:46.646 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.311s] 2018-12-29 07:02:46,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:46.820 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.174s] 2018-12-29 07:02:48,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:48.870 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.851s] 2018-12-29 07:02:51,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:51.294 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.310s] 2018-12-29 07:02:58,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:02:58.511 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:03:01,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:01.003 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [86.165s] 2018-12-29 07:03:01,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:01.026 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.029s] 2018-12-29 07:03:02,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:02.609 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [23.857s] 2018-12-29 07:03:06,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:06.934 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.903s] 2018-12-29 07:03:08,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:08.156 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [34.644s] 2018-12-29 07:03:09,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:09.008 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [81.838s] 2018-12-29 07:03:12,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:12.066 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.433s] 2018-12-29 07:03:12,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:12.099 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.949s] 2018-12-29 07:03:21,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:21.661 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.408s] 2018-12-29 07:03:21,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:21.721 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.060s] 2018-12-29 07:03:24,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:24.233 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [45.171s] 2018-12-29 07:03:24,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:24.413 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.691s] 2018-12-29 07:03:24,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:24.491 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.077s] 2018-12-29 07:03:25,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:25.538 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [22.925s] 2018-12-29 07:03:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:26.179 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.950s] 2018-12-29 07:03:26,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:26.389 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.897s] 2018-12-29 07:03:29,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:29.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [23.445s] 2018-12-29 07:03:29,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:29.872 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.014s] 2018-12-29 07:03:30,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:30.174 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.301s] 2018-12-29 07:03:30,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:30.366 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [65.691s] 2018-12-29 07:03:30,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:30.509 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.335s] 2018-12-29 07:03:42,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:42.098 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.443s] 2018-12-29 07:03:43,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:43.453 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-12-29 07:03:43,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:43.558 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [28.245s] 2018-12-29 07:03:43,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:43.701 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.604s] 2018-12-29 07:03:46,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:46.416 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.549s] 2018-12-29 07:03:47,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:47.673 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [38.657s] 2018-12-29 07:03:48,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:48.173 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [4.619s] 2018-12-29 07:03:52,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:52.930 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.547s] 2018-12-29 07:03:53,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:53.200 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.164s] 2018-12-29 07:03:58,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:03:58.755 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.551s] 2018-12-29 07:04:00,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:00.974 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [30.601s] 2018-12-29 07:04:00,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:00.975 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-12-29 07:04:02,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:02.232 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [3.479s] 2018-12-29 07:04:02,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:02.788 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.366s] 2018-12-29 07:04:03,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:03.126 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [51.013s] 2018-12-29 07:04:03,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:03.127 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-12-29 07:04:09,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:09.021 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.977s] 2018-12-29 07:04:09,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:09.600 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:04:09,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:09.804 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:04:09,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:09.805 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-12-29 07:04:09,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:09.806 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-12-29 07:04:10,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:10.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.187s] 2018-12-29 07:04:10,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:10.220 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-12-29 07:04:11,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:11.410 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.188s] 2018-12-29 07:04:11,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:11.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [109.177s] 2018-12-29 07:04:12,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:12.482 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.071s] 2018-12-29 07:04:13,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:13.974 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.491s] 2018-12-29 07:04:14,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:14.148 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.173s] 2018-12-29 07:04:14,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:14.536 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.388s] 2018-12-29 07:04:22,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:22.100 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [7.499s] 2018-12-29 07:04:23,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:23.678 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.886s] 2018-12-29 07:04:26,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:26.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [14.452s] 2018-12-29 07:04:27,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:27.697 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [5.596s] 2018-12-29 07:04:27,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:27.914 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [86.865s] 2018-12-29 07:04:28,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:28.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.895s] 2018-12-29 07:04:31,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:31.971 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-12-29 07:04:38,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:38.094 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [23.301s] 2018-12-29 07:04:38,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:38.755 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.780s] 2018-12-29 07:04:41,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:41.603 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [84.160s] 2018-12-29 07:04:45,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:45.929 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [18.231s] 2018-12-29 07:04:49,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:49.751 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [178.986s] 2018-12-29 07:04:54,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:54.690 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.760s] 2018-12-29 07:04:56,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:04:56.383 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [23.921s] 2018-12-29 07:05:02,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:02.716 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.024s] 2018-12-29 07:05:12,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:12.764 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [10.048s] 2018-12-29 07:05:14,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:14.082 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.435s] 2018-12-29 07:05:14,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:14.349 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.267s] 2018-12-29 07:05:14,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:14.979 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [51.290s] 2018-12-29 07:05:15,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:15.849 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.499s] 2018-12-29 07:05:16,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:16.242 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.392s] 2018-12-29 07:05:17,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:17.206 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.963s] 2018-12-29 07:05:17,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:17.558 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.351s] 2018-12-29 07:05:18,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:18.390 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [75.243s] 2018-12-29 07:05:19,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:19.035 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.270s] 2018-12-29 07:05:25,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:25.419 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.383s] 2018-12-29 07:05:26,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:26.558 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.741s] 2018-12-29 07:05:29,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:29.014 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [12.600s] 2018-12-29 07:05:30,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:30.594 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:05:31,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:31.605 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [108.127s] 2018-12-29 07:05:31,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:31.788 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.809s] 2018-12-29 07:05:32,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:32.284 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-12-29 07:05:34,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:34.264 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [56.166s] 2018-12-29 07:05:35,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:35.927 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.535s] 2018-12-29 07:05:36,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:36.104 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.177s] 2018-12-29 07:05:36,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:36.223 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.421s] 2018-12-29 07:05:36,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:36.486 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.381s] 2018-12-29 07:05:38,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:38.829 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.224s] 2018-12-29 07:05:39,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:39.044 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.146s] 2018-12-29 07:05:39,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:39.213 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.169s] 2018-12-29 07:05:41,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:41.487 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [23.096s] 2018-12-29 07:05:43,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:43.794 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.728s] 2018-12-29 07:05:43,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:43.853 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-12-29 07:05:44,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:44.235 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.382s] 2018-12-29 07:05:46,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:46.815 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.259s] 2018-12-29 07:05:46,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:46.873 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-12-29 07:05:47,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:47.111 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.237s] 2018-12-29 07:05:48,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:48.998 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [22.243s] 2018-12-29 07:05:49,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:49.001 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-29 07:05:49,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:49.001 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-12-29 07:05:49,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:49.002 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-12-29 07:05:53,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:53.451 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [12.428s] 2018-12-29 07:05:53,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:53.626 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.093s] 2018-12-29 07:05:54,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:54.038 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.410s] 2018-12-29 07:05:54,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:54.118 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.080s] 2018-12-29 07:05:54,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:54.197 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.079s] 2018-12-29 07:05:54,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:54.272 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.075s] 2018-12-29 07:05:55,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:55.754 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.479s] 2018-12-29 07:05:58,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:05:58.742 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.987s] 2018-12-29 07:06:07,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:07.194 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-12-29 07:06:08,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:08.460 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [15.008s] 2018-12-29 07:06:16,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:16.032 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.642s] 2018-12-29 07:06:18,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:18.368 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.334s] 2018-12-29 07:06:18,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:18.433 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [110.495s] 2018-12-29 07:06:18,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:18.738 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.278s] 2018-12-29 07:06:20,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:20.993 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [99.368s] 2018-12-29 07:06:30,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:30.143 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [45.519s] 2018-12-29 07:06:30,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:30.487 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [104.935s] 2018-12-29 07:06:32,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:32.316 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [13.576s] 2018-12-29 07:06:32,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:32.785 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [7.508s] 2018-12-29 07:06:33,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.111 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.163s] 2018-12-29 07:06:33,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.299 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.187s] 2018-12-29 07:06:33,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.438 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.138s] 2018-12-29 07:06:33,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.447 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.008s] 2018-12-29 07:06:33,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.602 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.155s] 2018-12-29 07:06:33,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.758 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.155s] 2018-12-29 07:06:33,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.913 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.154s] 2018-12-29 07:06:33,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:33.920 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.438s] 2018-12-29 07:06:34,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:34.070 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.156s] 2018-12-29 07:06:34,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:34.079 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.008s] 2018-12-29 07:06:34,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:34.221 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.142s] 2018-12-29 07:06:35,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:35.807 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [61.531s] 2018-12-29 07:06:36,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:36.108 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [3.322s] 2018-12-29 07:06:37,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:37.929 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.819s] 2018-12-29 07:06:39,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:39.091 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.774s] 2018-12-29 07:06:40,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:40.313 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.143s] 2018-12-29 07:06:40,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:40.467 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.153s] 2018-12-29 07:06:42,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:42.127 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [4.197s] 2018-12-29 07:06:42,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:42.370 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.902s] 2018-12-29 07:06:43,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:43.955 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.583s] 2018-12-29 07:06:44,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:44.107 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-12-29 07:06:44,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:44.274 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.166s] 2018-12-29 07:06:44,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:44.439 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.164s] 2018-12-29 07:06:44,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:44.469 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [10.548s] 2018-12-29 07:06:44,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:44.609 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.170s] 2018-12-29 07:06:45,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:45.576 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.449s] 2018-12-29 07:06:48,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:48.765 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.674s] 2018-12-29 07:06:49,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:49.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.666s] 2018-12-29 07:06:50,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:50.017 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.682s] 2018-12-29 07:06:50,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:50.592 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.573s] 2018-12-29 07:06:50,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:50.778 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.383s] 2018-12-29 07:06:50,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:50.829 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.050s] 2018-12-29 07:06:51,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:51.304 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.474s] 2018-12-29 07:06:51,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:51.734 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.429s] 2018-12-29 07:06:51,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:51.970 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.234s] 2018-12-29 07:06:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:52.321 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.351s] 2018-12-29 07:06:52,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:52.515 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.193s] 2018-12-29 07:06:52,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:52.857 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.341s] 2018-12-29 07:06:53,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:53.172 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.315s] 2018-12-29 07:06:53,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:53.793 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [81.985s] 2018-12-29 07:06:53,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:53.929 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.756s] 2018-12-29 07:06:54,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:54.167 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.236s] 2018-12-29 07:06:54,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:54.630 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.462s] 2018-12-29 07:06:54,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:54.903 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.273s] 2018-12-29 07:06:55,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:55.886 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.120s] 2018-12-29 07:06:56,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:56.725 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.130s] 2018-12-29 07:06:59,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:59.102 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.377s] 2018-12-29 07:06:59,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:06:59.670 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.782s] 2018-12-29 07:07:02,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:02.772 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.668s] 2018-12-29 07:07:04,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:04.062 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:07:04,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:04.064 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:07:05,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:05.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.274s] 2018-12-29 07:07:06,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:06.541 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [87.688s] 2018-12-29 07:07:06,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:06.665 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.778s] 2018-12-29 07:07:08,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:08.280 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.743s] 2018-12-29 07:07:08,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:08.936 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.164s] 2018-12-29 07:07:09,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:09.424 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.758s] 2018-12-29 07:07:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:13.224 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-12-29 07:07:13,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:13.225 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-12-29 07:07:13,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:13.227 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-12-29 07:07:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:13.251 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.096s] 2018-12-29 07:07:13,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:13.332 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [5.051s] 2018-12-29 07:07:15,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:15.532 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.496s] 2018-12-29 07:07:15,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:15.679 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.427s] 2018-12-29 07:07:16,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:16.023 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.490s] 2018-12-29 07:07:16,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:16.572 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [95.065s] 2018-12-29 07:07:17,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:17.636 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.955s] 2018-12-29 07:07:18,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:18.637 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [9.211s] 2018-12-29 07:07:18,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:18.939 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.303s] 2018-12-29 07:07:19,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:19.156 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.519s] 2018-12-29 07:07:19,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:19.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [6.127s] 2018-12-29 07:07:19,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:19.580 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.640s] 2018-12-29 07:07:19,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:19.699 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-12-29 07:07:19,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:19.902 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.201s] 2018-12-29 07:07:21,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:21.094 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [1.192s] 2018-12-29 07:07:21,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:21.429 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.333s] 2018-12-29 07:07:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:21.562 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.133s] 2018-12-29 07:07:21,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:21.628 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-12-29 07:07:21,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:21.706 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.078s] 2018-12-29 07:07:22,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:22.216 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.618s] 2018-12-29 07:07:22,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:22.299 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.084s] 2018-12-29 07:07:23,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:23.007 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.850s] 2018-12-29 07:07:24,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:24.019 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.470s] 2018-12-29 07:07:24,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:24.020 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [90.858s] 2018-12-29 07:07:24,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:24.589 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.581s] 2018-12-29 07:07:24,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:24.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.394s] 2018-12-29 07:07:28,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:28.441 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [5.433s] 2018-12-29 07:07:28,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:28.968 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.499s] 2018-12-29 07:07:29,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:29.256 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:07:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:29.358 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.389s] 2018-12-29 07:07:29,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:29.746 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.388s] 2018-12-29 07:07:30,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:30.136 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.389s] 2018-12-29 07:07:30,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:30.513 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.377s] 2018-12-29 07:07:33,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:33.833 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [12.126s] 2018-12-29 07:07:33,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:33.958 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-12-29 07:07:36,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:36.065 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.070s] 2018-12-29 07:07:36,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:36.128 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.063s] 2018-12-29 07:07:37,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:37.215 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [1.085s] 2018-12-29 07:07:37,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:37.651 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.189s] 2018-12-29 07:07:38,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:38.163 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-12-29 07:07:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:38.924 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [22.324s] 2018-12-29 07:07:39,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.280 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [2.066s] 2018-12-29 07:07:39,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.306 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-12-29 07:07:39,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.310 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-12-29 07:07:39,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.312 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-12-29 07:07:39,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.313 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-29 07:07:39,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.313 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:07:39,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:39.314 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-12-29 07:07:40,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:40.421 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-12-29 07:07:46,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:46.890 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.592s] 2018-12-29 07:07:46,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:46.986 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [85.971s] 2018-12-29 07:07:47,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.081 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.179s] 2018-12-29 07:07:47,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.252 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.170s] 2018-12-29 07:07:47,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.437 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.185s] 2018-12-29 07:07:47,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.470 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.033s] 2018-12-29 07:07:47,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.647 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.175s] 2018-12-29 07:07:47,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:47.827 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.180s] 2018-12-29 07:07:48,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:48.000 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.172s] 2018-12-29 07:07:48,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:48.165 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.164s] 2018-12-29 07:07:48,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:48.349 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.183s] 2018-12-29 07:07:48,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:48.520 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.171s] 2018-12-29 07:07:49,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:49.821 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.728s] 2018-12-29 07:07:50,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:50.213 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [4.349s] 2018-12-29 07:07:50,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:50.235 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.023s] 2018-12-29 07:07:50,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:50.448 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.212s] 2018-12-29 07:07:50,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:50.780 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.958s] 2018-12-29 07:07:52,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:52.622 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.280s] 2018-12-29 07:07:52,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:52.691 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.069s] 2018-12-29 07:07:52,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:52.763 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.072s] 2018-12-29 07:07:52,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:52.830 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.066s] 2018-12-29 07:07:52,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:52.906 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.076s] 2018-12-29 07:07:55,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:55.893 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [97.442s] 2018-12-29 07:07:56,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:56.827 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.489s] 2018-12-29 07:07:57,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:57.597 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [7.145s] 2018-12-29 07:07:57,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:57.840 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.011s] 2018-12-29 07:07:58,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:58.426 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.585s] 2018-12-29 07:07:59,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:07:59.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.060s] 2018-12-29 07:08:01,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:01.312 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.824s] 2018-12-29 07:08:02,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:02.701 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.388s] 2018-12-29 07:08:03,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:03.266 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [38.667s] 2018-12-29 07:08:03,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:03.647 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.946s] 2018-12-29 07:08:05,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:05.510 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [8.463s] 2018-12-29 07:08:06,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:06.239 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [27.311s] 2018-12-29 07:08:10,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:10.230 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [6.967s] 2018-12-29 07:08:10,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:10.991 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [13.393s] 2018-12-29 07:08:11,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:11.040 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.050s] 2018-12-29 07:08:12,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:12.989 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [9.554s] 2018-12-29 07:08:13,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:13.390 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.350s] 2018-12-29 07:08:14,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:14.393 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.460s] 2018-12-29 07:08:14,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:14.799 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.404s] 2018-12-29 07:08:15,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:15.057 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.258s] 2018-12-29 07:08:15,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:15.975 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.917s] 2018-12-29 07:08:16,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.263 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.287s] 2018-12-29 07:08:16,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.349 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.086s] 2018-12-29 07:08:16,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.506 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.156s] 2018-12-29 07:08:16,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.624 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.117s] 2018-12-29 07:08:16,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.703 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.078s] 2018-12-29 07:08:16,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.775 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-12-29 07:08:16,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:16.857 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.081s] 2018-12-29 07:08:19,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:19.186 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.797s] 2018-12-29 07:08:22,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:22.130 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.140s] 2018-12-29 07:08:22,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:22.694 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.228s] 2018-12-29 07:08:23,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:23.083 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.389s] 2018-12-29 07:08:23,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:23.841 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-12-29 07:08:24,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:24.064 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.980s] 2018-12-29 07:08:24,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:24.577 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-12-29 07:08:24,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:24.956 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.646s] 2018-12-29 07:08:26,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:26.101 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.914s] 2018-12-29 07:08:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:28.921 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.855s] 2018-12-29 07:08:28,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:28.963 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.006s] 2018-12-29 07:08:31,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:31.298 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.028s] 2018-12-29 07:08:31,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:31.580 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.617s] 2018-12-29 07:08:31,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:31.946 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [25.706s] 2018-12-29 07:08:31,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:31.992 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.072s] 2018-12-29 07:08:32,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:32.038 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.044s] 2018-12-29 07:08:32,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:32.088 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.050s] 2018-12-29 07:08:33,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:33.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.760s] 2018-12-29 07:08:36,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:36.818 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [14.687s] 2018-12-29 07:08:36,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:36.902 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [5.322s] 2018-12-29 07:08:37,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:37.066 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [10.962s] 2018-12-29 07:08:37,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:37.910 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [6.609s] 2018-12-29 07:08:40,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:40.220 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [201.351s] 2018-12-29 07:08:40,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:40.276 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2018-12-29 07:08:40,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:40.798 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.521s] 2018-12-29 07:08:42,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:42.314 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [8.612s] 2018-12-29 07:08:43,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:43.379 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [6.560s] 2018-12-29 07:08:44,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:44.017 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.951s] 2018-12-29 07:08:45,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:45.300 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.986s] 2018-12-29 07:08:45,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:45.425 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.044s] 2018-12-29 07:08:46,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:46.114 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.814s] 2018-12-29 07:08:47,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:47.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.889s] 2018-12-29 07:08:48,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:48.227 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.223s] 2018-12-29 07:08:48,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:48.962 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [4.944s] 2018-12-29 07:08:49,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:49.226 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.998s] 2018-12-29 07:08:50,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:50.072 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.843s] 2018-12-29 07:08:51,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:51.027 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [23.965s] 2018-12-29 07:08:51,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:51.028 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-12-29 07:08:51,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:51.120 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.679s] 2018-12-29 07:08:51,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:51.892 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.648s] 2018-12-29 07:08:51,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:51.893 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-12-29 07:08:52,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:52.437 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.365s] 2018-12-29 07:08:54,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:54.485 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.363s] 2018-12-29 07:08:54,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:54.487 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-12-29 07:08:54,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:54.715 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.277s] 2018-12-29 07:08:54,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:54.849 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.885s] 2018-12-29 07:08:55,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:55.296 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.580s] 2018-12-29 07:08:55,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:55.566 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [91.530s] 2018-12-29 07:08:55,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:55.861 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.564s] 2018-12-29 07:08:56,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:56.448 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.585s] 2018-12-29 07:08:57,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:57.074 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.626s] 2018-12-29 07:08:58,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:58.131 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [1.056s] 2018-12-29 07:08:58,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:58.375 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.243s] 2018-12-29 07:08:58,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:58.557 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [7.223s] 2018-12-29 07:08:58,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:58.828 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.270s] 2018-12-29 07:08:59,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:59.169 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.793s] 2018-12-29 07:08:59,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:59.379 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.551s] 2018-12-29 07:08:59,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:08:59.611 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.490s] 2018-12-29 07:09:00,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:00.166 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.997s] 2018-12-29 07:09:00,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:00.216 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.240s] 2018-12-29 07:09:00,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:00.910 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.743s] 2018-12-29 07:09:01,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:01.266 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-12-29 07:09:04,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:04.976 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.110s] 2018-12-29 07:09:05,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:05.060 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2018-12-29 07:09:05,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:05.156 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.095s] 2018-12-29 07:09:05,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:05.161 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.005s] 2018-12-29 07:09:05,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:05.914 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [7.090s] 2018-12-29 07:09:05,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:05.916 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-12-29 07:09:06,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:06.887 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.669s] 2018-12-29 07:09:07,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:07.821 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [6.908s] 2018-12-29 07:09:07,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:07.823 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-12-29 07:09:08,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.340 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.519s] 2018-12-29 07:09:08,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.488 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [23.062s] 2018-12-29 07:09:08,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.713 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.224s] 2018-12-29 07:09:08,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.754 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.866s] 2018-12-29 07:09:08,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.850 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.510s] 2018-12-29 07:09:08,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:08.939 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.226s] 2018-12-29 07:09:09,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:09.696 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.845s] 2018-12-29 07:09:10,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:10.130 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.434s] 2018-12-29 07:09:10,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:10.667 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [83.664s] 2018-12-29 07:09:10,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:10.954 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.823s] 2018-12-29 07:09:11,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:11.097 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.342s] 2018-12-29 07:09:11,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:11.350 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.185s] 2018-12-29 07:09:11,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:11.672 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.717s] 2018-12-29 07:09:12,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:12.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.509s] 2018-12-29 07:09:12,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:12.719 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.536s] 2018-12-29 07:09:13,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:13.064 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.345s] 2018-12-29 07:09:13,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:13.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.373s] 2018-12-29 07:09:13,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:13.757 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.318s] 2018-12-29 07:09:13,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:13.785 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.174s] 2018-12-29 07:09:14,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:14.694 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.596s] 2018-12-29 07:09:14,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:14.727 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.967s] 2018-12-29 07:09:14,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:14.728 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-29 07:09:14,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:14.729 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-12-29 07:09:15,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:15.164 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.437s] 2018-12-29 07:09:15,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:15.425 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.260s] 2018-12-29 07:09:19,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:19.759 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.103s] 2018-12-29 07:09:19,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:19.932 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.235s] 2018-12-29 07:09:21,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:21.709 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [12.767s] 2018-12-29 07:09:22,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:22.123 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-12-29 07:09:22,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:22.912 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.979s] 2018-12-29 07:09:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:22.919 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.105s] 2018-12-29 07:09:22,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:22.993 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.073s] 2018-12-29 07:09:23,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.722 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-12-29 07:09:23,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.723 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-12-29 07:09:23,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.723 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-12-29 07:09:23,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.863 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.869s] 2018-12-29 07:09:23,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.876 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-12-29 07:09:23,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.935 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.058s] 2018-12-29 07:09:23,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.947 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.011s] 2018-12-29 07:09:23,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.963 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.053s] 2018-12-29 07:09:23,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:23.985 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.038s] 2018-12-29 07:09:24,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:24.009 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.024s] 2018-12-29 07:09:25,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:25.750 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [10.322s] 2018-12-29 07:09:26,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:26.188 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.440s] 2018-12-29 07:09:26,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:26.653 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.462s] 2018-12-29 07:09:26,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:26.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-12-29 07:09:26,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:26.657 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-12-29 07:09:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:26.915 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [16.245s] 2018-12-29 07:09:27,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:27.094 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.441s] 2018-12-29 07:09:27,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:27.552 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.457s] 2018-12-29 07:09:27,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:27.762 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [70.885s] 2018-12-29 07:09:27,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:27.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.026s] 2018-12-29 07:09:28,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:28.216 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.664s] 2018-12-29 07:09:28,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:28.755 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [4.788s] 2018-12-29 07:09:29,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.039 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.251s] 2018-12-29 07:09:29,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.043 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.002s]: Skipped until Bug: 1540645 is resolved. 2018-12-29 07:09:29,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.264 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.224s] 2018-12-29 07:09:29,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.436 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.172s] 2018-12-29 07:09:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.475 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.394s] 2018-12-29 07:09:29,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:29.646 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.171s] 2018-12-29 07:09:31,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:31.347 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [2.593s] 2018-12-29 07:09:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:31.373 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-12-29 07:09:31,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:31.543 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.169s] 2018-12-29 07:09:31,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:31.571 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.028s] 2018-12-29 07:09:34,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:34.695 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.137s] 2018-12-29 07:09:35,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:35.801 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-12-29 07:09:35,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:35.803 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-12-29 07:09:35,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:35.804 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:09:36,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:36.942 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:09:39,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:39.178 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.987s] 2018-12-29 07:09:39,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:39.193 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [43.622s] 2018-12-29 07:09:43,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:43.435 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.928s] 2018-12-29 07:09:44,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:44.081 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.058s] 2018-12-29 07:09:44,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:44.085 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [22.373s] 2018-12-29 07:09:44,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:44.092 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-12-29 07:09:44,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:44.424 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.342s] 2018-12-29 07:09:44,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:44.489 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.064s] 2018-12-29 07:09:45,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:45.546 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.445s] 2018-12-29 07:09:46,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:46.287 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.074s] 2018-12-29 07:09:46,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:46.305 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-12-29 07:09:46,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:46.409 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.863s] 2018-12-29 07:09:47,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:47.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.541s] 2018-12-29 07:09:47,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:47.588 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-12-29 07:09:48,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:48.118 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.708s] 2018-12-29 07:09:49,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:49.436 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [10.256s] 2018-12-29 07:09:51,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:51.155 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.460s] 2018-12-29 07:09:51,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:51.254 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-12-29 07:09:51,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:51.302 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-12-29 07:09:54,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:54.424 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [76.493s] 2018-12-29 07:09:57,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.314 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [18.120s] 2018-12-29 07:09:57,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.418 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.167s] 2018-12-29 07:09:57,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.431 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-12-29 07:09:57,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.442 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-12-29 07:09:57,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.798 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.354s] 2018-12-29 07:09:57,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.808 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2018-12-29 07:09:57,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:57.817 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-12-29 07:09:58,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:58.173 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.355s] 2018-12-29 07:09:58,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:58.547 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.374s] 2018-12-29 07:09:59,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:59.256 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.764s] 2018-12-29 07:09:59,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:59.272 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-12-29 07:09:59,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:59.467 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [10.029s] 2018-12-29 07:09:59,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:09:59.650 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.879s] 2018-12-29 07:10:00,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:00.991 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.184s] 2018-12-29 07:10:00,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:00.992 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-12-29 07:10:01,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:01.404 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.223s] 2018-12-29 07:10:01,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:01.865 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:10:03,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:03.218 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.226s] 2018-12-29 07:10:04,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:04.376 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.971s] 2018-12-29 07:10:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:07.894 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.517s] 2018-12-29 07:10:08,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:08.404 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.307s] 2018-12-29 07:10:08,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:08.552 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [9.084s] 2018-12-29 07:10:10,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:10.736 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.385s] 2018-12-29 07:10:10,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:10.756 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.021s] 2018-12-29 07:10:10,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:10.775 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-12-29 07:10:11,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:11.156 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.380s] 2018-12-29 07:10:11,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:11.635 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.732s] 2018-12-29 07:10:12,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.678 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.517s] 2018-12-29 07:10:12,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.695 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-12-29 07:10:12,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.714 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-12-29 07:10:12,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.725 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-12-29 07:10:12,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.750 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.025s] 2018-12-29 07:10:12,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.768 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.018s] 2018-12-29 07:10:12,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.778 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.009s] 2018-12-29 07:10:12,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:12.789 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-12-29 07:10:13,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:13.193 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.254s] 2018-12-29 07:10:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:13.251 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.058s] 2018-12-29 07:10:13,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:13.457 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [7.125s] 2018-12-29 07:10:16,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:16.804 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [17.546s] 2018-12-29 07:10:16,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:16.868 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.315s] 2018-12-29 07:10:18,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:18.377 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.510s] 2018-12-29 07:10:19,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.713 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.074s] 2018-12-29 07:10:19,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.729 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2018-12-29 07:10:19,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.893 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.163s] 2018-12-29 07:10:19,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.904 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-12-29 07:10:19,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.916 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-12-29 07:10:19,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:19.955 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.038s] 2018-12-29 07:10:20,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.020 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-12-29 07:10:20,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.108 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.088s] 2018-12-29 07:10:20,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.170 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:10:20,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.546 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.438s] 2018-12-29 07:10:20,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.562 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-12-29 07:10:20,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:20.631 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-12-29 07:10:23,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:23.182 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.197s] 2018-12-29 07:10:23,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:23.475 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [15.126s] 2018-12-29 07:10:24,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:24.231 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.048s] 2018-12-29 07:10:24,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:24.698 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.329s] 2018-12-29 07:10:25,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:25.551 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.851s] 2018-12-29 07:10:25,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:25.622 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.072s] 2018-12-29 07:10:25,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:25.629 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.398s] 2018-12-29 07:10:26,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:26.182 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.560s] 2018-12-29 07:10:26,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:26.474 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.844s] 2018-12-29 07:10:27,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:27.052 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.666s] 2018-12-29 07:10:27,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:27.382 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [3.909s] 2018-12-29 07:10:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:27.476 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.424s] 2018-12-29 07:10:29,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:29.330 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.854s] 2018-12-29 07:10:30,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:30.115 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.493s] 2018-12-29 07:10:32,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:32.663 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-12-29 07:10:33,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:33.410 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.798s] 2018-12-29 07:10:34,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:34.750 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.367s] 2018-12-29 07:10:34,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:34.768 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.019s] 2018-12-29 07:10:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:34.970 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.201s] 2018-12-29 07:10:35,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:35.174 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.204s] 2018-12-29 07:10:35,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:35.370 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.195s] 2018-12-29 07:10:35,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:35.550 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.180s] 2018-12-29 07:10:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:35.768 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.217s] 2018-12-29 07:10:35,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:35.972 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.203s] 2018-12-29 07:10:36,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.164 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.191s] 2018-12-29 07:10:36,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.267 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-12-29 07:10:36,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.380 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.215s] 2018-12-29 07:10:36,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.626 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.246s] 2018-12-29 07:10:36,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.860 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.233s] 2018-12-29 07:10:36,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.874 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2018-12-29 07:10:36,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:36.920 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2018-12-29 07:10:37,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:37.224 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.303s] 2018-12-29 07:10:37,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:37.452 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.227s] 2018-12-29 07:10:37,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:37.487 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-12-29 07:10:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.027 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.398s] 2018-12-29 07:10:38,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.184 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.696s] 2018-12-29 07:10:38,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.194 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.168s] 2018-12-29 07:10:38,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.217 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-12-29 07:10:38,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.258 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.041s] 2018-12-29 07:10:38,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.368 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.173s] 2018-12-29 07:10:38,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.438 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.178s] 2018-12-29 07:10:38,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.477 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.039s] 2018-12-29 07:10:38,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.517 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.039s] 2018-12-29 07:10:38,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.686 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.152s] 2018-12-29 07:10:38,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.755 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.237s] 2018-12-29 07:10:38,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.796 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-12-29 07:10:38,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.796 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.037s] 2018-12-29 07:10:38,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.841 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.046s] 2018-12-29 07:10:38,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:38.885 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.043s] 2018-12-29 07:10:39,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:39.084 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.199s] 2018-12-29 07:10:39,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:39.266 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.181s] 2018-12-29 07:10:39,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:39.301 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-12-29 07:10:40,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:40.434 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.049s] 2018-12-29 07:10:41,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:41.067 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.270s] 2018-12-29 07:10:41,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:41.357 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.987s] 2018-12-29 07:10:41,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:41.400 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2018-12-29 07:10:42,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:42.000 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.884s] 2018-12-29 07:10:42,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:42.380 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.561s] 2018-12-29 07:10:43,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:43.277 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [1.920s] 2018-12-29 07:10:43,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:43.955 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-12-29 07:10:44,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:44.325 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.944s] 2018-12-29 07:10:44,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:44.332 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.072s] 2018-12-29 07:10:45,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:45.566 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.287s] 2018-12-29 07:10:48,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:48.792 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.174s] 2018-12-29 07:10:48,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:48.946 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.944s] 2018-12-29 07:10:48,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:48.948 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.002s]: Skipped until Bug: 1676207 is resolved. 2018-12-29 07:10:48,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:48.985 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.194s] 2018-12-29 07:10:49,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:49.101 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.115s] 2018-12-29 07:10:49,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:49.934 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.832s] 2018-12-29 07:10:50,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:50.118 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.183s] 2018-12-29 07:10:52,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:52.716 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.711s] 2018-12-29 07:10:52,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:52.821 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [2.908s] 2018-12-29 07:10:52,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:52.912 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.195s] 2018-12-29 07:10:53,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:53.318 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.995s] 2018-12-29 07:10:53,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:53.803 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.981s] 2018-12-29 07:10:54,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:54.439 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.490s] 2018-12-29 07:10:54,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:54.493 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-12-29 07:10:55,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:55.512 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.708s] 2018-12-29 07:10:59,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:59.085 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.572s] 2018-12-29 07:10:59,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:10:59.942 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.997s] 2018-12-29 07:11:01,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:01.600 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.657s] 2018-12-29 07:11:02,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:02.642 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [9.322s] 2018-12-29 07:11:02,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:02.914 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-12-29 07:11:02,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:02.923 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2018-12-29 07:11:03,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:03.122 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.683s] 2018-12-29 07:11:03,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:03.431 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.507s] 2018-12-29 07:11:03,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:03.647 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.215s] 2018-12-29 07:11:03,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:03.828 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.180s] 2018-12-29 07:11:04,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.123 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.296s] 2018-12-29 07:11:04,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.600 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.475s] 2018-12-29 07:11:04,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.632 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.032s] 2018-12-29 07:11:04,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.831 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.199s] 2018-12-29 07:11:04,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.907 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.075s] 2018-12-29 07:11:04,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.939 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.298s] 2018-12-29 07:11:04,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.945 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.868s] 2018-12-29 07:11:04,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:04.978 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.070s] 2018-12-29 07:11:05,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:05.177 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.199s] 2018-12-29 07:11:05,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:05.378 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.201s] 2018-12-29 07:11:05,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:05.421 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-12-29 07:11:05,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:05.623 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.201s] 2018-12-29 07:11:05,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:05.948 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [43.257s] 2018-12-29 07:11:06,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:06.495 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.261s] 2018-12-29 07:11:06,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:06.749 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-12-29 07:11:06,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:06.923 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.173s] 2018-12-29 07:11:06,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:06.976 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.052s] 2018-12-29 07:11:07,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:07.636 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.695s] 2018-12-29 07:11:07,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:07.841 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.347s] 2018-12-29 07:11:08,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:08.073 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.096s] 2018-12-29 07:11:08,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:08.346 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.272s] 2018-12-29 07:11:08,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:08.928 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.981s] 2018-12-29 07:11:09,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.263 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.916s] 2018-12-29 07:11:09,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.466 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.203s] 2018-12-29 07:11:09,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.526 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.059s] 2018-12-29 07:11:09,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.626 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.099s] 2018-12-29 07:11:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.680 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-12-29 07:11:09,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.739 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.058s] 2018-12-29 07:11:09,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:09.782 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-12-29 07:11:10,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.048 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.412s] 2018-12-29 07:11:10,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.314 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.530s] 2018-12-29 07:11:10,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.395 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.080s] 2018-12-29 07:11:10,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.480 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.084s] 2018-12-29 07:11:10,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.535 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.056s] 2018-12-29 07:11:10,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:10.772 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.236s] 2018-12-29 07:11:11,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:11.036 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.264s] 2018-12-29 07:11:11,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:11.190 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.262s] 2018-12-29 07:11:15,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:15.057 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.164s] 2018-12-29 07:11:15,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:15.891 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.700s] 2018-12-29 07:11:17,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:17.998 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.024s] 2018-12-29 07:11:20,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:20.472 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:11:20,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:20.992 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [86.547s] 2018-12-29 07:11:21,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:21.037 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.050s] 2018-12-29 07:11:21,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:21.090 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.052s] 2018-12-29 07:11:26,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:26.001 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.698s] 2018-12-29 07:11:27,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:27.785 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.777s] 2018-12-29 07:11:29,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:29.777 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-12-29 07:11:31,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:31.024 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [3.795s] 2018-12-29 07:11:34,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:34.074 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [7.953s] 2018-12-29 07:11:37,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:37.298 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [6.274s] 2018-12-29 07:11:37,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:37.586 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [34.459s] 2018-12-29 07:11:39,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:39.886 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.304s] 2018-12-29 07:11:40,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:40.274 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [210.026s] 2018-12-29 07:11:41,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:41.382 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [7.308s] 2018-12-29 07:11:41,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:41.450 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.477s] 2018-12-29 07:11:41,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:41.929 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.658s]: Skipped until Bug: 1014647 is resolved. 2018-12-29 07:11:43,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:43.256 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:11:43,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:43.259 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:11:44,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:44.699 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.123s] 2018-12-29 07:11:44,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:44.826 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.444s] 2018-12-29 07:11:45,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:45.609 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [39.658s] 2018-12-29 07:11:46,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:46.826 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.527s] 2018-12-29 07:11:47,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:47.868 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.209s] 2018-12-29 07:11:47,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:47.946 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.248s] 2018-12-29 07:11:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:48.160 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.348s] 2018-12-29 07:11:48,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:48.161 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-12-29 07:11:49,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:49.075 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.853s] 2018-12-29 07:11:50,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:50.066 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.991s] 2018-12-29 07:11:52,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:52.258 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [4.311s] 2018-12-29 07:11:53,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:53.294 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [8.467s] 2018-12-29 07:11:53,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:53.769 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.942s] 2018-12-29 07:11:54,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:54.244 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.295s] 2018-12-29 07:11:56,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:56.774 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.478s] 2018-12-29 07:11:58,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:11:58.988 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.728s] 2018-12-29 07:12:00,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:00.361 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.492s] 2018-12-29 07:12:00,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:00.392 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [6.621s] 2018-12-29 07:12:02,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:02.116 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [7.870s] 2018-12-29 07:12:02,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:02.766 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.745s] 2018-12-29 07:12:02,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:02.788 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.014s] 2018-12-29 07:12:03,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:03.172 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.407s] 2018-12-29 07:12:03,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:03.733 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.560s] 2018-12-29 07:12:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:03.773 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.111s] 2018-12-29 07:12:03,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:03.840 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.066s] 2018-12-29 07:12:03,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:03.968 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.127s] 2018-12-29 07:12:04,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:04.047 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.079s] 2018-12-29 07:12:04,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:04.130 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.083s] 2018-12-29 07:12:07,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:07.403 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:12:07,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:07.470 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.076s] 2018-12-29 07:12:08,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:08.570 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.780s] 2018-12-29 07:12:08,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:08.928 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.812s] 2018-12-29 07:12:09,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:09.381 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.017s] 2018-12-29 07:12:09,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:09.384 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.002s]: Skipped until Bug: 1676207 is resolved. 2018-12-29 07:12:11,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:11.669 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.906s] 2018-12-29 07:12:12,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:12.773 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.303s] 2018-12-29 07:12:13,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:13.789 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.406s] 2018-12-29 07:12:14,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:14.328 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.759s] 2018-12-29 07:12:14,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:14.521 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.853s] 2018-12-29 07:12:16,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:16.153 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [12.415s] 2018-12-29 07:12:16,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:16.204 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.054s] 2018-12-29 07:12:16,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:16.240 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.036s] 2018-12-29 07:12:16,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:16.611 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.037s] 2018-12-29 07:12:17,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:17.306 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.532s] 2018-12-29 07:12:17,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:17.603 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.273s] 2018-12-29 07:12:18,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:18.825 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-12-29 07:12:18,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:18.827 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:12:20,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:20.644 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.031s] 2018-12-29 07:12:20,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:20.645 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-12-29 07:12:22,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:22.097 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [8.307s] 2018-12-29 07:12:22,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:22.198 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.672s] 2018-12-29 07:12:23,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:23.207 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-12-29 07:12:23,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:23.430 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.826s] 2018-12-29 07:12:23,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:23.787 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.144s] 2018-12-29 07:12:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:24.109 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.914s] 2018-12-29 07:12:24,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:24.116 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.685s] 2018-12-29 07:12:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:25.467 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.348s] 2018-12-29 07:12:25,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:25.799 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.195s] 2018-12-29 07:12:25,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:25.887 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.100s] 2018-12-29 07:12:26,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:26.026 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.133s] 2018-12-29 07:12:27,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:27.524 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.177s] 2018-12-29 07:12:27,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:27.700 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.175s] 2018-12-29 07:12:27,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:27.826 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.026s] 2018-12-29 07:12:27,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:27.839 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.728s] 2018-12-29 07:12:27,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:27.870 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.170s] 2018-12-29 07:12:30,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:30.715 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.876s] 2018-12-29 07:12:30,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:30.759 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-12-29 07:12:31,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:31.245 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.373s] 2018-12-29 07:12:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:31.515 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.270s] 2018-12-29 07:12:32,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:32.763 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.643s] 2018-12-29 07:12:33,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:33.330 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.335s] 2018-12-29 07:12:33,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:33.959 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-12-29 07:12:33,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:33.960 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-12-29 07:12:33,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:33.996 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.170s] 2018-12-29 07:12:34,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.093 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.762s] 2018-12-29 07:12:34,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.401 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.405s] 2018-12-29 07:12:34,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.729 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.325s] 2018-12-29 07:12:34,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.748 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.030s] 2018-12-29 07:12:34,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.817 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.072s] 2018-12-29 07:12:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.868 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.140s] 2018-12-29 07:12:34,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:34.959 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.090s] 2018-12-29 07:12:35,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:35.223 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.263s] 2018-12-29 07:12:35,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:35.572 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.349s] 2018-12-29 07:12:35,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:35.833 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.260s] 2018-12-29 07:12:35,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:35.925 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.898s] 2018-12-29 07:12:36,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:36.116 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.282s] 2018-12-29 07:12:36,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:36.181 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.065s] 2018-12-29 07:12:36,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:36.341 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.578s] 2018-12-29 07:12:37,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:37.157 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:12:40,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:40.042 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.700s] 2018-12-29 07:12:40,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:40.896 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.837s] 2018-12-29 07:12:41,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:41.029 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.068s] 2018-12-29 07:12:41,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:41.770 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.183s] 2018-12-29 07:12:42,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:42.013 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.243s] 2018-12-29 07:12:42,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:42.487 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.590s] 2018-12-29 07:12:43,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:43.197 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-12-29 07:12:43,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:43.820 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.332s] 2018-12-29 07:12:44,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:44.215 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.033s] 2018-12-29 07:12:44,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:44.768 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.725s] 2018-12-29 07:12:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:45.782 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-12-29 07:12:45,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:45.997 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.071s] 2018-12-29 07:12:47,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:47.134 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.028s] 2018-12-29 07:12:47,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:47.536 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.402s] 2018-12-29 07:12:48,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:48.692 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [2.694s] 2018-12-29 07:12:48,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:48.951 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [26.851s] 2018-12-29 07:12:49,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:49.415 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.693s] 2018-12-29 07:12:50,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:50.887 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.937s] 2018-12-29 07:12:51,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:51.410 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.994s] 2018-12-29 07:12:51,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:51.773 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.080s] 2018-12-29 07:12:53,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:53.531 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-12-29 07:12:53,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:12:53.531 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-12-29 07:13:01,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:01.828 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [4.003s] 2018-12-29 07:13:02,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:02.131 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.302s] 2018-12-29 07:13:02,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:02.829 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-12-29 07:13:02,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:02.880 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.748s] 2018-12-29 07:13:03,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:03.595 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.715s] 2018-12-29 07:13:03,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:03.809 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.213s] 2018-12-29 07:13:03,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:03.838 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.029s] 2018-12-29 07:13:04,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:04.012 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.999s] 2018-12-29 07:13:04,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:04.638 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.798s] 2018-12-29 07:13:06,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:06.309 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-12-29 07:13:06,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:06.310 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-12-29 07:13:07,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:07.699 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.142s] 2018-12-29 07:13:07,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:07.826 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.051s] 2018-12-29 07:13:07,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:07.903 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.078s] 2018-12-29 07:13:09,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:09.764 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [1.861s] 2018-12-29 07:13:11,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:11.703 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [7.689s] 2018-12-29 07:13:12,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:12.483 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.783s] 2018-12-29 07:13:14,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:14.907 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.936s] 2018-12-29 07:13:19,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:19.369 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.604s] 2018-12-29 07:13:19,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:19.427 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.943s] 2018-12-29 07:13:20,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:20.527 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.678s] 2018-12-29 07:13:20,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:20.806 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.279s] 2018-12-29 07:13:23,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:23.985 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.212s] 2018-12-29 07:13:24,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.335 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.349s] 2018-12-29 07:13:24,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.544 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.209s] 2018-12-29 07:13:24,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.590 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.045s] 2018-12-29 07:13:24,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.622 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.032s] 2018-12-29 07:13:24,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.800 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.177s] 2018-12-29 07:13:24,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:24.972 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.171s] 2018-12-29 07:13:25,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:25.174 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.202s] 2018-12-29 07:13:25,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:25.204 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.030s] 2018-12-29 07:13:25,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:25.374 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.169s] 2018-12-29 07:13:25,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:25.462 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.087s] 2018-12-29 07:13:25,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:25.536 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.074s] 2018-12-29 07:13:26,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:26.166 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.739s] 2018-12-29 07:13:28,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:28.394 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.486s] 2018-12-29 07:13:29,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:29.666 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.273s] 2018-12-29 07:13:30,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:30.465 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.799s] 2018-12-29 07:13:30,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:30.746 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-12-29 07:13:31,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:31.013 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.547s] 2018-12-29 07:13:32,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:32.431 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.060s] 2018-12-29 07:13:33,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:33.021 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.590s] 2018-12-29 07:13:33,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:33.080 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.060s] 2018-12-29 07:13:35,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:35.736 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.184s] 2018-12-29 07:13:36,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:36.150 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.413s] 2018-12-29 07:13:40,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:40.417 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [14.248s] 2018-12-29 07:13:46,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:46.659 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.576s] 2018-12-29 07:13:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:50.204 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.400s] 2018-12-29 07:13:50,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:50.868 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.665s] 2018-12-29 07:13:53,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:53.105 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.235s] 2018-12-29 07:13:53,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:53.148 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.044s] 2018-12-29 07:13:53,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:53.485 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [23.171s] 2018-12-29 07:13:53,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:53.924 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.775s] 2018-12-29 07:13:55,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:13:55.512 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [24.467s] 2018-12-29 07:14:00,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:00.644 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [13.983s] 2018-12-29 07:14:01,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:01.424 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [7.942s] 2018-12-29 07:14:02,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:02.865 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [31.847s] 2018-12-29 07:14:04,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:04.135 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.544s] 2018-12-29 07:14:05,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:05.366 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.941s] 2018-12-29 07:14:05,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:05.669 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [62.821s] 2018-12-29 07:14:06,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:06.532 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.397s] 2018-12-29 07:14:09,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:09.796 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.429s] 2018-12-29 07:14:10,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:10.224 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.038s] 2018-12-29 07:14:12,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:12.667 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.130s] 2018-12-29 07:14:13,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:13.900 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [18.386s] 2018-12-29 07:14:14,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:14.292 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.491s] 2018-12-29 07:14:14,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:14.292 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.624s] 2018-12-29 07:14:16,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:16.474 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [170.689s] 2018-12-29 07:14:17,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:17.544 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.250s] 2018-12-29 07:14:17,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:17.545 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.251s] 2018-12-29 07:14:19,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:19.640 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.098s] 2018-12-29 07:14:20,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:20.438 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [6.540s] 2018-12-29 07:14:23,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:23.171 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.529s] 2018-12-29 07:14:23,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:23.234 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.066s] 2018-12-29 07:14:23,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:23.925 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [15.052s] 2018-12-29 07:14:24,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:24.817 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [4.378s] 2018-12-29 07:14:26,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:26.890 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.002s] 2018-12-29 07:14:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.025 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.186s] 2018-12-29 07:14:30,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.227 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.202s] 2018-12-29 07:14:30,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.424 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.196s] 2018-12-29 07:14:30,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.614 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.189s] 2018-12-29 07:14:30,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.784 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.169s] 2018-12-29 07:14:30,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:30.975 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.190s] 2018-12-29 07:14:31,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.156 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.181s] 2018-12-29 07:14:31,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.202 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.045s] 2018-12-29 07:14:31,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.392 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.189s] 2018-12-29 07:14:31,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.595 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.202s] 2018-12-29 07:14:31,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.794 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.199s] 2018-12-29 07:14:31,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:31.931 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.038s] 2018-12-29 07:14:32,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:32.125 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [8.200s] 2018-12-29 07:14:42,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:42.203 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-12-29 07:14:42,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:42.204 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:14:42,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:42.205 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-12-29 07:14:42,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:42.478 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.656s] 2018-12-29 07:14:42,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:42.801 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... fail [180.850s] 2018-12-29 07:14:44,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:44.136 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.320s] 2018-12-29 07:14:44,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:44.760 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-12-29 07:14:44,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:44.947 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.186s] 2018-12-29 07:14:45,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:45.141 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.194s] 2018-12-29 07:14:45,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:45.322 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.180s] 2018-12-29 07:14:45,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:45.334 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.197s] 2018-12-29 07:14:45,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:45.504 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.182s] 2018-12-29 07:14:49,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:49.316 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.810s] 2018-12-29 07:14:55,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:14:55.895 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [241.771s] 2018-12-29 07:15:01,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:01.234 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.360s] 2018-12-29 07:15:06,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:06.445 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.211s] 2018-12-29 07:15:11,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:11.725 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:15:11,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:11.726 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:15:22,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:22.883 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [40.400s] 2018-12-29 07:15:25,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:25.437 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.557s] 2018-12-29 07:15:36,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:36.505 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.065s] 2018-12-29 07:15:47,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:47.500 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.993s] 2018-12-29 07:15:49,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:49.005 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [211.534s] 2018-12-29 07:15:53,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:15:53.531 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [6.031s] 2018-12-29 07:16:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:21.647 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.631s] 2018-12-29 07:16:33,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:33.177 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [39.638s] 2018-12-29 07:16:37,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:37.457 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.448s] 2018-12-29 07:16:38,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:38.134 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.677s] 2018-12-29 07:16:38,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:38.557 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.423s] 2018-12-29 07:16:38,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:38.958 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.400s] 2018-12-29 07:16:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:39.408 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.449s] 2018-12-29 07:16:40,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:40.423 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.013s] 2018-12-29 07:16:41,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:41.800 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.377s] 2018-12-29 07:16:42,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:42.260 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.460s] 2018-12-29 07:16:43,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:43.012 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.751s] 2018-12-29 07:16:43,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:43.700 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.688s] 2018-12-29 07:16:46,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:46.813 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-12-29 07:16:47,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:47.933 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.145s] 2018-12-29 07:16:48,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:48.140 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.207s] 2018-12-29 07:16:48,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:48.782 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.642s] 2018-12-29 07:16:50,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:50.979 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.195s] 2018-12-29 07:16:52,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:52.541 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.167s] 2018-12-29 07:16:53,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:53.598 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.618s] 2018-12-29 07:16:53,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:53.649 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.050s] 2018-12-29 07:16:53,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:53.831 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.181s] 2018-12-29 07:16:58,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:16:58.123 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [161.627s] 2018-12-29 07:17:01,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:01.553 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.779s] 2018-12-29 07:17:08,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:08.312 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [145.482s] 2018-12-29 07:17:13,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:13.958 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.442s] 2018-12-29 07:17:14,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:14.307 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.348s] 2018-12-29 07:17:14,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:14.689 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-12-29 07:17:15,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:15.851 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.545s] 2018-12-29 07:17:16,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:16.412 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-12-29 07:17:18,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:18.457 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-12-29 07:17:24,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:24.600 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-12-29 07:17:37,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:37.980 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [8.115s] 2018-12-29 07:17:44,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:44.979 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.999s] 2018-12-29 07:17:45,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:45.261 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [155.213s] 2018-12-29 07:17:49,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:49.458 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.478s] 2018-12-29 07:17:49,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:49.897 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [224.215s] 2018-12-29 07:17:53,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:53.472 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.014s] 2018-12-29 07:17:55,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:55.611 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [30.999s] 2018-12-29 07:17:58,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:17:58.294 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.822s] 2018-12-29 07:18:01,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:01.285 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.676s] 2018-12-29 07:18:09,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:09.825 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.158s] 2018-12-29 07:18:12,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:12.367 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.539s] 2018-12-29 07:18:13,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:13.546 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.180s] 2018-12-29 07:18:14,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:14.784 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.238s] 2018-12-29 07:18:17,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:17.340 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.555s] 2018-12-29 07:18:19,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:19.776 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.434s] 2018-12-29 07:18:21,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:21.540 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.763s] 2018-12-29 07:18:22,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:22.189 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.650s] 2018-12-29 07:18:24,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:24.082 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.890s] 2018-12-29 07:18:25,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:25.293 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.211s] 2018-12-29 07:18:26,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:26.069 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.775s] 2018-12-29 07:18:26,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:26.090 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-12-29 07:18:26,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:26.250 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.159s] 2018-12-29 07:18:26,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:26.268 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.019s] 2018-12-29 07:18:27,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:27.941 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-12-29 07:18:27,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:27.943 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-12-29 07:18:27,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:27.944 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-12-29 07:18:27,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:27.946 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-12-29 07:18:32,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:32.731 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [31.437s] 2018-12-29 07:18:34,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:34.908 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.954s] 2018-12-29 07:18:41,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:41.064 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.334s] 2018-12-29 07:18:50,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:18:50.302 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [244.734s] 2018-12-29 07:21:47,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:21:47.020 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... fail [278.667s] 2018-12-29 07:21:56,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:21:56.859 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [9.840s] 2018-12-29 07:22:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:22:36.428 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [39.559s] 2018-12-29 07:23:19,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:23:19.007 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [281.544s] 2018-12-29 07:24:02,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:24:02.082 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [85.635s] 2018-12-29 07:24:13,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:24:13.859 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [316.395s] 2018-12-29 07:25:30,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:25:30.565 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [88.461s] 2018-12-29 07:25:30,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:25:30.565 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-12-29 07:26:42,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:26:42.446 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [71.865s] 2018-12-29 07:26:47,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:26:47.653 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.208s] 2018-12-29 07:27:11,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:11.267 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.173s] 2018-12-29 07:27:11,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:11.307 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-12-29 07:27:17,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:17.252 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.988s] 2018-12-29 07:27:27,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:27.223 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.575s] 2018-12-29 07:27:29,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:29.577 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:27:29,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:29.577 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-12-29 07:27:33,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:33.939 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.291s] 2018-12-29 07:27:34,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:34.322 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.382s] 2018-12-29 07:27:41,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:41.677 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.329s] 2018-12-29 07:27:42,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:42.023 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.346s] 2018-12-29 07:27:42,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:42.578 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.553s] 2018-12-29 07:27:42,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:42.651 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.073s] 2018-12-29 07:27:42,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:42.722 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2018-12-29 07:27:42,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:42.790 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.068s] 2018-12-29 07:27:48,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:48.142 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [214.272s] 2018-12-29 07:27:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:51.905 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.618s] 2018-12-29 07:27:52,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:52.598 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.690s] 2018-12-29 07:27:52,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:52.973 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.375s] 2018-12-29 07:27:53,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:53.321 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.347s] 2018-12-29 07:27:54,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:54.314 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.991s] 2018-12-29 07:27:54,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:54.722 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.408s] 2018-12-29 07:27:55,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:55.130 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.406s] 2018-12-29 07:27:56,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:56.745 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.612s] 2018-12-29 07:27:57,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:57.002 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.254s] 2018-12-29 07:27:57,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:57.628 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.626s] 2018-12-29 07:27:57,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:57.703 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.075s] 2018-12-29 07:27:58,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:58.103 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.398s] 2018-12-29 07:27:58,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:27:58.820 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.716s] 2018-12-29 07:28:10,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:10.385 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.245s] 2018-12-29 07:28:10,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:10.541 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.157s] 2018-12-29 07:28:10,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:10.946 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.404s] 2018-12-29 07:28:23,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:23.079 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.828s] 2018-12-29 07:28:28,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:28.072 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.186s] 2018-12-29 07:28:29,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:29.818 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.743s] 2018-12-29 07:28:36,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:36.185 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.430s] 2018-12-29 07:28:36,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:36.336 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.150s] 2018-12-29 07:28:36,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:36.512 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.175s] 2018-12-29 07:28:36,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:36.686 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.173s] 2018-12-29 07:28:41,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-12-29 07:28:41.768 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.154s] 2018-12-29 07:28:45,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 194fd1b3-c3ae-4787-bed0-384f033338b2 2018-12-29 07:28:45,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '194fd1b3-c3ae-4787-bed0-384f033338b2']'. 2018-12-29 07:28:46,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-12-29 07:28:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-12-29 07:28:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 07:28:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 194fd1b3-c3ae-4787-bed0-384f033338b2 | 2018-12-29 07:28:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-12-29 07:28:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-12-29 07:01:11 | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-12-29 07:28:45 | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:27:34 | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2b07ba6e-097b-4516-b221-0f2ed9edb866) | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-12-29 07:28:46,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 26d3597b-81ba-4893-b7f0-d0997f7d791b) | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1646.024 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1057 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-12-29 07:28:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 21 | 2018-12-29 07:28:46,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-12-29 07:28:46,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-12-29 07:28:46,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-12-29 07:28:47,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.0519480519% 2018-12-29 07:28:47,503 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 27:51 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-12-29 07:28:47,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 07:28:47,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:28:48,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d047266c-b6c5-42d4-a571-b397ab15e9e8 Date: Sat, 29 Dec 2018 07:28:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 07:28:48,361 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab used request id req-d047266c-b6c5-42d4-a571-b397ab15e9e8 2018-12-29 07:28:48,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.856317996979s 2018-12-29 07:28:48,362 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8f90f5a2-d75d-4574-97e2-fc2e01b0f4ab used request id req-d047266c-b6c5-42d4-a571-b397ab15e9e8 2018-12-29 07:28:48,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 07:28:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:48,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6042b325-d2ff-41a2-89fd-cc27a0fd55be x-compute-request-id: req-6042b325-d2ff-41a2-89fd-cc27a0fd55be Content-Encoding: gzip Content-Length: 417 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "name": "tempest_full_parallel-flavor_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/93a0f623-6066-4c25-b0e3-122183411322", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "93a0f623-6066-4c25-b0e3-122183411322", "name": "tempest_full_parallel-flavor_alt_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 07:28:48,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6042b325-d2ff-41a2-89fd-cc27a0fd55be 2018-12-29 07:28:48,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.19212603569s 2018-12-29 07:28:48,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6042b325-d2ff-41a2-89fd-cc27a0fd55be 2018-12-29 07:28:48,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 07:28:48,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:48,608 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 07:28:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e38eceb-2454-4a26-b7f7-7f52b51e0940 x-compute-request-id: req-3e38eceb-2454-4a26-b7f7-7f52b51e0940 Content-Length: 0 Content-Type: application/json 2018-12-29 07:28:48,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322 used request id req-3e38eceb-2454-4a26-b7f7-7f52b51e0940 2018-12-29 07:28:48,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0499138832092s 2018-12-29 07:28:48,608 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/93a0f623-6066-4c25-b0e3-122183411322 used request id req-3e38eceb-2454-4a26-b7f7-7f52b51e0940 2018-12-29 07:28:48,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-12-29 07:28:48,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:28:48,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-6904fee3-859a-4ab5-942b-795269ada491 Date: Sat, 29 Dec 2018 07:28:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "metadata": {}}], "file": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7/file", "owner": "921d128c04424fa4bf944d150b4a204a", "id": "504ad007-7051-4b1a-b235-1710124d3dd7", "size": 12716032, "self": "/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7", "disk_format": "qcow2", "direct_url": "rbd://a9a5ef06-5cdc-40af-8cd8-2fea141d224f/images/504ad007-7051-4b1a-b235-1710124d3dd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-12-29T07:00:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-12-29T07:00:57Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-12-29 07:28:48,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6904fee3-859a-4ab5-942b-795269ada491 2018-12-29 07:28:48,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174880981445s 2018-12-29 07:28:48,784 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6904fee3-859a-4ab5-942b-795269ada491 2018-12-29 07:28:48,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-12-29 07:28:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5914a63f0ebe8c1c94e80bdd4278eb3fbbc1f34b" 2018-12-29 07:28:50,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a9aad03-1522-4d15-b61b-e2a02a9448b6 Date: Sat, 29 Dec 2018 07:28:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-12-29 07:28:50,463 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7 used request id req-5a9aad03-1522-4d15-b61b-e2a02a9448b6 2018-12-29 07:28:50,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67706179619s 2018-12-29 07:28:50,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/504ad007-7051-4b1a-b235-1710124d3dd7 used request id req-5a9aad03-1522-4d15-b61b-e2a02a9448b6 2018-12-29 07:28:50,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-12-29 07:28:50,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:50,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28: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-4394c220-e915-4e99-a774-4c35723e33a7 x-compute-request-id: req-4394c220-e915-4e99-a774-4c35723e33a7 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "82a221d0-3a38-4d1e-ac92-9db5e0dc3852", "name": "tempest_full_parallel-flavor_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f7594203-5776-4345-a4ff-73916c9b66a8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f7594203-5776-4345-a4ff-73916c9b66a8", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-12-29 07:28:50,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4394c220-e915-4e99-a774-4c35723e33a7 2018-12-29 07:28:50,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0357611179352s 2018-12-29 07:28:50,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4394c220-e915-4e99-a774-4c35723e33a7 2018-12-29 07:28:50,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-12-29 07:28:50,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:50,555 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 29 Dec 2018 07:28: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-67d393f7-80bb-4175-8043-a14d6ba0a141 x-compute-request-id: req-67d393f7-80bb-4175-8043-a14d6ba0a141 Content-Length: 0 Content-Type: application/json 2018-12-29 07:28:50,555 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852 used request id req-67d393f7-80bb-4175-8043-a14d6ba0a141 2018-12-29 07:28:50,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0523509979248s 2018-12-29 07:28:50,555 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/82a221d0-3a38-4d1e-ac92-9db5e0dc3852 used request id req-67d393f7-80bb-4175-8043-a14d6ba0a141 2018-12-29 07:28:50,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 07:28:50,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:50,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f7e5b9-df27-46d8-8ed0-b2de1960465e Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/0813362a478b4b43bc34878815442141"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0813362a478b4b43bc34878815442141", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545", "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "domain_id": "default", "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/52fd8f1691644b0e8805b18d839a1ce9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52fd8f1691644b0e8805b18d839a1ce9", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/654faa529fdc41579cf78f64f3435278"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654faa529fdc41579cf78f64f3435278", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/691b75ab56c04340a572428e2224daa8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "691b75ab56c04340a572428e2224daa8", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/8f43f89a949c479c9f238d9f9eeb5f01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f43f89a949c479c9f238d9f9eeb5f01", "email": "placement@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/8fd99c9a178845f99bcf88c0bd113357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fd99c9a178845f99bcf88c0bd113357", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/95feb1d0b8684cf79e39189adbcc9cdd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "95feb1d0b8684cf79e39189adbcc9cdd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/9d47013d37fe45509a920faae1fc199b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d47013d37fe45509a920faae1fc199b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/a2bf40bc2b62445fa7bc4217114d352b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2bf40bc2b62445fa7bc4217114d352b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/a3bbf777057e42779b1694c8bbf28225"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3bbf777057e42779b1694c8bbf28225", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a6f0588d5a2844a09de64bd2ea96aceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6f0588d5a2844a09de64bd2ea96aceb", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/a71ffa35c40c490a8bb6d618195cfb9d"}, "domain_id": "f6af84dabd384775b5d90cde2b9904f8", "enabled": true, "options": {}, "id": "a71ffa35c40c490a8bb6d618195cfb9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/c1ccc337ac204aefbd792a6e8b971b6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1ccc337ac204aefbd792a6e8b971b6c", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/d9bb740355f94effb89a09f7e28d7d0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d9bb740355f94effb89a09f7e28d7d0f", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-12-29 07:28:50,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-97f7e5b9-df27-46d8-8ed0-b2de1960465e 2018-12-29 07:28:50,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976250171661s 2018-12-29 07:28:50,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-97f7e5b9-df27-46d8-8ed0-b2de1960465e 2018-12-29 07:28:50,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-12-29 07:28:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:50,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bb93e0-52b5-43a9-a49e-186387f919d6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8"}, "enabled": true, "id": "4ef75a7dd6494fbbab0224775372b1a8", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}} 2018-12-29 07:28:50,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 used request id req-f8bb93e0-52b5-43a9-a49e-186387f919d6 2018-12-29 07:28:50,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941488742828s 2018-12-29 07:28:50,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 used request id req-f8bb93e0-52b5-43a9-a49e-186387f919d6 2018-12-29 07:28:50,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-12-29 07:28:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:50,942 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:28:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78ffbf80-b776-47e5-9f19-73f04818768c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:28:50,942 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 used request id req-78ffbf80-b776-47e5-9f19-73f04818768c 2018-12-29 07:28:50,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187212944031s 2018-12-29 07:28:50,942 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/4ef75a7dd6494fbbab0224775372b1a8 used request id req-78ffbf80-b776-47e5-9f19-73f04818768c 2018-12-29 07:28:50,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-12-29 07:28:50,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:51,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdce832-fc6e-4c2c-a0da-fe9d754627bf Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/052a0acaf7ec4a4397abb92cfbe54f87"}, "enabled": true, "id": "052a0acaf7ec4a4397abb92cfbe54f87", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/4404e4e01d12404da24afcd107b71f06"}, "enabled": true, "id": "4404e4e01d12404da24afcd107b71f06", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a"}, "enabled": true, "id": "921d128c04424fa4bf944d150b4a204a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_bb38f771-f0f5-4ea5-b156-7a5401ee7545"}]} 2018-12-29 07:28:51,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-afdce832-fc6e-4c2c-a0da-fe9d754627bf 2018-12-29 07:28:51,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814929008484s 2018-12-29 07:28:51,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-afdce832-fc6e-4c2c-a0da-fe9d754627bf 2018-12-29 07:28:51,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-12-29 07:28:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:51,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41fa18de-2ce4-4933-8b0c-7602cf425f7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:28:51,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a used request id req-41fa18de-2ce4-4933-8b0c-7602cf425f7b 2018-12-29 07:28:51,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163845777512s 2018-12-29 07:28:51,191 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/921d128c04424fa4bf944d150b4a204a used request id req-41fa18de-2ce4-4933-8b0c-7602cf425f7b 2018-12-29 07:28:51,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-12-29 07:28:51,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:51,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 29 Dec 2018 07:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7112222-47bb-4aac-a107-cbd8f7995afe Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4798b2ddb1154a15983ec98ac483a615", "links": {"self": "http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615"}, "name": "Member"}, {"domain_id": null, "id": "95deff53eb524dc89c022928bdcf52e3", "links": {"self": "http://172.30.9.30:5000/v3/roles/95deff53eb524dc89c022928bdcf52e3"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b505c54682d6486490119931f88d1631", "links": {"self": "http://172.30.9.30:5000/v3/roles/b505c54682d6486490119931f88d1631"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "edc75cd26b7947fca49028386c09f0f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/edc75cd26b7947fca49028386c09f0f7"}, "name": "ResellerAdmin"}]} 2018-12-29 07:28:51,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7112222-47bb-4aac-a107-cbd8f7995afe 2018-12-29 07:28:51,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834140777588s 2018-12-29 07:28:51,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-12-29 07:28:51,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:51,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 29 Dec 2018 07:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e049b30-8311-4f5c-b795-7d7911bd699a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-12-29 07:28:51,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/4798b2ddb1154a15983ec98ac483a615 used request id req-6e049b30-8311-4f5c-b795-7d7911bd699a 2018-12-29 07:28:51,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107944965363s 2018-12-29 07:28:51,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-12-29 07:28:51,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=921d128c04424fa4bf944d150b4a204a&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}59f99d21e6292c1b77d39cb2d9c52e43e053ed25" 2018-12-29 07:28:51,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ffffb4fa-aec4-46fb-8ad4-d234bee1a49f Date: Sat, 29 Dec 2018 07:28:51 GMT RESP BODY: {"security_groups": []} 2018-12-29 07:28:51,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=921d128c04424fa4bf944d150b4a204a&name=default used request id req-ffffb4fa-aec4-46fb-8ad4-d234bee1a49f 2018-12-29 07:28:51,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191878080368s 2018-12-29 07:28:51,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=921d128c04424fa4bf944d150b4a204a&name=default used request id req-ffffb4fa-aec4-46fb-8ad4-d234bee1a49f 2018-12-29 07:28:51,580 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK